summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/configuration/InstallationIncompleteException.idl41
-rw-r--r--offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl41
-rw-r--r--offapi/com/sun/star/configuration/MissingBootstrapFileException.idl41
-rw-r--r--offapi/com/sun/star/configuration/PropertyHierarchy.idl41
-rw-r--r--offapi/com/sun/star/configuration/SetElement.idl41
-rw-r--r--offapi/com/sun/star/configuration/SetUpdate.idl41
6 files changed, 108 insertions, 138 deletions
diff --git a/offapi/com/sun/star/configuration/InstallationIncompleteException.idl b/offapi/com/sun/star/configuration/InstallationIncompleteException.idl
index 8e59dba174d0..7dbbf8686472 100644
--- a/offapi/com/sun/star/configuration/InstallationIncompleteException.idl
+++ b/offapi/com/sun/star/configuration/InstallationIncompleteException.idl
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: InstallationIncompleteException.idl,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.6 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:24:57 $
+ * $RCSfile: InstallationIncompleteException.idl,v $
+ * $Revision: 1.7 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef __com_sun_star_configuration_InstallationIncompleteException_idl__
diff --git a/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl b/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
index 2936ad660873..a3f0a833ef33 100644
--- a/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
+++ b/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: InvalidBootstrapFileException.idl,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.6 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:25:10 $
+ * $RCSfile: InvalidBootstrapFileException.idl,v $
+ * $Revision: 1.7 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef __com_sun_star_configuration_InvalidBootstrapFileException_idl__
diff --git a/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl b/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
index 60fcc4171d16..ca3b350a0a96 100644
--- a/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
+++ b/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: MissingBootstrapFileException.idl,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.6 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:25:23 $
+ * $RCSfile: MissingBootstrapFileException.idl,v $
+ * $Revision: 1.7 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef __com_sun_star_configuration_MissingBootstrapFileException_idl__
diff --git a/offapi/com/sun/star/configuration/PropertyHierarchy.idl b/offapi/com/sun/star/configuration/PropertyHierarchy.idl
index dd2fb716a33b..f34021744325 100644
--- a/offapi/com/sun/star/configuration/PropertyHierarchy.idl
+++ b/offapi/com/sun/star/configuration/PropertyHierarchy.idl
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: PropertyHierarchy.idl,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.6 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:25:36 $
+ * $RCSfile: PropertyHierarchy.idl,v $
+ * $Revision: 1.7 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef __com_sun_star_configuration_PropertyHierarchy_idl__
diff --git a/offapi/com/sun/star/configuration/SetElement.idl b/offapi/com/sun/star/configuration/SetElement.idl
index 4604f6aa9f29..47d43ee6f178 100644
--- a/offapi/com/sun/star/configuration/SetElement.idl
+++ b/offapi/com/sun/star/configuration/SetElement.idl
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: SetElement.idl,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.6 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:26:05 $
+ * $RCSfile: SetElement.idl,v $
+ * $Revision: 1.7 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef __com_sun_star_configuration_SetElement_idl__
diff --git a/offapi/com/sun/star/configuration/SetUpdate.idl b/offapi/com/sun/star/configuration/SetUpdate.idl
index 7d86bcb35db9..86077362a2c7 100644
--- a/offapi/com/sun/star/configuration/SetUpdate.idl
+++ b/offapi/com/sun/star/configuration/SetUpdate.idl
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: SetUpdate.idl,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.6 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:26:23 $
+ * $RCSfile: SetUpdate.idl,v $
+ * $Revision: 1.7 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef __com_sun_star_configuration_SetUpdate_idl__
lo/translations/diff/source/be/sfx2/messages.po?h=cp-5.3-47&id=5e97a2aaf2e7167def28de951c6dcfdb1b93bf81'>source/be/sfx2/messages.po42
-rw-r--r--source/be/starmath/messages.po4
-rw-r--r--source/be/svtools/messages.po168
-rw-r--r--source/be/svx/messages.po36
-rw-r--r--source/be/sw/messages.po444
-rw-r--r--source/bg/cui/messages.po374
-rw-r--r--source/bg/dbaccess/messages.po16
-rw-r--r--source/bg/editeng/messages.po170
-rw-r--r--source/bg/fpicker/messages.po26
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po36
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po788
-rw-r--r--source/bg/helpcontent2/source/text/sdatabase.po30
-rw-r--r--source/bg/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po262
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po511
-rw-r--r--source/bg/helpcontent2/source/text/shared/help.po10
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bg/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/bg/helpcontent2/source/text/swriter.po10
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po185
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po82
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po96
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/bg/sc/messages.po774
-rw-r--r--source/bg/sd/messages.po10
-rw-r--r--source/bg/sfx2/messages.po46
-rw-r--r--source/bg/starmath/messages.po4
-rw-r--r--source/bg/svtools/messages.po168
-rw-r--r--source/bg/svx/messages.po42
-rw-r--r--source/bg/sw/messages.po496
-rw-r--r--source/bn-IN/cui/messages.po348
-rw-r--r--source/bn-IN/editeng/messages.po170
-rw-r--r--source/bn-IN/fpicker/messages.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/bn-IN/sc/messages.po752
-rw-r--r--source/bn-IN/sd/messages.po8
-rw-r--r--source/bn-IN/sfx2/messages.po42
-rw-r--r--source/bn-IN/starmath/messages.po4
-rw-r--r--source/bn-IN/svtools/messages.po168
-rw-r--r--source/bn-IN/svx/messages.po36
-rw-r--r--source/bn-IN/sw/messages.po450
-rw-r--r--source/bn/cui/messages.po341
-rw-r--r--source/bn/editeng/messages.po170
-rw-r--r--source/bn/fpicker/messages.po20
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/bn/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bn/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/bn/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/bn/sc/messages.po752
-rw-r--r--source/bn/sd/messages.po8
-rw-r--r--source/bn/sfx2/messages.po42
-rw-r--r--source/bn/starmath/messages.po4
-rw-r--r--source/bn/svtools/messages.po168
-rw-r--r--source/bn/svx/messages.po37
-rw-r--r--source/bn/sw/messages.po450
-rw-r--r--source/bo/cui/messages.po341
-rw-r--r--source/bo/editeng/messages.po170
-rw-r--r--source/bo/fpicker/messages.po20
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/bo/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bo/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/bo/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/bo/sc/messages.po752
-rw-r--r--source/bo/sd/messages.po8
-rw-r--r--source/bo/sfx2/messages.po42
-rw-r--r--source/bo/starmath/messages.po4
-rw-r--r--source/bo/svtools/messages.po168
-rw-r--r--source/bo/svx/messages.po37
-rw-r--r--source/bo/sw/messages.po450
-rw-r--r--source/br/cui/messages.po348
-rw-r--r--source/br/editeng/messages.po170
-rw-r--r--source/br/fpicker/messages.po20
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/br/sc/messages.po752
-rw-r--r--source/br/sd/messages.po8
-rw-r--r--source/br/sfx2/messages.po42
-rw-r--r--source/br/starmath/messages.po4
-rw-r--r--source/br/svtools/messages.po168
-rw-r--r--source/br/svx/messages.po36
-rw-r--r--source/br/sw/messages.po444
-rw-r--r--source/brx/cui/messages.po341
-rw-r--r--source/brx/editeng/messages.po170
-rw-r--r--source/brx/fpicker/messages.po20
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/brx/sc/messages.po752
-rw-r--r--source/brx/sd/messages.po8
-rw-r--r--source/brx/sfx2/messages.po42
-rw-r--r--source/brx/starmath/messages.po4
-rw-r--r--source/brx/svtools/messages.po168
-rw-r--r--source/brx/svx/messages.po37
-rw-r--r--source/brx/sw/messages.po448
-rw-r--r--source/bs/cui/messages.po354
-rw-r--r--source/bs/editeng/messages.po170
-rw-r--r--source/bs/fpicker/messages.po20
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/bs/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po146
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po214
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bs/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/bs/helpcontent2/source/text/swriter/00.po23
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po159
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/bs/sc/messages.po752
-rw-r--r--source/bs/sd/messages.po8
-rw-r--r--source/bs/sfx2/messages.po42
-rw-r--r--source/bs/starmath/messages.po4
-rw-r--r--source/bs/svtools/messages.po168
-rw-r--r--source/bs/svx/messages.po37
-rw-r--r--source/bs/sw/messages.po444
-rw-r--r--source/ca-valencia/cui/messages.po356
-rw-r--r--source/ca-valencia/editeng/messages.po170
-rw-r--r--source/ca-valencia/fpicker/messages.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po416
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po248
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po175
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/ca-valencia/sc/messages.po752
-rw-r--r--source/ca-valencia/sd/messages.po8
-rw-r--r--source/ca-valencia/sfx2/messages.po42
-rw-r--r--source/ca-valencia/starmath/messages.po4
-rw-r--r--source/ca-valencia/svtools/messages.po168
-rw-r--r--source/ca-valencia/svx/messages.po38
-rw-r--r--source/ca-valencia/sw/messages.po448
-rw-r--r--source/ca/cui/messages.po364
-rw-r--r--source/ca/editeng/messages.po170
-rw-r--r--source/ca/fpicker/messages.po26
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po424
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po189
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po266
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po178
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po106
-rw-r--r--source/ca/sc/messages.po760
-rw-r--r--source/ca/sd/messages.po10
-rw-r--r--source/ca/sfx2/messages.po42
-rw-r--r--source/ca/starmath/messages.po4
-rw-r--r--source/ca/svtools/messages.po170
-rw-r--r--source/ca/svx/messages.po38
-rw-r--r--source/ca/sw/messages.po482
-rw-r--r--source/ckb/cui/messages.po334
-rw-r--r--source/ckb/editeng/messages.po170
-rw-r--r--source/ckb/fpicker/messages.po20
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ckb/sc/messages.po752
-rw-r--r--source/ckb/sd/messages.po6
-rw-r--r--source/ckb/sfx2/messages.po42
-rw-r--r--source/ckb/starmath/messages.po4
-rw-r--r--source/ckb/svtools/messages.po168
-rw-r--r--source/ckb/svx/messages.po30
-rw-r--r--source/ckb/sw/messages.po446
-rw-r--r--source/cs/cui/messages.po374
-rw-r--r--source/cs/dbaccess/messages.po16
-rw-r--r--source/cs/editeng/messages.po170
-rw-r--r--source/cs/fpicker/messages.po26
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po36
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared/03.po122
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po424
-rw-r--r--source/cs/helpcontent2/source/text/sdatabase.po30
-rw-r--r--source/cs/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po262
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po22
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po261
-rw-r--r--source/cs/helpcontent2/source/text/shared/help.po10
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/cs/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po10
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po185
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po96
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/cs/sc/messages.po766
-rw-r--r--source/cs/sd/messages.po10
-rw-r--r--source/cs/sfx2/messages.po48
-rw-r--r--source/cs/starmath/messages.po4
-rw-r--r--source/cs/svtools/messages.po168
-rw-r--r--source/cs/svx/messages.po42
-rw-r--r--source/cs/sw/messages.po500
-rw-r--r--source/cy/cui/messages.po374
-rw-r--r--source/cy/dbaccess/messages.po16
-rw-r--r--source/cy/editeng/messages.po172
-rw-r--r--source/cy/fpicker/messages.po26
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/cy/sc/messages.po766
-rw-r--r--source/cy/sd/messages.po10
-rw-r--r--source/cy/sfx2/messages.po42
-rw-r--r--source/cy/starmath/messages.po4
-rw-r--r--source/cy/svtools/messages.po168
-rw-r--r--source/cy/svx/messages.po42
-rw-r--r--source/cy/sw/messages.po497
-rw-r--r--source/da/cui/messages.po368
-rw-r--r--source/da/editeng/messages.po172
-rw-r--r--source/da/fpicker/messages.po20
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po62
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po422
-rw-r--r--source/da/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po158
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/da/helpcontent2/source/text/swriter.po92
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po183
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/da/sc/messages.po776
-rw-r--r--source/da/sd/messages.po10
-rw-r--r--source/da/sfx2/messages.po42
-rw-r--r--source/da/starmath/messages.po4
-rw-r--r--source/da/svtools/messages.po168
-rw-r--r--source/da/svx/messages.po38
-rw-r--r--source/da/sw/messages.po448
-rw-r--r--source/de/cui/messages.po374
-rw-r--r--source/de/dbaccess/messages.po16
-rw-r--r--source/de/editeng/messages.po172
-rw-r--r--source/de/fpicker/messages.po28
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po116
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po572
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po420
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po144
-rw-r--r--source/de/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/de/sc/messages.po766
-rw-r--r--source/de/sd/messages.po10
-rw-r--r--source/de/sfx2/messages.po48
-rw-r--r--source/de/starmath/messages.po4
-rw-r--r--source/de/svtools/messages.po168
-rw-r--r--source/de/svx/messages.po44
-rw-r--r--source/de/sw/messages.po496
-rw-r--r--source/dgo/cui/messages.po341
-rw-r--r--source/dgo/editeng/messages.po170
-rw-r--r--source/dgo/fpicker/messages.po20
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/dgo/sc/messages.po752
-rw-r--r--source/dgo/sd/messages.po8
-rw-r--r--source/dgo/sfx2/messages.po42
-rw-r--r--source/dgo/starmath/messages.po4
-rw-r--r--source/dgo/svtools/messages.po168
-rw-r--r--source/dgo/svx/messages.po37
-rw-r--r--source/dgo/sw/messages.po444
-rw-r--r--source/dsb/cui/messages.po374
-rw-r--r--source/dsb/dbaccess/messages.po16
-rw-r--r--source/dsb/editeng/messages.po170
-rw-r--r--source/dsb/fpicker/messages.po26
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/dsb/sc/messages.po766
-rw-r--r--source/dsb/sd/messages.po10
-rw-r--r--source/dsb/sfx2/messages.po46
-rw-r--r--source/dsb/starmath/messages.po6
-rw-r--r--source/dsb/svtools/messages.po170
-rw-r--r--source/dsb/svx/messages.po42
-rw-r--r--source/dsb/sw/messages.po496
-rw-r--r--source/dz/cui/messages.po341
-rw-r--r--source/dz/editeng/messages.po170
-rw-r--r--source/dz/fpicker/messages.po20
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/dz/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/dz/helpcontent2/source/text/simpress/guide.po216
-rw-r--r--source/dz/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po77
-rw-r--r--source/dz/sc/messages.po752
-rw-r--r--source/dz/sd/messages.po8
-rw-r--r--source/dz/sfx2/messages.po42
-rw-r--r--source/dz/starmath/messages.po4
-rw-r--r--source/dz/svtools/messages.po168
-rw-r--r--source/dz/svx/messages.po37
-rw-r--r--source/dz/sw/messages.po450
-rw-r--r--source/el/cui/messages.po376
-rw-r--r--source/el/dbaccess/messages.po16
-rw-r--r--source/el/editeng/messages.po170
-rw-r--r--source/el/fpicker/messages.po26
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/03.po1274
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po424
-rw-r--r--source/el/helpcontent2/source/text/sdatabase.po24
-rw-r--r--source/el/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po22
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po183
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/el/sc/messages.po766
-rw-r--r--source/el/sd/messages.po10
-rw-r--r--source/el/sfx2/messages.po46
-rw-r--r--source/el/starmath/messages.po4
-rw-r--r--source/el/svtools/messages.po168
-rw-r--r--source/el/svx/messages.po42
-rw-r--r--source/el/sw/messages.po498
-rw-r--r--source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/en-GB/cui/messages.po404
-rw-r--r--source/en-GB/dbaccess/messages.po100
-rw-r--r--source/en-GB/desktop/messages.po6
-rw-r--r--source/en-GB/dictionaries/ckb.po12
-rw-r--r--source/en-GB/dictionaries/pt_BR/dialog.po120
-rw-r--r--source/en-GB/editeng/messages.po170
-rw-r--r--source/en-GB/fpicker/messages.po30
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po42
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/02.po66
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/03.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po456
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/en-GB/helpcontent2/source/text/sdatabase.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/en-GB/helpcontent2/source/text/shared.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po198
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po358
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po48
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po271
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po48
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po224
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/guide.po120
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po193
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po104
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po316
-rw-r--r--source/en-GB/sc/messages.po816
-rw-r--r--source/en-GB/scp2/source/ooo.po8
-rw-r--r--source/en-GB/sd/messages.po12
-rw-r--r--source/en-GB/sfx2/messages.po42
-rw-r--r--source/en-GB/starmath/messages.po4
-rw-r--r--source/en-GB/svtools/messages.po168
-rw-r--r--source/en-GB/svx/messages.po44
-rw-r--r--source/en-GB/sw/messages.po500
-rw-r--r--source/en-GB/uui/messages.po7
-rw-r--r--source/en-ZA/cui/messages.po340
-rw-r--r--source/en-ZA/editeng/messages.po170
-rw-r--r--source/en-ZA/fpicker/messages.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/en-ZA/sc/messages.po752
-rw-r--r--source/en-ZA/sd/messages.po8
-rw-r--r--source/en-ZA/sfx2/messages.po42
-rw-r--r--source/en-ZA/starmath/messages.po4
-rw-r--r--source/en-ZA/svtools/messages.po168
-rw-r--r--source/en-ZA/svx/messages.po37
-rw-r--r--source/en-ZA/sw/messages.po450
-rw-r--r--source/eo/cui/messages.po370
-rw-r--r--source/eo/dbaccess/messages.po18
-rw-r--r--source/eo/editeng/messages.po170
-rw-r--r--source/eo/fpicker/messages.po26
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/eo/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/eo/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po96
-rw-r--r--source/eo/sc/messages.po752
-rw-r--r--source/eo/sd/messages.po10
-rw-r--r--source/eo/sfx2/messages.po46
-rw-r--r--source/eo/starmath/messages.po4
-rw-r--r--source/eo/svtools/messages.po168
-rw-r--r--source/eo/svx/messages.po42
-rw-r--r--source/eo/sw/messages.po480
-rw-r--r--source/es/chart2/messages.po8
-rw-r--r--source/es/cui/messages.po652
-rw-r--r--source/es/editeng/messages.po172
-rw-r--r--source/es/extensions/messages.po20
-rw-r--r--source/es/filter/messages.po10
-rw-r--r--source/es/fpicker/messages.po26
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po24
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po418
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po180
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po278
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po261
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po12
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po183
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po102
-rw-r--r--source/es/librelogo/source/pythonpath.po8
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po102
-rw-r--r--source/es/sc/messages.po762
-rw-r--r--source/es/scaddins/messages.po16
-rw-r--r--source/es/sd/messages.po8
-rw-r--r--source/es/sfx2/messages.po66
-rw-r--r--source/es/starmath/messages.po6
-rw-r--r--source/es/svtools/messages.po180
-rw-r--r--source/es/svx/messages.po36
-rw-r--r--source/es/sw/messages.po656
-rw-r--r--source/es/vcl/messages.po14
-rw-r--r--source/et/cui/messages.po354
-rw-r--r--source/et/editeng/messages.po170
-rw-r--r--source/et/fpicker/messages.po20
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/et/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po188
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po248
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/et/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/et/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po175
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/et/sc/messages.po752
-rw-r--r--source/et/sd/messages.po8
-rw-r--r--source/et/sfx2/messages.po42
-rw-r--r--source/et/starmath/messages.po4
-rw-r--r--source/et/svtools/messages.po168
-rw-r--r--source/et/svx/messages.po36
-rw-r--r--source/et/sw/messages.po448
-rw-r--r--source/eu/cui/messages.po374
-rw-r--r--source/eu/dbaccess/messages.po16
-rw-r--r--source/eu/editeng/messages.po172
-rw-r--r--source/eu/fpicker/messages.po26
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po422
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po16
-rw-r--r--source/eu/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/eu/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po26
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po179
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/eu/sc/messages.po766
-rw-r--r--source/eu/sd/messages.po10
-rw-r--r--source/eu/sfx2/messages.po46
-rw-r--r--source/eu/starmath/messages.po4
-rw-r--r--source/eu/svtools/messages.po168
-rw-r--r--source/eu/svx/messages.po42
-rw-r--r--source/eu/sw/messages.po496
-rw-r--r--source/fa/cui/messages.po341
-rw-r--r--source/fa/editeng/messages.po170
-rw-r--r--source/fa/fpicker/messages.po20
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/fa/sc/messages.po752
-rw-r--r--source/fa/sd/messages.po8
-rw-r--r--source/fa/sfx2/messages.po42
-rw-r--r--source/fa/starmath/messages.po4
-rw-r--r--source/fa/svtools/messages.po168
-rw-r--r--source/fa/svx/messages.po37
-rw-r--r--source/fa/sw/messages.po448
-rw-r--r--source/fi/cui/messages.po358
-rw-r--r--source/fi/dictionaries/ckb.po12
-rw-r--r--source/fi/editeng/messages.po170
-rw-r--r--source/fi/fpicker/messages.po20
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/fi/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/fi/helpcontent2/source/text/shared/05.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/fi/helpcontent2/source/text/shared/help.po14
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/fi/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/fi/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po96
-rw-r--r--source/fi/sc/messages.po756
-rw-r--r--source/fi/sd/messages.po10
-rw-r--r--source/fi/sfx2/classification.po14
-rw-r--r--source/fi/sfx2/messages.po42
-rw-r--r--source/fi/starmath/messages.po4
-rw-r--r--source/fi/svtools/messages.po168
-rw-r--r--source/fi/svx/messages.po76
-rw-r--r--source/fi/sw/messages.po487
-rw-r--r--source/fr/cui/messages.po356
-rw-r--r--source/fr/editeng/messages.po170
-rw-r--r--source/fr/extensions/messages.po14
-rw-r--r--source/fr/fpicker/messages.po28
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po462
-rw-r--r--source/fr/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po92
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po265
-rw-r--r--source/fr/helpcontent2/source/text/shared/help.po10
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po10
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po185
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po96
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/fr/sc/messages.po752
-rw-r--r--source/fr/sd/messages.po8
-rw-r--r--source/fr/sfx2/messages.po42
-rw-r--r--source/fr/starmath/messages.po4
-rw-r--r--source/fr/svtools/messages.po180
-rw-r--r--source/fr/svx/messages.po38
-rw-r--r--source/fr/sw/messages.po448
-rw-r--r--source/fr/vcl/messages.po14
-rw-r--r--source/fur/cui/messages.po346
-rw-r--r--source/fur/editeng/messages.po170
-rw-r--r--source/fur/fpicker/messages.po20
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/fur/sc/messages.po752
-rw-r--r--source/fur/sd/messages.po6
-rw-r--r--source/fur/sfx2/messages.po42
-rw-r--r--source/fur/starmath/messages.po4
-rw-r--r--source/fur/svtools/messages.po168
-rw-r--r--source/fur/svx/messages.po30
-rw-r--r--source/fur/sw/messages.po442
-rw-r--r--source/fy/cui/messages.po364
-rw-r--r--source/fy/editeng/messages.po170
-rw-r--r--source/fy/fpicker/messages.po20
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/fy/sc/messages.po752
-rw-r--r--source/fy/sd/messages.po8
-rw-r--r--source/fy/sfx2/messages.po42
-rw-r--r--source/fy/starmath/messages.po4
-rw-r--r--source/fy/svtools/messages.po168
-rw-r--r--source/fy/svx/messages.po36
-rw-r--r--source/fy/sw/messages.po448
-rw-r--r--source/ga/cui/messages.po348
-rw-r--r--source/ga/editeng/messages.po170
-rw-r--r--source/ga/fpicker/messages.po20
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/ga/sc/messages.po752
-rw-r--r--source/ga/sd/messages.po8
-rw-r--r--source/ga/sfx2/messages.po42
-rw-r--r--source/ga/starmath/messages.po4
-rw-r--r--source/ga/svtools/messages.po168
-rw-r--r--source/ga/svx/messages.po36
-rw-r--r--source/ga/sw/messages.po444
-rw-r--r--source/gd/cui/messages.po348
-rw-r--r--source/gd/editeng/messages.po170
-rw-r--r--source/gd/fpicker/messages.po20
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/gd/sc/messages.po752
-rw-r--r--source/gd/sd/messages.po8
-rw-r--r--source/gd/sfx2/messages.po42
-rw-r--r--source/gd/starmath/messages.po4
-rw-r--r--source/gd/svtools/messages.po168
-rw-r--r--source/gd/svx/messages.po36
-rw-r--r--source/gd/sw/messages.po444
-rw-r--r--source/gl/cui/messages.po372
-rw-r--r--source/gl/dbaccess/messages.po18
-rw-r--r--source/gl/editeng/messages.po170
-rw-r--r--source/gl/formula/messages.po8
-rw-r--r--source/gl/fpicker/messages.po20
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po416
-rw-r--r--source/gl/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po162
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po250
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/gl/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/gl/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po173
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po124
-rw-r--r--source/gl/sc/messages.po771
-rw-r--r--source/gl/sd/messages.po10
-rw-r--r--source/gl/sfx2/messages.po50
-rw-r--r--source/gl/starmath/messages.po4
-rw-r--r--source/gl/svtools/messages.po168
-rw-r--r--source/gl/svx/messages.po38
-rw-r--r--source/gl/sw/messages.po508
-rw-r--r--source/gu/cui/messages.po350
-rw-r--r--source/gu/editeng/messages.po170
-rw-r--r--source/gu/fpicker/messages.po20
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/gu/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po238
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/gu/helpcontent2/source/text/simpress/guide.po216
-rw-r--r--source/gu/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/gu/sc/messages.po752
-rw-r--r--source/gu/sd/messages.po8
-rw-r--r--source/gu/sfx2/messages.po42
-rw-r--r--source/gu/starmath/messages.po4
-rw-r--r--source/gu/svtools/messages.po168
-rw-r--r--source/gu/svx/messages.po37
-rw-r--r--source/gu/sw/messages.po448
-rw-r--r--source/gug/cui/messages.po348
-rw-r--r--source/gug/editeng/messages.po170
-rw-r--r--source/gug/fpicker/messages.po20
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po24
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po418
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/gug/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po180
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po278
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po261
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po12
-rw-r--r--source/gug/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/gug/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po183
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po102
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/gug/sc/messages.po752
-rw-r--r--source/gug/sd/messages.po8
-rw-r--r--source/gug/sfx2/messages.po42
-rw-r--r--source/gug/starmath/messages.po4
-rw-r--r--source/gug/svtools/messages.po168
-rw-r--r--source/gug/svx/messages.po32
-rw-r--r--source/gug/sw/messages.po444
-rw-r--r--source/he/cui/messages.po343
-rw-r--r--source/he/editeng/messages.po170
-rw-r--r--source/he/fpicker/messages.po20
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/he/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po228
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/he/helpcontent2/source/text/simpress/guide.po216
-rw-r--r--source/he/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po161
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/he/sc/messages.po752
-rw-r--r--source/he/sd/messages.po8
-rw-r--r--source/he/sfx2/messages.po42
-rw-r--r--source/he/starmath/messages.po4
-rw-r--r--source/he/svtools/messages.po168
-rw-r--r--source/he/svx/messages.po37
-rw-r--r--source/he/sw/messages.po444
-rw-r--r--source/hi/cui/messages.po341
-rw-r--r--source/hi/editeng/messages.po170
-rw-r--r--source/hi/fpicker/messages.po20
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/hi/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po216
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/hi/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/hi/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po157
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po82
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/hi/sc/messages.po752
-rw-r--r--source/hi/sd/messages.po8
-rw-r--r--source/hi/sfx2/messages.po42
-rw-r--r--source/hi/starmath/messages.po4
-rw-r--r--source/hi/svtools/messages.po168
-rw-r--r--source/hi/svx/messages.po37
-rw-r--r--source/hi/sw/messages.po448
-rw-r--r--source/hr/cui/messages.po348
-rw-r--r--source/hr/editeng/messages.po170
-rw-r--r--source/hr/fpicker/messages.po20
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/hr/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po212
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/hr/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/hr/helpcontent2/source/text/swriter/00.po23
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po155
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po82
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/hr/sc/messages.po752
-rw-r--r--source/hr/sd/messages.po8
-rw-r--r--source/hr/sfx2/messages.po42
-rw-r--r--source/hr/starmath/messages.po4
-rw-r--r--source/hr/svtools/messages.po168
-rw-r--r--source/hr/svx/messages.po36
-rw-r--r--source/hr/sw/messages.po444
-rw-r--r--source/hsb/cui/messages.po374
-rw-r--r--source/hsb/dbaccess/messages.po16
-rw-r--r--source/hsb/editeng/messages.po170
-rw-r--r--source/hsb/fpicker/messages.po26
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/hsb/sc/messages.po766
-rw-r--r--source/hsb/sd/messages.po10
-rw-r--r--source/hsb/sfx2/messages.po46
-rw-r--r--source/hsb/starmath/messages.po4
-rw-r--r--source/hsb/svtools/messages.po170
-rw-r--r--source/hsb/svx/messages.po42
-rw-r--r--source/hsb/sw/messages.po496
-rw-r--r--source/hu/cui/messages.po356
-rw-r--r--source/hu/editeng/messages.po170
-rw-r--r--source/hu/fpicker/messages.po20
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/hu/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po250
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/hu/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/hu/sc/messages.po752
-rw-r--r--source/hu/sd/messages.po8
-rw-r--r--source/hu/sfx2/messages.po42
-rw-r--r--source/hu/starmath/messages.po4
-rw-r--r--source/hu/svtools/messages.po168
-rw-r--r--source/hu/svx/messages.po38
-rw-r--r--source/hu/sw/messages.po448
-rw-r--r--source/id/cui/messages.po364
-rw-r--r--source/id/editeng/messages.po170
-rw-r--r--source/id/fpicker/messages.po20
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/id/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/id/sc/messages.po752
-rw-r--r--source/id/sd/messages.po10
-rw-r--r--source/id/sfx2/messages.po42
-rw-r--r--source/id/starmath/messages.po4
-rw-r--r--source/id/svtools/messages.po168
-rw-r--r--source/id/svx/messages.po38
-rw-r--r--source/id/sw/messages.po448
-rw-r--r--source/is/cui/messages.po348
-rw-r--r--source/is/editeng/messages.po172
-rw-r--r--source/is/fpicker/messages.po20
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/is/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/is/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/is/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po157
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/is/sc/messages.po752
-rw-r--r--source/is/sd/messages.po8
-rw-r--r--source/is/sfx2/messages.po42
-rw-r--r--source/is/starmath/messages.po4
-rw-r--r--source/is/svtools/messages.po168
-rw-r--r--source/is/svx/messages.po36
-rw-r--r--source/is/sw/messages.po444
-rw-r--r--source/it/basctl/messages.po16
-rw-r--r--source/it/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/it/cui/messages.po532
-rw-r--r--source/it/dbaccess/messages.po38
-rw-r--r--source/it/desktop/messages.po8
-rw-r--r--source/it/dictionaries/ckb.po12
-rw-r--r--source/it/editeng/messages.po170
-rw-r--r--source/it/extensions/messages.po14
-rw-r--r--source/it/filter/messages.po124
-rw-r--r--source/it/filter/source/config/fragments/filters.po16
-rw-r--r--source/it/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--source/it/fpicker/messages.po26
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po422
-rw-r--r--source/it/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po182
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/it/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po179
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po140
-rw-r--r--source/it/sc/messages.po896
-rw-r--r--source/it/scp2/source/ooo.po10
-rw-r--r--source/it/sd/messages.po36
-rw-r--r--source/it/sfx2/messages.po48
-rw-r--r--source/it/starmath/messages.po4
-rw-r--r--source/it/svtools/messages.po174
-rw-r--r--source/it/svx/messages.po76
-rw-r--r--source/it/sw/messages.po588
-rw-r--r--source/it/uui/messages.po7
-rw-r--r--source/it/vcl/messages.po14
-rw-r--r--source/ja/cui/messages.po364
-rw-r--r--source/ja/editeng/messages.po170
-rw-r--r--source/ja/fpicker/messages.po20
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po416
-rw-r--r--source/ja/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po156
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po248
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/ja/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/ja/sc/messages.po752
-rw-r--r--source/ja/sd/messages.po10
-rw-r--r--source/ja/sfx2/messages.po42
-rw-r--r--source/ja/starmath/messages.po6
-rw-r--r--source/ja/svtools/messages.po170
-rw-r--r--source/ja/svx/messages.po36
-rw-r--r--source/ja/sw/messages.po448
-rw-r--r--source/jv/cui/messages.po335
-rw-r--r--source/jv/editeng/messages.po170
-rw-r--r--source/jv/fpicker/messages.po20
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/jv/sc/messages.po752
-rw-r--r--source/jv/sd/messages.po6
-rw-r--r--source/jv/sfx2/messages.po42
-rw-r--r--source/jv/starmath/messages.po4
-rw-r--r--source/jv/svtools/messages.po168
-rw-r--r--source/jv/svx/messages.po33
-rw-r--r--source/jv/sw/messages.po444
-rw-r--r--source/ka/cui/messages.po341
-rw-r--r--source/ka/editeng/messages.po170
-rw-r--r--source/ka/fpicker/messages.po20
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ka/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po146
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po216
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ka/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po23
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ka/sc/messages.po752
-rw-r--r--source/ka/sd/messages.po8
-rw-r--r--source/ka/sfx2/messages.po42
-rw-r--r--source/ka/starmath/messages.po4
-rw-r--r--source/ka/svtools/messages.po168
-rw-r--r--source/ka/svx/messages.po37
-rw-r--r--source/ka/sw/messages.po450
-rw-r--r--source/kab/cui/messages.po348
-rw-r--r--source/kab/editeng/messages.po170
-rw-r--r--source/kab/fpicker/messages.po20
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/kab/sc/messages.po752
-rw-r--r--source/kab/sd/messages.po8
-rw-r--r--source/kab/sfx2/messages.po42
-rw-r--r--source/kab/starmath/messages.po4
-rw-r--r--source/kab/svtools/messages.po168
-rw-r--r--source/kab/svx/messages.po36
-rw-r--r--source/kab/sw/messages.po444
-rw-r--r--source/kk/cui/messages.po354
-rw-r--r--source/kk/editeng/messages.po170
-rw-r--r--source/kk/fpicker/messages.po20
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/kk/sc/messages.po752
-rw-r--r--source/kk/sd/messages.po8
-rw-r--r--source/kk/sfx2/messages.po42
-rw-r--r--source/kk/starmath/messages.po4
-rw-r--r--source/kk/svtools/messages.po168
-rw-r--r--source/kk/svx/messages.po36
-rw-r--r--source/kk/sw/messages.po444
-rw-r--r--source/kl/cui/messages.po335
-rw-r--r--source/kl/editeng/messages.po170
-rw-r--r--source/kl/fpicker/messages.po20
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/kl/sc/messages.po752
-rw-r--r--source/kl/sd/messages.po6
-rw-r--r--source/kl/sfx2/messages.po42
-rw-r--r--source/kl/starmath/messages.po4
-rw-r--r--source/kl/svtools/messages.po168
-rw-r--r--source/kl/svx/messages.po33
-rw-r--r--source/kl/sw/messages.po444
-rw-r--r--source/km/cui/messages.po354
-rw-r--r--source/km/editeng/messages.po170
-rw-r--r--source/km/fpicker/messages.po20
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/km/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/km/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/km/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/km/sc/messages.po752
-rw-r--r--source/km/sd/messages.po8
-rw-r--r--source/km/sfx2/messages.po42
-rw-r--r--source/km/starmath/messages.po4
-rw-r--r--source/km/svtools/messages.po168
-rw-r--r--source/km/svx/messages.po37
-rw-r--r--source/km/sw/messages.po448
-rw-r--r--source/kmr-Latn/cui/messages.po341
-rw-r--r--source/kmr-Latn/editeng/messages.po170
-rw-r--r--source/kmr-Latn/fpicker/messages.po20
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/kmr-Latn/sc/messages.po752
-rw-r--r--source/kmr-Latn/sd/messages.po8
-rw-r--r--source/kmr-Latn/sfx2/messages.po42
-rw-r--r--source/kmr-Latn/starmath/messages.po4
-rw-r--r--source/kmr-Latn/svtools/messages.po168
-rw-r--r--source/kmr-Latn/svx/messages.po37
-rw-r--r--source/kmr-Latn/sw/messages.po448
-rw-r--r--source/kn/cui/messages.po354
-rw-r--r--source/kn/editeng/messages.po170
-rw-r--r--source/kn/fpicker/messages.po20
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/kn/sc/messages.po752
-rw-r--r--source/kn/sd/messages.po8
-rw-r--r--source/kn/sfx2/messages.po42
-rw-r--r--source/kn/starmath/messages.po4
-rw-r--r--source/kn/svtools/messages.po168
-rw-r--r--source/kn/svx/messages.po37
-rw-r--r--source/kn/sw/messages.po448
-rw-r--r--source/ko/cui/messages.po348
-rw-r--r--source/ko/editeng/messages.po170
-rw-r--r--source/ko/fpicker/messages.po20
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ko/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ko/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/ko/sc/messages.po752
-rw-r--r--source/ko/sd/messages.po8
-rw-r--r--source/ko/sfx2/messages.po42
-rw-r--r--source/ko/starmath/messages.po4
-rw-r--r--source/ko/svtools/messages.po168
-rw-r--r--source/ko/svx/messages.po36
-rw-r--r--source/ko/sw/messages.po448
-rw-r--r--source/kok/cui/messages.po341
-rw-r--r--source/kok/editeng/messages.po170
-rw-r--r--source/kok/fpicker/messages.po20
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/kok/sc/messages.po752
-rw-r--r--source/kok/sd/messages.po8
-rw-r--r--source/kok/sfx2/messages.po42
-rw-r--r--source/kok/starmath/messages.po4
-rw-r--r--source/kok/svtools/messages.po168
-rw-r--r--source/kok/svx/messages.po37
-rw-r--r--source/kok/sw/messages.po448
-rw-r--r--source/ks/cui/messages.po341
-rw-r--r--source/ks/editeng/messages.po170
-rw-r--r--source/ks/fpicker/messages.po20
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ks/sc/messages.po752
-rw-r--r--source/ks/sd/messages.po8
-rw-r--r--source/ks/sfx2/messages.po42
-rw-r--r--source/ks/starmath/messages.po4
-rw-r--r--source/ks/svtools/messages.po168
-rw-r--r--source/ks/svx/messages.po37
-rw-r--r--source/ks/sw/messages.po448
-rw-r--r--source/ky/cui/messages.po334
-rw-r--r--source/ky/editeng/messages.po170
-rw-r--r--source/ky/fpicker/messages.po20
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/ky/sc/messages.po752
-rw-r--r--source/ky/sd/messages.po6
-rw-r--r--source/ky/sfx2/messages.po42
-rw-r--r--source/ky/starmath/messages.po4
-rw-r--r--source/ky/svtools/messages.po168
-rw-r--r--source/ky/svx/messages.po30
-rw-r--r--source/ky/sw/messages.po442
-rw-r--r--source/lb/cui/messages.po336
-rw-r--r--source/lb/editeng/messages.po170
-rw-r--r--source/lb/fpicker/messages.po20
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/lb/sc/messages.po752
-rw-r--r--source/lb/sd/messages.po6
-rw-r--r--source/lb/sfx2/messages.po42
-rw-r--r--source/lb/starmath/messages.po4
-rw-r--r--source/lb/svtools/messages.po168
-rw-r--r--source/lb/svx/messages.po33
-rw-r--r--source/lb/sw/messages.po448
-rw-r--r--source/lo/cui/messages.po341
-rw-r--r--source/lo/editeng/messages.po170
-rw-r--r--source/lo/fpicker/messages.po20
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/lo/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po146
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/lo/helpcontent2/source/text/shared/02.po14
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/lo/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/lo/helpcontent2/source/text/swriter/00.po23
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po151
-rw-r--r--source/lo/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/lo/sc/messages.po752
-rw-r--r--source/lo/sd/messages.po8
-rw-r--r--source/lo/sfx2/messages.po42
-rw-r--r--source/lo/starmath/messages.po4
-rw-r--r--source/lo/svtools/messages.po168
-rw-r--r--source/lo/svx/messages.po33
-rw-r--r--source/lo/sw/messages.po448
-rw-r--r--source/lt/cui/messages.po358
-rw-r--r--source/lt/editeng/messages.po170
-rw-r--r--source/lt/fpicker/messages.po20
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po420
-rw-r--r--source/lt/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po14
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/lt/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/lt/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/lt/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/lt/sc/messages.po752
-rw-r--r--source/lt/sd/messages.po8
-rw-r--r--source/lt/sfx2/messages.po42
-rw-r--r--source/lt/starmath/messages.po4
-rw-r--r--source/lt/svtools/messages.po168
-rw-r--r--source/lt/svx/messages.po36
-rw-r--r--source/lt/sw/messages.po448
-rw-r--r--source/lv/cui/messages.po348
-rw-r--r--source/lv/editeng/messages.po170
-rw-r--r--source/lv/fpicker/messages.po20
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/lv/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/lv/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/lv/helpcontent2/source/text/simpress/guide.po216
-rw-r--r--source/lv/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po153
-rw-r--r--source/lv/helpcontent2/source/text/swriter/guide.po82
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/lv/sc/messages.po752
-rw-r--r--source/lv/sd/messages.po8
-rw-r--r--source/lv/sfx2/messages.po42
-rw-r--r--source/lv/starmath/messages.po4
-rw-r--r--source/lv/svtools/messages.po168
-rw-r--r--source/lv/svx/messages.po36
-rw-r--r--source/lv/sw/messages.po446
-rw-r--r--source/mai/cui/messages.po341
-rw-r--r--source/mai/editeng/messages.po170
-rw-r--r--source/mai/fpicker/messages.po20
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/mai/sc/messages.po752
-rw-r--r--source/mai/sd/messages.po8
-rw-r--r--source/mai/sfx2/messages.po42
-rw-r--r--source/mai/starmath/messages.po4
-rw-r--r--source/mai/svtools/messages.po168
-rw-r--r--source/mai/svx/messages.po37
-rw-r--r--source/mai/sw/messages.po448
-rw-r--r--source/mk/cui/messages.po341
-rw-r--r--source/mk/editeng/messages.po170
-rw-r--r--source/mk/fpicker/messages.po20
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/mk/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po238
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/mk/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/mk/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/mk/sc/messages.po752
-rw-r--r--source/mk/sd/messages.po8
-rw-r--r--source/mk/sfx2/messages.po42
-rw-r--r--source/mk/starmath/messages.po4
-rw-r--r--source/mk/svtools/messages.po168
-rw-r--r--source/mk/svx/messages.po37
-rw-r--r--source/mk/sw/messages.po450
-rw-r--r--source/ml/cui/messages.po339
-rw-r--r--source/ml/editeng/messages.po170
-rw-r--r--source/ml/fpicker/messages.po20
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ml/sc/messages.po752
-rw-r--r--source/ml/sd/messages.po8
-rw-r--r--source/ml/sfx2/messages.po42
-rw-r--r--source/ml/starmath/messages.po4
-rw-r--r--source/ml/svtools/messages.po168
-rw-r--r--source/ml/svx/messages.po37
-rw-r--r--source/ml/sw/messages.po448
-rw-r--r--source/mn/cui/messages.po354
-rw-r--r--source/mn/editeng/messages.po170
-rw-r--r--source/mn/fpicker/messages.po20
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/mn/sc/messages.po752
-rw-r--r--source/mn/sd/messages.po8
-rw-r--r--source/mn/sfx2/messages.po42
-rw-r--r--source/mn/starmath/messages.po4
-rw-r--r--source/mn/svtools/messages.po168
-rw-r--r--source/mn/svx/messages.po37
-rw-r--r--source/mn/sw/messages.po450
-rw-r--r--source/mni/cui/messages.po341
-rw-r--r--source/mni/editeng/messages.po170
-rw-r--r--source/mni/fpicker/messages.po20
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/mni/sc/messages.po752
-rw-r--r--source/mni/sd/messages.po8
-rw-r--r--source/mni/sfx2/messages.po42
-rw-r--r--source/mni/starmath/messages.po4
-rw-r--r--source/mni/svtools/messages.po168
-rw-r--r--source/mni/svx/messages.po37
-rw-r--r--source/mni/sw/messages.po448
-rw-r--r--source/mr/cui/messages.po354
-rw-r--r--source/mr/editeng/messages.po170
-rw-r--r--source/mr/fpicker/messages.po20
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/mr/sc/messages.po752
-rw-r--r--source/mr/sd/messages.po8
-rw-r--r--source/mr/sfx2/messages.po42
-rw-r--r--source/mr/starmath/messages.po4
-rw-r--r--source/mr/svtools/messages.po168
-rw-r--r--source/mr/svx/messages.po37
-rw-r--r--source/mr/sw/messages.po444
-rw-r--r--source/my/cui/messages.po341
-rw-r--r--source/my/editeng/messages.po170
-rw-r--r--source/my/fpicker/messages.po20
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/my/sc/messages.po752
-rw-r--r--source/my/sd/messages.po8
-rw-r--r--source/my/sfx2/messages.po42
-rw-r--r--source/my/starmath/messages.po4
-rw-r--r--source/my/svtools/messages.po168
-rw-r--r--source/my/svx/messages.po37
-rw-r--r--source/my/sw/messages.po448
-rw-r--r--source/nb/cui/messages.po356
-rw-r--r--source/nb/dbaccess/messages.po16
-rw-r--r--source/nb/editeng/messages.po170
-rw-r--r--source/nb/fpicker/messages.po26
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po86
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po416
-rw-r--r--source/nb/helpcontent2/source/text/sdatabase.po30
-rw-r--r--source/nb/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po954
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po74
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po261
-rw-r--r--source/nb/helpcontent2/source/text/shared/help.po10
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po10
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po185
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po96
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/nb/sc/messages.po752
-rw-r--r--source/nb/sd/messages.po10
-rw-r--r--source/nb/sfx2/messages.po46
-rw-r--r--source/nb/starmath/messages.po4
-rw-r--r--source/nb/svtools/messages.po170
-rw-r--r--source/nb/svx/messages.po42
-rw-r--r--source/nb/sw/messages.po448
-rw-r--r--source/ne/cui/messages.po341
-rw-r--r--source/ne/editeng/messages.po170
-rw-r--r--source/ne/fpicker/messages.po20
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ne/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po238
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ne/helpcontent2/source/text/simpress/guide.po216
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po84
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/ne/sc/messages.po752
-rw-r--r--source/ne/sd/messages.po8
-rw-r--r--source/ne/sfx2/messages.po42
-rw-r--r--source/ne/starmath/messages.po4
-rw-r--r--source/ne/svtools/messages.po168
-rw-r--r--source/ne/svx/messages.po37
-rw-r--r--source/ne/sw/messages.po450
-rw-r--r--source/nl/cui/messages.po382
-rw-r--r--source/nl/dbaccess/messages.po18
-rw-r--r--source/nl/editeng/messages.po170
-rw-r--r--source/nl/formula/messages.po126
-rw-r--r--source/nl/fpicker/messages.po26
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/python.po12
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po44
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/03.po1016
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po444
-rw-r--r--source/nl/helpcontent2/source/text/sdatabase.po32
-rw-r--r--source/nl/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po192
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po22
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po263
-rw-r--r--source/nl/helpcontent2/source/text/shared/help.po10
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/nl/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po18
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po197
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po96
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po194
-rw-r--r--source/nl/sc/messages.po766
-rw-r--r--source/nl/scaddins/messages.po22
-rw-r--r--source/nl/scp2/source/draw.po14
-rw-r--r--source/nl/sd/messages.po28
-rw-r--r--source/nl/sfx2/messages.po48
-rw-r--r--source/nl/starmath/messages.po82
-rw-r--r--source/nl/svtools/messages.po170
-rw-r--r--source/nl/svx/messages.po48
-rw-r--r--source/nl/sw/messages.po504
-rw-r--r--source/nl/sysui/desktop/share.po12
-rw-r--r--source/nn/cui/messages.po390
-rw-r--r--source/nn/dictionaries/be_BY.po6
-rw-r--r--source/nn/editeng/messages.po172
-rw-r--r--source/nn/fpicker/messages.po20
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po143
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/02.po16
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/03.po98
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po10
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po424
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po1064
-rw-r--r--source/nn/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po186
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po266
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po267
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po224
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po179
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/nn/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/nn/sc/messages.po752
-rw-r--r--source/nn/scp2/source/ooo.po16
-rw-r--r--source/nn/sd/messages.po8
-rw-r--r--source/nn/sfx2/messages.po42
-rw-r--r--source/nn/starmath/messages.po4
-rw-r--r--source/nn/svtools/messages.po172
-rw-r--r--source/nn/svx/messages.po38
-rw-r--r--source/nn/sw/messages.po448
-rw-r--r--source/nr/cui/messages.po340
-rw-r--r--source/nr/editeng/messages.po170
-rw-r--r--source/nr/fpicker/messages.po20
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/nr/sc/messages.po752
-rw-r--r--source/nr/sd/messages.po8
-rw-r--r--source/nr/sfx2/messages.po42
-rw-r--r--source/nr/starmath/messages.po4
-rw-r--r--source/nr/svtools/messages.po168
-rw-r--r--source/nr/svx/messages.po37
-rw-r--r--source/nr/sw/messages.po448
-rw-r--r--source/nso/cui/messages.po341
-rw-r--r--source/nso/editeng/messages.po170
-rw-r--r--source/nso/fpicker/messages.po20
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/nso/sc/messages.po752
-rw-r--r--source/nso/sd/messages.po8
-rw-r--r--source/nso/sfx2/messages.po42
-rw-r--r--source/nso/starmath/messages.po4
-rw-r--r--source/nso/svtools/messages.po168
-rw-r--r--source/nso/svx/messages.po37
-rw-r--r--source/nso/sw/messages.po448
-rw-r--r--source/oc/cui/messages.po348
-rw-r--r--source/oc/editeng/messages.po170
-rw-r--r--source/oc/fpicker/messages.po20
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/oc/sc/messages.po752
-rw-r--r--source/oc/sd/messages.po8
-rw-r--r--source/oc/sfx2/messages.po42
-rw-r--r--source/oc/starmath/messages.po4
-rw-r--r--source/oc/svtools/messages.po168
-rw-r--r--source/oc/svx/messages.po36
-rw-r--r--source/oc/sw/messages.po444
-rw-r--r--source/om/cui/messages.po341
-rw-r--r--source/om/editeng/messages.po170
-rw-r--r--source/om/fpicker/messages.po20
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/om/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/om/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/om/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/om/sc/messages.po752
-rw-r--r--source/om/sd/messages.po8
-rw-r--r--source/om/sfx2/messages.po42
-rw-r--r--source/om/starmath/messages.po4
-rw-r--r--source/om/svtools/messages.po168
-rw-r--r--source/om/svx/messages.po37
-rw-r--r--source/om/sw/messages.po450
-rw-r--r--source/or/cui/messages.po348
-rw-r--r--source/or/editeng/messages.po170
-rw-r--r--source/or/fpicker/messages.po20
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/or/sc/messages.po752
-rw-r--r--source/or/sd/messages.po8
-rw-r--r--source/or/sfx2/messages.po42
-rw-r--r--source/or/starmath/messages.po4
-rw-r--r--source/or/svtools/messages.po168
-rw-r--r--source/or/svx/messages.po36
-rw-r--r--source/or/sw/messages.po444
-rw-r--r--source/pa-IN/cui/messages.po341
-rw-r--r--source/pa-IN/editeng/messages.po170
-rw-r--r--source/pa-IN/fpicker/messages.po20
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/pa-IN/sc/messages.po752
-rw-r--r--source/pa-IN/sd/messages.po8
-rw-r--r--source/pa-IN/sfx2/messages.po42
-rw-r--r--source/pa-IN/starmath/messages.po4
-rw-r--r--source/pa-IN/svtools/messages.po168
-rw-r--r--source/pa-IN/svx/messages.po36
-rw-r--r--source/pa-IN/sw/messages.po444
-rw-r--r--source/pl/cui/messages.po374
-rw-r--r--source/pl/dbaccess/messages.po16
-rw-r--r--source/pl/editeng/messages.po170
-rw-r--r--source/pl/filter/source/config/fragments/filters.po8
-rw-r--r--source/pl/fpicker/messages.po26
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/pl/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po162
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po250
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po126
-rw-r--r--source/pl/sc/messages.po766
-rw-r--r--source/pl/scp2/source/writer.po10
-rw-r--r--source/pl/sd/messages.po10
-rw-r--r--source/pl/sfx2/messages.po46
-rw-r--r--source/pl/starmath/messages.po4
-rw-r--r--source/pl/svtools/messages.po176
-rw-r--r--source/pl/svx/messages.po42
-rw-r--r--source/pl/sw/messages.po498
-rw-r--r--source/pt-BR/cui/messages.po374
-rw-r--r--source/pt-BR/dbaccess/messages.po16
-rw-r--r--source/pt-BR/editeng/messages.po170
-rw-r--r--source/pt-BR/fpicker/messages.po26
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po424
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdatabase.po30
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po184
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po262
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po261
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/help.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po29
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po185
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po96
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/pt-BR/sc/messages.po766
-rw-r--r--source/pt-BR/sd/messages.po10
-rw-r--r--source/pt-BR/sfx2/messages.po46
-rw-r--r--source/pt-BR/starmath/messages.po4
-rw-r--r--source/pt-BR/svtools/messages.po168
-rw-r--r--source/pt-BR/svx/messages.po42
-rw-r--r--source/pt-BR/sw/messages.po496
-rw-r--r--source/pt/cui/messages.po364
-rw-r--r--source/pt/dbaccess/messages.po16
-rw-r--r--source/pt/editeng/messages.po170
-rw-r--r--source/pt/fpicker/messages.po26
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/pt/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po258
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po90
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po116
-rw-r--r--source/pt/sc/messages.po768
-rw-r--r--source/pt/sd/messages.po10
-rw-r--r--source/pt/sfx2/messages.po46
-rw-r--r--source/pt/starmath/messages.po4
-rw-r--r--source/pt/svtools/messages.po168
-rw-r--r--source/pt/svx/messages.po56
-rw-r--r--source/pt/sw/messages.po494
-rw-r--r--source/ro/basctl/messages.po6
-rw-r--r--source/ro/cui/messages.po348
-rw-r--r--source/ro/editeng/messages.po172
-rw-r--r--source/ro/fpicker/messages.po20
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ro/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po146
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po14
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ro/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/ro/helpcontent2/source/text/swriter/00.po23
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po151
-rw-r--r--source/ro/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po88
-rw-r--r--source/ro/sc/messages.po818
-rw-r--r--source/ro/sd/messages.po12
-rw-r--r--source/ro/sfx2/messages.po42
-rw-r--r--source/ro/starmath/messages.po4
-rw-r--r--source/ro/svtools/messages.po170
-rw-r--r--source/ro/svx/messages.po42
-rw-r--r--source/ro/sw/messages.po478
-rw-r--r--source/ru/cui/messages.po356
-rw-r--r--source/ru/editeng/messages.po170
-rw-r--r--source/ru/fpicker/messages.po20
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ru/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ru/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/ru/sc/messages.po752
-rw-r--r--source/ru/sd/messages.po10
-rw-r--r--source/ru/sfx2/messages.po42
-rw-r--r--source/ru/starmath/messages.po4
-rw-r--r--source/ru/svtools/messages.po168
-rw-r--r--source/ru/svx/messages.po38
-rw-r--r--source/ru/sw/messages.po448
-rw-r--r--source/rw/cui/messages.po340
-rw-r--r--source/rw/editeng/messages.po170
-rw-r--r--source/rw/fpicker/messages.po20
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/rw/sc/messages.po752
-rw-r--r--source/rw/sd/messages.po8
-rw-r--r--source/rw/sfx2/messages.po42
-rw-r--r--source/rw/starmath/messages.po4
-rw-r--r--source/rw/svtools/messages.po168
-rw-r--r--source/rw/svx/messages.po37
-rw-r--r--source/rw/sw/messages.po448
-rw-r--r--source/sa-IN/cui/messages.po341
-rw-r--r--source/sa-IN/editeng/messages.po170
-rw-r--r--source/sa-IN/fpicker/messages.po20
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/sa-IN/sc/messages.po752
-rw-r--r--source/sa-IN/sd/messages.po8
-rw-r--r--source/sa-IN/sfx2/messages.po42
-rw-r--r--source/sa-IN/starmath/messages.po4
-rw-r--r--source/sa-IN/svtools/messages.po168
-rw-r--r--source/sa-IN/svx/messages.po37
-rw-r--r--source/sa-IN/sw/messages.po444
-rw-r--r--source/sah/cui/messages.po334
-rw-r--r--source/sah/editeng/messages.po170
-rw-r--r--source/sah/fpicker/messages.po20
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/sah/sc/messages.po752
-rw-r--r--source/sah/sd/messages.po6
-rw-r--r--source/sah/sfx2/messages.po42
-rw-r--r--source/sah/starmath/messages.po4
-rw-r--r--source/sah/svtools/messages.po168
-rw-r--r--source/sah/svx/messages.po30
-rw-r--r--source/sah/sw/messages.po442
-rw-r--r--source/sat/cui/messages.po341
-rw-r--r--source/sat/editeng/messages.po170
-rw-r--r--source/sat/fpicker/messages.po20
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/sat/sc/messages.po752
-rw-r--r--source/sat/sd/messages.po8
-rw-r--r--source/sat/sfx2/messages.po42
-rw-r--r--source/sat/starmath/messages.po4
-rw-r--r--source/sat/svtools/messages.po168
-rw-r--r--source/sat/svx/messages.po37
-rw-r--r--source/sat/sw/messages.po444
-rw-r--r--source/sd/cui/messages.po341
-rw-r--r--source/sd/editeng/messages.po170
-rw-r--r--source/sd/fpicker/messages.po20
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/sd/sc/messages.po752
-rw-r--r--source/sd/sd/messages.po8
-rw-r--r--source/sd/sfx2/messages.po42
-rw-r--r--source/sd/starmath/messages.po4
-rw-r--r--source/sd/svtools/messages.po168
-rw-r--r--source/sd/svx/messages.po37
-rw-r--r--source/sd/sw/messages.po444
-rw-r--r--source/si/cui/messages.po341
-rw-r--r--source/si/editeng/messages.po170
-rw-r--r--source/si/fpicker/messages.po20
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/si/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po146
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po228
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/si/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/si/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po151
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/si/sc/messages.po752
-rw-r--r--source/si/sd/messages.po8
-rw-r--r--source/si/sfx2/messages.po42
-rw-r--r--source/si/starmath/messages.po4
-rw-r--r--source/si/svtools/messages.po168
-rw-r--r--source/si/svx/messages.po37
-rw-r--r--source/si/sw/messages.po448
-rw-r--r--source/sid/cui/messages.po341
-rw-r--r--source/sid/editeng/messages.po170
-rw-r--r--source/sid/fpicker/messages.po20
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/sid/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po212
-rw-r--r--source/sid/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/sid/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/sid/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/sid/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/sid/sc/messages.po752
-rw-r--r--source/sid/sd/messages.po8
-rw-r--r--source/sid/sfx2/messages.po42
-rw-r--r--source/sid/starmath/messages.po4
-rw-r--r--source/sid/svtools/messages.po168
-rw-r--r--source/sid/svx/messages.po37
-rw-r--r--source/sid/sw/messages.po450
-rw-r--r--source/sk/cui/messages.po410
-rw-r--r--source/sk/dbaccess/messages.po16
-rw-r--r--source/sk/editeng/messages.po170
-rw-r--r--source/sk/fpicker/messages.po26
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/sk/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po226
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/sk/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/sk/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po173
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po84
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/sk/sc/messages.po752
-rw-r--r--source/sk/sd/messages.po10
-rw-r--r--source/sk/sfx2/messages.po46
-rw-r--r--source/sk/starmath/messages.po4
-rw-r--r--source/sk/svtools/messages.po168
-rw-r--r--source/sk/svx/messages.po62
-rw-r--r--source/sk/sw/messages.po480
-rw-r--r--source/sq/cui/messages.po347
-rw-r--r--source/sq/editeng/messages.po170
-rw-r--r--source/sq/fpicker/messages.po20
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/sq/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po212
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/sq/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/sq/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po155
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/sq/sc/messages.po752
-rw-r--r--source/sq/sd/messages.po8
-rw-r--r--source/sq/sfx2/messages.po42
-rw-r--r--source/sq/starmath/messages.po4
-rw-r--r--source/sq/svtools/messages.po168
-rw-r--r--source/sq/svx/messages.po38
-rw-r--r--source/sq/sw/messages.po444
-rw-r--r--source/sr-Latn/cui/messages.po341
-rw-r--r--source/sr-Latn/editeng/messages.po170
-rw-r--r--source/sr-Latn/fpicker/messages.po20
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/sr-Latn/sc/messages.po752
-rw-r--r--source/sr-Latn/sd/messages.po8
-rw-r--r--source/sr-Latn/sfx2/messages.po42
-rw-r--r--source/sr-Latn/starmath/messages.po4
-rw-r--r--source/sr-Latn/svtools/messages.po168
-rw-r--r--source/sr-Latn/svx/messages.po37
-rw-r--r--source/sr-Latn/sw/messages.po448
-rw-r--r--source/sr/cui/messages.po356
-rw-r--r--source/sr/editeng/messages.po170
-rw-r--r--source/sr/fpicker/messages.po20
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/sr/sc/messages.po752
-rw-r--r--source/sr/sd/messages.po8
-rw-r--r--source/sr/sfx2/messages.po42
-rw-r--r--source/sr/starmath/messages.po4
-rw-r--r--source/sr/svtools/messages.po168
-rw-r--r--source/sr/svx/messages.po37
-rw-r--r--source/sr/sw/messages.po448
-rw-r--r--source/ss/cui/messages.po341
-rw-r--r--source/ss/editeng/messages.po170
-rw-r--r--source/ss/fpicker/messages.po20
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/ss/sc/messages.po752
-rw-r--r--source/ss/sd/messages.po8
-rw-r--r--source/ss/sfx2/messages.po42
-rw-r--r--source/ss/starmath/messages.po4
-rw-r--r--source/ss/svtools/messages.po168
-rw-r--r--source/ss/svx/messages.po37
-rw-r--r--source/ss/sw/messages.po448
-rw-r--r--source/st/cui/messages.po340
-rw-r--r--source/st/editeng/messages.po170
-rw-r--r--source/st/fpicker/messages.po20
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/st/sc/messages.po752
-rw-r--r--source/st/sd/messages.po8
-rw-r--r--source/st/sfx2/messages.po42
-rw-r--r--source/st/starmath/messages.po4
-rw-r--r--source/st/svtools/messages.po168
-rw-r--r--source/st/svx/messages.po37
-rw-r--r--source/st/sw/messages.po448
-rw-r--r--source/sv/cui/messages.po384
-rw-r--r--source/sv/dbaccess/messages.po16
-rw-r--r--source/sv/editeng/messages.po170
-rw-r--r--source/sv/fpicker/messages.po26
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/sv/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/sv/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/sv/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po171
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/sv/sc/messages.po766
-rw-r--r--source/sv/sd/messages.po10
-rw-r--r--source/sv/sfx2/messages.po46
-rw-r--r--source/sv/starmath/messages.po4
-rw-r--r--source/sv/svtools/messages.po168
-rw-r--r--source/sv/svx/messages.po42
-rw-r--r--source/sv/sw/messages.po496
-rw-r--r--source/sw-TZ/cui/messages.po341
-rw-r--r--source/sw-TZ/editeng/messages.po170
-rw-r--r--source/sw-TZ/fpicker/messages.po20
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/sw-TZ/sc/messages.po752
-rw-r--r--source/sw-TZ/sd/messages.po8
-rw-r--r--source/sw-TZ/sfx2/messages.po42
-rw-r--r--source/sw-TZ/starmath/messages.po4
-rw-r--r--source/sw-TZ/svtools/messages.po168
-rw-r--r--source/sw-TZ/svx/messages.po37
-rw-r--r--source/sw-TZ/sw/messages.po448
-rw-r--r--source/szl/cui/messages.po348
-rw-r--r--source/szl/editeng/messages.po170
-rw-r--r--source/szl/fpicker/messages.po20
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/szl/sc/messages.po752
-rw-r--r--source/szl/sd/messages.po8
-rw-r--r--source/szl/sfx2/messages.po42
-rw-r--r--source/szl/starmath/messages.po4
-rw-r--r--source/szl/svtools/messages.po168
-rw-r--r--source/szl/svx/messages.po36
-rw-r--r--source/szl/sw/messages.po446
-rw-r--r--source/ta/cui/messages.po348
-rw-r--r--source/ta/editeng/messages.po170
-rw-r--r--source/ta/fpicker/messages.po20
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ta/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po146
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po206
-rw-r--r--source/ta/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ta/helpcontent2/source/text/simpress/guide.po216
-rw-r--r--source/ta/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po161
-rw-r--r--source/ta/helpcontent2/source/text/swriter/guide.po84
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/ta/sc/messages.po752
-rw-r--r--source/ta/sd/messages.po8
-rw-r--r--source/ta/sfx2/messages.po42
-rw-r--r--source/ta/starmath/messages.po4
-rw-r--r--source/ta/svtools/messages.po168
-rw-r--r--source/ta/svx/messages.po36
-rw-r--r--source/ta/sw/messages.po448
-rw-r--r--source/te/cui/messages.po354
-rw-r--r--source/te/editeng/messages.po170
-rw-r--r--source/te/fpicker/messages.po20
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/te/sc/messages.po752
-rw-r--r--source/te/sd/messages.po8
-rw-r--r--source/te/sfx2/messages.po42
-rw-r--r--source/te/starmath/messages.po4
-rw-r--r--source/te/svtools/messages.po168
-rw-r--r--source/te/svx/messages.po37
-rw-r--r--source/te/sw/messages.po448
-rw-r--r--source/tg/cui/messages.po341
-rw-r--r--source/tg/editeng/messages.po170
-rw-r--r--source/tg/fpicker/messages.po20
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/tg/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po218
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/tg/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/tg/helpcontent2/source/text/swriter/00.po23
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po155
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/tg/sc/messages.po752
-rw-r--r--source/tg/sd/messages.po8
-rw-r--r--source/tg/sfx2/messages.po42
-rw-r--r--source/tg/starmath/messages.po4
-rw-r--r--source/tg/svtools/messages.po168
-rw-r--r--source/tg/svx/messages.po37
-rw-r--r--source/tg/sw/messages.po448
-rw-r--r--source/th/cui/messages.po341
-rw-r--r--source/th/editeng/messages.po172
-rw-r--r--source/th/fpicker/messages.po20
-rw-r--r--source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po797
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/th/sc/messages.po752
-rw-r--r--source/th/sd/messages.po10
-rw-r--r--source/th/sfx2/messages.po42
-rw-r--r--source/th/starmath/messages.po6
-rw-r--r--source/th/svtools/messages.po170
-rw-r--r--source/th/svx/messages.po37
-rw-r--r--source/th/sw/messages.po444
-rw-r--r--source/ti/cui/messages.po334
-rw-r--r--source/ti/editeng/messages.po170
-rw-r--r--source/ti/fpicker/messages.po20
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/ti/sc/messages.po752
-rw-r--r--source/ti/sd/messages.po6
-rw-r--r--source/ti/sfx2/messages.po42
-rw-r--r--source/ti/starmath/messages.po4
-rw-r--r--source/ti/svtools/messages.po168
-rw-r--r--source/ti/svx/messages.po30
-rw-r--r--source/ti/sw/messages.po442
-rw-r--r--source/tn/cui/messages.po340
-rw-r--r--source/tn/editeng/messages.po170
-rw-r--r--source/tn/fpicker/messages.po20
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/tn/sc/messages.po752
-rw-r--r--source/tn/sd/messages.po8
-rw-r--r--source/tn/sfx2/messages.po42
-rw-r--r--source/tn/starmath/messages.po4
-rw-r--r--source/tn/svtools/messages.po168
-rw-r--r--source/tn/svx/messages.po37
-rw-r--r--source/tn/sw/messages.po448
-rw-r--r--source/tr/cui/messages.po368
-rw-r--r--source/tr/dbaccess/messages.po16
-rw-r--r--source/tr/editeng/messages.po172
-rw-r--r--source/tr/fpicker/messages.po26
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/tr/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/tr/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po98
-rw-r--r--source/tr/sc/messages.po752
-rw-r--r--source/tr/sd/messages.po10
-rw-r--r--source/tr/sfx2/messages.po46
-rw-r--r--source/tr/starmath/messages.po4
-rw-r--r--source/tr/svtools/messages.po168
-rw-r--r--source/tr/svx/messages.po42
-rw-r--r--source/tr/sw/messages.po496
-rw-r--r--source/ts/cui/messages.po341
-rw-r--r--source/ts/editeng/messages.po170
-rw-r--r--source/ts/fpicker/messages.po20
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/ts/sc/messages.po752
-rw-r--r--source/ts/sd/messages.po8
-rw-r--r--source/ts/sfx2/messages.po42
-rw-r--r--source/ts/starmath/messages.po4
-rw-r--r--source/ts/svtools/messages.po168
-rw-r--r--source/ts/svx/messages.po37
-rw-r--r--source/ts/sw/messages.po448
-rw-r--r--source/tt/cui/messages.po339
-rw-r--r--source/tt/editeng/messages.po170
-rw-r--r--source/tt/fpicker/messages.po20
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po74
-rw-r--r--source/tt/sc/messages.po752
-rw-r--r--source/tt/sd/messages.po6
-rw-r--r--source/tt/sfx2/messages.po42
-rw-r--r--source/tt/starmath/messages.po4
-rw-r--r--source/tt/svtools/messages.po168
-rw-r--r--source/tt/svx/messages.po33
-rw-r--r--source/tt/sw/messages.po448
-rw-r--r--source/ug/cui/messages.po348
-rw-r--r--source/ug/editeng/messages.po170
-rw-r--r--source/ug/fpicker/messages.po20
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/ug/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po220
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ug/helpcontent2/source/text/simpress/guide.po212
-rw-r--r--source/ug/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po155
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po80
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po78
-rw-r--r--source/ug/sc/messages.po752
-rw-r--r--source/ug/sd/messages.po8
-rw-r--r--source/ug/sfx2/messages.po42
-rw-r--r--source/ug/starmath/messages.po4
-rw-r--r--source/ug/svtools/messages.po168
-rw-r--r--source/ug/svx/messages.po37
-rw-r--r--source/ug/sw/messages.po448
-rw-r--r--source/uk/cui/messages.po414
-rw-r--r--source/uk/editeng/messages.po170
-rw-r--r--source/uk/fpicker/messages.po30
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/uk/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po258
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/uk/helpcontent2/source/text/simpress/guide.po220
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po92
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po88
-rw-r--r--source/uk/sc/messages.po778
-rw-r--r--source/uk/sd/messages.po8
-rw-r--r--source/uk/sfx2/messages.po42
-rw-r--r--source/uk/starmath/messages.po4
-rw-r--r--source/uk/svtools/messages.po168
-rw-r--r--source/uk/svx/messages.po44
-rw-r--r--source/uk/sw/messages.po454
-rw-r--r--source/ur/cui/messages.po334
-rw-r--r--source/ur/editeng/messages.po170
-rw-r--r--source/ur/fpicker/messages.po20
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/ur/sc/messages.po752
-rw-r--r--source/ur/sd/messages.po6
-rw-r--r--source/ur/sfx2/messages.po42
-rw-r--r--source/ur/starmath/messages.po4
-rw-r--r--source/ur/svtools/messages.po168
-rw-r--r--source/ur/svx/messages.po30
-rw-r--r--source/ur/sw/messages.po444
-rw-r--r--source/uz/cui/messages.po341
-rw-r--r--source/uz/editeng/messages.po170
-rw-r--r--source/uz/fpicker/messages.po20
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/uz/sc/messages.po752
-rw-r--r--source/uz/sd/messages.po8
-rw-r--r--source/uz/sfx2/messages.po42
-rw-r--r--source/uz/starmath/messages.po4
-rw-r--r--source/uz/svtools/messages.po168
-rw-r--r--source/uz/svx/messages.po37
-rw-r--r--source/uz/sw/messages.po448
-rw-r--r--source/ve/cui/messages.po340
-rw-r--r--source/ve/editeng/messages.po170
-rw-r--r--source/ve/fpicker/messages.po20
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/ve/sc/messages.po752
-rw-r--r--source/ve/sd/messages.po8
-rw-r--r--source/ve/sfx2/messages.po42
-rw-r--r--source/ve/starmath/messages.po4
-rw-r--r--source/ve/svtools/messages.po168
-rw-r--r--source/ve/svx/messages.po37
-rw-r--r--source/ve/sw/messages.po448
-rw-r--r--source/vec/cui/messages.po348
-rw-r--r--source/vec/editeng/messages.po170
-rw-r--r--source/vec/fpicker/messages.po20
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po82
-rw-r--r--source/vec/sc/messages.po752
-rw-r--r--source/vec/sd/messages.po8
-rw-r--r--source/vec/sfx2/messages.po42
-rw-r--r--source/vec/starmath/messages.po4
-rw-r--r--source/vec/svtools/messages.po168
-rw-r--r--source/vec/svx/messages.po36
-rw-r--r--source/vec/sw/messages.po446
-rw-r--r--source/vi/cui/messages.po341
-rw-r--r--source/vi/editeng/messages.po170
-rw-r--r--source/vi/fpicker/messages.po20
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/vi/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po253
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/vi/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/vi/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/vi/sc/messages.po752
-rw-r--r--source/vi/sd/messages.po8
-rw-r--r--source/vi/sfx2/messages.po42
-rw-r--r--source/vi/starmath/messages.po4
-rw-r--r--source/vi/svtools/messages.po168
-rw-r--r--source/vi/svx/messages.po37
-rw-r--r--source/vi/sw/messages.po450
-rw-r--r--source/xh/cui/messages.po341
-rw-r--r--source/xh/editeng/messages.po170
-rw-r--r--source/xh/fpicker/messages.po20
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/xh/sc/messages.po752
-rw-r--r--source/xh/sd/messages.po8
-rw-r--r--source/xh/sfx2/messages.po42
-rw-r--r--source/xh/starmath/messages.po4
-rw-r--r--source/xh/svtools/messages.po168
-rw-r--r--source/xh/svx/messages.po37
-rw-r--r--source/xh/sw/messages.po448
-rw-r--r--source/zh-CN/cui/messages.po376
-rw-r--r--source/zh-CN/dbaccess/messages.po16
-rw-r--r--source/zh-CN/editeng/messages.po170
-rw-r--r--source/zh-CN/fpicker/messages.po26
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po178
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po258
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po257
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/00.po27
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po118
-rw-r--r--source/zh-CN/sc/messages.po756
-rw-r--r--source/zh-CN/sd/messages.po16
-rw-r--r--source/zh-CN/sfx2/messages.po46
-rw-r--r--source/zh-CN/starmath/messages.po4
-rw-r--r--source/zh-CN/svtools/messages.po170
-rw-r--r--source/zh-CN/svx/messages.po38
-rw-r--r--source/zh-CN/sw/messages.po475
-rw-r--r--source/zh-TW/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/zh-TW/cui/messages.po420
-rw-r--r--source/zh-TW/dbaccess/messages.po42
-rw-r--r--source/zh-TW/desktop/messages.po6
-rw-r--r--source/zh-TW/editeng/messages.po170
-rw-r--r--source/zh-TW/fpicker/messages.po32
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po414
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po248
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po255
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/guide.po218
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/00.po25
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po169
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po86
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po200
-rw-r--r--source/zh-TW/sc/messages.po908
-rw-r--r--source/zh-TW/sd/messages.po30
-rw-r--r--source/zh-TW/sfx2/messages.po50
-rw-r--r--source/zh-TW/starmath/messages.po4
-rw-r--r--source/zh-TW/svtools/messages.po168
-rw-r--r--source/zh-TW/svx/messages.po64
-rw-r--r--source/zh-TW/sw/messages.po546
-rw-r--r--source/zh-TW/uui/messages.po7
-rw-r--r--source/zu/cui/messages.po341
-rw-r--r--source/zu/editeng/messages.po170
-rw-r--r--source/zu/fpicker/messages.po20
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po75
-rw-r--r--source/zu/sc/messages.po752
-rw-r--r--source/zu/sd/messages.po8
-rw-r--r--source/zu/sfx2/messages.po42
-rw-r--r--source/zu/starmath/messages.po4
-rw-r--r--source/zu/svtools/messages.po168
-rw-r--r--source/zu/svx/messages.po37
-rw-r--r--source/zu/sw/messages.po448
2234 files changed, 226043 insertions, 154702 deletions
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index 58b2a23ca9a..97a9e786b94 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ab/>\n"
@@ -1731,12 +1731,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Атаблица"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
-#, fuzzy
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3157,10 +3156,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3342,10 +3341,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3499,10 +3498,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3535,51 +3534,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6597,186 +6602,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Акегль:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Абызшәа:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Абызшәа:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Акегль:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Акегль:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Абызшәа:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Акегль:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Абызшәа:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7988,32 +7963,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Альтенативатә теқст:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Ахҳәаа:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18762,23 +18749,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Еиқәырхатәума аҵәаӷәа анҵәамҭа?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Еиқәырхатәума аҵәаӷәа анҵәамҭа?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18865,17 +18852,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Ианыхтәума аҧштәы?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Ианыхтәума аҵәаӷәа анҵәамҭа?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Ианыхтәума аҵәаӷәа анҵәамҭа?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21064,247 +21051,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Автоматикала аиагара"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Аиагагақәа рыргылара"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Атип:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Адаҟьа аномер:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Аҭыҧ:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Адаҟьа астиль"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Адаҟьа"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Аиҵагыла"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Аҧхьа"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ашьҭахь"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Аҵәаӷәа(қәа)"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Аҵәаӷәа(қәа)"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Апараметрқәа"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/ab/editeng/messages.po b/source/ab/editeng/messages.po
index f0b2c4b0b76..29b06874cee 100644
--- a/source/ab/editeng/messages.po
+++ b/source/ab/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-01 16:19+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ab/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 аиагарақәа"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Адаҟьа астиль: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Акернинг "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "имҩаркуп "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Аграфикатә обиеқт"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "мап"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Акәаҧқәа "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Агьежь "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Агежь "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Акцент "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Хыхьла"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Ҵаҟала"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Иаарҳәу асимволқәа рыда"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Иаарҳәтәуп асимволқәа $(ARG1)° рыла"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Ацәаҳәа иҭагӡатәуп"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Атеқст аргьежьрада"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Атеқст аргьежьра $(ARG1)° ала"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Асимволқәа $(ARG1)% рмасштабркра"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Асимволқәа рмасштабркра ада"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Арелиеф ада"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Арельеф"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Атеқст автоматикала аиҟаратәра"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Ихадоу аҵәаӷәала атеқст аиҟаратәра"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Атеқст хыхьла аиҟаратәра"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Атеқст ацентр ала аиҟаратәра"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Атеқст ҵаҟала аиҟаратәра"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Атеқст ахырхарҭа: армарахьтә-арӷьарахь (горизонталла)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Атеқст ахырхарҭа: арӷьарахьтә-армарахь (горизонталла)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Атеқст ахырхарҭа: арӷьарахьтә-армарахь (вертикалла)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Атеқст ахырхарҭа: армарахьтә-арӷьарахь (вертикалла)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Иҵәахым"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Иҵәаху"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Ақьаад анашьҭра"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Апринтер архиарақәа рҟынтәи]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Ианыхтәуп"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Ииагатәуп"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Атрибутқәа хархәуатәуп"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Атрибутқәа еиҭашьақәыргылатәуп"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Ахьаҵ"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Ихархәатәуп астильқәа"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Арегистр"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Ажәа %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Абзац %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Автоматикала"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Аграфикатә маркер абзац аҟны"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Аграфикатә маркер"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1709,43 +1733,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Ажәар харҭәаауп."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Ажәар аҧхьара мацаразы."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Ахьаҵ"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Иеикәрҳәтәуп"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Ихархәуатәуп атрибутқәа"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
diff --git a/source/ab/fpicker/messages.po b/source/ab/fpicker/messages.po
index 43808f4bb6f..55c62fb90dd 100644
--- a/source/ab/fpicker/messages.po
+++ b/source/ab/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:06+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -223,55 +223,55 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Афаил ахьӡ:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Афаил атип:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Аҧхьара мацараз"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Иеиқәырхатәуп ажәамаӡа шацу"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr ""
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Иҧсахтәуп афильтр архиарақәа"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
index d3774513305..3bc111aaed1 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-05 18:22+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ab/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Ииастәуп аҧхьатәи абӷьыц ахь"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10678,15 +10688,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Еиҟаратәтәуп ацәаҳәақәа рыҳаракыра"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21390,15 +21400,15 @@ msgctxt ""
msgid "~Image"
msgstr "Асахьа"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Аобиеқти афигуреи"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26250,14 +26260,14 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
+msgid "Anchor Menu"
msgstr ""
#. oNBG8
@@ -26270,6 +26280,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr ""
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30960,6 +30980,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34064,14 +34094,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Актәи абзац"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34094,14 +34134,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr ""
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index b35c53d8ffa..f30c031ab62 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-09 16:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ab/>\n"
@@ -16896,1626 +16896,1664 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Иалхтәуп абӷьыцқәа"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Иалху абӷьыцқәа"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr ""
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr ""
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr ""
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Адокумент ахәаҧшра"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr ""
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr ""
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr ""
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Адаҟьа заатәи ахәаҧшра"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr ""
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr ""
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Адаҟьа %1 хыхьтәи аколонтитул"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Адаҟьа %1 ҵаҟатәи аколонтитул"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr ""
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Ара шәара иҭажәгалоит насгьы аредакциа рзыжәуеит атеқст, ахыԥхьаӡарақәеи аформулақәеи."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Амультимедиа"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr ""
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Аформулақәа рпанель"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr ""
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(аҧхьара мацара)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Ахәаҧшра)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Иҭацәу адаҟьақәа кьыҧхьтәӡам"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Адәныҟатәи азхьарҧшқәа рырҿыцра."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr ""
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr ""
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Изымуа аҵакы."
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Аформула арбаӡам."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Аформулақәа еиҿыркаауам аиҵагыла."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Аформулақәа еиҿыркаауам ацәаҳәа."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr ""
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Автоформат ахьӡ ҧсахтәуп"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Ахьӡ"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Ианыхтәуп автоформат"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Даныхтәума ари ахархәаҩ?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Иарктәуп"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr ""
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr ""
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr ""
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr ""
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr ""
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr ""
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Аихшьала"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Адаҟьа адҳәалара"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Аҭагылазаашьа"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Иаҵанакуа"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Абӷьыцқәа"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr ""
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr ""
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Асахьақәа"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE аобиеқтқәа"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Акомментариқәа"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr ""
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Асахьақәа"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr ""
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr ""
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "иҵәаху"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr ""
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr ""
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Акомментари"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr ""
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr ""
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Ахархәаҩ ишрифтқәа"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Афункциақәа разҟаза"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr ""
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Иаҟәыхтәуп"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "аформула"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Иаарттәуп аформулақәа рпанель"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Иеикәарҳәтәуп аформулақәа рпанель"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Идырым ахархәаҩ"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr ""
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr ""
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr ""
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Аиҵагыла аныхуп"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ацәаҳәа аныхуп"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Абӷьыц аныхуп"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr ""
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr ""
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr ""
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr ""
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Аоригинал"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr ""
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr ""
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Иалхуп"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "(иҭацәуп)"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Агәыҧқәа"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Аихшьала"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Истандарттәу агха"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Амода"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Амедиана"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Адисперсиа"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Адиапазон"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Аминимум"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Амаксимум"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Аицҵалыҵ"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Ахыҧхьаӡара"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Еицеиҟароу"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Иецеиҟароу идескреттәу"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Инормалтәу"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Аминимум"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Амаксимум"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Амедиана"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Сигма"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Альфа"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Аҽеиҭак 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Аҽеиҭак 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Аҵәаӷәатә"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Алогарифмтә"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Арегрессиатә модель"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "А-Интернет"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23408,6 +23446,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30892,44 +30960,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Абызшәа"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Апараметрқәа"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Асортра апараметрқәа"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31936,26 +31998,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Асортра"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32386,338 +32436,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr ""
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr ""
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr ""
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr ""
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr ""
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr ""
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Амасштаб"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Адаҟьақәа реимҟьарақәа"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Иаарҧштәуп"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Иҵәахтәуп"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Абиеқтқәа/Асахьақәа:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Асахьақәа:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Иаарҧштәуп"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Иҵәахтәуп"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Иаарҧштәуп"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Иҵәахтәуп"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Иаарҧштәуп"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Иҵәахтәуп"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Аобиеқтқәа"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ab/sd/messages.po b/source/ab/sd/messages.po
index e8dd251cda6..9473eab5438 100644
--- a/source/ab/sd/messages.po
+++ b/source/ab/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-08 11:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ab/>\n"
@@ -647,12 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Аҵәаӷәа анҵәамҭа"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
-#, fuzzy
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index 2f7aa201fc8..e09806c3841 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2202,6 +2202,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3247,89 +3255,83 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Ихархәатәуп ахархәуаҩ изку адырқәа"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Ацифратә напаҵаҩрақәа"
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Ашәагаа:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "идырӡам"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Аҭыҧ:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Атип:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Иҧсахтәуп ажәамаӡа"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Ашаблон:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Иеиқәырхатәуп аескиз адокумент аҟны"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/ab/starmath/messages.po b/source/ab/starmath/messages.po
index daadaedfb7c..47bcfcdc8ae 100644
--- a/source/ab/starmath/messages.po
+++ b/source/ab/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-06-25 09:42+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,7 +2824,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/ab/svtools/messages.po b/source/ab/svtools/messages.po
index 8a134e1473f..302e585c2ad 100644
--- a/source/ab/svtools/messages.po
+++ b/source/ab/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-07 23:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ab/>\n"
@@ -1338,398 +1338,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE ԥхасҭоуп"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Асахьа"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Аконфигурациатә фаил"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Адырқәа рбаза атаблица"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Асистематә фаил"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word адокумент"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Аилыркаага афаил"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML адокумент"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Архив афаил"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Ажурнал"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice адырқәа рбаза"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 еилоу атексттә документ"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice асахьа"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Атқстә фаил"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Аимадара"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 ашаблон"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel адокумент"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel ашаблон"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Апакеттә фаил"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Афаил"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Атеқстә документ"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Апрезентациа"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Асахьа"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML адокумент"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Еилоу адокумент"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Аформула"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Адырқәа рбаза"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 аелектронтә таблица ашаблон"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 асахьа ашаблон"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 апрезентациа ашаблон"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 атеқсттә документ ашаблон"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint адокумент"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint ашаблон"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 аформула"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 адиаграмма"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 асахьа"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 аелектронтә таблица"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 апрезентациа"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org атеқсттә документ"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 еилоу адокумент"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML адокумент"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument адырқәа рбаза"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument асахьа"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument аформула"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument еилоу адокумент"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument апрезентациа"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocumentа аелектронтә таблица"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument атеқсттә документ"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument аелектронтә таблица ашаблон"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument асахьа ашаблон"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument апрезентациа ашаблон"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument атеқсттә документ ашаблон"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME арҭбаара"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell аорфографиа агәаҭара"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes асинонимқәа ржәар"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5598,68 +5606,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Aпараметрқәа..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Ахьӡ:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Аҭагылазаашьа:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Атип:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Аҭыҧ:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Акомментариқәа:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Апринтер"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index a1d8c53cf4b..943b9f33b24 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ab/>\n"
@@ -11803,16 +11803,16 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
+msgid "Left of paragraph text area"
msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
+msgid "Right of paragraph text area"
msgstr ""
#. qvFns
@@ -17621,32 +17621,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Афреим:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Атеқст:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 5d7a7d1a214..12b8c35cddb 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2020-10-31 11:36+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Abkhazian <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ab/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9993,6 +10011,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12600,65 +12632,101 @@ msgid "Options"
msgstr "Апараметрқәа"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14635,162 +14703,162 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Атип:"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr ""
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Аҵакы:"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Ахьӡ"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Аелемент"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Аҩада"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Алада"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ахьӡ"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15894,10 +15962,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15912,184 +15980,226 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<мап>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<мап>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Анаҩстәи азхьарҧш:"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Ахҳәаа:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Иаҵанакуа"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Аҭыҧ"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Ашәагаа"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr ""
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Хыхьла"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Ацентр ала"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Ҵаҟала"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Акьыҧхьра"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Атеқст ахырхарҭа:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
#, fuzzy
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<мап>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Анаҩстәи азхьарҧш:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<мап>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17410,122 +17520,116 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Aпараметрқәа..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr ""
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Аномерркра"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Аиҟәшага"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Аҭыҧ:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ""
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Акатегориа"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
#, fuzzy
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
#, fuzzy
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Ахәаҧшра"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr ""
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 41994432230..fab91738948 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-03-09 06:26+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabel"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Tik asseblief ’n naam vir die nuwe pylpunt:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3171,11 +3171,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Om 'n \"Writer\"-tabel te transponeer, kopieer en dan plak dit in \"Calc\". Transponeer deur 'kopieer/plak spesiaal'. Kies »Edit ▸ Paste ▸ Paste Special ... ▸ (Knoppie): Transpose«. Laastens kopieer en plak terug as geformateerd in 'n \"Writer\"-tabel."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Om in \"Writer\" die knoppie \"Vertikale teks\" op die tekenbalk te aktiveer, kies »Ekstras ▸ Opsies ... ▸ Taalinstellings ▸ Tale ▸ Verstek tale« en aktiveer die merkerveld 'Asiaties' (indien nodig, aktiveer die simbool deur met die rechtermuisknop op die werkbalk en \"Maak knoppies sigbaar\" te klik)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3356,11 +3356,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "U kan 'n grafiek maak op grond van 'n \"Writer\"-tabel deur in die tabel te klik en »Invoeg ▸ Grafiek« te kies."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Om te bepaal watter karakters nie in die \"Writer\" vertoon moet word nie, merk slegs die gewenste merkblokkies onder »Ekstras ▸ Opsies... ▸ %PRODUKTNAME-Writer ▸ Formateringshulpmiddels ▸ Area: Toon formatering«."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3513,11 +3513,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Gebruik die Tab-sleutel in plaas van die \"Enter\"-sleutel om na die regterkant na die sel te spring na die invoer van 'n waarde in \"Calc\"."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Om die skuifbalk na links te vertoon in Writer, kies »Tools ▸ Options ... ▸ Taal Instellings ▸ Tale ▸ Merkboks: Kompleks Teks Uitleg« en kies dan »Table ▸ Right-to-Left«."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3549,51 +3549,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Hulp"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Verdere Informasie"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Aktiveer die aksie nou..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Wenk van die Dag: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Bevel"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opsie"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Kies die regte gids vir \"Network Security Services\"-sertifikate of voeg een by wat gebruik kan word vir digitale handtekeninge."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Kies die die formattering wat u wil toepas."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Voer in of kies die lettergrootte wat u wil toepas. U kan ook desimale waardes vir skaleerbare lettertipes invoer."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Grootte:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Taal:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Stel watter taal moet gebruik word as die spellingtoetser vir die geselekteerde teks of die teks terwyl u tik. Die beskikbare taalmodules is gemerk met 'n regmerkie."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Eienskappe..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Taal:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Stel watter taal moet gebruik word as die spellingtoetser vir die geselekteerde teks of die teks terwyl u tik. Die beskikbare taalmodules is gemerk met 'n regmerkie."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Kies die die formattering wat u wil toepas."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Grootte:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Voer in of kies die lettergrootte wat u wil toepas. U kan ook desimale waardes vir skaleerbare lettertipes invoer."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Eienskappe..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Westers"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Grootte:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Taal:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Kies die die formattering wat u wil toepas."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Voer in of kies die lettergrootte wat u wil toepas. U kan ook desimale waardes vir skaleerbare lettertipes invoer."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Stel watter taal moet gebruik word as die spellingtoetser vir die geselekteerde teks of die teks terwyl u tik. Die beskikbare taalmodules is gemerk met 'n regmerkie."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Eienskappe..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Stel watter taal moet gebruik word as die spellingtoetser vir die geselekteerde teks of die teks terwyl u tik. Die beskikbare taalmodules is gemerk met 'n regmerkie."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asies"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Grootte:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Kies die die formattering wat u wil toepas."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Voer in of kies die lettergrootte wat u wil toepas. U kan ook desimale waardes vir skaleerbare lettertipes invoer."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Stel watter taal moet gebruik word as die spellingtoetser vir die geselekteerde teks of die teks terwyl u tik. Die beskikbare taalmodules is gemerk met 'n regmerkie."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Taal:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Eienskappe..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Kompleks"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Stel watter taal moet gebruik word as die spellingtoetser vir die geselekteerde teks of die teks terwyl u tik. Die beskikbare taalmodules is gemerk met 'n regmerkie."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Teks Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Spesifiseer die styl en lettertipe wat u wil hê."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Voer 'n naam vir die beeld in."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternatiewe _teks:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Tik in die teks wat u wil vertoon, terwyl die muisaanwyser in die blaaier oor die warmkol is."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Beskrywing:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Voer 'n beskrywing vir die warm-kol in."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Voer die kenmerke vir die gekose warm-kol in."
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Genereer liniêre en matriks kodes vir enige teks of URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Stoor pylpunt?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Die pylpunt is gewysig sonder om te stoor."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Wil u nou die pylpunt stoor?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Wil u die arsering skrap?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Skrap pylpunt?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Wil u definitief die pylpunt skrap?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Teks kolomme"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "O_utomaties"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Voeg in skeiers outomaties in die paragraaf waar dit benodig word."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Voer in die maksimum aantal opeenvolgende reëls wat geskei kan word."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Tik in die minimum aantal karakters na 'n skeier aan die begin van die volgende reël."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Spesifiseer die minimum aantal karakters wat aan die einde van die reël moet oorbly voordat 'n skeier ingevoeg word."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "K_arakters aan einde van reël"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Ka_rakters aan begin van reël"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Maksimum opeenvolgende koppeltekenlyne"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Geen afkappingstekens op HOOFLETTER woorde"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Woordafbreking"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Voeg _in"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Merk hierdiemerkveld en kies dan die tipe onderbreking wat u wil hê."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Met bladsyst_yl:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Merk hierdie merkveld en kies dan die paginastyl wat u wil hê vir die eerste bladsy na die breuk."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Soor_t:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Voer in die bladsynommer vir die eerste bladsy na die breuk. Om voort te gaan met die huidige bladsynummering, moet u die merkveld leeg los."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Bladsy_nommer:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posisie:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Bladsystyl"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Kies die styl vir die eerste bladsy na die breuk."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Bladsy"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolom"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Kies die breek om in te voeg."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Voor"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ná"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Selekteer waar u die breek wil invoeg."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Breuke"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Moenie paragraaf verdeel nie"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Skuif die hele paragraaf na die volgende bladsy of kolom nadat die breek ingevoeg is."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Hou by volgende paragraaf"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Hou die huidige paragraaf saam met die volgende paragraaf wanneer 'n breek of 'n kolombreuk ingevoeg word."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Wees_beheer"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer hoeveel reëls in 'n paragraaf minstens voor 'n bladsybreuk ingevoeg moet word. Merk die Merkveld aan en tik daarna 'n nommer in die \"Reëls\"-veld."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Weduweebeheer"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer die minimum aantal reëls in 'n paragraaf wat na 'n bladsybreuk op die eerste bladsy moet verskyn. Merk hierdie merkveld aan en tik dan 'n nommer in die \"Reëls\"-veld."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer hoeveel reëls in 'n paragraaf minstens voor 'n bladsybreuk ingevoeg moet word. Merk die Merkveld aan en tik daarna 'n nommer in die \"Lyne\"-veld."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer die minimum aantal reëls in 'n paragraaf wat na 'n bladsybreuk op die eerste bladsy moet verskyn. Merk hierdie merkveld aan en tik dan 'n nommer in die \"Reëls\"-veld."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "reëls"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "reëls"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opsies"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Spesifiseer die koppelteken- en paginerings-opsies"
diff --git a/source/af/editeng/messages.po b/source/af/editeng/messages.po
index 7b294908d88..385cd3b5c7f 100644
--- a/source/af/editeng/messages.po
+++ b/source/af/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-26 17:37+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/af/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 afkappingstekens"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Bladsystyl: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Tekssaamdrukking "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "gesluit "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Saamgepers "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "geen"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Stippels "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Sirkel "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Ingevulde sirkel "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Aksent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Bo"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Onder"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dubbelstrepe af"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dubbellyn"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Geen outomatiese karakterspasiëring nie"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Geen outomatiese karakterspasiëring nie"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Geen hangpunktuasie aan reëleinde nie"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hangpunktuasie aan reëleinde"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Pas lys verbode karakters aan begin en einde van reël toe"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Moenie lys verbode karakters aan begin en einde van reëls toepas nie"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Geen geroteerde karakters nie"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Karakter geroteer deur $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Pas aan by lyn"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Teks is nie gedraai nie"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Teks is met $(ARG1)° gedraai"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Karakters geskaleer $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Geen geskaleerde karakters nie"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Geen reliëf"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reliëf"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gegraveer"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Outomatiese teksbelyning"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Teks belyn met basislyn"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Teks belyn met bokant"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Teks belyn met middel"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Teks belyn met onderkant"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Teksrigting links na regs (horisontaal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Teksrigting regs na links (horisontaal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Teksrigting regs na links (vertikaal)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Teksrigting links na regs (vertikaal)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Gebruik bogeskikte objektekssrigting-instelling"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Teksvloei Links-na-Regs (Vertikaal vanaf Onder)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragraaf spring na teksrooster in (indien aktief)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragraaf spring nie na teksrooster in nie"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Nie versteekd nie"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Versteek"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Papierlaai"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Vanaf drukkeropstelling]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Skrap"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Skuif"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Voeg in"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Vervang"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Pas attribute toe"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Laai attribute terug"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Inkeep"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Pas style toe"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Verander kas"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Woord is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraaf is %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Outomaties"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Prentkoeëltjie in paragraaf"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Prentkoeëltjie"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragraaf: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Wil u weer van die dokument se begin af toets?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Wil u aan die einde van die dokument verder toets?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"woordeboek gevoeg word nie."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Die woordeboek is reeds vol."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Die woordeboek is leesalleen."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Inkeep"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Vertoon subpunte"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Invou"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Pas attribute toe"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Voeg in"
diff --git a/source/af/fpicker/messages.po b/source/af/fpicker/messages.po
index 19feddd34c1..abe6bdbc01d 100644
--- a/source/af/fpicker/messages.po
+++ b/source/af/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-26 17:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/af/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Wysigingsdatum"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Oopmaak"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "-Speel"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Lêer_naam:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Lêer_tipe:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Leesalleen"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Stoor met wagwoord"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Outomatiese lêernaamuitbreiding"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Redigeer _filterinstellings"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Enkripteer met GPG-sleutel"
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 76e54a8d11c..58282528a2a 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-06 00:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/af/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Na vorige vel"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimale Ry Hoogte"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Versprei rye eweredig "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Beeld"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objek en vorm"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Roteer of sw~aai om"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Verander anker"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "An~ker"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Eerste paragraaf"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimeer kolomwydte"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Verhoog inkeepwaarde"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimeer ryhoogte"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index fc054c8a28e..4b37ece137e 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-27 12:39+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/af/>\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Kies velle"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Geselekteerde blaaie"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Liniaal"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Hierdie liniaal bestuur objekte op vaste posisies."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Voorskou"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Hierdie vel vertoon hoe die data in die dokument georden sal word."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumentaansig"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Vel %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Sel %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Linkerarea"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Bladsyvoorskou"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Middelarea"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Regterarea"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Kop van bladsy %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Voet van bladsy %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Toevoerreël"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Dit is waar u teks, syfers of formules intik of redigeer."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Media-terugspeel"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Muisknoppie gedruk"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formule-nutsbalk"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME Spreiblaaie"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Voorskou modus)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Bladsye:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Uitvoer van leë bladsye ~onderdruk"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Druk Alle Blaaie uit"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Druk Geselekteerde Blaaie"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Druk Geselekteerde Selle"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Vanaf:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Alle ~Bladsye"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Bladsy~e:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Die volgende DDE-bron kon nie bygewerk word nie omdat die brondokument waarskynlik nie geopen is nie. Begin die brondokument en probeer weer."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Die volgende eksterne lêer kon nie gelaai word nie. Data gekoppel vanuit die lêer was nie opgedatteer nie."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Eksterne skakels bywerk."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Reikwydte bevat kolomet~ikette"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Reikwydte bevat ~ryetikette"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Ongeldige waarde"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Geen formule gespesifiseer."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Geen ry of kolom gespesifiseer nie."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Ongedefineerde naam of bereik."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Ondefineerde name of verkeerde sel verwysing."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formules vorm geen kolom nie."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formules vorm nie 'n ry nie."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Voeg Outoformateer by"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Hernoem Outoformateer"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Naam"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Skrap OutoFormaat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Wil u werklik die inskrywing # Autoformaat skrap?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Sluit"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mrt"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Noord"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Suid"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Totaal"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Bladsy Anker"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Sel Anker"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Voorwaarde "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Inhoud"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Velle"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Omvangname"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Databasis reikgebied"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Beelde"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objekte"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Opmerkings"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Geskakelde areas"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Tekenobjekte"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktief"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "onaktief"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "versteek"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiewe Venster"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenario Naam"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Opmerking"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sorteer oplopend"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sorteer aflopend"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Aangepaste Sortering"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Naamkas"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Toevoerreël"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funksieslimmerd"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aanvaar"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Kanselleer"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Selekteer funksie"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formule"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Vou Formulebalk uit"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Vou in Formulebalk"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Onbekende gebruiker"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolom ingevoeg"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Ry ingevoeg "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Blaai ingevoeg "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolom geskrap"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ry geskrap"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Blad geskrap"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Reikwydte verskuif"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Gewysigde inhoud"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Gewysigde inhoud"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Gewysig na "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Oorspronklik"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Wysigings verwerp"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Aanvaar"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Verwerp"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Geen toegang"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<leeg>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Nie beskerm nie"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Nie wagwoordbeskermd"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Huts onversoenbaar"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Huts versoenbaar"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Hertik"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Bewegende Gemiddelde"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponensiële Afvlakking"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Variansie Analise"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Variansie-Analise (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Enkelfaktor"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Twee-faktor"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groepe"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Tussen Groepe"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Binne Groepe"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Bron van Variasie"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Stapwydte F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-waarde"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-krities"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Totaal"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelasie"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelasies"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovariansie"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovariansies"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Beskrywende Statistiek"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standaardfout"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variansie"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standaardafwyking"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Skeefheid"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Omvang"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Som"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Tel"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Eerste Kwartiel"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Derde Kwartiel"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Ewekansig ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Uniforme Heelgetal"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiaal"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatiewe Binomiaal"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-Kwadraat"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometriese Verdeling"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standaardafwyking"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-Waarde"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Aantal Pogings"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-Waarde"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Steekproewe"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-toets"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-toets"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Gekoppelde t-toets"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Gekoppelde t-toets"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Z-toets"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Z-toets"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Toets van Onafhanklikheid (Chi-Kwadraat)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regressie"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regressie"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier Analise"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier Analise"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolom %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Ry %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Veranderlike 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Veranderlike 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hipotetiese Gemiddelde Verskil"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Waarnemings"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Waargenome Gemiddelde Verskil"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Aangepaste R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Aantal X-veranderlikes"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-waarde"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kritiese Waarde"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Statistiese Toets"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Onderste"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Boonste"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Invoerbereik is ongeldig."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Uitvoeradres is nie geldig nie."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineêr"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritme"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Mag"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Onafhanklike veranderlike(s) bereik is nie geldig nie."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Afhanklike veranderlike(s) bereik is nie geldig nie."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Vertrouensvlak moet wees in die interval (0,1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y veranderlike bereik kan nie meer as een kolom bevat nie."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y veranderlike bereik kan nie meer as een ry bevat nie."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Eenveranderlike regressie: Die observasiegetal in X en Y moet ooreenstem."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multiveranderlike regressie: Die observasiegetal in X en Y moet ooreenstem."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regressie Model"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regressie Statistiek"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Resíduum"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Vertrouensvlak"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koeffisiënte"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistiek"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Asse Afsnit"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Voorspelde Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINESTE rou uitvoer"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) regter-stert"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Krities regter-stert"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) linker stert"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Krities linker-stert"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P twee-stert"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Krities twee-sydig"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson-Korrelasie"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variansie van die verskille"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) een-stert"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Krities eensydig"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) tweesydig"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Krities tweesydig"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "Z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Bekende Variansie"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) eensydig"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Krities eensydig"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) tweesydig"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Krities tweesydig"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier Transformasie"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inverse Fourier Transformasie"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reël"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginêr"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Grootte"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Meer as twee kolomme is in die gegroepeerde kolommodus gekies."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Meer as twee kolomme is in die gegroepeerde rymodus gekies."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Geen data in die invoerbereik."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Die uitvoer is te lank vir die werkblad."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Invoer data bereik"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Redigering toegelaat"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Na sel"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Na sel (wysig met sel)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Aan bladsy"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Geen gebruikerdata bekikbaar."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(eksklusiewe toegang)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Geen benoemde bereik beskikbaar in die geselekteerde dokument"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Haardun grenslyn (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Baie dun grenslyn (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Dun grenslyn (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Medium grenslyn (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Duk grenslyn (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Ekstra dik grenslyn (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dubbele grenslyn (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Dun/Medium grenslyn (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Medium/Haardun grenslyn (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Medium/Medium grenslyn (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Gebruik 'n gebruiker-gedefinieerde sorteervolgorde, wat u in die \"Opsies\"-dialoog onder %PRODUCTNAAM \"Calc\" - Sorteerlyste kan definieer."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Spesifiseer dat 'n klein reghoek in die regter boonste hoek van 'n sel vertoon word as daar 'n opmerking is. Die opmerking word slegs vertoon as u wenke toegelaat het in die Opsies-dialoog onder %PRODUCTNAAM - Algemeen."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Open 'n dialoog waar u 'n vergelyking met 'n veranderlike kan oplos."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Aangepaste sorteervolgorde"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Kies die pasgemaakte sorteervolgorde wat jy wil toepas. Om 'n pasgemaakte sorteervolgorde te definieer, kies Nutprogramme - Opsies - Calc - Sorteer lyste."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Taal"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opsies"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Kies 'n sorteeropsie vir die taal."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Kies 'n taal vir die sorteerkriteria."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sorteer Opsies"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Definieer addisionele sorteeropsies."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Gebruiker gedefinieerde sorteervolgorde"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Gebruik 'n pasgemaakte sorteervolgorde wat u gedefinieer het in die Opsies-dialoogkassie van Calc - Sorteerlyste."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Gebruik 'n pasgemaakte sorteervolgorde wat u gedefinieer het in die Opsies-dialoogkassie van Calc - Sorteerlyste."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sorteer"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Spesifiseer die instellings vir die berekening en vertoon sub-totale."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Opmerking indikator"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Spesifiseer dat 'n klein reghoek in die regter boonste hoek van die sel aandui dat 'n opmerking bestaan. Die opmerking sal slegs gewys word wanneer jy wenke onder Algemeen in die Opsies-dialoogkassie, aktiveer."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Waarde Beklemtoning"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Merk \"Hoogtepunt-waardes\"-veld om die selinhoud in verskillende kleure te vertoon, afhangende van die tipe. Tekste word in swart getoon, formules in groen, getalle in blou en beskermde selle word met 'n liggrys agtergrond getoon, ongeag hoe die selle geformateer word."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Anker"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Bepaal of die ankersimbool vertoon word as u 'n ingevoegde voorwerp soos 'n afbeelding, kies."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Teks oorvloei"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "As 'n sel teks bevat wat wyer is as die wydte van die sel, word die teks oor leë naburige selle in dieselfde ry vertoon. As daar geen leë naburige sel is nie, dui 'n klein driehoekie aan die selrand aan dat die teks voortgaan."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Vertoon verwysings in kleur"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Alle verwysings word in kleur in die formule uitgelig. Sodra u 'n sel kies wat 'n verwysing bevat om te redigeer, word die selarea ook in kleur omlyn."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Vertoon"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Kolo_m-/ry-opskrifte"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Bepaal of ry- en kolomopskrifte vertoon word."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Hori_sontale Rolstaaf"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Hier bepaal u of 'n horisontale rolbalk in die onderste dokumentvenster vertoon word."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Vertikale Rolstaaf"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Hier bepaal u of 'n vertikale skuifbalk, regs van die dokumentvenster vertoon word."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "W_erkblad Oortjies"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Hier bepaal u of die tabbladsye onderaan die spreiblad dokument moet verskyn."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Skema Simbole"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "As u 'n skema-styl omskryf het, gebruik die skema-styl om te bepaal of die stylsimbole aan die rand van die tabel vertoon word."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Samevatting van soekbevel"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Venster"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_inchroniseer blaaie"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "As dit gekies word, word alle tabelle met dieselfde zoomfaktor vertoon. As dit nie gemerk is nie, kan elke tabel sy eie zoomfaktor hê."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoem"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Bladsybreuke"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Spesifiseer of die bladsybreuke binne 'n gedefinieerde drukarea sigbaar is."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Hulp_lyne tydens verskuiwing"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Merk hierdie merkveld om riglyne te sien vir die verskuiwing van tekeninge, rame, grafika en ander objekte."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Roosterlyne:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Kleur:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Wys"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Vertoon op gekleurde selle"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Versteek"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Bepaal wanneer roosterlyne vertoon word. Met \"Agter Selagtergrond\" as verstekwaarde, word roosterlyne slegs vertoon vir selle wat geen agtergrondkleur het nie. Met \"Voor Selagtergrond\" word die roosterlyne ook vertoon vir selle met 'n agtergrondkleur. As \"Moenie wys nie\", word roosterlyne nie vertoon nie."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Bepaal die kleur vir die roosterlyne van die tabelrooster in die huidige dokument."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Wyse_r:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "_Tema"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Vertoon die wyser soos gedefinieer in die ikoontema, tipies as 'n vetkruis."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "_Stelsel"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Vertoon die wyser as die stelsel verstek, tipies 'n pyltjie wyser."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Visuele Hulpmiddels"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jekte/Beelde:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Diag_ramme:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Tekenobjekte:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Wys"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Versteek"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Bepaal of objekte en grafika vertoon of versteek word."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Wys"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Versteek"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Bepaal of grafieke in u dokument vertoon of versteek word."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Wys"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Versteek"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Bepaal of grafiese objekte in u dokument vertoon of versteek word."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekte"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Definieer watter elemente van die Calc-hoofvenster vertoon word. Jy kan ook die beklemtoning van tabel waardes, vertoon of versteek."
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index d7872f852ac..b16076c25f5 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-02-11 21:39+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/af/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Einde van reël"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Tik asseblief ’n naam vir die nuwe pylpunt:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index 76f2e94ed16..84a74b38a45 100644
--- a/source/af/sfx2/messages.po
+++ b/source/af/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-04 11:39+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/af/>\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ja of nee"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Stoor die volle naam van die gebruiker met die lêer. U kan die naam wysig onder \"Ekstras → Opsies ... → %PRODUCTNAAM → Gebruikersdata\"."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "P_as gebruikerdata toe"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Stoor die gebruiker se volle naam saam met die lêer. Jy kan die naam wysig deur Nutsprogramme->Opsies - Gebruikersdata te kies."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Stel eienskappe terug"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Stel die verwerkingstyd op nul, die skeppingsdatum op die huidige datum en tyd, en die weergawenommer op 1. Die datum en tyd van die laaste verandering en die laaste druk word uitgevee."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Di_gitale handtekeninge..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Grootte:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "onbekend"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Ligging:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Soor_t:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Verander _wagwoord"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Sjabloon:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Spesifiseer die lêernaam."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Stoor voorskoubeeld saam met dié dokument"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Beeld verkose DPI"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Bevat algemene inligting oor die huidige lêer."
diff --git a/source/af/starmath/messages.po b/source/af/starmath/messages.po
index 1794307fe48..aa992ee9aca 100644
--- a/source/af/starmath/messages.po
+++ b/source/af/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-09-17 15:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/af/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Open die Simbole dialoog, waarin u 'n simbool kies vir invoeging in die formule."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Sybalk Elemente"
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index f8bfd96777b..fba3cac1be7 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-04 11:39+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/af/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE is defektief"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Maak die dialoogvenster \"Drukinstellings\" oop, waarin u die globale drukkerinstellings wat vir die huidige dokument ingestel is, kan wysig in die opsies onder \"Ekstras → Opsies ... → %PRODUCTNAME Writer / Web → Print\"."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Bronkode"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Boekmerklêer"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafika"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Opstellinglêer"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Toepassing"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Databasistabel"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Stelsellêer"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word-dokument"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Hulplêer"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Argieflêer"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Log-lêer"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice-databasis"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0-meesterdokument"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice-beeld"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekslêer"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Skakel"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0-sjabloon"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel-dokument"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel-sjabloon"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch-lêer"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Lêer"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Vouer"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Teksdokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Spreiblad"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Aanbieding"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tekening"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Meesterdokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formule"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Databasis"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0-sigbladsjabloon"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0-tekening-sjabloon"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0-voorlegging-sjabloon"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0-teksdokument-sjabloon"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Plaaslike skyf"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Skyfaandrywer"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM-aandrywer"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Netwerkverbinding"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint-dokument"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint-sjabloon"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-vertoning"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0-formule"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0-grafiek"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0-tekening"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0-sigblad"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0-voorlegging"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0-teksdokument"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0-meesterdokument"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument-databasis"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument-tekening"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument-formule"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument-meesterdokument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument-voorlegging"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument-sigblad"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument-teks"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument-sigbladsjabloon"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument-tekeningsjabloon"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument-voorleggingsjabloon"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument-tekssjabloon"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME-uitbreiding"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell-speltoetser"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen-woordafbreker"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes-tesourus"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Lys van geïgnoreerde woorde"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opsies..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Maak die Drukkeropsies-dialoog oop waar jy die globale opsies vir drukkers kan kies op Nutprogramme - Opsies - Writer/Web - Druk paneel vir die huidige dokument gestel is, kan ignoreer."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Naam:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Soort:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ligging:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Opmerking:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Eienskappe..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Hier kan u die drukker-eienskappe van u bedryfstelsel vir die geselekteerde drukker verander."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Vertoon 'n lys van die drukkers wat in u bedryfstelsel geïnstalleer is. Kies een van die drukkername wat hier gelys word om die verstekdrukker te verander."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Drukker"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Selekteer die verstek drukker vir die huidige dokument."
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 5ec705f9b62..de8c9891319 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-27 12:39+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Linkerparagraafrand"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Regterparagraafrand"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Raam:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Tik in die teks wat u wil vertoon, terwyl die muisaanwyser in die blaaier oor die warmkol is."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Teks:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Voer 'n URL in vir die lêer wat oopgemaak moet word deur op die gekose warmkol te klik."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Vertoon die afbeelding sodat u die warmkolle kan klik en wysig."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Hier kan u URL's toewys aan spesifieke areas, bekend as warmkolle, in 'n enkele of 'n groep van grafika. 'n Afbeelding-kaart is 'n groep van een of meer warmkolle."
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index 4a8f4e61340..2f5232728d4 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-02-18 11:42+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Para Koppelteken Kleinletters"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Para \"Interoperability Grab Bag\""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Para is Outo Eerste Lyninsprong"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Para is Karakter Afstand"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Para is Verbind Rande"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Para is verbode Reëls"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Para is hangende Leestekens"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Para is Koppeltekens"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Para is Numering Herbegin"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Para is Hou Bymekaar"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Para is Laaste Lyn Aanpas"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Para Linker Kantstrook"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Para Linker Kantstrook Relatief"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Para Lyn Nommer Teller"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Para Lyn Nommer Begin Waarde"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Para Lyn Spasiëring"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Para Geskeide"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Para Register Modus Aktief"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Para Regter Kantstrook"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Para Regter Kantstrook Relatief"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Para Skadu Formaat"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Para Splitsing"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Para Stylnaam"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Para Tabulasie Stoppe"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Para Boonste Kantstrook"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Para Boonste Kantstrook Relatief"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Para Gebruikergedefineerde Attribute"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Para Vertikale Belyning"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Para Windows"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Verwysingsmerk"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Regter Rand"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Regter Rand Afstand"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby Verstel"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby Karakter Styl Naam"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby is boontoe"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby Posisie"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby Teks"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Trek na Rooster"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Styl \"Interoperability Grab Bag\""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Teks Veld"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Teksraam"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Teks Paragraaf"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Teks Seksie"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Teks Tabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Teks Gebruikergedefinieerde Attribute"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Boonste Rand"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Boonste Rand Afstand"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Ongesiende Karakter Styl Naam"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Gesiende Karakter Styl Naam"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Skryf Modus"
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Open die \"Byskrif\"-dialoog. Dit bevat dieselfde infomasie as die dialoog wat u oproep via keuselys: \"%PRODUCTNAME Writer → AutoCaption...\" in die \"Options\"-dialoog."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Opsies"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Voer die regstellingswaarde in wat op 'n bladsynommer-veld toegepas moet word, byvoorbeeld \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Lys die beskikbare veldtipes. Om 'n veld in u dokument in te voeg, kies 'n veldtipe, merk 'n inskrywing in die Seleksie-lys en klik op Invoeg."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Soor_t"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Selekteer"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Kies die formaat wat u wil toepas op die gekose veld, of klik op \"Ander formate\" om u eie formaat te definieer."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Formaat"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Maak die makro-kieser oop. Hier kan u spesifiseer watter makro uitgevoer moet word as u op die gekose veld in die dokument klik."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Waarde"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Tik hier waardes in vir funksionele parameters. Die parameter veldtipes hang af van die geselekteerde funksie."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Naa_m"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Dan"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Voer in die teks wat vertoon moet word, wanneer aan die voorwaarde voldoen word. In die \"Dan\"-veld is die teks wat vertoon moet word as daar nie aan die voorwaarde voldoen word nie."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Anders"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Voer in die teks wat vertoon moet word, wanneer aan die voorwaarde voldoen word. In die \"Dan\"-veld is die teks wat vertoon moet word as daar nie aan die voorwaarde voldoen word nie."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "It_em"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Voer 'n nuwe item in."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Voeg die item by die lys."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Items op _lys"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Lys die items. Die boonste item word in die dokument vertoon."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Verwyder die geselekteerde item vanuit die lys."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Skuif _op"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Skuif die geselekteerde item op in die lys."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Skuif _af"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Skuif die geselekteerde item af in die lys."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Naa_m"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Voer 'n unieke naam in vir die Invoer-lys."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Gee die geselekteerde item 'n naam."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Voer die teks in wat in die webblaaier vertoon moet word as die gekose item onbeskikbaar is. Alternatiewe tekste help ook gestremdes."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<geen>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Die naam van die vorige inskrywing (voorwerp, grafiese of raamwerk) word in hierdie veld vertoon as gekoppel aan die huidige een. Om die voorafgaande skakel by te voeg of te verander, kies 'n naam vanuit die lys. Wanneer u rame koppel, moet die huidige- en die teiken-raam leeg wees."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<geen>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Vertoon die element (voorwerp, grafiese of raamwerk) wat die huidige element volg in 'n skakelreeks. Kies 'n naam uit die lys om die volgende skakel by te voeg of te verander. As u rame koppel, moet die teiken-raam leeg wees."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "V_orige skakel:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Volge_nde skakel:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Beskrywing:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "I_nhoud"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Voorkom veranderings aan die geselekteerde item."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osisie"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Grendel die posisie van die geselekteerde item in die huidige dokument."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Grootte"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Grendel die grootte van die geselekteerde item."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Beskerm"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Bo"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Middel"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Onder"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Spesifiseer die vertikale belyning van die raaminhoud. Teksinhoud word hoofsaaklik beïnvloed, maar dit raak ook tabelle en ander objektee wat aan die teksgebied geanker is (geanker as karakter, karakters of paragrawe), byvoorbeeld rame, grafieka of tekeninge."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Inhoudbelyning"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "R_edigerbaar in leesalleen dokument"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Hiermee kan u die inhoud van 'n raamwerk redigeer, selfs al is die dokument beskerm teen skryfwerk."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "D_ruk"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Sluit die geselekteerde item in, tydens druk van die dokument."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Spesifiseer die skryf-oriëntasie binne die raam. As u gebruik-instellings van die bladsy wil gebruik, kies die afhanklike-objek-instellings."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Teksrigting:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Eienskappe"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "V_orige skakel:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<geen>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Volge_nde skakel:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<geen>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Voer in die kenmerke van die geselekteerde voorwerp, figuur of raam."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Outo..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Maak die byskrif dialoog oop. Dit het dieselfde inligting as die dialoog wat jy kry deur die Writer-kieslys - AutoCaption in die Opsies dialoogkassie."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opsies..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Byskrif"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Nommering:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Skeier:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posisie:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Kies die tipe numering wat vir die byskrif gebruik moet word."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Voer in die opsionele teks karakters wat tussen die nommer en die byskrif teks moet wees."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Nommeringskeier:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Tik die teks wat u wil hê, wat na die byskryf nommer moet verskyn."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Voeg in die byskrif onder of bo die geselekteerde element. Hierdie opsie is slegs beskikbaar vir sekere objek-tipes."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorie:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Selekteer die byskrif kategorie, of tik in 'n naam om 'n nuwe kategorie te skep. Die kategorie teks verskyn voor die byskrif nommer in die byskrif etiket. Elke voorafgedefinieerde byskrif kategorie is geformateer met 'n paragraaf styl van dieselfde naam."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Eienskappe"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Voorskou"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Heg 'n genommerde byskrif aan die geselekteerde beeld, tabel, diagram, teksraam, of tekenobjek."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Geen]"
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 91707102591..9e3ec192a29 100644
--- a/source/am/cui/messages.po
+++ b/source/am/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
"Language: am\n"
@@ -496,7 +496,7 @@ msgstr "የ እኔ ማክሮስ"
#: cui/inc/strings.hrc:87
msgctxt "RID_SVXSTR_PRODMACROS"
msgid "Application Macros"
-msgstr ""
+msgstr "የ ማክሮስ መተግበሪያ"
#. RGCGW
#: cui/inc/strings.hrc:88
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "እባክዎን ለ አዲሱ ቀስት ራስጌ ስም ያስገቡ:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2774,7 +2774,7 @@ msgstr ""
#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
-msgstr ""
+msgstr "በ መቃኛ እርስዎ ራስጌዎችን መምረጥ እና ማንቀሳቀስ ይችላሉ ወደ ላይ/ታች እና ጽሁፍ ከ ራስጌው ስር ማድረግ ይችላሉ: በ መቃኛ እና ሰነድ ውስጥ:"
#. y8B2s
#: cui/inc/tipoftheday.hrc:152
@@ -3169,10 +3169,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "የ መጻፊያ ሰንጠረዥ መቀየር ይፈልጋሉ? ኮፒ ማድረግ እና መለጠፍ በ ማስሊያ ውስጥ: መቀየሪያ በ ኮፒ ማድረጊያ/የ ተለየ መለጠፊያ ▸ የ ጽሁፍ አቀራረብ በ መጻፊያ ውስጥ:"
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3354,10 +3354,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3511,10 +3511,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME እርዳታ"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "ተጨማሪ መረጃ"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "ይህን ተግባር አሁን ማስኬጃ..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "የ እለቱ ጠቃሚ ምክር: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "መጠን:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "ቋንቋ:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "ገጽታዎች..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "ቋንቋ:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "መጠን:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "ገጽታዎች..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "መጠን:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "ቋንቋ:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "ገጽታዎች..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "መጠን:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "ቋንቋ:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "ገጽታዎች..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "ይምረጡ መፈጸም የሚፈልጉትን ፊደል እና አቀራረብ"
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "ለ ምስሉ ስም ያስገቡ"
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "አማራጭ _ጽሁፍ:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_መግለጫ:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "መግለጫ ያስገቡ ለ ትኩስ ቦታ:"
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "ለ ተመረጠው ትኩስ ቦታ ባህሪዎች ዝርዝር:"
@@ -18770,23 +18758,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "የ ቀስቱን ራስጌ ላስቀምጠው?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "የ ቀስት ራስ ተሻሽሏል ነገር ግን አልተቀመጠም"
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "የ ቀስቱን ራስ አሁን ማስቀመጥ ይፈልጋሉ?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18872,17 +18860,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "በ እርግጥ በርካታ መስመር ማጥፋት ይፈለጋሉ?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "የ ቀስቱን ራስ ላጥፋ?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "በ እርግጥ የ ቀስት ራስጌዎችን ማጥፋት ይፈልጋሉ?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21069,247 +21057,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "ራ_ሱ በራሱ"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "ራሱ በራሱ ጭረት ማስገቢያ በ አንቀጽ ውስጥ በሚያስፈልግበት ቦታ"
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "ለ ተከታታይ መስመር ጭረት የሚደረግበት ከፍተኛውን ቁጥር ያስገቡ"
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "አነስተኛ የ ባህሪ ቁጥር ያስገቡ ከ መስመሩ መጀመሪያ በፊት የሚተወው ጭረት ከ ገባ በኋላ"
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "አነስተኛ የ ባህሪ ቁጥር ያስገቡ ከ መስመሩ መጨረሻ በፊት የሚተወው ጭረት ከ መግባቱ በፊት"
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "ባ_ህሪዎች በ መስመር መጨረሻ"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "ባህ_ሪዎች በመስመር መጀመሪያ"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "ጭረት"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ የ መጨረሻ አይነት ይምረጡ እርስዎ መጠቀም የሚፈልጉትን"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "ከ ገጽ ዘዴ_ዎች ጋር:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ የ ገጽ ዘዴ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን ለ መጀመሪያው ገጽ ከ መጨረሻው በኋላ"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_አይነት:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "የ ገጽ ቁጥር ያስገቡ ለ መጀመሪያው ገጽ መጨረሻውን ተከትሎ: እርስዎ መቀጠል የሚፈልጉ ከሆነ የ አሁኑ የ ገጽ ቁጥር መስጫ: ምልክት ማድረጊያውን ይተዉት ምልክት እንደ ተደረገበት "
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "የ ገጽ _ቁጥር:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "ቦታ:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "ይምረጡ የ አቀራረብ ዘዴ እርስዎ መጠቀም የሚፈልጉትን ለ መጀመሪያው ገጽ ከ መጨረሻው በኋላ"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "ገጽ"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "አምድ"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "የ መጨረሻ አይነት ይምረጡ እርስዎ ማስገባት የሚፈልጉትን አይነት"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "በፊት"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "በኋላ"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "ይምረጡ መጨረሻውን ማስገባት የሚፈልጉበትን"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "መጨረሻ"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "አንቀጹን _አትክፈል"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "ጠቅላላ አንቀጹን ወደሚቀጥለው ገጽ መቀየሪያ ወይንም አምድ ከ ገጽ መጨረሻ በኋላ ማስገቢያ"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር _አስቀምጥ"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "የ አሁኑን አንቀጽ እና የሚቀጥለውን አንቀጽ አብሮ ማድረጊያ: መጨረሻ ወይንም የ አምድ መጨረሻ በሚያስገቡ ጊዜ"
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_ብቸኛ መቆጣጠሪያ"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በፊት የሚኖረውን የ መስመሮች ቁጥር መወሰኛ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_መስኮት መቆጣጠሪያ"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በኋላ የሚኖረውን የ መስመሮች ቁጥር መወሰኛ በ መጀመሪያው ገጽ ላይ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በፊት የሚኖረውን የ መስመሮች ቁጥር መወሰኛ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በኋላ የሚኖረውን የ መስመሮች ቁጥር መወሰኛ በ መጀመሪያው ገጽ ላይ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "መስመሮች"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "መስመሮች"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "ምርጫዎች"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "ጭረት እና የ ገጽ ብዛት ምርጫ መወሰኛ"
diff --git a/source/am/editeng/messages.po b/source/am/editeng/messages.po
index 489ce4c6f72..756c6c6cd64 100644
--- a/source/am/editeng/messages.po
+++ b/source/am/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-09-10 21:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/am/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 ጭረቶች"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "የ ገጽ ዘዴ: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "የተቆለፈ "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "የታመቀ "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "ንድፍ"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ምንም"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ነጥቦች "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "ክብ "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ክብ ሜዳ "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "ማጉሊያ "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "ከ ላይ"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "ከ ታች"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ድርብ-መስመር ጠፍቷል"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ድርብ-መስመር"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "ራሱ በራሱ የባህሪ ክፍተት መመጠኛ የለም"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "ራሱ በራሱ የባህሪ ክፍተት መመጠኛ የለም"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "No hanging punctuation at line end"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hanging punctuation at line end"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "የ ተከለከሉ ባህሪዎችን ዝርዝር መፈጸሚያ: በ መስመሮች መጀመሪያ እና መጨረሻ ላይ"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "የ ተከለከሉ ባህሪዎችን ዝርዝር አትፈጽም: በ መስመሮች መጀመሪያ እና መጨረሻ ላይ"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "የ ዞረ ባህሪ የለም"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "ባህሪ ማዞሪያ በ $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "በመስመሩ ልክ"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "ጽሁፉ አልዞረም"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "ጽሁፉ ዞሯል በ $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "የ ተመጠኑ ባህሪዎች $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "የ ተመጠኑ ባህሪዎች የሉም"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "ክፍተት የለም"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "ክፍተት"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "የተቀረጸ"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "ራሱ በራሱ ጽሁፍ ማሰለፊያ"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "ጽሁፍ ማሰለፊያ በ መስመር መሰረት ላይ"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "ከ ላይ ጽሁፍ ማሰለፊያ"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "መሀከል ጽሁፍ ማሰለፊያ"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "ከ ታች ጽሁፍ ማሰለፊያ"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ አግድም)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ አግድም)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Use superordinate object text direction setting"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ ቁመት ከ ታች)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "አንቀጽ መቁረጫ በ ጽሁፍ መጋጠሚያ ላይ (ንቁ ከሆነ)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "አንቀጽ በ ጽሁፍ መጋጠሚያ ላይ አይቆረጥም"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "ያልተደበቀ"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "የተደበቀ"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "የ ወረቀት ትሪ"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[ከ ማተሚያው ማሰናጃ]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "ማጥፊያ"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "ማንቀሳቀሻ"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "ባህሪውን መፈጸሚያ"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "ባህሪውን እንደ ነበር መመለሻ"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ማስረጊያ"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "ዘዴዎች መፈጸሚያ"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ጉዳይ መቀየሪያ"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "ቃሉ ይህ ነው %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "አንቀጽ ነው %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "የ ነጥብ ምስል በ አንቀጽ ውስጥ"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "የ ነጥብ ምስል"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "አንቀጽ: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ከ ሰነዱ መጀመሪያ ጀምሮ መመርመር ልቀጥል?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ከ ሰነዱ መጨረሻ ጀምሮ መመርመር ልቀጥል?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"ባልታወቀ ምክንያት"
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "መዝገበ ቃላቱ ቀደም ሲል ሞልቷል"
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "መዝገበ ቃላቱ ለንባብ-ብቻ ነው"
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ማስረጊያ"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "ንዑስ ነጥቦች ማሳያ"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "ማሳነሻ"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "ባህሪዎች መፈጸሚያ"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "ማሰገቢያ"
diff --git a/source/am/fpicker/messages.po b/source/am/fpicker/messages.po
index 11a50b44229..edfe7ad2edf 100644
--- a/source/am/fpicker/messages.po
+++ b/source/am/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-23 12:49+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/am/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "ቀን ተሻሽሏል"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_መክፈቻ"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_ማጫወቻ"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "የ ፋይሉ _ስም:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "የ ፋይሉ _አይነት:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "ለ _ማንበብ-ብቻ"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "በ መግቢያ ቃል ማስቀመጫ"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_ራሱ በራሱ የፋይል ተቀጥያዎችን መሰየሚያ"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ማረሚያ የ _ማጣሪያ ማሰናጃዎች"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "በ GPG ቁልፍ መመስጠሪያ"
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index cdc112a539c..a29f2236d0f 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-31 12:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/am/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\"> የ ወረቀቶች ዝርዝር በ አሁኑ ወረቀት ውስጥ: ወረቀት ለ መምረጥ: ይጫኑ: የ ቀስት ቁልፍ ወደ ላይ ወይንም ወደ ታች ወረቀት ለማንቀሳቀስ ከ ዝርዝር ውስጥ: ወረቀት ወደ ምርጫ ለ መጨመር: ተጭነው ይያዙ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline> የ ቀስት ቁልፍ ተጭነው ይያዙ: በሚጫኑ ጊዜ እና ይጫኑ ክፍተት ማስገቢያውን: የ ወረቀት መጠን ለ መምረጥ: ተጭነው ይያዙ እና ይጫኑ የ ቀስት ቁልፎች </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw.po b/source/am/helpcontent2/source/text/sdraw.po
index a3da726debf..f43612ceded 100644
--- a/source/am/helpcontent2/source/text/sdraw.po
+++ b/source/am/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-05-16 18:48+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 7b8c84902e0..61c017fe1cd 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Object Linking and Embedding (OLE) እቃዎችን ማገናኘት ይቻላል ወደ ታለመው ሰነድ ውስጥ: ወይንም ይጣበቃል: ማጣበቂያ የ እቃውን ኮፒ ይለጥፋል እና ዝርዝር የ ፕሮግራም ምንጩን ወደ ታለመው ሰነድ ውስጥ ያስገባል: እርስዎ እቃውን ማረም ከ ፈለጉ: በ ቀላሉ የ ፕሮግራም ምንጩን ያስጀምሩ በ እቃው ላይ ሁለት ጊዜ-ይጫኑ"
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "የ OLE እቃ"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "ከ ታች"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "ማስቆሚያ መቀየሪያ"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 932c831f293..2f8cff7d501 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "ስእሎች ማስገቢያ"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">ስእሎች በ ማስገባት ላይ</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">ምስል ማስገቢያ ወደ አሁኑ ሰነድ ውስጥ <switchinline select=\"appl\"><caseinline select=\"WRITER\">ከ አጥጋቢ የ ገጽ መጠቅለያ ጋር እና መሀከል ማድረጊያ በ መስመሩ ላይ</caseinline><caseinline select=\"CALC\">በ አሁኑ የ ክፍል ቦታ</caseinline><defaultinline>መሀከል ማድረጊያ በ ገጹ ወይንም ተንሸራታቹ ላይ </defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "የ ክፈፍ ዘዴ"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">ለ ንድፍ የ ክፈፍ ዘዴ ይምረጡ</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">የ ተመረጠውን የ ንድፍ ፋይል በ ቅድመ እይታ ማሳያ</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "እቃ"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">እቃ</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">በ እርስዎ ሰነድ ውስጥ የ ተጣበቀ እቃ ማስገቢያ እንደ መቀመሪያ: 3ዲ ዘዴዎች: ቻርትስ እና የ OLE እቃዎች </ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">መቀመሪያ</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">ለ ተመረጠው ጽሁፍ ጥላ መጨመሪያ: ወይንም መጠቆሚያው በ ቃል ውስጥ ከሆነ በጠቅላላ ቃሉ ላይ ይፈጸማል </ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "ረድፎችን እኩል ማሰራጫ"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,14 +26323,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>የ ሰንጠረዥ ረድፎች;እርዝመት እኩል ማሰራጫ</bookmark_value> <bookmark_value>የ ረድፍ እርዝመት;እኩል ማሰራጫ </bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Space Equally\"> ረድፎች እኩል ማሰራጫ </link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26323,14 +26341,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">የ ተመረጡትን ረድፎች እርዝመት ማስተካከያ እርዝመቱ እንዲመሳሰል ከ ትልቁ የ ረድፍ ምርጫ ጋር</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "ይምረጡ <emph> ሰንጠረዥ - መጠን - ረድፎችን እኩል ማሰራጫ </emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">ምልክት</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "ረድፎችን እኩል ማሰራጫ"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "መግለጫ"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>እቃዎች: አርእስቶች እና መግለጫዎች</bookmark_value> <bookmark_value>መግለጫዎች ለ እቃዎች</bookmark_value> <bookmark_value>አርእስቶች ለ: እቃዎች</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "መግለጫ"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">ለ ተመረጠው እቃ አርእስት እና መግለጫ መመደቢያ: እነዚህ ጋር መድረስ የሚቻለው ለ መድረሻ መሳሪያዎች ነው እና እንደ አማራጭ tags ሰነድ በሚልኩ ጊዜ </ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "አርእስት"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">የ እርእስት ጽሁፍ ያስገቡ: ይህ አጭር ስም ይታያል እንደ አማራጭ tag በ HTML አቀራረብ ውስጥ: የ መድረሻ መሳሪያዎች ይህን ጽሁፍ ማንበብ ይችላሉ </ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "መግለጫ"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">የ መግለጫ ጽሁፍ ያስገቡ: ረጅም የ መግለጫ ጽሁፍ ማስገብት ይቻላል ለ ውስብስብ እቃዎች ለ መግለጽ ወይንም ለ እቃዎች ቡድን ለ ተጠቃሚዎች በ መመልከቻ አንባቢ ሶፍትዌር: መግለጫው ይታያል እንደ አማራጭ ግን tag ተደርጓል ለ መሳሪያ መድረሻዎች</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">የ ቀስት ዘዴዎች ማረሚያ ወይንም መፍጠሪያ</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "የ ቀስት ዘዴዎች ማደራጃ"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "የ አሁኑን የ ቀስት ዘዴዎች ዝርዝር ማደራጀት ያስችሎታል"
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "አርእስት"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">የ ቀስት ዘዴ ማስተካከያ ለ መግለጽ: ይምረጡ የ መሳያ እቃ በ ሰነድ ውስጥ: እና ከዛ ይጫኑ እዚህ</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "ማሻሻያ"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "ማስቆሚያ"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">ማስቆሚያ</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">ለ ተመረጠው እቃ የ ማስቆሚያ ምርጫ ማሰናጃ</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">ወደ ገጽ</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">የ ተመረጠውን እቃ ወደ አሁኑ አንቀጽ ውስጥ ማስቆሚያ</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "በ አሁኑ ገጽ ውስጥ ያስገቡት እቃ ይቆማል እርስዎ ጽሁፍ ቢያስገቡ ወይንም ቢያጠፉ"
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">ወደ አንቀጽ</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">የ ተመረጠውን እቃ ወደ አሁኑ አንቀጽ ውስጥ ማስቆሚያ</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">ወደ ባህሪ</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">የ ተመረጠውን አካል እንደ ባህሪ ማስቆሚያ: </ahelp>ይህ መግለጫ ዝግጁ የሚሆነ ለ ንድፍ እቃዎች ብቻ ነው"
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "ማስቆሚያው ከ ባህሪው ፊት ለ ፊት ይታያል"
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">ወደ ክፈፍ</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">የ ተመረተውን እቃ በ ክፈፉ ዙሪያ ማስቆሚያ </ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">እንደ ባህሪ</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተመረጠውን እቃ እንደ ባህሪ ማስቆሚያ በ አሁኑ ጽሁፍ ውስጥ: የ ተመረጠው እቃ እርዝመት ከ አሁኑ ፊደል መጠን በላይ ከ በለጠ: እቃውን የያዘው መስመር እርዝመት መጠን ይጨምራል </ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 684e548dcc2..97efa180663 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-02-05 07:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/am/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "መጨረሻውን መቀየሪያ"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>መጨረሻውን; መቀየሪያ</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">መጨረሻውን መቀየሪያ</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index 937f03be166..6faa3e511da 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-12-09 17:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>ንድፎች: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ምስሎች: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ምስሎች: ማስገቢያ እና ማረሚያ ቢትማፕስ</bookmark_value><bookmark_value>ማብራሪያ: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ቢትማፕስ: ማስገቢያ እና ማረሚያ</bookmark_value><bookmark_value>ፒክስል ንድፎች: ማስገቢያ እና ማረሚያ</bookmark_value><bookmark_value>መላኪያ: ቢትማፕስ</bookmark_value><bookmark_value>ማምጫ: ቢትማፕስ</bookmark_value><bookmark_value>ስእሎች: ማረሚያ</bookmark_value><bookmark_value>ማረሚያ: ስእሎች</bookmark_value><bookmark_value>መገልበጫ ማጣሪያ</bookmark_value><bookmark_value>ማለስለሻ ማጣሪያ</bookmark_value><bookmark_value>ማጥሪያ ማጣሪያ</bookmark_value><bookmark_value>ረብሻ ማስወገጃ ማጣሪያ</bookmark_value><bookmark_value>solarization ማጣሪያ</bookmark_value><bookmark_value>እርጅና ማጣሪያ</bookmark_value><bookmark_value>posterizing ማጣሪያ</bookmark_value><bookmark_value>ኪነ-ጥበብ ማጣሪያ</bookmark_value><bookmark_value>የ ከሰል ንድፎች ማጣሪያ</bookmark_value><bookmark_value>mosaic ማጣሪያ</bookmark_value><bookmark_value>ስእሎች:ማጣሪያ</bookmark_value><bookmark_value>ማጣሪያ:ስእሎች</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">ማስገቢያ: ማረሚያ: ማስቀመጫ: ቢትማፕስ </link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "የ ቢትማፕስ ምስል ማስገባት ይቻላል በ $[officename] መጻፊያ: $[officename] ሰንጠረዥ: $[officename] መሳያ እና $[officename] ማስደነቂያ ሰነዶች ውስጥ"
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "ይምረጡ <emph> ማስገቢያ - ምስል - ከ ፋይል </emph> ውስጥ"
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "ይምረጡ ፋይል ከ <emph> ፋይል አይነት </emph> ሳጥን ውስጥ እርስዎ መከልከል የሚፈልጉትን ከ ተወሰነ የ ፋይል ምርጫ አይነት ውስጥ"
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index 9718f0956b5..ee860820664 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-12-10 01:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">ይወስኑ ለ <item type=\"productname\">%PRODUCTNAME</item> ማስቀመጫ ሁሉንም የ ተከፈቱ ሰነዶች መረጃ በራሱ እንደገና ፈልጎ ማግኛ: ይጠቀሙ ተመሳሳይ የ ክፍተት ጊዜ ለ በራሱ እንደገና ፈልጎ ማግኛ </ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "ማስቀመጫ URLs ከ ፋይል ስርአቱ አንጻር"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/am/helpcontent2/source/text/simpress/guide.po b/source/am/helpcontent2/source/text/simpress/guide.po
index c7f47c31d32..9fb4f52cd1e 100644
--- a/source/am/helpcontent2/source/text/simpress/guide.po
+++ b/source/am/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "በ ተንሸራታች ውስጥ እርስዎ ኮፒ ያደረጉት እንዲከተል የሚፈልጉትን ተንሸራታች ይምረጡ <emph> ማረሚያ - መለጠፊያ </emph>"
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "መጫኛ ቀለም: ከፍታ: እና Hatching ዝርዝሮች"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>ቀለሞች;መጫኛ ዝርዝሮች</bookmark_value><bookmark_value>ከፍታዎች;መጫኛ ዝርዝሮች</bookmark_value><bookmark_value>hatching;መጫኛ ዝርዝሮች</bookmark_value><bookmark_value>መጫኛ;ቀለሞች/ከፍታዎች/hatchings</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">ቀለሞች መጫኛ: ከፍታዎች እና የ Hatching ዝርዝር </link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "እርስዎ ዝርዝሮችን መጠቀም ይችላሉ ለ ማደራጀት ቀለሞች: ወይንም hatching ድግግሞሽ: $[officename] በርካታ ዝርዝሮች ያቀርባል እርስዎ መጫን የሚችሉት እና መጠቀም በ እርስዎ ሰነድ ውስጥ: እርስዎ ከ ፈለጉ: መጨመር ይችላሉ ወይንም ማጥፋት አካላቶችን ከ ዘዴ ፋይል ውስጥ: ወይንም እርስዎ መፍጠር ይችላሉ የ ዘዴ ፋይል ማስተካከያ"
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "የ ቀለም ዝርዝር ለ መጫን:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "ይምረጡ <emph> አቀራረብ - ቦታ </emph> እና ከዛ ይጫኑ <emph> ቀለሞች </emph> tab."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "ይጫኑ የ <emph> ቀለም ዝርዝር መጫኛ </emph> ቁልፍ"
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "እርስዎ መጫን የሚፈልጉትን ቀለም ፈልገው ያግኙ እና ከዛ ይጫኑ <emph> መክፈቻ </emph> የ ቀለም ዝርዝር ፋይል አቀረረብ እንደ እዚህ ነው [filename].soh."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "የ ቀለም ዝርዝር ለማስቀመጥ ይጫኑ የ <emph> ቀለም ዝርዝር ማስቀመጫ </emph> ቁልፍ እና የ ፋይል ስም ያስገቡ እና ከዛ ይጫኑ <emph> እሺ </emph>"
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "የ ከፍታዎችን ዝርዝር ለ መጫን:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "ይምረጡ <emph> አቀራረብ - ቦታ </emph> እና ከዛ ይጫኑ የ <emph> ከፍታ </emph> tab."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "ይጫኑ <emph> የ መጫኛ ከፍታ ዝርዝር </emph> ቁልፍ"
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "እርስዎ መጫን የሚፈልጉትን የ ከፍታ ዝርዝር ፈልገው ያግኙ እና ከዛ ይጫኑ <emph> መክፈቻ </emph>: የ ከፍታ ዝርዝር ፋይል አቀረረብ እንደ እዚህ ነው [filename].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "የ ከፍታ ዝርዝር ለማስቀመጥ ይጫኑ የ <emph> ከፍታ ዝርዝር ማስቀመጫ </emph> ቁልፍ እና የ ፋይል ስም ያስገቡ እና ከዛ ይጫኑ <emph> እሺ </emph>"
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "የ hatching ዝርዝር ለ መጫን:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "ይምረጡ <emph> አቀራረብ - ቦታ </emph> እና ከዛ ይጫኑ የ <emph> Hatching </emph> tab."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "ይጫኑ የ <emph> Hatches ዝርዝር መጫኛ </emph> ቁልፍ"
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "እርስዎ መጫን የሚፈልጉትን የ hatches ዝርዝር ፈልገው ያግኙ እና ከዛ ይጫኑ <emph> መክፈቻ </emph>: የ hatches ዝርዝር ፋይል አቀረረብ እንደ እዚህ ነው [filename].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "የ hatches ዝርዝር ለማስቀመጥ ይጫኑ የ <emph> hatches ዝርዝር ማስቀመጫ </emph> ቁልፍ እና የ ፋይል ስም ያስገቡ እና ከዛ ይጫኑ <emph> እሺ </emph>"
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">አቀራረብ - ቦታ</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "ሰንጠረዡን ማስገባት ወደሚፈልጉበት ተንሸራታች መሄጃ"
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "ይምረጡ <emph> ማስገቢያ - OLE- እቃ </emph> ይጫኑ <emph> አዲስ መፍጠሪያ </emph> እና ይምረጡ የ %PRODUCTNAME ሰንጠረዥ: ይጫኑ እሺ: ይጫኑ ሰንጠረዡ ላይ የ እርስዎን ዳታ ለማስገባት"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "ሰንጠረዡን ማስገባት ወደሚፈልጉበት ተንሸራታች መሄጃ"
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "ይምረጡ <emph> ማስገቢያ - እቃ - የ OLE እቃ </emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">አቀራረብ - የ ተንሸራታች እቅድ</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">ማስገቢያ - እቃ - የ OLE Object</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/00.po b/source/am/helpcontent2/source/text/swriter/00.po
index e17e65b6959..3665047758b 100644
--- a/source/am/helpcontent2/source/text/swriter/00.po
+++ b/source/am/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-07-07 16:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "አጥጋቢ የ ረድፍ እርዝመት"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "ረድፎችን እኩል ማሰራጫ"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index 0ef8cfa8860..7e0d5b06891 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-12-09 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">ሰነዱ በሚታተምበት ጊዜ ምን እንደሚመስል ማሳያ</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "የተደበቁ አንቀጾች"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">የተደበቁ አንቀጾች</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "የ ራስጌ ረድፎች"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">ለ ራስጌው መጠቀም የሚፈልጉትን የ ረድፎች ቁጥር ያስገቡ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "በ ቁመት"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">ለ እቃው የ ቁመት ማሰለፊያ ምርጫ ይምረጡ </ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "እርስዎ እቃ ካስቆሙ ወደ ክፈፍ በ ተወሰነ እርዝመት ውስጥ: የ \"ታችኛው\" እና \"መሀከል\" ማሰለፊያ ምርጫ ዝግጁ ናቸው"
+msgid "by"
+msgstr "በ"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "በ"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
-#. vYDyu
+#. oifcH
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id511652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">እርስዎ ከ ላይ ጠርዝ በኩል መተው የሚፈልጉትን ክፍተት መጠን ያስገቡ: ለ ተመረጠው እቃ እና ለ ማመሳከሪያ ነጥብ እርስዎ የ መረጡትን <emph> በ </emph> ሳጥን ውስጥ </ahelp> ይህ ምርጫ ዝግጁ የሚሆነው እርስዎ ከ መረጡ ነው የ \"ከ ላይ\" ወይንም \"ከ ታች\" (እንደ ባህሪ) በ <emph> ቁመት </emph> ሳጥን ውስጥ ነው"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "ለ"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "እርስዎ እቃ ካስቆሙ ወደ ክፈፍ በ ተወሰነ እርዝመት ውስጥ: የ \"ታችኛው\" እና \"መሀከል\" ማሰለፊያ ምርጫ ዝግጁ ናቸው"
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">ምርጫዎች</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">ለ ተመረጠው ንድፍ: ወይንም ክፈፍ ባህሪዎች መወሰኛ </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "ስም"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "ለ ተመረጠው እቃ ስም መወሰኛ እና ለ ተዛመዱት አገናኞች"
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "እቃ ይመድቡ: ንድፍ ወይንም ክፈፍ እና ስም ይስጡት: ስለዚህ በ ቀላሉ እንዲያገኙት ከ ረጅም ሰነዶች ውስጥ"
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "አማራጭ ጽሁፍ (ተንሳፋፊ ክፈፎች: ንድፎች: እና እቃዎች ብቻ)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">ጽሁፍ ያስገቡ በ ዌብ መቃኛ ውስጥ እንዲታይ የ ተመረጠው እቃ በማይኖር ጊዜ: አማራጭ ጽሁፍ መጠቀም ይቻላል ለ መርዳት አካለ ስንኩል ለሆኑ ሰዎች</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "ቀደም ያለው አገናኝ"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">እቃ ማሳያ (እቃ: ንድፍ: ወይንም ክፈፍ) ከ አሁኑ እቃ በፊት የሚመጣ በ አገናኙ ቅደም ተከትል መሰረት: ለውጦች ለ መጨመር ላለፈው አገናኝ: ስሙን ከ ዝርዝር ውስጥ ይምረጡ: እርስዎ ክፈፍ የሚያገናኙ ከሆነ: የ አሁኑ ክፈፍ እና የ ታለመው ክፈፍ ባዶ መሆን አለበት </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "የሚቀጥለው አገናኝ"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">እቃ ማሳያ (እቃ: ንድፍ: ወይንም ክፈፍ) ከ አሁኑ እቃ በኋላ የሚመጣ በ አገናኙ ቅደም ተከትል መሰረት: ለውጦች ለ መጨመር ለሚቀጥለው አገናኝ: ስሙን ከ ዝርዝር ውስጥ ይምረጡ: እርስዎ ክፈፍ የሚያገናኙ ከሆነ: የ አሁኑ ክፈፍ እና የ ታለመው ክፈፍ ባዶ መሆን አለበት </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/guide.po b/source/am/helpcontent2/source/text/swriter/guide.po
index 5a037a6c9a1..d83e4c5e260 100644
--- a/source/am/helpcontent2/source/text/swriter/guide.po
+++ b/source/am/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-12-09 17:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">እቃዎችን ቦታ መስጫ</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "ወደ ክፈፍ"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "የ ተመረጠውን እቃ በ ክፈፍ ዙሪያ ማስቆሚያ"
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "ከ ፋይል ንድፍ ማስገቢያ"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>ስእሎች: ማስገቢያ በ ንግግር</bookmark_value> <bookmark_value>ማስገቢያ: ስእሎች በ ንግግር</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">ከ ፋይል ንድፍ ማስገቢያ</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "ንድፍ መጨመር በሚፈልጉበት ቦታ ሰነዱ ውስጥ ይጫኑ"
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "ይምረጡ <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph> ማስገቢያ - ምስል - ከ ፋይል ውስጥ </emph></link>"
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "ማስገባት የሚፈልጉትን የ ንድፍ ፋይል ፈልገው ያግኙ እና ከዛ ይጫኑ <emph> መክፈቻ </emph>"
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "ይምረጡ <item type=\"menuitem\"> መሳሪያዎች - በራሱ ማረሚያ - በራሱ ማረሚያ ምርጫዎች - በ ቃላት መጨረሻ </item>"
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "ማጽጃ <emph> የ ቃላት መጨረሻ ማስቻያ </emph>"
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index 2cb0d742061..b45a0b5b895 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/am/>\n"
"Language: am\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "ቀደም ወዳለው ወረቀት"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "አጥጋቢ የ ረድፍ እርዝመት"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "ረድፎችን እኩል ማሰራጫ "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~ምስል"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~እቃ እና ቅርጽ"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "ማዞ~ሪያ ወይንም መገልበጫ"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "ማስቆሚያ መቀየሪያ"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "ማስቆ~ሚያ"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -32196,7 +32226,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "None"
-msgstr ""
+msgstr "ምንም"
#. SvFa2
#: WriterCommands.xcu
@@ -32236,7 +32266,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Through"
-msgstr ""
+msgstr "~በሙሉ"
#. SocUA
#: WriterCommands.xcu
@@ -33976,7 +34006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "After"
-msgstr ""
+msgstr "በኋላ"
#. b5mCd
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "የ ~መጀመሪያው አንቀጽ"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "የ አምድ ስፋት ማሳነሻ"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "የማስረጊያ ዋጋ መጨመሪያ"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "የ ረድፍ እርዝመት ማሳነሻ"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -34446,7 +34496,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Character Highlighting Color"
-msgstr ""
+msgstr "ባህሪ ማድመቂያ ቀለም"
#. sVA9o
#: WriterCommands.xcu
@@ -34636,7 +34686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Book Preview"
-msgstr "የመጽሀፍ ቅድመ እይታ"
+msgstr "የ መጽሀፍ ቅድመ እይታ"
#. pk7kQ
#: WriterCommands.xcu
@@ -34766,7 +34816,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~List"
-msgstr ""
+msgstr "~ዝርዝር"
#. ZmR9V
#: WriterCommands.xcu
@@ -34916,7 +34966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Add to List"
-msgstr ""
+msgstr "ወደ ዝርዝር ~መጨመሪያ"
#. rbB7v
#: WriterCommands.xcu
@@ -35376,7 +35426,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "No ~Character Style"
-msgstr ""
+msgstr "የ ~ባህሪ ዘዴ የለም"
#. w8bFj
#: WriterCommands.xcu
@@ -35476,7 +35526,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Quotation Character Style"
-msgstr ""
+msgstr "የ ጥቅስ ባህሪ ዘዴ"
#. 9LD4r
#: WriterCommands.xcu
@@ -35716,7 +35766,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Default Table Style"
-msgstr ""
+msgstr "ነባር የ ሰንጠረዥ ዘዴ"
#. 4AbSB
#: WriterCommands.xcu
@@ -35876,7 +35926,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "ActiveX Controls"
-msgstr "ንቁ መቆጣጠሪያ"
+msgstr "ActiveX መቆጣጠሪያ"
#. vzPPx
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "የ OLE እቃ"
#. nCSvk
#: WriterFormWindowState.xcu
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index cdf6399807b..4acf60ff593 100644
--- a/source/am/sc/messages.po
+++ b/source/am/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/am/>\n"
"Language: am\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "ወረቀቶች ይምረጡ"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~የተመረጡት ወረቀቶች"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "ማስመሪያ"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "ይህ ማስመሪያ የሚያስተዳድረው እቃዎችን በ ተወሰነ ቦታ ብቻ ነው"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "ይህ ወረቀት የሚያሳየው ዳታው በሰነዱ ውስጥ እንዴት እንደሚቀመጥ ነው"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "ሰነድ መመልከቻ"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "ወረቀት %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "ክፍል %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "በ ግራ በኩል"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "የ ገጽ ቅድመ እይታ"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "መሀከል ላይ"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "በ ቀኝ በኩል"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "የ ገጽ ራስጌ %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "የ ገጽ ግርጌ %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "መስመር ማስገቢያ"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "እዚህ ነው ጽሁፍ ማስገባት ወይም ማረም የሚችሉት ቁጥሮች እና መቀመሪያ"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "መገናኛ በድጋሚ ማጫወቻ"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "የ አይጥ ቁልፍ ተጭነዋል"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "የ መቀመሪያ እቃ መደርደሪያ"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME ሰንጠረዥ"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ ብቻ)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(በቅድመ እይታ ዘዴ)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "ገጾች:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "የ ባዶ ገጽ ውጤቶችን ~ማስቆሚያ"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "ሁሉንም ወረቀቶች ማተሚያ"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "የተመረጡትን ወረቀቶች ብቻ ማተሚያ"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "የተመረጡትን ክፍሎች ማተሚያ"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "ከ የትኛው:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "ሁሉንም ~ገጾች"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "ገጾ~ች:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "ይህን የ DDE ምንጭ ማሻሻል አልተቻለም ምናልባት የሰነዱ ምንጩ አልተከፈተ ይሆናል ፡ እባክዎን የሰነዱን ምንጭ ያስነሱ እና እንደገና ይሞክሩ"
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "ይህን የሚቀጥለውን ፋይል መጫን አልተቻለም ፡ ከዚህ ፋይል ጋር የተገናኘው ዳታ ፋይል አልተሻሻለም"
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "የ ውጪ አገናኞች ማሻሻያ"
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "መጠኑ የ አምድ ምል~ክቶችን ይዟል"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "መጠኑ የ ~ረድፍ ምልክቶችን ይዟል"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "ዋጋ የሌለው ዋጋ"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "ምንም መቀመሪያ አልተገለጸም"
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "ምንም ረድፍ ወይንም አምድ አልተወሰነም"
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "ያልተገለጸ ስም ወይንም መጠን"
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "ያልተገለጸ ስም ወይንም የተሳሳተ ክፍል ማመሳከሪያ"
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "መቀመሪያ አምድ አይሰራም"
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "መቀመሪያ ረድፍ አይሰራም"
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "በራሱ አቀራረብ መጨመሪያ"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "በራሱ አቀራረብ እንደገና መሰየሚያ"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "ስም"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "በራሱ አቀራረብ ማጥፊያ"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "በ እርግጥ ይህን ማጥፋት ይፈልጋሉ # በራሱ አቀራረብ?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~መዝጊያ"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "ጥር"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "የካ"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "መጋ"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "ሰሜን"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "ደቡብ"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "ጠቅላላ"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "ገጽ ማስቆሚያ"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "ክፍል ማስቆሚያ"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "ሁኔታው "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "ይዞታዎች"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "ወረቀቶች"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "የ ስሞች መጠን"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "የ ዳታቤዝ መጠኖች"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "ምስሎች"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "የ OLE እቃዎች"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "አስተያየቶች"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "የ ተገናኙ ቦታዎች"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "እቃዎች መሳያ"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "ንቁ"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "የ ቦዘነ"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "የ ተደበቀ"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "ንቁ መስኮት"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "የ ትእይንት ስም"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "አስተያየት"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "እየጨመረ በሚሄድ መለያ"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "እየቀነሰ በሚሄድ መለያ"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "መለያ ማስተካከያ"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "የ ሳጥኑ ስም"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "መስመር ማስገቢያ"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "የ ተግባር አዋቂ"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "እቀበላለሁ"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "መሰረዣ"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "ተግባር ይምረጡ"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "መቀመሪያ"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "የ መቀመሪያ መደርደሪያ ማስፊያ"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "የ መቀመሪያ መደርደሪያ ማሳነሻ"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "ያልታወቀ ተጠቃሚ"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "አምድ ተጨምሯል"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "ረድፍ ተጨምሯል "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "ወረቀት ተጨምሯል "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "አምዱ ጠፍቷል"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "ረድፉ ጠፍቷል"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "ወረቀቱ ጠፍቷል"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "የተንቀሳቀሰው መጠን"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "ይዞታቸው የተቀየረ"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "ይዞታቸው የተቀየረ"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "የተቀየረ ወደ "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "ዋናው"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "ለውጡ ተከልክሏል"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "እቀበላለሁ"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "አልቀበልም"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "ማስገቢያ የለም"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ባዶ>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "ያልተጠበቀ"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "በ መግቢያ ቃል-የተጠበቀ አይደለም"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "እንደገና-መጻፊያ"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "በ መካከለኛ በ _መጓዝ ላይ"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "ኤክስፖኔንሺያል ማለስለሻ"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "የ ልዩነት መመርመሪያ"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "መመርመሪያ የ ልዩነት (ANOVA)..."
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "የ ልዩነት መመርመሪያ - ነጠላ ጉዳይ"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "የ ልዩነት መመርመሪያ - ሁለት ጉዳይ"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "ቡድኖች"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "በ ቡድኖች መካከል"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "በ ቡድኖች ውስጥ"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "የ ልዩነቶች ምንጭ"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Significance F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-value"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critical"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "ጠቅላላ"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ኮኦሪሌሽን"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "ኮኦሪሌሽን"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "ኮቫሪያንስ"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "ኮቫሪያንስስ"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "መግለጫ ስታትስቲክስ"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "አማካይ"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "ዘዴ"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ልዩነት"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "ኩርቶሲስ"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "የሚያጋድልበት"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "መጠን"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "አነስተኛ"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "ከፍተኛ"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "ድምር"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "መቁጠሪያ"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "የ መጀመሪያ ሩብ"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "የ ሶስተኛ ሩብ"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "በነሲብ ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "ተመሳሳይ"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "ተመሳሳይ ኢንቲጀር"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "መደበኛ"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "ኮቺ"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "ቤርኖሊ"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "ባይኖሚያል"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "አሉታዊ ባይኖሚያል"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "ቺ ስኴርድ"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "ጂኦሜትሪክ"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "አነስተኛ"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "ከፍተኛ"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "አማካይ"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "ሲግማ"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p ዋጋ"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "የ ሙከራዎች ቁጥር"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "የ nu ዋጋ"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "ናሙና"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-መሞከሪያ"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-መሞከሪያ"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "የ ተጣመረ t-መሞከሪያ"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "የ ተጣመረ t-መሞከሪያ"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-መሞከሪያ"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-መሞከሪያ"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "የ ነፃነት መሞከሪያ (ቺ-ስኴር)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "ዝቅ ማድረጊያ"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "ዝቅ ማድረጊያ"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "ፉሪዬር መመርመሪያ"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "ፉሪዬር መመርመሪያ"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "አምድ %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "ረድፍ %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "አልፋ"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "ተለዋዋጭ 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "ተለዋዋጭ 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "የ መላምት አማካይ ልዩነት"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "የታየው"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "የታየው አማካይ ልዩነት"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "ተስተካክሏል R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "የ X ተለዋዋጭ መቁጠሪያ"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-ዋጋ"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "አደገኛ ዋጋ"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "ስታስቲክስ መሞከሪያ"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "ዝቅተኛ"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "ከፍተኛ"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "የገባው መጠን ዋጋ የለውም"
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "የ ውጤቱ መጠን ዋጋ ያለው አይደለም:"
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "ቀጥተኛ"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "ሎጋሪዝም"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ሀይል"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "የ ነፃ ተለዋዋጭ(ጮች) መጠን ዋጋ የለውም"
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "የ ጥገኛ ተለዋዋጭ(ጮች) መጠን ዋጋ የለውም"
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "የ መተመማኛ ደረጃ ክፍተት በ (0, 1) መካከል መሆን አለበት:"
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "የ Y ተለዋዋጭ ከ 1 አምድ በላይ ሊኖረው አይችልም:"
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "የ Y ተለዋዋጭ ከ 1 ረድፍ በላይ ሊኖረው አይችልም:"
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "ዝቅ ማድረጊያ ዘዴ"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "የ መተማመኛ ደረጃ"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "ኮኦፊሺየንትስ"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-ስታትስቲክስ"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ኢንተርሴፕት"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "የ ተገመተው Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) right-tail"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Critical right-tail"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) left-tail"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Critical left-tail"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P two-tail"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Critical two-tail"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "ፒርሰን ኮኦሪሌሽን"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "የ ተለዋዋጭ ልዩነቶች"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t ስታስቲክስ"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) አንድ-ጭራ"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ወሳኝ አንድ-ጭራ"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) ሁለት-ጭራ"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t ወሳኝ ሁለት-ጭራ"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "የ ታወቀ ልዩነት"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) አንድ-ጭራ"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z ወሳኝ አንድ-ጭራ"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) ሁለት-ጭራ"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z ወሳኝ ሁለት-ጭራ"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "ፉሪዬር መቀየሪያ"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "ግልባጭ የ ፉሪዬር መቀየሪያ"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "በ ግምት"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "ደረጃ"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "ከ ቡድን ውስጥ ከ ሁለት አምዶች በላይ ተመርጧል በ አምድ ዘዴ:"
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "ከ ቡድን ውስጥ ከ ሁለት ረድፍ በላይ ተመርጧል በ አምድ ዘዴ:"
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "በ ማስገቢያ መጠን ውስጥ ዳታ የለም"
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "ውጤቱ በጣም ትልቅ ነው በ ወረቀት ላይ ለ መጻፍ:"
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "የ ዳታ መጠን ማስገቢያ"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "ማሻሻያ ማስቻያ"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "ወደ ክፍል"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "ወደ ክፍል (ከ ክፍል ጋር እንደገና መመጠኛ)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "ወደ ገጽ"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "ምንም የተጠቃሚ ዳታ የለም"
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(exclusive access)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "በ ተመረጠው ሰነድ ውስጥ ዝግጁ የ ተሰየመ መጠን አልተገኘም:"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "የ መለያ ደንብ ማስተካከያ ይጠቀሙ እርስዎ የ ገለጹትን ከ ምርጫዎች ሳጥን ውስጥ ከሆነ በ %PRODUCTNAME ሰንጠረዥ - ዝርዝር መለያ ውስጥ:"
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "መወሰኛ ትንሽ አራት ማእዘን ከ ላይ በ ቀኝ ጠርዝ በኩል በ ክፍሉ ውስጥ መጠቆሚያ አስተያየት እንዳለ: አስተያየቱ የሚታየው እርስዎ ካስቻሉ ነው ጠቃሚ ምክር በ %PRODUCTNAME - ባጠቃላይ በ ምርጫ ንግግር ሳጥን ውስጥ "
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23450,6 +23488,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "ንግግር መክፈቻ እርስዎ ስሌቶች ከ ተለዋዋጭ ጋር የሚፈጽሙበት: "
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -29667,7 +29735,7 @@ msgstr "ይምረጡ ይህን ምርጫ እርስዎ ከ ፈለጉ የ መጀ
#: sc/uiconfig/scalc/ui/sheetprintpage.ui:148
msgctxt "sheetprintpage|extended_tip|spinED_PAGENO"
msgid "Enter the number of the first page."
-msgstr "የ መጀመሪያውን ገጽ ቁጥር ያስገቡ "
+msgstr "የ መጀመሪያውን ገጽ ቁጥር ያስገቡ"
#. ejXus
#: sc/uiconfig/scalc/ui/sheetprintpage.ui:205
@@ -29865,7 +29933,7 @@ msgstr "መመዘኛ"
#: sc/uiconfig/scalc/ui/sheetprintpage.ui:682
msgctxt "sheetprintpage|extended_tip|SheetPrintPage"
msgid "Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale."
-msgstr "በ ህትመቱ ውስጥ የሚካተቱን አካላቶች መወሰኛ በ አሁኑ የ ገጽ ዘዴ ውስጥ: በ ተጨማሪ የ ማተሚያ ደንብ ማሰናዳት ይችላሉ: የ መጀመሪያውን ገጽ ቁጥር እና የ ገጽ መጠን "
+msgstr "በ ህትመቱ ውስጥ የሚካተቱን አካላቶች መወሰኛ በ አሁኑ የ ገጽ ዘዴ ውስጥ: በ ተጨማሪ የ ማተሚያ ደንብ ማሰናዳት ይችላሉ: የ መጀመሪያውን ገጽ ቁጥር እና የ ገጽ መጠን:"
#. CwxSU
#: sc/uiconfig/scalc/ui/showchangesdialog.ui:8
@@ -30823,10 +30891,9 @@ msgstr "ፊደል _መመጠኛ"
#. F9BE3
#: sc/uiconfig/scalc/ui/sortoptionspage.ui:37
-#, fuzzy
msgctxt "sortoptionspage|extended_tip|case"
msgid "Sorts first by uppercase letters and then by lowercase letters. For Asian languages, special handling applies."
-msgstr " መለያ መጀመሪያ በ ላይኛው ጉዳይ ፊደሎች እና ከዛ በ ታችኛው ጉዳይ ፊደሎች: ለ እስያ ቋንቋዎች የ ተለየ መፈጸሚያ ያስፈልጋል "
+msgstr "መለያ መጀመሪያ በ ላይኛው ጉዳይ ፊደሎች እና ከዛ በ ታችኛው ጉዳይ ፊደሎች: ለ እስያ ቋንቋዎች የ ተለየ መፈጸሚያ ያስፈልጋል"
#. RM629
#: sc/uiconfig/scalc/ui/sortoptionspage.ui:48
@@ -30923,46 +30990,40 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "የ መለያ ደንብ ማስተካከያ"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "ቋንቋ"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "ምርጫዎች"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " ይምረጡ መለያ ደንብ ለ ቋንቋ "
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr " ይምረጡ ቋንቋ ለ መለያ ደንብ "
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "የመለያ ምርጫዎች"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -31970,26 +32031,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "C_ustom መለያ ደንብ"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "መለያ"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "የ ንዑስ ድምር ማቅረቢያ እና ማስሊያ መግለጫ ማሰናጃዎች "
@@ -32420,338 +32469,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_አስተያየት ጠቋሚ"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "ዋጋ ማ_ድመቂያ"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "ምልክት ያድርጉ በ ዋጋ ማድመቂያ ሳጥን ውስጥ ለማሳየት የ ክፍል ይዞታዎች በ ተለያየ ቀለም: እንደ አይነቱ ይለያያል: የ ጽሁፍ ክፍሎች አቀራረብ በ ጥቁር ነው: መቀመሪያዎች በ አረንጓዴ ነው: የ ቁጥር ክፍሎች በ ሰማያዊ ነው: እና የሚጠበቁ ክፍሎች የሚታዩት በ ነጣ ያለ ግራጫ መደብ ነው: በ ምንም የማሳያ አቀራረብ ቢቀርብ "
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_ማስቆሚያ"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "የ ማስቆሚያ ምልክት እቃ በሚገባ ጊዜ ይታይ እንደሆን መወሰኛ: እንደ ንድፍ አይነት በሚመረጥ ጊዜ "
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "ጽሁ_ፍ መጠኑን አልፏል"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "ክፍሉ ጽሁፍ ከያዘ ከ ክፍሉ ስፋቱ የ በለጠ: ጽሁፉ በ ባዶ ጎረቤቱ ክፍል ውስጥ ይታያል በ ተመሳሳይ ረድፍ ውስጥ: ባዶ ጎረቤት ከሌለ: ትንሽ ሶስት ማእዘን በ ክፍሉ ድንበር ይታያል ይህ ማለት ጽሁፉ ይቀጥላል ማለት ነው "
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "ማመሳከሪያዎችን በ ቀለም _ማሳያ"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "እያንዳንዱ ማመሳከሪያ በ ቀለም በ መቀመሪያ ውስጥ መድመቁን መወሰኛ: የ ክፍል መጠን ድንበሩ ወዲያውኑ በ ቀለም ይከበባል የ ክፍሉ ማመሳከሪያ ለ ማረም ከ ተመረጠ "
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "ማሳያ"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "የ አም_ድ/ረድፍ ራስጌዎች"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "የ ረድፍ እና አምድ ራስጌ ይታይ እንደሆን መወሰኛ "
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "የ አግ_ድም መሸብለያ መደርደሪያ"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "በ ሰነድ መስኮት ውስጥ ከ ታች በኩል የ አግድም መሸብለያ መደርደሪያ ይታይ እንደሆን መወሰኛ "
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "የ _ቁመት መሸብለያ መደርደሪያ"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "በ ሰነድ መስኮት ውስጥ በ ቀኝ በኩል የ ቁመት መሸብለያ መደርደሪያ ይታይ እንደሆን መወሰኛ "
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "የ ወረ_ቀት tabs"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "የ ወረቀት tabs በ ሰንጠረዥ ከ ታች በኩል ይታይ እንደሆን መወሰኛ "
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "የ _ረቂቅ ምልክቶች"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "እርስዎ ከ ገለጹ የ ረቂቅ የ ረቂቅ ምልክቶች ምርጫ ይታይ እንደሆን ይወስናል: የ ረቂቅ ምልክቶች በ ወረቀቱ ድንበር ላይ "
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "በ መፈለጊያ ላ_ይ ማጠቃለያ"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "መስኮት"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "ወረቀቶች ማ_ስማሚያ"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "ምልክት ከ ተደረገበት: ሁሉም ወረቀቶች በ ተመሳሳይ መጠን ይታያሉ: ምልክት ካልተደረገ ግን እያንዳንዱ ወረቀት የ ራሱ ማሳያ መጠን ይኖረዋል "
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "ማሳያ"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "የ _ገጽ መጨረሻ"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "የ ገጽ መጨረሻ በ ተወሰነ የ ማተሚያ ቦታ ይታይ እንደሆን መወሰኛ "
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "የ እርዳታ መስመሮች በ ማንቀሳቀስ ላይ _እንዳሉ"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "እርስዎ ስእሎችን: ክፈፎችን: ንድፎችን: እና ሌሎች እቃዎችን በሚያንቀሳቅሱ ጊዜ መምሪያ ይታይ እንደሆን መወሰኛ "
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "የ _መጋጠሚያ መስመሮች:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_ቀለም:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "ማሳያ"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "በ ቀለም ክፍሎች ውስጥ ማሳያ"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "መደበቂያ"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "የ መጋጠሚያ መስመሮች መቼ እንደሚታዩ መወሰኛ: በ ነባር የ መጋጠሚያ መስመሮች ብቻ እንዲያሳይ ነው በ ክፍሎች ውስጥ የ መደብ ቀለም ለሌላቸው: እርስዎ መምረጥ ይችላሉ የ መጋጠሚያ መስመሮች ቀለም ለማሳየት በ ክፍሎች መደብ ውስጥ: ወይንም መደበቅ: "
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "የ መጋጠሚያ መስመሮች ለ አሁኑ ገጽ መወሰኛ"
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "የ መመልከቻ እርዳታ"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "እቃ_ዎች/ምስሎች:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "እቃዎች _መሳያ:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "ማሳያ"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "መደበቂያ"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "እቃዎች ይታዩ ወይንም ይደበቁ እንደሆን መወሰኛ "
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "ማሳያ"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "መደበቂያ"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "በ እርስዎ ሰነድ ውስጥ ቻርትስ ይታይ ወይንም ይደበቅ እንደሆን መወሰኛ "
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "ማሳያ"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "መደበቂያ"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "በ እርስዎ ሰነድ ውስጥ የ መሳያ እቃዎች ይታዩ ወይንም ይደበቁ እንደሆን መወሰኛ "
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "እቃዎች"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/am/sd/messages.po b/source/am/sd/messages.po
index 87fab885206..f8e7f27f29d 100644
--- a/source/am/sd/messages.po
+++ b/source/am/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-23 12:49+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/am/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "መስመሩ አልቋል"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "እባክዎን ለ አዲሱ ቀስት ራስጌ ስም ያስገቡ:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index 524b08d7d2f..8482eba4f15 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/am/>\n"
"Language: am\n"
@@ -2263,6 +2263,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "አዎ ወይንም አይ"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "የ ተጠቃሚውን ሙሉ ስም ከ ፋይሉ ጋር ማስቀመጫ: ስሙን ማረም ይችላሉ በ መምረጥ መሳሪያ - ምርጫ - %PRODUCTNAME - የ ተጠቃሚ ዳታ "
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3303,86 +3311,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "የተጠቃሚ ዳታ _መፈጸሚያ"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "ባህሪዎች እንደ ነበር መመለሻ"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "እንደ ነበር መመለሻ የ ማረሚያ ጊዜ ወደ ዜሮ: የ ተፈጠረበትን ቀን ወደ ዛሬ ቀን እና ሰአት: እና እትሙን ወደ ቁጥር 1. የ ተሻሻለበት ቀን እና የ ታተመበት ቀን በሙሉ ይጠፋል"
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "ዲጂ_ታል ፊርማ..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_መጠን:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "ያልታወቀ"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_አካባቢ:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_አይነት:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_የመግቢያ ቃል መቀየሪያ"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "ቴምፕሌት :"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "የ ፋይል ስም ማሳያ"
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "የ ቅድመ እይታ ምስል በዚህ ሰነድ ውስጥ ማስቀመጫ"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "ስለ አሁኑ ፋይል መሰረታዊ መረጃ ይዟል"
@@ -3952,7 +3954,7 @@ msgstr "ቅድመ_እይታ"
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:419
msgctxt "loadtemplatedialog|extended_tip|expander"
msgid "Shows or hides a preview of a selected template."
-msgstr "የ ተመረጠውን ቴምፕሌት ቅድመ እይታ ማሳያ ወይንም መደበቂያ "
+msgstr "የ ተመረጠውን ቴምፕሌት ቅድመ እይታ ማሳያ ወይንም መደበቂያ"
#. CRcca
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:449
@@ -5050,7 +5052,7 @@ msgstr ""
#: sfx2/uiconfig/ui/templatepanel.ui:280
msgctxt "commontemplate|STR_PREVIEW_CHECKBOX"
msgid "Show previews"
-msgstr ""
+msgstr "በ ቅድመ እይታ ማሳያ"
#. p9AWW
#: sfx2/uiconfig/ui/versioncommentdialog.ui:8
diff --git a/source/am/starmath/messages.po b/source/am/starmath/messages.po
index 67612ccaec0..db6afda749e 100644
--- a/source/am/starmath/messages.po
+++ b/source/am/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-26 20:39+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/am/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "የ አካሎች ምድብ"
diff --git a/source/am/svtools/messages.po b/source/am/svtools/messages.po
index 41b05c9aaaa..8b9a7d218d1 100644
--- a/source/am/svtools/messages.po
+++ b/source/am/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-12-06 02:38+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/am/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE የተበላሸ ነው"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "መክፈቻ የ ማተሚያ ምርጫዎች ንግግር እርስዎ በላዩ ላይ የሚጽፉበት አለም አቀፍ የ ማተሚያ ምርጫ ማሰናጃ በ መሳሪያዎች - ምርጫ - %PRODUCTNAME መጻፊያ/ዌብ - ማተሚያ ክፍል ለ አሁኑ ሰነድ "
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "የ ኮዱ ምንጭ"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "ፋይል ምልክት ማድረጊያ"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "ንድፍ"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "ፋይል ማዋቀሪያ"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "መተግበሪያ"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "የ ዳታቤዝ ሰንጠረዥ"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "የ ስርአት ፋይል"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word document"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "የ እርዳታ ፋይል"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "የ ማህደር ፋይል"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "የ ፋይል መግቢያ"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Database"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 Master Document"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Image"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "የ ጽሁፍ ፋይል"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "አገናኝ"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 Template"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel document"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel template"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch file"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ፋይል"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "የ ጽሁፍ ሰነድ"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "ማቅረቢያ"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "መሳያ"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "ዋናው ሰነድ"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "መቀመሪያ"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ዳታቤዝ"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 የ ሰንጠረዥ ቴምፕሌት"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 የ መሳያ ቴምፕሌት"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 የ ማቅረቢያ ቴምፕሌት"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 የ ጽሁፍ ሰነድ ቴምፕሌት"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "የ አካባቢ drive"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "የ ዲስክ drive"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "ሲዲ-ራም drive"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "የ ኔትዎርክ ግንኙነት"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint Document"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint Template"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 መቀመሪያ"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 ቻርት"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 መሳያ"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 ሰንጠረዥ"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 ማቅረቢያ"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 የ ጽሁፍ ሰነድ"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 ዋናው ሰነድ"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML Document"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument ዳታቤዝ"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument መሳያ"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument መቀመሪያ"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument ዋናው ሰነድ"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument ማቅረቢያ"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument ሰንጠረዥ"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument ጽሁፍ"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument የ ሰንጠረዥ ቴምፕሌት"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument የ መሳያ ቴምፕሌት"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument የ ማቅረቢያ ቴምፕሌት"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument የ ጽሁፍ ቴምፕሌት"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME ተጨማሪዎች"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell SpellChecker"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen Hyphenator"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes Thesaurus"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "የ ተተዉ ቃሎች ዝርዝር"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "ምርጫዎች..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "ስም:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "ሁኔታው:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "አይነት:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "አካባቢ:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "አስተያየት:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "ለ እርስዎ የ መስሪያ ስርአት ለ አሁኑ ሰነድ የ ማተሚያ ማሰናጃ ይቀይራል "
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "በ እርስዎ የ መስሪያ ስርአት ላይ የ ተገጠሙ ማተሚያ ዝርዝር ያሳያል: ነባር ማተሚያውን ለ መቀየር: ይምረጡ የ ማተሚያ ስም ከ ዝርዝር ውስጥ "
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "ማተሚያ"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "ለ አሁኑ ሰነድ ነባር ማተሚያ ይምረጡ:"
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index dd0b9fff4a0..ea21001914e 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
"Language: am\n"
@@ -1130,7 +1130,7 @@ msgstr "ነጥብ ማስገቢያ ወደ %1"
#: include/svx/strings.hrc:210
msgctxt "STR_DragInsertGluePoint"
msgid "Insert gluepoint to %1"
-msgstr ""
+msgstr "መጋጠሚያ ነጥብ ማስገቢያ ወደ %1"
#. 6JqED
#: include/svx/strings.hrc:211
@@ -1304,13 +1304,13 @@ msgstr "%2 ነጥቦች ከ %1"
#: include/svx/strings.hrc:239
msgctxt "STR_ViewMarkedGluePoint"
msgid "Gluepoint from %1"
-msgstr ""
+msgstr "መጋጠሚያ ነጥብ ከ %1"
#. qCFmV
#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 gluepoints from %1"
-msgstr ""
+msgstr "%2 መጋጠሚያ ነጥቦች ከ %1"
#. CDqRQ
#: include/svx/strings.hrc:241
@@ -1340,13 +1340,13 @@ msgstr "ተጨማሪ ነጥቦችን ምልክት ማድረጊያ"
#: include/svx/strings.hrc:245
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark gluepoints"
-msgstr ""
+msgstr "መጋጠሚያ ነጥቦች ምልክት ማድረጊያ"
#. eH9Vs
#: include/svx/strings.hrc:246
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional gluepoints"
-msgstr ""
+msgstr "ተጨማሪ መጋጠሚያ ነጥቦች ምልክት ማድረጊያ"
#. D5ZZA
#: include/svx/strings.hrc:247
@@ -2507,7 +2507,7 @@ msgstr "የክቡ አይነት"
#: include/svx/strings.hrc:442
msgctxt "SIP_SA_CIRCSTARTANGLE"
msgid "Start angle"
-msgstr "ማእዘን መጀመሪያ"
+msgstr "አንግል መጀመሪያ"
#. FmSKG
#: include/svx/strings.hrc:443
@@ -3619,25 +3619,25 @@ msgstr ""
#: include/svx/strings.hrc:634
msgctxt "RID_SVXSTR_COLOR_MATERIAL_ORANGE_A"
msgid "Orange A"
-msgstr ""
+msgstr "ብርቱካን A"
#. DMVTT
#: include/svx/strings.hrc:635
msgctxt "RID_SVXSTR_COLOR_MATERIAL_DEEP_ORANGE_A"
msgid "Deep Orange A"
-msgstr ""
+msgstr "ጥልቅ ብርቱካን A"
#. LgNfg
#: include/svx/strings.hrc:636
msgctxt "RID_SVXSTR_COLOR_MATERIAL_DEEP_ORANGE"
msgid "Deep Orange"
-msgstr ""
+msgstr "ጥልቅ ብርቱካን"
#. A4JAB
#: include/svx/strings.hrc:637
msgctxt "RID_SVXSTR_COLOR_MATERIAL_RED_A"
msgid "Red A"
-msgstr ""
+msgstr "ቀይ A"
#. jsEPc
#: include/svx/strings.hrc:638
@@ -3673,13 +3673,13 @@ msgstr ""
#: include/svx/strings.hrc:643
msgctxt "RID_SVXSTR_COLOR_MATERIAL_BLUE_A"
msgid "Blue A"
-msgstr ""
+msgstr "ሰማያዊ A"
#. dDQEi
#: include/svx/strings.hrc:644
msgctxt "RID_SVXSTR_COLOR_MATERIAL_LIGHT_BLUE_A"
msgid "Light Blue A"
-msgstr ""
+msgstr "ነጣ ያለ ሰማያዊ A"
#. BepQT
#: include/svx/strings.hrc:645
@@ -3697,13 +3697,13 @@ msgstr ""
#: include/svx/strings.hrc:647
msgctxt "RID_SVXSTR_COLOR_MATERIAL_GREEN_A"
msgid "Green A"
-msgstr ""
+msgstr "አረንጓዴ A"
#. nZDMp
#: include/svx/strings.hrc:648
msgctxt "RID_SVXSTR_COLOR_MATERIAL_LIGHT_GREEN_A"
msgid "Light Green A"
-msgstr ""
+msgstr "ነጣ ያለ አረንጓዴ A"
#. 7RWqh
#: include/svx/strings.hrc:649
@@ -3715,13 +3715,13 @@ msgstr ""
#: include/svx/strings.hrc:650
msgctxt "RID_SVXSTR_COLOR_MATERIAL_BROWN_A"
msgid "Brown A"
-msgstr ""
+msgstr "ቡናማ A"
#. wcNMK
#: include/svx/strings.hrc:651
msgctxt "RID_SVXSTR_COLOR_MATERIAL_BROWN"
msgid "Brown"
-msgstr ""
+msgstr "ቡናማ"
#. RA8KB
#: include/svx/strings.hrc:652
@@ -4774,7 +4774,7 @@ msgstr ""
#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP80"
msgid "Concrete"
-msgstr ""
+msgstr "ኮንክሪት"
#. RxiMA
#: include/svx/strings.hrc:840
@@ -11541,43 +11541,43 @@ msgstr "ምንም"
#: svx/inc/spacing.hrc:62
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Extra Small (1/16″)"
-msgstr ""
+msgstr "በጣም ትንሽ (1/16″)"
#. BUnaC
#: svx/inc/spacing.hrc:63
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Small (1/8″)"
-msgstr ""
+msgstr "ትንሽ (1/8″)"
#. oBhFP
#: svx/inc/spacing.hrc:64
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Small Medium (1/4″)"
-msgstr ""
+msgstr "ትንሽ መካከለኛ (1/4″)"
#. tDBA3
#: svx/inc/spacing.hrc:65
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Medium (3/8″)"
-msgstr ""
+msgstr "መካከለኛ (3/8″)"
#. fDRCW
#: svx/inc/spacing.hrc:66
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Medium Large (1/2″)"
-msgstr ""
+msgstr "ትልቅ መካከለኛ (1/2″)"
#. Ls2Jq
#: svx/inc/spacing.hrc:67
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Large (3/4″)"
-msgstr ""
+msgstr "ትልቅ (3/4″)"
#. DLXcU
#: svx/inc/spacing.hrc:68
msgctxt "RID_SVXSTRARY_MARGINS_INCH"
msgid "Extra Large (1″)"
-msgstr ""
+msgstr "በጣም ትልቅ (1″)"
#. phGfi
#: svx/inc/spacing.hrc:75
@@ -11590,49 +11590,49 @@ msgstr "ምንም"
#: svx/inc/spacing.hrc:77
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Extra Small (%1)"
-msgstr ""
+msgstr "በጣም ትንሽ (%1)"
#. L3BfG
#. Small (0.32 cm)
#: svx/inc/spacing.hrc:79
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Small (%1)"
-msgstr ""
+msgstr "ትንሽ (%1)"
#. 2VGHi
#. Small Medium (0.64 cm)
#: svx/inc/spacing.hrc:81
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Small Medium (%1)"
-msgstr ""
+msgstr "ትንሽ መካከለኛ (%1)"
#. Z7Wot
#. Medium (0.95 cm)
#: svx/inc/spacing.hrc:83
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Medium (%1)"
-msgstr ""
+msgstr "መካከለኛ (%1)"
#. CS6Zz
#. Medium Large (1.27 cm)
#: svx/inc/spacing.hrc:85
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Medium Large (%1)"
-msgstr ""
+msgstr "ትልቅ መካከለኛ (%1)"
#. BaS7j
#. Large (1.9 cm)
#: svx/inc/spacing.hrc:87
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Large (%1)"
-msgstr ""
+msgstr "ትልቅ (%1)"
#. gAc3E
#. Extra Large (2.54 cm)
#: svx/inc/spacing.hrc:89
msgctxt "RID_SVXSTRARY_MARGINS_CM"
msgid "Extra Large (%1)"
-msgstr ""
+msgstr "በጣም ትልቅ (%1)"
#. koHH6
#: svx/inc/svxerr.hrc:31
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "የ ግራ አንቀጽ ድንበር"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "የ ቀኝ አንቀጽ ድንበር"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17639,32 +17639,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "ክፈፍ:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "ጽሁፍ:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "የ ምስል ካርታ ማሳያ: ስለዚህ እርስዎ መጫን እና ማረም ይችላሉ የ ትኩስ ቦታ "
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index a3c02d5ea80..2893423456a 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 13:19+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-09 12:58+0200\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/am/>\n"
"Language: am\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "የ አንቀጽ መጨረሻ መስመር ማስተካከያ"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "አንቀጽ መክፈያ"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -2220,7 +2238,7 @@ msgstr "መሀከለኛ"
#: sw/inc/pageformatpanel.hrc:33
msgctxt "RID_PAGEFORMATPANEL_MARGINS_INCH"
msgid "Normal (%1)"
-msgstr ""
+msgstr "መደበኛ (%1)"
#. DjCNK
#: sw/inc/pageformatpanel.hrc:34
@@ -2260,7 +2278,7 @@ msgstr "መሀከለኛ"
#: sw/inc/pageformatpanel.hrc:49
msgctxt "RID_PAGEFORMATPANEL_MARGINS_CM"
msgid "Normal (%1)"
-msgstr ""
+msgstr "መደበኛ (%1)"
#. oJfxD
#: sw/inc/pageformatpanel.hrc:50
@@ -2449,7 +2467,7 @@ msgstr "ማጋነኛ"
#: sw/inc/strings.hrc:58
msgctxt "STR_POOLCHR_HTML_CITATION"
msgid "Quotation"
-msgstr ""
+msgstr "ጥቅስ"
#. 6DAii
#: sw/inc/strings.hrc:59
@@ -9946,6 +9964,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "መክፈቻ የ ንግግር መግለጫ፡ በ ዝርዝር ውስጥ የሚያገኙትን አይነት ተመሳሳይ መረጃ አለው %PRODUCTNAME መጻፊያ - በራሱ መግለጫ ከ ምርጫ ንግግር ሳጥን ውስጥ "
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12521,65 +12553,101 @@ msgid "Options"
msgstr "ምርጫዎች"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14517,157 +14585,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "በ ገጽ ቁጥር ሜዳ ላይ መፈጸም የሚፈልጉትን የ ማካካሻ ዋጋ ያስገቡ ለምሳሌ \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "ዝግጁ የሆኑ የ ሜዳ አይነቶች ዝርዝር: ወደ እርስዎ ሰነድ ውስጥ ሜዳ ለመጨመር: ይጫኑ የ ሜዳ አይነት: ይጫኑ ሜዳ ከ ይምረጡ ዝርዝር ውስጥ: እና ከዛ ይጫኑ ማስገቢያ "
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_አይነት"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "ለ ተመረጠው ሜዳ መጠቀም የሚፈልጉትን አቀራረብ ይምረጡ ወይንም ይጫኑ \"ተጨማሪ አቀራረብ\" የ አቀራረብ ማስተካከያ ለ መግለጽ "
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "መክፈቻ የ ማክሮስ መራጭ እርስዎ ማክሮስ የሚመርጡበት እና እርስዎ በ ሰነድ ውስጥ ሜዳ በሚጫኑ ጊዜ የሚሄድ "
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_ዋጋ"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "ለ ሜዳዎች ተጨማሪ የ ተግባር ደንብ ማሰናጃ: የ ደንቡ አይነት ይለያያል እንደ ሜዳው አይነት እርስዎ እንደመረጡት "
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "ስ_ም"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "ከዛ"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "ሁኔታዎች ሲሟሉ የሚታየውን ጽሁፍ ያስገቡ በ ከዛ ሳጥን ውስጥ: እና የሚታየውን ጽሁፍ ሁኔታዎች ሲሟሉ በ ያለ በለዚያ ሳጥን "
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "ያለ በለዚያ"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "ሁኔታዎች ሲሟሉ የሚታየውን ጽሁፍ ያስገቡ በ ከዛ ሳጥን ውስጥ: እና የሚታየውን ጽሁፍ ሁኔታዎች ሲሟሉ በ ያለ በለዚያ ሳጥን "
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "እ_ቃ"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "አዲስ እቃ ማስገቢያ"
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "መጨመሪያ እቃ ወደ ዝርዝር ውስጥ "
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "እቃዎች በ _ዝርዝር ውስጥ"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "የ እቃዎች ዝርዝር: ከፍተኛው እቃ በ ሰነዱ ውስጥ ይታያል"
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "የ ተመረጠውን እቃ ከ ዝርዝርዝ ውስጥ ማስወገጃ"
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "ወደ _ላይ ማንቀሳቀሻ"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "የ ተመረጠውን እቃ ከ ዝርዝርዝ ውስጥ ወደ ላይ ማንቀሳቀሻ "
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "ወደ ታ_ች ማንቀሳቀሻ"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "የ ተመረጠውን እቃ ከ ዝርዝርዝ ውስጥ ወደ ታች ማንቀሳቀሻ "
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "ስ_ም"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "የ ተለየ ስም ያስገቡ ለ ማስገቢያው ዝርዝር :"
@@ -15740,11 +15808,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "ለተመረጠው እቃ ስም ያስገቡ"
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "ጽሁፍ ያስገቡ በ ዌብ መቃኛ ውስጥ እንዲታይ የ ተመረጠው እቃ በማይኖር ጊዜ: አማራጭ ጽሁፍ መጠቀም ይቻላል ለ መርዳት አካለ ስንኩል ለሆኑ ሰዎች"
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15758,176 +15826,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<ምንም>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "እቃ ማሳያ (እቃ: ንድፍ: ወይንም ክፈፍ) ከ አሁኑ እቃ በፊት የሚመጣ በ አገናኙ ቅደም ተከትል መሰረት: ለውጦች ለ መጨመር ላለፈው አገናኝ: ስሙን ከ ዝርዝር ውስጥ ይምረጡ: እርስዎ ክፈፍ የሚያገናኙ ከሆነ: የ አሁኑ ክፈፍ እና የ ታለመው ክፈፍ ባዶ መሆን አለበት "
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<ምንም>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "እቃ ማሳያ (እቃ: ንድፍ: ወይንም ክፈፍ) ከ አሁኑ እቃ በኋላ የሚመጣ በ አገናኙ ቅደም ተከትል መሰረት: ለውጦች ለ መጨመር ለሚቀጥለው አገናኝ: ስሙን ከ ዝርዝር ውስጥ ይምረጡ: እርስዎ ክፈፍ የሚያገናኙ ከሆነ: የ አሁኑ ክፈፍ እና የ ታለመው ክፈፍ ባዶ መሆን አለበት "
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_ቀደም ያለው አገናኝ:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_የሚቀጥለው አገናኝ:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_መግለጫ:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_ይዞታዎች"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "ለተመረጠው እቃ ይዞታዎችን መቀየሪያ መከልከያ "
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "ቦ_ታ"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "የተመረጠውን እቃ ቦታ መቆለፊያ በ አሁኑ ሰነድ ውስጥ"
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_መጠን"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "ለተመረጠው እቃ መጠን መቆለፊያ"
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "መጠበቂያ"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "ከ ላይ"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "መሀከል"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "ከ ታች"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "የ ክፈፎች ይዞታ በ ቁመት ማሰለፊያ መወሰኛ: ዋናውን የ ጽሁፍ ይዞታ ማለት ነው: ነገር ግን ተጽእኖ ይፈጥራል በ ሰንጠረዥ ላይ እና ሌሎች እቃዎች እና በ ጽሁፉ አካባቢ ማስቆሚያ ላይ (እንደ ባህሪ ማስቆሚያ: ወደ ባህሪ: ወይንም ወደ አንቀጽ) ለምሳሌ: ክፈፎች: ንድፎች: ወይንም መሳያዎች "
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "ይዞታዎች ማሰለፊያ"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_ሊታረም የሚችል ሰነድ በንባብ-ዘዴ ብቻ"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "እርስዎን ማረም ያስችሎታል የ ክፈፍ ይዞታ በ ሰነድ ውስጥ ለ ንባብ-ብቻ የሆነ (መጻፍ-የተከለከለ)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "ማተሚ_ያ"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "የተመረጠውን እቃ ማካተቻ ሰነድ በሚያትሙ ጊዜ"
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "የ ተመረጠው የ ጽሁፍ ፍሰት አቅጣጫ መወሰኛ በ ክፈፍ ውስጥ: ነባር የ ጽሁፍ ፍሰት ማሰናጃ ለ መጠቀም በ ገጽ ውስጥ: ይምረጡ ከፍተኛ ደረጃ የ እቃ ማሰናጃ ይጠቀሙ ከ ዝርዝር ውስጥ"
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "የ _ጽሁፍ አቅጣጫ:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "ባህሪዎች"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_ቀደም ያለው አገናኝ:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<ምንም>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_የሚቀጥለው አገናኝ:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<ምንም>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "ለ ተመረጠው ንድፍ: ወይንም ክፈፍ ባህሪዎች መወሰኛ "
@@ -17234,116 +17344,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "በራሱ..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "ምርጫዎች..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "መግለጫ ጽሁፍ"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "ቁጥር መስጫ:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "መለያያ:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "ቦታ:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "ይምረጡ የ ቁጥር መስጫ አይነት ለ መግለጫው መጠቀም የሚፈልጉትን"
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "አማራጭ የ ጽሁፍ ባህሪ ያስገቡ እንዲታይ በ ቁጥር እና በ መግለጫ ጽሁፍ መካከል "
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "የ ቁጥር መስጫ መለያያ:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "ከ መግለጫው ቁጥር በኋላ እንዲታይ የሚፈልጉትን ጽሁፍ ይጻፉ"
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "ለተመረጠው አካል ከ ላይ ወይንም ከ ታች መግለጫ መጨመሪያ ይህ ምርጫ ዝግጁ የሆነው ለ ጥቂት አካሎች ብቻ ነው"
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "ምድብ:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "የ መግለጫ ምድብ ይምረጡ: ወይንም አዲስ ምድብ ለ መፍጠር ስም ይጻፉ: የ ምድብ ጽሁፍ ይታያል ከ መግለጫ ቁጥር በፊት: በ መግለጫ ምልክት ውስጥ: እያንዳንዱ በቅድሚያ የተገለጸ የ መግለጫ ምድብ የሚቀርበው በ አንቀጽ ዘዴዎች ነው በ ተመሳሳይ ስም:"
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "ባህሪዎች"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "ለ ተመረጠው ንድፍ ቁጥር መስጫ መግለጫ መጨመሪያ: ሰንጠረዥ: ቻርትስ: ክፈፍ: የ ጽሁፍ ክፈፍ: ወይንም እቃዎች መሳያ:"
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[ምንም]"
@@ -25361,7 +25465,7 @@ msgstr "የ መጀመሪያ ስም"
#: sw/uiconfig/swriter/ui/privateuserpage.ui:127
msgctxt "extended tip | firstname"
msgid "Type your first name."
-msgstr "የ እርስዎን የ መጀመሪያ ስም ይጻፉ "
+msgstr "የ እርስዎን የ መጀመሪያ ስም ይጻፉ"
#. PMz3U
#: sw/uiconfig/swriter/ui/privateuserpage.ui:145
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index 44b346b470b..48c8c97eb98 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-04-11 13:37+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
"Language: an\n"
@@ -1729,10 +1729,10 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabla"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. xD9BU
@@ -3156,10 +3156,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3341,10 +3341,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3498,10 +3498,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3534,51 +3534,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6116,19 +6122,19 @@ msgstr ""
#: cui/uiconfig/ui/calloutdialog.ui:8
msgctxt "calloutdialog|CalloutDialog"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. te8F8
#: cui/uiconfig/ui/calloutdialog.ui:136
msgctxt "calloutdialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. VWZTj
#: cui/uiconfig/ui/calloutdialog.ui:183
msgctxt "calloutdialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. sCFW5
#: cui/uiconfig/ui/calloutdialog.ui:231
@@ -6627,186 +6633,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr ""
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Luenga:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Luenga:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr ""
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr ""
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Luenga:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr ""
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Luenga:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr ""
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8032,33 +8008,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Descripción"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -11726,7 +11714,7 @@ msgstr ""
#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Ficar un obchecto OLE"
#. APCbM
#: cui/uiconfig/ui/insertoleobject.ui:100
@@ -18558,19 +18546,19 @@ msgstr ""
#: cui/uiconfig/ui/positionsizedialog.ui:8
msgctxt "positionsizedialog|PositionAndSizeDialog"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. K8BFJ
#: cui/uiconfig/ui/positionsizedialog.ui:139
msgctxt "positionsizedialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. WZtUp
#: cui/uiconfig/ui/positionsizedialog.ui:186
msgctxt "positionsizedialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. p8FjL
#: cui/uiconfig/ui/positionsizedialog.ui:234
@@ -18586,17 +18574,15 @@ msgstr ""
#. kSZwJ
#: cui/uiconfig/ui/possizetabpage.ui:58
-#, fuzzy
msgctxt "possizetabpage|FT_POS_X"
msgid "Position _X:"
-msgstr "Posición"
+msgstr "Posición _X:"
#. XScrN
#: cui/uiconfig/ui/possizetabpage.ui:72
-#, fuzzy
msgctxt "possizetabpage|FT_POS_Y"
msgid "Position _Y:"
-msgstr "Posición"
+msgstr "Posición _Y:"
#. TCRj5
#: cui/uiconfig/ui/possizetabpage.ui:93
@@ -18909,22 +18895,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19013,18 +18999,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr ""
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21228,250 +21213,274 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr ""
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr ""
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Tipo"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr ""
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posición"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilo d'a fuella"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Pachina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr ""
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr ""
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr ""
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr ""
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opcions"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/an/editeng/messages.po b/source/an/editeng/messages.po
index a215342b07e..a9ad6d88685 100644
--- a/source/an/editeng/messages.po
+++ b/source/an/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-01-17 16:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/an/>\n"
@@ -1323,399 +1323,423 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
#, fuzzy
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilo d'a fuella"
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
#, fuzzy
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Graficos"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "~Garra"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr ""
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr ""
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr ""
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "amagau"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Eliminar"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr ""
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr ""
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr ""
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
#, fuzzy
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Atributos de texto"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Estilos aplicaus"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatica"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragrafo: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1723,43 +1747,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr ""
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr ""
diff --git a/source/an/fpicker/messages.po b/source/an/fpicker/messages.po
index 20f7a66ee56..2397a78b80c 100644
--- a/source/an/fpicker/messages.po
+++ b/source/an/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/an/>\n"
@@ -224,55 +224,55 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr ""
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr ""
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr ""
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr ""
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr ""
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr ""
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
index a1f4a18f40c..d3d59aad7c6 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/an/>\n"
"Language: an\n"
@@ -1330,6 +1330,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Ir a la fuella anterior"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
#, fuzzy
@@ -11325,16 +11335,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribuir ringleras equitativament"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -22098,7 +22107,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Ficar un obchecto OLE"
#. gB86r
#: GenericCommands.xcu
@@ -22108,7 +22117,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "Obchecto ~OLE..."
#. zKjoT
#: GenericCommands.xcu
@@ -22792,14 +22801,14 @@ msgctxt ""
msgid "~Image"
msgstr "Imachen"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -27979,16 +27988,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Cambiar ancora"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -28000,6 +28008,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr ""
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31021,14 +31039,13 @@ msgstr ""
#. hKwDG
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.PosSizePropertyPanel\n"
"Title\n"
"value.text"
msgid "Position and Size"
-msgstr "Posición y grandaria..."
+msgstr "Posición y grandaria"
#. BZBXi
#: Sidebar.xcu
@@ -32856,6 +32873,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
#, fuzzy
@@ -33345,7 +33372,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Ficar un obchecto OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -36167,14 +36194,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Primer párrafo"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -36199,14 +36236,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Incrementar sangría en"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
@@ -38530,7 +38577,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -39037,7 +39084,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -39583,7 +39630,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -39899,7 +39946,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -40592,7 +40639,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -41160,7 +41207,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 1ff22d5079d..8f43d5669e5 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-10 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/an/>\n"
@@ -18576,841 +18576,859 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Seleccionar fuellas"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
#, fuzzy
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Fuellas seleccionadas"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
#, fuzzy
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Regle"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
#, fuzzy
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Iste regle administra os obchectos en posicions fixas. "
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
#, fuzzy
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Previsualización"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
#, fuzzy
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Ista fuella amuestra a disposición d'os datos en o documento. "
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
#, fuzzy
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Visualización d'o documento"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
#, fuzzy
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Fuella %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
#, fuzzy
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Celda %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
#, fuzzy
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Aria cucha"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
#, fuzzy
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Vista preliminar"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
#, fuzzy
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Aria central"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
#, fuzzy
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Aria dreita"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
#, fuzzy
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Encabezamiento d'a pachina %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
#, fuzzy
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Piet de pachina d'a pachina %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
#, fuzzy
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Linia d'edición"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
#, fuzzy
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Aquí se puede introducir y editar texto, numeros y formulas. "
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
#, fuzzy
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Reproducción de meyos"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
#, fuzzy
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Botón d'o rato presionado"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barra de ferramientas de formula"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Fuellas de calculo de %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(solament ta lectura)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
#, fuzzy
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Modo de vista preliminar)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Se son esviellando os vinclos externos."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "L'intervalo contiene etiquetas de columnas"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "L'intervalo contiene etiquetas de ringleras"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Valor no valida."
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Adhibir una formatación automatica"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Cambiar o nombre d'a formatación automatica"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nombre"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Eliminar a formatación automatica"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Deseya realment eliminar a dentrada #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
#, fuzzy
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Zarrar"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Chin."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar."
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Norte"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Centro"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Sud"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
#, fuzzy
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr ""
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr ""
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Contenius"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Fuellas"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
#, fuzzy
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Nombres d'os entrevalos"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Entrevalos d'a base de datos"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Imachens"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Obchectos OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comentarios"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Arias enlazadas"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Obchectos de dibuixo"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "activo"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactivo"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "amagau"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Finestra activa"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nombre d'o escenario"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentarios"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Orden ascendent"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Orden descendent"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Orden personalizau"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
#, fuzzy
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Quadro de nombre"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
#, fuzzy
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Linia de dentrada"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Asistent: Funcions"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
#, fuzzy
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aplicar"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancelar"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formulas"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuario desconoixiu"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "S'ha ficau una columna"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "S'ha ficau una ringlera "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "S'ha ficau una fuella "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "S'ha eliminau una columna"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "S'ha eliminau una ringlera"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "S'ha eliminau una fuella"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "S'ha moviu un entrevalo"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "O conteniu s'ha modificau"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "O conteniu s'ha modificau"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "S'ha modificau a "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orichinal"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "As modificacions s'han refusau"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Acceptadas"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Refusadas"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Garra dentrada"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<vuedo>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "No protechiu"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "No protechiu por una clau"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "O hash ye incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "O hash ye compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Torne a escribir-la"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Agrupar"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
#, fuzzy
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
@@ -19418,848 +19436,868 @@ msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
#, fuzzy
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "meya"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
#, fuzzy
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modo"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr ""
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Aria"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimo"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maximo"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Cantidat"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimo"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maximo"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "meya"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
#, fuzzy
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr ""
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr ""
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "L'adreza de salida no ye valida."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr ""
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residuo"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -25281,6 +25319,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -32943,44 +33011,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Luenga"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opcions"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr ""
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -34005,27 +34067,15 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
#, fuzzy
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordenar"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -34463,343 +34513,337 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr ""
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr ""
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Visualizar"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr ""
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr ""
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Fines~tra"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
#, fuzzy
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Escala"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Brinco de ~pachina"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Amostrar"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Amagar"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Obchectos de dibuixo"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Amostrar"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Amagar"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Amostrar"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Amagar"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Amostrar"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Amagar"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Obchectos"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/an/sd/messages.po b/source/an/sd/messages.po
index 258546cfb31..89ba62bfec6 100644
--- a/source/an/sd/messages.po
+++ b/source/an/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-03 12:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022406.000000\n"
#. WDjkB
@@ -656,10 +656,10 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr ""
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. 7y2Si
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index 0b21e567c03..b188f01d419 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/an/>\n"
@@ -2212,6 +2212,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3256,86 +3264,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr ""
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr ""
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr ""
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr ""
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr ""
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr ""
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr ""
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/an/starmath/messages.po b/source/an/starmath/messages.po
index 450f1d70600..1d68aaad1c8 100644
--- a/source/an/starmath/messages.po
+++ b/source/an/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-01-17 16:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/an/>\n"
@@ -2842,7 +2842,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/an/svtools/messages.po b/source/an/svtools/messages.po
index 68f5b685892..682594ebf5a 100644
--- a/source/an/svtools/messages.po
+++ b/source/an/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-11 13:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195186.000000\n"
#. fLdeV
@@ -1343,406 +1343,414 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Graficos"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr ""
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr ""
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr ""
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr ""
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
#, fuzzy
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Documento HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr ""
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr ""
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr ""
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
#, fuzzy
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Enla~z"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr ""
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr ""
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fichero"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr ""
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Documento de texto"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Fuella de calculo"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentación"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "~Debuxo"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Documento HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Documento m~aestro"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
#, fuzzy
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "~Formula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base de datos"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr ""
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr ""
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr ""
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr ""
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr ""
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr ""
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr ""
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr ""
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr ""
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr ""
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr ""
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr ""
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr ""
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5622,71 +5630,65 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opcions..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nombre"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
#, fuzzy
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Estau"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Mena:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr ""
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
#, fuzzy
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comentario"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propiedatz..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr ""
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index 499b51207d7..127e6947146 100644
--- a/source/an/svx/messages.po
+++ b/source/an/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-10 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\n"
@@ -11852,16 +11852,16 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
+msgid "Left of paragraph text area"
msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
+msgid "Right of paragraph text area"
msgstr ""
#. qvFns
@@ -17741,33 +17741,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr ""
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Texto"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 57ad6a9b2cf..872a85ea0fe 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-11 13:37+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/an/>\n"
"Language: an\n"
@@ -1746,302 +1746,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -5435,14 +5453,13 @@ msgstr ""
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Obchecto OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
-#, fuzzy
msgctxt "STR_MATH_FORMULA"
msgid "formula"
-msgstr "~Formula"
+msgstr "formula"
#. BirkF
#: sw/inc/strings.hrc:569
@@ -7607,7 +7624,7 @@ msgstr "Imachen"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Obchectos OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -10076,6 +10093,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12695,65 +12726,101 @@ msgid "Options"
msgstr "Opcions"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Adhibir"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -12770,7 +12837,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Valura:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14721,161 +14788,161 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Tipo"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr ""
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Valura"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Nombre"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr ""
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr ""
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr ""
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Nombre"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15914,7 +15981,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15971,10 +16038,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15990,181 +16057,223 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr ""
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr ""
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Descripción"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Accesibilidat"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Conteniu"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Posición"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr ""
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr ""
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Cobalto"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "~Centrau"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Cobaixo"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Imprentar"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr ""
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propiedatz"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr ""
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr ""
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17481,121 +17590,115 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opcions..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Opcions"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr ""
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separadors"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posición"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "ID Categoría"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propiedatz"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr ""
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr ""
@@ -22680,13 +22783,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Obchecto OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -25040,7 +25143,7 @@ msgstr "Imachen"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y grandaria"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
diff --git a/source/ar/chart2/messages.po b/source/ar/chart2/messages.po
index 8475e432cb0..d65985c763e 100644
--- a/source/ar/chart2/messages.po
+++ b/source/ar/chart2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:18+0100\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1540149325.000000\n"
#. NCRDD
@@ -265,7 +265,7 @@ msgstr "الإضاءة"
#: chart2/inc/strings.hrc:50
msgctxt "STR_PAGE_ASIAN"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. 6xo4a
#: chart2/inc/strings.hrc:51
@@ -2195,7 +2195,7 @@ msgstr "المحاذاة"
#: chart2/uiconfig/ui/paradialog.ui:231
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. BzbWJ
#: chart2/uiconfig/ui/paradialog.ui:279
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index 34b504bf31e..b6a090e7dcf 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
"Language: ar\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "جدول"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "الرجاء إدخال اسم رأس السهم الجديد:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2317,7 +2317,7 @@ msgstr ""
#: cui/inc/tipoftheday.hrc:74
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Page/Slide ▸ Properties ▸ “Fit object to paper format” in Draw/Impress to resize the objects so that they fit on your chosen paper format."
-msgstr ""
+msgstr "استخدم صفحة/شريحة ◂ خصائص ◂ \"لائم الكائن مع تنسيق الورقة\" في درو/إمبريس لتغيّر حجم الكائنات بحيث تتلائم مع نسَق الورقة الذي اخترته."
#. hj7H4
#: cui/inc/tipoftheday.hrc:75
@@ -3155,7 +3155,7 @@ msgstr ""
#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
-msgstr ""
+msgstr "أعِد تسمية الشرائح الخاصة بك في إمبريس لتساعدك في تحديد تفاعلات \"إذهب إلى الصفحة\" وامتلاك ملخص أكثر تعبيراً من الشريحة1، الشريحة2…"
#. JBgEb
#: cui/inc/tipoftheday.hrc:213
@@ -3169,10 +3169,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3354,10 +3354,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "لتعرض شريط اللف إلى اليسار، نشّط أدوات◂خيارات◂إعدادات اللغة◂اللغات◂النص المركّب وأشّر الورقة◂اليمين-إلى-اليسار"
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "مزيد من المعلومات"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "شغّل هذا الإجراء الآن..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "تلميحة اليوم: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -5541,7 +5547,7 @@ msgstr "حدود"
#: cui/uiconfig/ui/borderbackgrounddialog.ui:136
msgctxt "borderbackgrounddialog|background"
msgid "Background"
-msgstr "خلفية"
+msgstr "الخلفية"
#. NBk5A
#: cui/uiconfig/ui/borderpage.ui:90
@@ -5865,13 +5871,13 @@ msgstr ""
#: cui/uiconfig/ui/bulletandposition.ui:382
msgctxt "bulletandposition|colorft"
msgid "Color:"
-msgstr ""
+msgstr "اللون:"
#. XqDTh
#: cui/uiconfig/ui/bulletandposition.ui:405
msgctxt "bulletandposition|extended_tip|color"
msgid "Select the color of the list characters for ordered and unordered lists."
-msgstr ""
+msgstr "حدد لون محارف القائمة للقوائم المرتبة وغير المرتبة."
#. jxFmf
#: cui/uiconfig/ui/bulletandposition.ui:430
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "حدد التنسيق الذي تريد تطبيقه."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "الحجم:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "اللغة:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "يعيّن اللغة التي يستخدمها المدقق الإملائي للنص المحدد أو النص الذي تكتبه. وحدات اللغات المتاحة لها علامة تأشير أمامها."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "خصائص..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "اللغة:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "يعيّن اللغة التي يستخدمها المدقق الإملائي للنص المحدد أو النص الذي تكتبه. وحدات اللغات المتاحة لها علامة تأشير أمامها."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "حدد التنسيق الذي تريد تطبيقه."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "الحجم:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "خصائص..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "غربي"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "الحجم:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "اللغة:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "حدد التنسيق الذي تريد تطبيقه."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "يعيّن اللغة التي يستخدمها المدقق الإملائي للنص المحدد أو النص الذي تكتبه. وحدات اللغات المتاحة لها علامة تأشير أمامها."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "خصائص..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "يعيّن اللغة التي يستخدمها المدقق الإملائي للنص المحدد أو النص الذي تكتبه. وحدات اللغات المتاحة لها علامة تأشير أمامها."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "آسيوي"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "الحجم:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "حدد التنسيق الذي تريد تطبيقه."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "يعيّن اللغة التي يستخدمها المدقق الإملائي للنص المحدد أو النص الذي تكتبه. وحدات اللغات المتاحة لها علامة تأشير أمامها."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "اللغة:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "خصائص..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "مركّب"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "يعيّن اللغة التي يستخدمها المدقق الإملائي للنص المحدد أو النص الذي تكتبه. وحدات اللغات المتاحة لها علامة تأشير أمامها."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "خط النص"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "معاينة"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "النّ_صّ البديل:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "ال_وصف:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -9487,7 +9475,7 @@ msgstr "الحدود"
#: cui/uiconfig/ui/formatcellsdialog.ui:281
msgctxt "formatcellsdialog|area"
msgid "Background"
-msgstr "خلفية"
+msgstr "الخلفية"
#. 8JNHE
#: cui/uiconfig/ui/formatcellsdialog.ui:329
@@ -15376,7 +15364,7 @@ msgstr "_واجهة المستخدم:"
#: cui/uiconfig/ui/optlanguagespage.ui:80
msgctxt "extended_tip|userinterface"
msgid "Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack."
-msgstr ""
+msgstr "حدد اللغة المستخدمة لواجهة المستخدم، مثلا القوائم، الحوارات، ملفات المساعدة. يتوجب عليك أن تكون قد ثبّتّ ما لا يقل عن حزمة لغة إضافية واحدة."
#. e8VE3
#: cui/uiconfig/ui/optlanguagespage.ui:95
@@ -18452,7 +18440,7 @@ msgstr "ميل ومركز نصف القطر"
#: cui/uiconfig/ui/possizetabpage.ui:58
msgctxt "possizetabpage|FT_POS_X"
msgid "Position _X:"
-msgstr "موقع _س:"
+msgstr "موضع _س:"
#. XScrN
#: cui/uiconfig/ui/possizetabpage.ui:72
@@ -18771,23 +18759,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "ولِّد شفرات خطية ومصفوفية لأي نص أو رابط."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "أأحفظ رأس السهم؟"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "عُدِّل رأس السهم دون حفظه."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "هل تريد حفظ رأس السهم الآن؟"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18873,17 +18861,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "هل تريد حذف طريقة التظليل؟"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "أأحذف رأس السهم؟"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "أمتأكد من حذف رأس السهم؟"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -18991,7 +18979,7 @@ msgstr ""
#: cui/uiconfig/ui/rotationtabpage.ui:53
msgctxt "rotationtabpage|FT_POS_X"
msgid "Position _X:"
-msgstr "موقع _س:"
+msgstr "موضع _س:"
#. yEEEo
#: cui/uiconfig/ui/rotationtabpage.ui:67
@@ -19231,7 +19219,7 @@ msgstr "انسياب النص"
#: cui/uiconfig/ui/searchformatdialog.ui:473
msgctxt "searchformatdialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. CjCNz
#: cui/uiconfig/ui/searchformatdialog.ui:521
@@ -21070,247 +21058,271 @@ msgid "Text Columns"
msgstr "أعمدة النص"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "ت_لقائيًا"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "أدخِل أقصى عدد من السطور المتتابعة التي يمكن أن تستخدم واصلات."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "م_حارف في النهاية"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "أ_حرف في بداية السطر"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "أقص_ى عدد أسطر متتابعة بواصلات"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "لا تفصل الكلمات ذات الحروف ال_كبيرة"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "وصل الكلمات"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "أ_درج"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "ب_نمط الصفحة:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ال_نوع:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "ر_قم الصفحة:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "الموضع:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "طراز الصفحة"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "الصفحة"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "عمود"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "قبل"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "بعد"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "الفواصل"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "لا _تقسم الفقرة"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "أ_بقِ مع الفقرة التالية"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "بداية الفقرة في نهاية ال_صفحة"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "نهاية الفقرة في ب_داية الصفحة"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "أسطر"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "أسطر"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "خيارات"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/ar/editeng/messages.po b/source/ar/editeng/messages.po
index 2db7e9953a0..4a0a87245e7 100644
--- a/source/ar/editeng/messages.po
+++ b/source/ar/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-03-20 12:44+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ar/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1524288361.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 من الواصلات"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "طراز الصفحة: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "التقنين "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "مؤمن "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "مكثف "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "رسم"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "بلا"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "نقاط "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "دائرة "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "دائرة مملوءة "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "تمييز "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "أعلى"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "أسفل"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "إيقاف مزدوج الأسطر"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "مزدوج الأسطر"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "بلا تباعد أحرف تلقائي"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "بلا تباعد أحرف تلقائي"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "بلا علامات ترقيم معلقة في نهاية السطر"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "علامات ترقيم معلقة في نهاية السطر"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "تطبيق قائمة بالأحرف الممنوعة على بداية الأسطر ونهايتها"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "عدم تطبيق قائمة بالأحرف الممنوعة على بداية الأسطر ونهايتها"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "بلا أحرف مستديرة"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "دُوّر الحرف $(ARG1) درجة"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "ملاءمة للسطر"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "النص غير مُدار"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "النص مُدار $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "أحرف محددة الحجم $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "بلا أحرف محددة الحجم"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "لا أخدود"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "أخدود"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "محفور"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "محاذاة نص تلقائية"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "النص محاذً إلى الخط الأساسي"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "النص محاذً لأعلى"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "النص محاذً للمنتصف"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "النص محاذً لأسفل"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "اتجاه النص من اليسار إلى اليمين (أفقي)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "اتجاه النص من اليمين إلى اليسار (أفقي)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "اتجاه النص من اليمين إلى اليسار (عمودي)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "اتجاه النص من اليسار إلى اليمين (عمودي)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "استخدم إعداد اتجاه نص الكائن الرئيسي"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "اتجاه النص يسار-الى-يمين (رأسي من الأسفل)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "انطباق الفقرة على شبكة النص (إذا كانت نشطة)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "لا تنطبق الفقرة على شبكة النص"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "غير مخفي"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "مخفي"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "درج الورق"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[من إعدادات الطابعة]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "احذف"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "انقل"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "أدرج"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "استبدل"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "طبّق الصفات"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "أعِد تعيين الصفات"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "إزاحة"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "طبّق الطُرُز"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "غيّر حالة الأحرف"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "الكلمة هي %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "الفقرة هي %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "تلقائي"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "رمز نقطي صورة في الفقرة"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "رمز نقطي صورة"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "الفقرة: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "هل تريد متابعة التدقيق من بداية المستند؟"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "هل تريد متابعة التدقيق من نهاية المستند؟"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"نتيجة لسبب غير معروف."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "القاموس ممتلئ بالفعل."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "القاموس للقراءة فقط."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "إزاحة"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "اعرض النقاط الفرعية"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "اطوِ"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "طبّق الصفات"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "أدرج"
diff --git a/source/ar/fpicker/messages.po b/source/ar/fpicker/messages.po
index 83907b25339..bda8dfc0a27 100644
--- a/source/ar/fpicker/messages.po
+++ b/source/ar/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-12 17:25+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/ar/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "تاريخ التعديل"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "ا_سم الملفّ:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_نوع الملفّ:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "لل_قراءة فقط"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "احفظ بكلمة مرور"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "ألحق ا_متداد اسم الملفّ آليًّا"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "حرّر إعدادات المر_شّح"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "عمِّ بمفتاح GPG"
diff --git a/source/ar/helpcontent2/source/text/scalc/01.po b/source/ar/helpcontent2/source/text/scalc/01.po
index 7627136c32e..25e67fbc6d8 100644
--- a/source/ar/helpcontent2/source/text/scalc/01.po
+++ b/source/ar/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ar/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/sdraw.po b/source/ar/helpcontent2/source/text/sdraw.po
index 53d7f700ba9..b880f8142f2 100644
--- a/source/ar/helpcontent2/source/text/sdraw.po
+++ b/source/ar/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index b17973b1406..5ca1f3a1c1e 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ar/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr ""
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr ""
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr ""
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
+msgid "Anchor"
msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index fe482c90c52..be74f009164 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-08 14:24+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ar/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,31 +15370,31 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">فتح</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
+msgid "Style"
msgstr ""
#. bzFsD
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
+msgid "OLE Object (Insert Menu)"
msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">فتح</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">منطقة</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,13 +26368,13 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr ""
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. r4N82
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "عنوان"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
+msgid "Manage Arrow Styles"
msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "عنوان"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,13 +27673,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
+msgid "Rename"
msgstr ""
#. sQktA
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr ""
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">منطقة</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">منطقة</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">منطقة</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">منطقة</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Area\">منطقة</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05990000.xhp\" name=\"Text\">نص</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/ar/helpcontent2/source/text/shared/02.po b/source/ar/helpcontent2/source/text/shared/02.po
index eb1447c4d8f..93b78a7b1ea 100644
--- a/source/ar/helpcontent2/source/text/shared/02.po
+++ b/source/ar/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-12 14:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ar/>\n"
@@ -11851,13 +11851,13 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
+msgid "Anchor (menu)"
msgstr ""
#. n59sV
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr ""
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index 674c5bddc44..c85e99eded3 100644
--- a/source/ar/helpcontent2/source/text/shared/guide.po
+++ b/source/ar/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-26 20:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ar/>\n"
@@ -14218,13 +14218,13 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr ""
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
msgstr ""
#. acbbz
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr ""
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr ""
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index 13e25afe04d..7a871802c31 100644
--- a/source/ar/helpcontent2/source/text/shared/optionen.po
+++ b/source/ar/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-12 14:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ar/>\n"
@@ -916,13 +916,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
msgstr ""
#. URbep
diff --git a/source/ar/helpcontent2/source/text/simpress/guide.po b/source/ar/helpcontent2/source/text/simpress/guide.po
index 08bcb4089d4..07b6a148b38 100644
--- a/source/ar/helpcontent2/source/text/simpress/guide.po
+++ b/source/ar/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ar/>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr ""
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr ""
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr ""
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr ""
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr ""
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr ""
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr ""
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr ""
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr ""
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr ""
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr ""
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr ""
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr ""
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr ""
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr ""
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr ""
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr ""
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr ""
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,13 +5893,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr ""
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
msgstr ""
#. 6WivQ
@@ -6145,13 +5947,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr ""
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. GDkX7
@@ -6199,13 +6001,13 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr ""
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
msgstr ""
#. xQ5JW
diff --git a/source/ar/helpcontent2/source/text/swriter/00.po b/source/ar/helpcontent2/source/text/swriter/00.po
index 5a084dab361..85621b5d583 100644
--- a/source/ar/helpcontent2/source/text/swriter/00.po
+++ b/source/ar/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ar/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,22 +2329,22 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. sa4Tg
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index 000435c7eab..c408b96cce9 100644
--- a/source/ar/helpcontent2/source/text/swriter/01.po
+++ b/source/ar/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ar/>\n"
@@ -4390,22 +4390,22 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
+msgid "Field Hidden Paragraphs"
msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
msgstr ""
#. CUGiA
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr ""
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgid "by"
msgstr ""
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr ""
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr ""
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,31 +20428,22 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr ""
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "اسم"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
+msgid "Accessibility"
msgstr ""
#. XPcB4
@@ -20410,22 +20473,22 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr ""
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
+msgid "Text Alternative (images and OLE objects only)"
msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
+msgid "Sequences (frames only)"
msgstr ""
#. x4uAe
@@ -20437,13 +20500,13 @@ msgctxt ""
msgid "Previous link"
msgstr ""
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
msgstr ""
#. 8PUQ5
@@ -20455,13 +20518,13 @@ msgctxt ""
msgid "Next link"
msgstr ""
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
msgstr ""
#. AkGAN
diff --git a/source/ar/helpcontent2/source/text/swriter/guide.po b/source/ar/helpcontent2/source/text/swriter/guide.po
index ed411a62793..36a80b84536 100644
--- a/source/ar/helpcontent2/source/text/swriter/guide.po
+++ b/source/ar/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ar/>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">مَوضَعة الكائنات</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "الى إطار"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "يغرز العنصر المحدد الى الإطار المحيط."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,13 +9259,13 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr ""
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
msgstr ""
#. necx9
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr ""
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr ""
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr ""
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,13 +19276,13 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr ""
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
+msgid "Uncheck <emph>Enable word completion</emph>."
msgstr ""
#. CRACd
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index fe1dd8ce738..0579c3dfe43 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ar/>\n"
"Language: ar\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "إلى الورقة السابقة"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -8079,7 +8089,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rename Slide..."
-msgstr ""
+msgstr "أعِد تسمية الشريحة..."
#. EoR9S
#: DrawImpressCommands.xcu
@@ -8289,7 +8299,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Gluepoints"
-msgstr ""
+msgstr "نقاط ~لصق"
#. pDA5L
#: DrawImpressCommands.xcu
@@ -8299,7 +8309,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show Gluepoint Functions"
-msgstr ""
+msgstr "أظهِر دوال نقاط اللصق"
#. KvopQ
#: DrawImpressCommands.xcu
@@ -8309,7 +8319,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Gluepoint"
-msgstr ""
+msgstr "أدرِج نقطة لصق"
#. nBGfU
#: DrawImpressCommands.xcu
@@ -8319,7 +8329,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Relative"
-msgstr ""
+msgstr "نسبي إلى نقطة اللصق"
#. XbDqq
#: DrawImpressCommands.xcu
@@ -8339,7 +8349,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Horizontal Center"
-msgstr ""
+msgstr "المركز الأفقي لنقطة اللصق"
#. JxbE3
#: DrawImpressCommands.xcu
@@ -8980,7 +8990,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Slide Properties..."
-msgstr ""
+msgstr "خصائص الشريحة..."
#. bhvTx
#: DrawImpressCommands.xcu
@@ -9140,7 +9150,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Arrange"
-msgstr "تنظيم"
+msgstr "نظّم"
#. xsLuQ
#: DrawImpressCommands.xcu
@@ -9495,14 +9505,13 @@ msgstr "الملاح~ظات"
#. ETuM4
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DisplayMode\n"
"Label\n"
"value.text"
msgid "Display Views"
-msgstr "حقل العرض"
+msgstr "معايَنات العَرض"
#. fud7F
#: DrawImpressCommands.xcu
@@ -10686,15 +10695,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "توزيع الصفوف بالتساوي "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -12391,7 +12400,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Dissolve In"
-msgstr "تحلل"
+msgstr "يتلاشى في"
#. BKgAC
#: Effects.xcu
@@ -13211,7 +13220,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Dissolve"
-msgstr "تبديد"
+msgstr "تلاشي"
#. XDwMy
#: Effects.xcu
@@ -15162,29 +15171,27 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Dissolve"
-msgstr "تبديد"
+msgstr "تلاشي"
#. EgYBf
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.finedissolve\n"
"Label\n"
"value.text"
msgid "Fine Dissolve"
-msgstr "تلاشي دقيق"
+msgstr "تلاشي ناعم"
#. JnDcF
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.newsflash\n"
"Label\n"
"value.text"
msgid "Newsflash"
-msgstr "نشرة أخبار"
+msgstr "أهم الأنباء"
#. Pi8ie
#: Effects.xcu
@@ -15224,7 +15231,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Helix"
-msgstr ""
+msgstr "حلزون"
#. SANDo
#: Effects.xcu
@@ -15258,14 +15265,13 @@ msgstr "دوران لأسفل"
#. LQEkM
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.iris\n"
"Label\n"
"value.text"
msgid "Iris"
-msgstr "قوس"
+msgstr "حدقة"
#. WKvMA
#: Effects.xcu
@@ -15315,7 +15321,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Glitter"
-msgstr ""
+msgstr "بريق"
#. ef78i
#: Effects.xcu
@@ -15329,14 +15335,13 @@ msgstr "قرص عسل"
#. CGDxF
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionVariants.plain\n"
"Label\n"
"value.text"
msgid "Plain"
-msgstr "مفرد"
+msgstr "بسيط"
#. CN4ng
#: Effects.xcu
@@ -21407,15 +21412,15 @@ msgctxt ""
msgid "~Image"
msgstr "~صورة"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~كائن و شكل"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26268,15 +26273,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "~دوّر أو اقلب"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "غيّر المربط"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26288,6 +26293,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "~مربط"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26976,7 +26991,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select at least three objects to distribute"
-msgstr ""
+msgstr "حدد على الأقل ثلاثة كائنات لتوزّعها"
#. zEiFi
#: GenericCommands.xcu
@@ -29204,7 +29219,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Properties"
-msgstr ""
+msgstr "الخصائص"
#. VwByE
#: Sidebar.xcu
@@ -29394,7 +29409,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Paragraph"
-msgstr "الفقرات"
+msgstr "الفقرة"
#. MokHT
#: Sidebar.xcu
@@ -29404,7 +29419,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Lists"
-msgstr ""
+msgstr "القوائم"
#. Y8pTf
#: Sidebar.xcu
@@ -30996,6 +31011,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34096,15 +34121,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "الف~قرة الأولى"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "قلل عُرض العمود"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34126,15 +34161,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "زِد مقدار الإزاحة"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "قلل ارتفاع الصف"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/ar/reportdesign/messages.po b/source/ar/reportdesign/messages.po
index 1e4bafd51dd..7df4322ce8e 100644
--- a/source/ar/reportdesign/messages.po
+++ b/source/ar/reportdesign/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2022-04-25 17:33+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1518296086.000000\n"
#. FBVr9
@@ -1151,7 +1151,7 @@ msgstr "التّخطيط الآسيويّ"
#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:329
msgctxt "chardialog|background"
msgid "Background"
-msgstr ""
+msgstr "الخلفية"
#. g9KPD
#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:377
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index 506c34e706b..50ef4c36078 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ar/>\n"
"Language: ar\n"
@@ -17209,693 +17209,711 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "تحديد الأوراق"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "أوراق محد~دة"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "المسطرة"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "هذه المسطرة تدير الكائنات في أماكن ثابتة."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "معاينة"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "هذه الورقة تظهر كيفية ترتيب البيانات في المستند."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "عرض المستند"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "ورقة %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "الخلية %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "المنطقة اليسرى"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "معاينة الصفحة"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "المنطقة الوسطى"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "المنطقة اليمنى"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "ترويس الصفحة %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "تذييل الصفحة %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "سطر اﻹدخال"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "يمكنك هنا إدخال نص أو أرقام أو معادلات أو تحريرها."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "تشغيل الوسائط"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "الضغط على زر الفأرة"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "شريط أدوات الصيغة"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "جداول %PRODUCTNAME مُمتدة"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(للقراءة فقط)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(وضع المعاينة)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "الصفحات:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "أ~خمد إخراج الصفحات الفارغة"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "اطبع كل الأوراق"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "اطبع الأوراق المحددة"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "اطبع الخلايا المحددة"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "من أيّها:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "كل ال~صفحات"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "تعذر تحديث المصدر DDE التالي، لربما لأن المستند المصدري لم يُفتح. يرجى تشغيل المستند المصدري والمحاولة ثانيةً."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "تعذر تحميل الملف الخارجي التالي. البيانات الموصلة من هذا الملف لم تُحدّث."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "يحدّث الروابط الخارجية."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "كالك A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "أكسل A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "أكسل R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "يتضمن النطاق ت~سميات الأعمدة"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "يتضمن النطاق تسميات ال~صفوف"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "قيمة غير صالحة"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "المعادلات لا تشكل عمودًا."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "المعادلات لا تشكل صفًا."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "أضِف تنسيق تلقائي"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "غيّر اسم التنسيق التلقائي"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "الاسم"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "غيّر اسم التنسيق التلقائي"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "هل تريد بالفعل حذف التنسيق التلقائي #؟"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "إ~غلاق"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "يناير"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "فبراير"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "مارس"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "شمال"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "وسط"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "جنوب"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "المجموع"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "مربط الصفحة"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "مربط الخلية"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "الشرط "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "المحتويات"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "أوراق"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "أسماء النطاقات"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "مجالات قاعدة البيانات"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "صور"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "كائنات OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "تعليقات"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "مناطق مرتبطة"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "كائنات رسومية"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "نشط"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "غير نشط"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "مخفي"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "النافذة النشطة"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "اسم السيناريو"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "تعليق"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "فرز تصاعدي"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "فرز تنازلي"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "فرز مخصص"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "مربع الاسم"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "سطر اﻹدخال"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "مرشد الدوال"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "قبول"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "ألغِ"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "المعادلة"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "وسّع شريط المعادلة"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "طي شريط الصيغة"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "مستخدم غير معروف"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "تم إدارج العمود"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "تم إدارج السطر "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "تم إدارج الورقة "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "تم حذف العمود"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "تم حذف السطر"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "تم حذف الورقة"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "تم نقل النطاق"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "تم تغيير المحتويات"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "تم تغيير المحتويات"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "تم التغيير إلى "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "الأصل"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "تم رفض التغييرات"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "مقبول"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "مرفوض"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "لا يوجد إدخال"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<فارغ>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "غير محمي"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "ليس محميا بكلمة سر"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "التجزئة غير متوافقة"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "التجزئة متوافقة"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "إعادة كتابة"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "معدّل التحرّك"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
#, fuzzy
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
@@ -17903,111 +17921,111 @@ msgstr "~تجانس أسي..."
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "تجميع"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "المجموع"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ترابط"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18015,13 +18033,13 @@ msgstr "ترابط"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "التّغاير"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18029,831 +18047,851 @@ msgstr "التّغاير"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
#, fuzzy
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "إحصائيات تف~صيلية..."
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "متوسط"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "الوضع"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "الوسائط"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "المتغير"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "التحديد القياسي"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "المجال"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "الأدنى"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "الأقصى"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "المجموع"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "العدد"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "عادي"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "الهندسة"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "الحد الأدنى"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "الحد الأقصى"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "متوسط"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "التحديد القياسي"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "الوسائط"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "سيجما"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "عمود %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "صف %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "ألفا"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "المتغير"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "المتغير"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "العمليات:"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "خطّي"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "لوغارثميّ"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "الأس"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "قاطِع"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "إتاحة التحديث"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "لا تتوفر بيانات مستخدم."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(وصول حصري)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "خط شعرة (%s نقطة)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "رفيع جدا (%s نقطة)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "رفيع (%s نقطة)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "عريض (%s نقطة)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "عريض جدا (%s نقطة)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "خط شعرة مزدوج (%s نقطة)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "رفيع/متوسط (%s نقطة)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "متوسط/خط شعرة (%s نقطة)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -22398,7 +22436,7 @@ msgstr "حذف صف (_صفوف) بأكمله"
#: sc/uiconfig/scalc/ui/deletecells.ui:143
msgctxt "deletecells|extended_tip|rows"
msgid "After selecting at least one cell, deletes the entire row from the sheet."
-msgstr ""
+msgstr "بعد تحديد ما لا يقل عن خلية واحدة، يحذف الصف بأكمله من الورقة."
#. ky4n4
#: sc/uiconfig/scalc/ui/deletecells.ui:155
@@ -22410,7 +22448,7 @@ msgstr "حذ_ف عمود (أعمدة) بأكمله"
#: sc/uiconfig/scalc/ui/deletecells.ui:164
msgctxt "deletecells|extended_tip|cols"
msgid "After selecting at least one cell, deletes the entire column from the sheet."
-msgstr ""
+msgstr "بعد تحديد ما لا يقل عن خلية واحدة، يحذف العمود بأكمله من الورقة."
#. fFD3Q
#: sc/uiconfig/scalc/ui/deletecells.ui:180
@@ -23436,7 +23474,7 @@ msgstr "محاذاة"
#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:329
msgctxt "formatcellsdialog|asiantypography"
msgid "Asian Typography"
-msgstr "أسلوب الطباعة الآسيوية"
+msgstr "طباعة آسيوية"
#. FtWjv
#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:377
@@ -23791,6 +23829,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -27567,7 +27635,7 @@ msgstr "محاذاة"
#: sc/uiconfig/scalc/ui/paradialog.ui:232
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr "أسلوب الطباعة الآسيوية"
+msgstr "طباعة آسيوية"
#. BzbWJ
#: sc/uiconfig/scalc/ui/paradialog.ui:280
@@ -27615,7 +27683,7 @@ msgstr "محاذاة"
#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:391
msgctxt "paratemplatedialog|asiantypo"
msgid "Asian Typography"
-msgstr "أسلوب الطباعة الآسيوية"
+msgstr "طباعة آسيوية"
#. CfvF5
#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:439
@@ -31325,44 +31393,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "ترتيب الفرز المخصّص"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "اللغة"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "خيارات"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "خيارات الفرز"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31587,7 +31649,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sparklinedialog.ui:661
msgctxt "SparklineDialog|label_Properties"
msgid "Properties"
-msgstr ""
+msgstr "الخصائص"
#. uQaJH
#: sc/uiconfig/scalc/ui/sparklinedialog.ui:694
@@ -32388,26 +32450,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "ترتيب الفرز المخصّص"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "فرز"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "حدد الإعدادات لحساب وعَرض المجاميع الفرعية."
@@ -32840,347 +32890,341 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "ت_مييز القيم"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "أشّر مربع تمييز القيمة لإظهار محتويات الخلايا بألوان مختلفة، استنادا إلى النوع. تُنسَّق خلايا النص بالأسود والصيغ بالأخضر وخلايا الأرقام بالأزرق وتظهر الخلايا المحمية بخلفية رمادية فاتحة بغضّ النظر عن تنسيق عَرضها."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "المرب_ط"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "عَرض"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "شريط التمرير الأ_فقي"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "شريط التمرير الرأ_سي"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "ألس_نة الأوراق"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "~نافذة"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
#, fuzzy
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "تكبير/تصغير"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "فواصل الصفحات"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
#, fuzzy
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "خطوط مساعدة أ_ثناء التحريك"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
#, fuzzy
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "خطوط الشبكة"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
#, fuzzy
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "ال_لون:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "إظهار"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "أخفِ"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "أظهر المؤشّر كما معرَّف في سمة الأيقونات، عادة كسهم ثخين."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
#, fuzzy
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "الكائنات/الصّور"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_كائنات رسومية"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "اعرض"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "أخفِ"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "اعرض"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "أخفِ"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "اعرض"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "أخفِ"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
#, fuzzy
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "_كائنات"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ar/sd/messages.po b/source/ar/sd/messages.po
index cad9fa59201..96873c00cb3 100644
--- a/source/ar/sd/messages.po
+++ b/source/ar/sd/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ar/>\n"
"Language: ar\n"
@@ -649,11 +649,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "نهاية الخط"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "الرجاء إدخال اسم رأس السهم الجديد:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
@@ -1903,7 +1903,7 @@ msgstr "الدليل الوجهة المحلي ”%FILENAME“ ليس فارغً
#: sd/inc/strings.hrc:276
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
-msgstr "الخلفيّة"
+msgstr "الخلفية"
#. qGFWm
#: sd/inc/strings.hrc:277
@@ -2203,7 +2203,7 @@ msgstr "كائن بِلا تعبئة"
#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
-msgstr "كائن بلا تعبئة وبلا سطر"
+msgstr "كائن بلا تعبئة وبلا خط"
#. YCmiq
#: sd/inc/strings.hrc:328
@@ -3477,10 +3477,9 @@ msgstr "الصفحة"
#. sn2YQ
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:183
-#, fuzzy
msgctxt "drawpagedialog|RID_SVXPAGE_AREA"
msgid "Background"
-msgstr "الخلفيّة"
+msgstr "الخلفية"
#. hNhCi
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:231
@@ -3496,10 +3495,9 @@ msgstr ""
#. cKCg3
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:8
-#, fuzzy
msgctxt "drawparadialog|DrawParagraphPropertiesDialog"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. EPEQn
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:136
@@ -3509,10 +3507,9 @@ msgstr "الإزاحات والتباعد"
#. xDCfw
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:183
-#, fuzzy
msgctxt "drawparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. HwdCp
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:231
@@ -3746,10 +3743,9 @@ msgstr "المحاذاة"
#. 9DBTB
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:761
-#, fuzzy
msgctxt "drawprtldialog|RID_SVXPAGE_PARA_ASIAN"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. bNzxC
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:809
@@ -4545,10 +4541,9 @@ msgstr "أتريد فصل ربط الصورة لتتمكن من تحريرها؟
#. wEVvC
#: sd/uiconfig/sdraw/ui/vectorize.ui:27
-#, fuzzy
msgctxt "vectorize|VectorizeDialog"
msgid "Convert to Polygon"
-msgstr "تحويل %1 إلى مضلع"
+msgstr "حوّل إلى مضلع"
#. GjSvT
#: sd/uiconfig/sdraw/ui/vectorize.ui:45
@@ -4590,7 +4585,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/vectorize.ui:191
msgctxt "vectorize|tilesft"
msgid "Tile size:"
-msgstr ""
+msgstr "حجم البلاطة"
#. Qz4TD
#: sd/uiconfig/sdraw/ui/vectorize.ui:210
@@ -4602,7 +4597,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/vectorize.ui:221
msgctxt "vectorize|fillholes"
msgid "_Fill holes"
-msgstr ""
+msgstr "ام_لأ الحفر"
#. AF6Bf
#: sd/uiconfig/sdraw/ui/vectorize.ui:229
@@ -5008,7 +5003,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:171
msgctxt "customanimationspanel|STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add' to add an animation effect."
-msgstr ""
+msgstr "أولاً حدد عنصر الشريحة ثم انقر \"أضِف\" لتضيف تأثير تحريك."
#. wWeBD
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:215
@@ -5750,7 +5745,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/dockinganimation.ui:316
msgctxt "dockinganimation|group"
msgid "Group object"
-msgstr ""
+msgstr "كائن مجموعة"
#. 96C42
#: sd/uiconfig/simpress/ui/dockinganimation.ui:325
@@ -9985,10 +9980,9 @@ msgstr "المحاذاة"
#. CdaX3
#: sd/uiconfig/simpress/ui/templatedialog.ui:775
-#, fuzzy
msgctxt "templatedialog|asiantypo"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. RKvWz
#: sd/uiconfig/simpress/ui/templatedialog.ui:823
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index c6a9e6bd9f5..6023b30ec37 100644
--- a/source/ar/sfx2/messages.po
+++ b/source/ar/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ar/>\n"
@@ -2285,6 +2285,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "نعم أو لا"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3326,86 +3334,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "ت_طبيق بيانات المستخدم"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "يحفظ الاسم الكامل للمستخدم مع الملف. يمكنك تحرير الاسم باختيار أدوات - خيارات - بيانات المستخدم."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "صفّر الخصائص"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "التواقيع الر_قمية..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "ال_حجم:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "مجهول"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "ال_موقع:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "ال_نوع:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "غيّر _كلمة السر"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "القالب:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "احفظ صورة معاينة مع هذا المستند"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/ar/starmath/messages.po b/source/ar/starmath/messages.po
index 9613cf562c6..eb30843ac4c 100644
--- a/source/ar/starmath/messages.po
+++ b/source/ar/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ar/>\n"
@@ -2833,7 +2833,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/ar/svtools/messages.po b/source/ar/svtools/messages.po
index f12b4af62f3..206fb9cbe88 100644
--- a/source/ar/svtools/messages.po
+++ b/source/ar/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ar/>\n"
@@ -1340,398 +1340,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE معيب"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "النص البرمجي"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "علّم الملف"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "رسوميات"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "ملف التهيئة"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "التطبيق"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "جدول قاعدة بيانات"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "ملف النظام"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "مستند ميكروسوفت وورد"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "ملف مساعدة"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "مستند HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "ملف أرشيف"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "ملف سجل"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "قاعدة بيانات StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "مستند StarWriter 4.0 / 5.0 رئيسي"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "صورة StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "ملف نصي"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "ارتباط"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "قالب StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "مستند ميكروسوفت أكسل"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "قالب ميكروسوفت أكسل"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "ملف تصحيح"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ملف"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "المجلد"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "مستند نصي"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "جدول مُمتد"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "عرض تقديمي"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "الرسم"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "مستند HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "مستند رئيسي"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "الصيغة"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "قاعدة بيانات"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "قالب جدول أوبن‌أوفيس.أورج 1.0 مُمتد"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "قالب رسمة أوپن‌أُفِس.أورغ 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "قالب عرض أوپن‌أُفِس.أورغ 1.0 تقديميّ"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "قالب مستند أوپن‌أُفِس.أورغ 1.0 نصّيّ"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "محرك أقراص محلي"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "محرك الأقراص"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "محرك الأقراص المدمجة"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "اتصال شبكي"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "مستند ميكروسوفت باوربوينت"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "قالب ميكروسوفت باوربوينت"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "عرض ميكروسوفت باوربوينت"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "صيغة أوبن‌أوفيس.أورج 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "رسم أوبن‌أوفيس.أورج 1.0 بياني"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "رسمة أوبن‌أوفيس.أورج 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "جدول أوبن‌أوفيس.أورج 1.0 مُمتد"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "عرض أوبن‌أوفيس.أورج 1.0 تقديمي"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "مستند أوبن‌أوفيس.أورج 1.0 نصي"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "مستند أوبن‌أوفيس.أورج 1.0 رئيسي"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "مستند MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "قاعدة بيانات OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "رسم OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "صيغة OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "مستند OpenDocument رئيسي"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "عرض OpenDocument تقديمي"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "جدول OpenDocument مُمتد"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "نص OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "قالب جدول OpenDocument مُمتد"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "قالب رسم OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "قالب عرض OpenDocument تقديمي"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "قالب نص OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "امتداد %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "مدقق إملاء Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "مُنشيء الواصلة Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "قاموس مترادفات MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "قائمة الكلمات المُتجاهَلة"
@@ -5636,68 +5644,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "خيارات..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "الاسم:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "الحالة:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "النوع:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "الموضع:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "تعليق:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "الخصائص..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "الطابعة"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 6036656f9bc..ba263eae29b 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
"Language: ar\n"
@@ -31,7 +31,6 @@ msgstr "كائنات رسومية"
#. MLbZt
#: include/svx/strings.hrc:27
-#, fuzzy
msgctxt "STR_ObjNameSingulGRUP"
msgid "Group object"
msgstr "كائن مجموعة"
@@ -44,7 +43,6 @@ msgstr ""
#. tC4qm
#: include/svx/strings.hrc:29
-#, fuzzy
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
msgstr "كائنات مجموعة"
@@ -53,13 +51,13 @@ msgstr "كائنات مجموعة"
#: include/svx/strings.hrc:30
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
-msgstr "كائن مجموعة فارغة"
+msgstr "كائن مجموعة فارغ"
#. BBEPU
#: include/svx/strings.hrc:31
msgctxt "STR_ObjNamePluralGRUPEMPTY"
msgid "Blank group objects"
-msgstr "كائنات مجموعات فارغة"
+msgstr "كائنات مجموعة فارغة"
#. NVHmC
#: include/svx/strings.hrc:32
@@ -269,10 +267,9 @@ msgstr "مضلّع"
#. AZFuB
#: include/svx/strings.hrc:66
-#, fuzzy
msgctxt "STR_ObjNameSingulPOLY_PointCount"
msgid "Polygon %2 corners"
-msgstr "مضلع %2 زاوية/زوايا"
+msgstr "مضلع %2 زاوية"
#. a6z8j
#: include/svx/strings.hrc:67
@@ -288,10 +285,9 @@ msgstr "خط متعدد"
#. eBhxV
#: include/svx/strings.hrc:69
-#, fuzzy
msgctxt "STR_ObjNameSingulPLIN_PointCount"
msgid "Polyline with %2 corners"
-msgstr "متعدد الخطوط مع %2 زاوية/زوايا"
+msgstr "متعدد الخطوط ذو %2 زاوية"
#. NjP7U
#: include/svx/strings.hrc:70
@@ -1144,7 +1140,7 @@ msgstr "إدراج نقطة إلى %1"
#: include/svx/strings.hrc:210
msgctxt "STR_DragInsertGluePoint"
msgid "Insert gluepoint to %1"
-msgstr ""
+msgstr "أدرِج نقطة التصاق إلى %1"
#. 6JqED
#: include/svx/strings.hrc:211
@@ -1162,7 +1158,7 @@ msgstr "تغيير %1 هندسيًا"
#: include/svx/strings.hrc:213
msgctxt "STR_DiagramModelDataChange"
msgid "Diagram change %1"
-msgstr ""
+msgstr "غيّر تخطيطيًّا %1"
#. ghkib
#: include/svx/strings.hrc:214
@@ -1319,13 +1315,13 @@ msgstr "%2 نقطة/نقاط من %1"
#: include/svx/strings.hrc:239
msgctxt "STR_ViewMarkedGluePoint"
msgid "Gluepoint from %1"
-msgstr ""
+msgstr "نقطة التصاق من %1"
#. qCFmV
#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 gluepoints from %1"
-msgstr ""
+msgstr "%2 نقاط التصاق من %1"
#. CDqRQ
#: include/svx/strings.hrc:241
@@ -1355,13 +1351,13 @@ msgstr "تحديد نقاط إضافية"
#: include/svx/strings.hrc:245
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark gluepoints"
-msgstr ""
+msgstr "أشِّر نقاط الالتصاق"
#. eH9Vs
#: include/svx/strings.hrc:246
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional gluepoints"
-msgstr ""
+msgstr "أشِّر نقاط التصاق إضافية"
#. D5ZZA
#: include/svx/strings.hrc:247
@@ -2156,7 +2152,7 @@ msgstr "الطول التلقائي لسطور التعليق"
#: include/svx/strings.hrc:381
msgctxt "SIP_SA_CORNER_RADIUS"
msgid "Corner radius"
-msgstr ""
+msgstr "نصف قطر الزاوية"
#. GEA3m
#: include/svx/strings.hrc:382
@@ -2202,7 +2198,6 @@ msgstr "تباعد الإطار الأسفل النص"
#. vdbvB
#: include/svx/strings.hrc:389
-#, fuzzy
msgctxt "SIP_SA_TEXT_VERTADJUST"
msgid "Vertical text anchor"
msgstr "مربط النص الرأسي"
@@ -2290,13 +2285,13 @@ msgstr "سريان نص الخط الخارجي"
#: include/svx/strings.hrc:403
msgctxt "SIP_SA_TEXTCOLUMNS_NUMBER"
msgid "Columns number"
-msgstr ""
+msgstr "عدد الأعمدة"
#. DxZkZ
#: include/svx/strings.hrc:404
msgctxt "SIP_SA_TEXTCOLUMNS_SPACING"
msgid "Columns spacing"
-msgstr ""
+msgstr "تباعد الأعمدة"
#. HDtDf
#: include/svx/strings.hrc:405
@@ -2320,7 +2315,7 @@ msgstr "لف النص في الشكل"
#: include/svx/strings.hrc:408
msgctxt "SIP_SA_CHAINNEXTNAME"
msgid "Next link in text chain"
-msgstr ""
+msgstr "الرابط التالي في سلسلة النص"
#. BA5dh
#: include/svx/strings.hrc:409
@@ -2356,19 +2351,19 @@ msgstr "تباعد الكائن الرأسي 2"
#: include/svx/strings.hrc:414
msgctxt "SIP_SA_EDGENODE1GLUEDIST"
msgid "Glue spacing object 1"
-msgstr "تباعد الكائن الملصق 1"
+msgstr "كائن تباعد اللصق 1"
#. 845KH
#: include/svx/strings.hrc:415
msgctxt "SIP_SA_EDGENODE2GLUEDIST"
msgid "Glue spacing object 2"
-msgstr "تباعد الكائن الملصق 2"
+msgstr "كائن تباعد اللصق 2"
#. FEDAf
#: include/svx/strings.hrc:416
msgctxt "SIP_SA_EDGELINEDELTACOUNT"
msgid "Number of movable lines"
-msgstr "عدد الخطوط القابلة للإزاحة"
+msgstr "عدد الخطوط القابلة للتحريك"
#. EnGaG
#: include/svx/strings.hrc:417
@@ -2938,7 +2933,7 @@ msgstr "أزرق"
#: include/svx/strings.hrc:511
msgctxt "SIP_SA_GRAFLUMINANCE"
msgid "Brightness"
-msgstr "الإضاءة"
+msgstr "السطوع"
#. rziVW
#: include/svx/strings.hrc:512
@@ -5538,21 +5533,21 @@ msgstr "مربع مفرغ"
#: include/svx/strings.hrc:981
msgctxt "RID_SVXSTR_LEND19"
msgid "Half Circle unfilled"
-msgstr ""
+msgstr "نصف دائرة غير مملوءة"
#. mfGCE
#. To translators: this is an arrow head style
#: include/svx/strings.hrc:983
msgctxt "RID_SVXSTR_LEND20"
msgid "Dimension Line Arrow"
-msgstr ""
+msgstr "سهم خط البُعد"
#. epSjr
#. To translators: this is an arrow head style
#: include/svx/strings.hrc:985
msgctxt "RID_SVXSTR_LEND21"
msgid "Line short"
-msgstr ""
+msgstr "خط قصير"
#. yVmQp
#. To translators: this is an arrow head style
@@ -5566,14 +5561,14 @@ msgstr "الخط"
#: include/svx/strings.hrc:989
msgctxt "RID_SVXSTR_LEND23"
msgid "Half Arrow left"
-msgstr ""
+msgstr "نصف سهم يساراً"
#. EVYD7
#. To translators: this is an arrow head style
#: include/svx/strings.hrc:991
msgctxt "RID_SVXSTR_LEND24"
msgid "Half Arrow right"
-msgstr ""
+msgstr "نصف سهم يمينًا"
#. VZ8vx
#. To translators: this is an arrow head style
@@ -5587,42 +5582,42 @@ msgstr ""
#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_LEND26"
msgid "CF One"
-msgstr ""
+msgstr "قدم غراب واحد"
#. cF4FB
#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_LEND27"
msgid "CF Only One"
-msgstr ""
+msgstr "قدم غراب واحد فقط"
#. qbpvv
#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_LEND28"
msgid "CF Many"
-msgstr ""
+msgstr "قدم غراب متعدد"
#. 6wQxC
#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
#: include/svx/strings.hrc:1001
msgctxt "RID_SVXSTR_LEND29"
msgid "CF Many One"
-msgstr ""
+msgstr "قدم غراب متعدد واحد"
#. JzCsB
#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_LEND30"
msgid "CF Zero One"
-msgstr ""
+msgstr "قدم غراب صفر واحد"
#. SBCut
#. To translators: this is an arrow head style, CF is Crow's Foot, of Crow's Foot Notation
#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_LEND31"
msgid "CF Zero Many"
-msgstr ""
+msgstr "قدم غراب صفر متعدد"
#. EXsKo
#: include/svx/strings.hrc:1006
@@ -5634,7 +5629,7 @@ msgstr "الشفافية"
#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
-msgstr ""
+msgstr "أخضر 1 (لون %PRODUCTNAME الرئيس)"
#. Msh88
#: include/svx/strings.hrc:1008
@@ -5728,10 +5723,9 @@ msgstr "إنها~ء"
#. BBeKk
#: include/svx/strings.hrc:1024
-#, fuzzy
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
-msgstr "القيم المخصّصة الأخيرة"
+msgstr "آخِر قيمة مخصّصة"
#. mENBU
#: include/svx/strings.hrc:1025
@@ -7940,7 +7934,7 @@ msgstr "أزرق"
#: include/svx/strings.hrc:1426
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
-msgstr "الإضاءة"
+msgstr "السطوع"
#. w5BYP
#: include/svx/strings.hrc:1427
@@ -8127,7 +8121,7 @@ msgstr "لوح الألوان"
#: include/svx/strings.hrc:1461
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
-msgstr ""
+msgstr "أرقام الشرائح:"
#. qWooV
#. String for saving modified image (instead of original)
@@ -11860,17 +11854,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "هامش الفقرة الأيسر"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "هامش الفقرة الأيمن"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17763,32 +17757,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "الإطار:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "النص:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
@@ -19456,7 +19456,7 @@ msgstr ""
#: svx/uiconfig/ui/sidebareffect.ui:84
msgctxt "sidebarglow|color"
msgid "Color:"
-msgstr ""
+msgstr "اللون:"
#. EvWsM
#: svx/uiconfig/ui/sidebareffect.ui:116
@@ -19504,25 +19504,25 @@ msgstr ""
#: svx/uiconfig/ui/sidebargallery.ui:309 svx/uiconfig/ui/sidebargallery.ui:328
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_THEMEITEMS"
msgid "Theme Items"
-msgstr ""
+msgstr "فقرات السمة"
#. FLH5B
#: svx/uiconfig/ui/sidebargallery.ui:323
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
-msgstr ""
+msgstr "معاينة تفصيلية"
#. YDmBa
#: svx/uiconfig/ui/sidebargallery.ui:354
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
-msgstr ""
+msgstr "جديد..."
#. RfChe
#: svx/uiconfig/ui/sidebargallery.ui:373
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
-msgstr ""
+msgstr "أضِف مزيداً من المعارض من خلال ملحقة"
#. BdPh5
#: svx/uiconfig/ui/sidebargraphic.ui:52
@@ -19538,10 +19538,9 @@ msgstr "حدّد إنارة الرسم."
#. DQXTc
#: svx/uiconfig/ui/sidebargraphic.ui:72
-#, fuzzy
msgctxt "sidebargraphic|setbrightness-atkobject"
msgid "Brightness"
-msgstr "ال_سطوع:"
+msgstr "السطوع"
#. FnFeA
#: svx/uiconfig/ui/sidebargraphic.ui:85
@@ -19557,23 +19556,21 @@ msgstr "حدّد درجة الاختلاف بين الأجزاء المعتمة
#. zJs2p
#: svx/uiconfig/ui/sidebargraphic.ui:105
-#, fuzzy
msgctxt "sidebargraphic|setcontrast-atkobject"
msgid "Contrast"
-msgstr "ال_تباين:"
+msgstr "التباين"
#. 6cABJ
#: svx/uiconfig/ui/sidebargraphic.ui:118
msgctxt "sidebargraphic|colorlmodelabel"
msgid "Color _mode:"
-msgstr "_وضع اللون:"
+msgstr "_نمط اللون:"
#. Rj5UQ
#: svx/uiconfig/ui/sidebargraphic.ui:135
-#, fuzzy
msgctxt "sidebargraphic|setcolormode-atkobject"
msgid "Color mode"
-msgstr "_وضع اللون:"
+msgstr "نمط اللون"
#. bzPBa
#: svx/uiconfig/ui/sidebargraphic.ui:148
@@ -19597,20 +19594,19 @@ msgstr "الشفافية"
#: svx/uiconfig/ui/sidebarline.ui:38
msgctxt "sidebarline|widthlabel"
msgid "_Line:"
-msgstr ""
+msgstr "الخ_ط:"
#. 5yM6T
#: svx/uiconfig/ui/sidebarline.ui:61
msgctxt "sidebarline|linestyle|tooltip_text"
msgid "Select the style of the arrowheads."
-msgstr ""
+msgstr "حدد طراز رؤوس السهام."
#. R56Ey
#: svx/uiconfig/ui/sidebarline.ui:72
-#, fuzzy
msgctxt "sidebarline|linestyle|tooltip_text"
msgid "Select the style of the line."
-msgstr "حدد عرض الخط."
+msgstr "حدد طراز الخط."
#. JA5zE
#: svx/uiconfig/ui/sidebarline.ui:105
@@ -19652,7 +19648,7 @@ msgstr "ال_شفافية:"
#: svx/uiconfig/ui/sidebarline.ui:204
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
-msgstr ""
+msgstr "حدد شفافية الخط."
#. kDWvG
#: svx/uiconfig/ui/sidebarline.ui:209
@@ -19670,7 +19666,7 @@ msgstr "طراز ال_زاوية:"
#: svx/uiconfig/ui/sidebarline.ui:255
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
-msgstr ""
+msgstr "حدد طراز اتصالات الحافات."
#. CUdXF
#: svx/uiconfig/ui/sidebarline.ui:258
@@ -19881,10 +19877,9 @@ msgstr "لون خلفية الفقرة"
#. 5HiLZ
#: svx/uiconfig/ui/sidebarpossize.ui:52
-#, fuzzy
msgctxt "sidebarpossize|horizontallabel"
msgid "Position _X:"
-msgstr "الموضع:"
+msgstr "موضع _س:"
#. DqemA
#: svx/uiconfig/ui/sidebarpossize.ui:67
@@ -19968,20 +19963,20 @@ msgstr "حافظ على النسب عند تغيير حجم الكائن الم
#: svx/uiconfig/ui/sidebarpossize.ui:203
msgctxt "sidebarpossize|arrangelabel"
msgid "_Arrange:"
-msgstr ""
+msgstr "ن_ظّم:"
#. JViFZ
#: svx/uiconfig/ui/sidebarpossize.ui:224 svx/uiconfig/ui/sidebarpossize.ui:279
#: svx/uiconfig/ui/sidebarpossize.ui:492 svx/uiconfig/ui/sidebarpossize.ui:537
msgctxt "sidebarpossize|arrangetoolbar"
msgid "Arrange"
-msgstr ""
+msgstr "نظّم"
#. GPEEC
#: svx/uiconfig/ui/sidebarpossize.ui:320
msgctxt "sidebarpossize|fliplabel"
msgid "_Flip:"
-msgstr ""
+msgstr "اقل_ب:"
#. oBCCy
#: svx/uiconfig/ui/sidebarpossize.ui:334
@@ -19993,7 +19988,7 @@ msgstr "ال_دوران:"
#: svx/uiconfig/ui/sidebarpossize.ui:360
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
-msgstr ""
+msgstr "زاوية الدوران"
#. 5ZwVL
#: svx/uiconfig/ui/sidebarpossize.ui:368
@@ -20023,25 +20018,25 @@ msgstr "اعكس الكائن المحدد أفقيا."
#: svx/uiconfig/ui/sidebarpossize.ui:449
msgctxt "sidebarpossize|btnEditObject"
msgid "Edit Object"
-msgstr ""
+msgstr "حرر الكائن"
#. GfsLe
#: svx/uiconfig/ui/sidebarpossize.ui:471
msgctxt "sidebarpossize|alignlabel"
msgid "Alig_n:"
-msgstr ""
+msgstr "ح_اذِ:"
#. osqQf
#: svx/uiconfig/ui/sidebarshadow.ui:56
msgctxt "sidebarshadow|angle"
msgid "Angle:"
-msgstr ""
+msgstr "المسافة:"
#. n7wff
#: svx/uiconfig/ui/sidebarshadow.ui:70
msgctxt "sidebarshadow|distance"
msgid "Distance:"
-msgstr ""
+msgstr "المسافة:"
#. RFRDq
#: svx/uiconfig/ui/sidebarshadow.ui:97
@@ -20053,7 +20048,7 @@ msgstr "اللون:"
#: svx/uiconfig/ui/sidebarshadow.ui:129
msgctxt "sidebarshadow|blur_label"
msgid "Blur:"
-msgstr ""
+msgstr "الضبابية:"
#. SLW9V
#: svx/uiconfig/ui/sidebarshadow.ui:156
@@ -20179,7 +20174,7 @@ msgstr "متباعد جدًا"
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:146
msgctxt "textcharacterspacingcontrol|last_custom"
msgid "Last Custom Value"
-msgstr "القيمة المخصّصة الأخيرة"
+msgstr "آخِر قيمة مخصّصة"
#. pZZ9u
#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:178
@@ -20221,7 +20216,7 @@ msgstr "الموضع"
#: svx/uiconfig/ui/textcontrolparadialog.ui:8
msgctxt "textcontrolparadialog|TextControlParagraphPropertiesDialog"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. KvutC
#: svx/uiconfig/ui/textcontrolparadialog.ui:136
@@ -20237,10 +20232,9 @@ msgstr "المحاذاة"
#. mwKiB
#: svx/uiconfig/ui/textcontrolparadialog.ui:232
-#, fuzzy
msgctxt "textcontrolparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
-msgstr "الطّباعة الآسيويّة"
+msgstr "طباعة آسيوية"
#. YMTHT
#: svx/uiconfig/ui/textcontrolparadialog.ui:280
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index 6cc67c3e999..2da3483efe6 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
"Language: ar\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "لا حروف كبيرة للتوصيلات في الفقرة"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "الفقرة ذات سطر أول تلقائي الإزاحة"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "الفقرة ذات تباعد محارف"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "تضبيط السطر الأخير للفقرة"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "الحاشية اليسرى للفقرة"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "الحاشية اليسرى للفقرة نسبية"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "تباعد أسطر الفقرة"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "الحاشية اليمنى للفقرة"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "الحاشية اليمنى للفقرة نسبية"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "نسَق ظلّ الفقرة"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "شطر الفقرة"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "اسم طراز الفقرة"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "الحاشية العُليا للفقرة"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "علامة دليلية"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "الحد الأيمن"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "مسافة الحد الأيمن"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "تضبيط روبي"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "اسم طراز محرف روبي"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "روبي في الاعلى"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "موضع روبي"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "نص روبي"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "حقل نص"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "إطار نص"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "فقرة نص"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "قسم نص"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "جدول نص"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "سِمات النص المعرَّف من المستخدِم"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "الحد الأعلى"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "مسافة الحد الأعلى"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "إسم طراز المحرَف غير المَزور"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "إسم طراز المحرَف المَزور"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "نمط الكتابة"
@@ -5712,7 +5730,7 @@ msgstr "المحرف"
#: sw/inc/strings.hrc:622
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
-msgstr "الفقرات"
+msgstr "الفقرة"
#. ERH8o
#: sw/inc/strings.hrc:623
@@ -8598,10 +8616,9 @@ msgstr "علامة مائيّة"
#. 8SwC3
#: sw/inc/strings.hrc:1167
-#, fuzzy
msgctxt "STR_ROTATION"
msgid "Rotation"
-msgstr "اقتباس"
+msgstr "الدوران"
#. hWEeF
#: sw/inc/strings.hrc:1168
@@ -9328,7 +9345,7 @@ msgstr ""
#: sw/inc/strings.hrc:1294
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. aAtmp
#: sw/inc/strings.hrc:1295
@@ -9994,6 +10011,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12570,65 +12601,101 @@ msgid "Options"
msgstr "خيارات"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -12681,7 +12748,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/converttexttable.ui:148
msgctxt "converttexttable|paragraph"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. 4fBB3
#: sw/uiconfig/swriter/ui/converttexttable.ui:157
@@ -13605,7 +13672,7 @@ msgstr "ترقيم آلي"
#: sw/uiconfig/swriter/ui/endnotepage.ui:185
msgctxt "endnotepage|label20"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. bDDBx
#: sw/uiconfig/swriter/ui/endnotepage.ui:197
@@ -14566,157 +14633,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "يَعرض أنواع الحقول المتاحة. لتضيف حقلاً جديداً إلى المستند، انقر نوع حقل وانقر حقلاً في قائمة التحديد ثم انقر إدراج."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "ال_نوع"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_حدّد"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "النسَق"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_ماكرو..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "ال_قيمة"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "الاس_م"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "إذن"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "وإلّا"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "ب_ند"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "أدخِل اسمًا جديداً."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "البنود التي في ال_قائمة"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "يُزيل العنصر المحدد من القائمة."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "انقل _للأعلى"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "انقل للأ_سفل"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "الإس_م"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15277,7 +15344,7 @@ msgstr "ملاحظة الاستكمال"
#: sw/uiconfig/swriter/ui/footnotepage.ui:382
msgctxt "footnotepage|label4"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. 95fCg
#: sw/uiconfig/swriter/ui/footnotepage.ui:394
@@ -15789,10 +15856,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15807,176 +15874,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<بلا>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<بلا>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "الرابط ال_سابق:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "الرابط ال_تالي:"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "الو_صف:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "ال_محتويات"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "ال_موضع"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "ال_حجم"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "حماية"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "أعلى"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "موسَّط"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "أسفل"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "محاذاة المحتوى"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "يم_كن تحريره في المستندات المفتوحة للقراءة فقط"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "_طباعة"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "يحدد اتجاه انسياب النص المفضّل في الإطار. لتستخدم إعدادات انسياب النص المبدئي للصفحة، حدد استخدام إعدادات الكائن الرئيسي من اللائحة."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_اتجاه النص:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "الخصائص"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "الرابط ال_سابق:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<بلا>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "الرابط ال_تالي:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<بلا>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17295,116 +17404,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "تلقائي..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "خيارات..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "واصفة"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "التّرقيم:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "الفاصل:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "الموضع:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "حدد نوع الترقيم الذي تريد استخدامه في الواصفة."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "فاصل الترقيم:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "اكتب النص الذي تريده أن يظهر بعد رقم الواصفة."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "الصنف:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "الخصائص"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "معاينة"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[بِلا]"
@@ -21932,10 +22035,9 @@ msgstr "الفقرة المبدئية"
#. iYtax
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:326
-#, fuzzy
msgctxt "notebookbar_groups|title"
msgid "Title"
-msgstr "اللّقب"
+msgstr "العنوان"
#. EwiEC
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:335
@@ -24509,10 +24611,9 @@ msgstr "منعكس"
#. qrMpD
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:163
-#, fuzzy
msgctxt "pagemargincontrol|last"
msgid "Last Custom Value"
-msgstr "القيم المخصّصة الأخيرة"
+msgstr "آخِر قيمة مخصّصة"
#. dLNXD
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:180
@@ -24540,10 +24641,9 @@ msgstr "منعكس"
#. uzwhc
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:248
-#, fuzzy
msgctxt "pagemargincontrol|lastL"
msgid "Last Custom Value"
-msgstr "القيم المخصّصة الأخيرة"
+msgstr "آخِر قيمة مخصّصة"
#. iaSG5
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:281
@@ -24705,7 +24805,7 @@ msgstr "مخصص"
#: sw/uiconfig/swriter/ui/paradialog.ui:9
msgctxt "paradialog|ParagraphPropertiesDialog"
msgid "Paragraph"
-msgstr "فقرة"
+msgstr "الفقرة"
#. npDMu
#: sw/uiconfig/swriter/ui/paradialog.ui:33
@@ -24831,7 +24931,7 @@ msgstr "رابط تشعبي"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "الدوران"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
@@ -29887,7 +29987,7 @@ msgstr "زاوية"
#: sw/uiconfig/swriter/ui/watermarkdialog.ui:156
msgctxt "watermarkdialog|TransparencyLabel"
msgid "Transparency"
-msgstr "شفافية"
+msgstr "الشفافية"
#. LGwjR
#: sw/uiconfig/swriter/ui/watermarkdialog.ui:168
diff --git a/source/ar/vcl/messages.po b/source/ar/vcl/messages.po
index 9ca11c4185c..7da355c0f16 100644
--- a/source/ar/vcl/messages.po
+++ b/source/ar/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-03-21 12:33+0100\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1542022451.000000\n"
#. k5jTM
@@ -2284,7 +2284,7 @@ msgstr "بين الصفحات"
#: vcl/uiconfig/ui/printdialog.ui:1200
msgctxt "printdialog|sheetmargintxt1"
msgid "Distance:"
-msgstr ""
+msgstr "المسافة:"
#. EDFnW
#: vcl/uiconfig/ui/printdialog.ui:1219
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index baf3c4437ed..803fa4b6375 100644
--- a/source/as/cui/messages.po
+++ b/source/as/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-05-13 23:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/as/>\n"
@@ -1748,11 +1748,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "টেবুল"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "অনুগ্ৰহ কৰি নতুন কাঁড়ৰ আগটোৰ কাৰণে এটা নাম ভৰাওক:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3178,10 +3178,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3363,10 +3363,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3520,10 +3520,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3556,51 +3556,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6703,194 +6709,162 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "আকাৰ"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "ভাষা (_L):"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "ভাষা (_L):"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "আকাৰ"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "আকাৰ"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "ভাষা (_L):"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "আকাৰ"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "ভাষা (_L):"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8130,34 +8104,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
-#, fuzzy
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "বৈকল্পিক লিখনী (_t)"
+msgid "_Text Alternative:"
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "বিৱৰণ (_D)"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -19222,22 +19207,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19332,18 +19317,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "আপুনি অভিধানখন ডিলিট কৰিবলৈ বিচাৰেনেকি?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "আপুনি সঁচাকৈয়ে ৰং যোজনা ডিলিট কৰিবলৈ বিচাৰেনেকি?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21593,253 +21577,277 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "স্বচালিতভাৱে (_u)"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "শাৰীৰ শেষত আখৰসমূহ (_h)"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "শাৰীৰ আৰম্ভণীত আখৰসমূহ (_r)"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "হাইফেনেশ্বন"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "ভৰাওক (_I)"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
#, fuzzy
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "পৃষ্ঠা শৈলীৰ সৈতে (_y)"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ধৰণ (_T):"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "পৃষ্ঠাৰ সংখ্যা (_n)"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "স্থান"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "পৃষ্ঠা শৈলী"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "স্তম্ভ"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "আগতে"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "পাছত"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "ভাঙনসমূহ"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "দফা বিভাজন নকৰিব (_D)"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "পৰৱৰ্তী পেৰেগ্ৰাফৰ সৈতে ৰাখক (_K)"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "অনাথ নিয়ন্ত্ৰণ (_O)"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "উইডো নিয়ন্ত্ৰণ (_W)"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
#, fuzzy
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "ৰেখাসমূহ"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
#, fuzzy
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "ৰেখাসমূহ"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "বিকল্পসমূহ"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/as/editeng/messages.po b/source/as/editeng/messages.po
index ac6caed77bd..2043077ba8b 100644
--- a/source/as/editeng/messages.po
+++ b/source/as/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-05-12 07:38+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/as/>\n"
@@ -1318,393 +1318,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 হাইফেনসমূহ"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "কাৰ্নিং "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "লক কৰি থোৱা "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "ঘনীভূত "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "গ্রাফিক"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "কোনো নহয়"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "বিন্দুসমূহ "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "বৃত্ত "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ভৰ্তি বৃত্ত "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "ঠাঁচ "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "ওপৰত"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "তলত"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "দ্বৈত-শাৰী অফ"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "দ্বৈত শাৰী"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "কোনো স্বচালিত আখৰ ঠাই নাই"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "কোনো স্বচালিত আখৰ ঠাই নাই"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "শাৰীৰ শেষত কোনো উলমি থকা পাঙ্কচুৱেষণ নাই"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "শাৰীৰ শেষত উলমি থকা পাঙ্কচুৱেষণ"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "নিষিদ্ধ আখৰসমূহৰ তালিকাক শাৰীৰ আৰম্ভ আৰু শেষত প্ৰয়োগ কৰক"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "নিষিদ্ধ আখৰসমূহৰ তালিকাক শাৰীৰ আৰম্ভ আৰু শেষত প্ৰয়োগ নকৰিব"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "কোনো ঘুৰ্ণিত আখৰ নাই"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "আখৰ $(ARG1)° দ্বাৰা ঘুৰ্ণিত"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "শাৰীত খাপ খাওক"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "আখৰসমূহ $(ARG1)% হিচাপে খাপ খোৱা হৈছে"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "কোনো স্কেইল কৰা আখৰ নাই"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "স্বস্তি নাই"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "উপসম"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "এনগ্ৰেইভ্ড"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "স্বচালিত লিখনী সংস্থাপন"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "লিখনী ভিত্তি শাৰীলে সংস্থাপিত"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "লিখনী উপৰলে সংস্থাপিত"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "লিখনী মাজলে সংস্থাপিত"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "লিখনী তললে সংস্থাপিত"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "লিখনী দিশ বাওৰ পৰা সোঁ (আনুভূমিক)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "লিখনী দিশ সোঁৰ পৰা বাও (আনুভূমিক)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "লিখনী দিশ সোঁৰ পৰা বাও (উলম্ব)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "লিখনী দিশ বাওৰ পৰা সোঁ (উলম্ব)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "superordinate অবজেক্ট লিখনী দিশ সংহতি ব্যৱহাৰ কৰক"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "দফা লিখনী গ্ৰিডলে স্নেপ কৰে (যদি সক্ৰিয়)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "দফা লিখনী গ্ৰিডলে স্নেপ নকৰে"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "লুকাই থকা নহয়"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "লুকাই থকা"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "কাগজৰ ট্ৰে"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[প্ৰিন্টাৰ সংহতিৰ পৰা]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "মচি দিয়ক"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "স্থানান্তৰ কৰক"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "সুমুৱাওক"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "প্ৰতিস্থাপন কৰক"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "বৈশিষ্টসমূহ প্ৰয়োগ কৰক"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "বৈশিষ্টসমূহ পুনৰ স্থাপন কৰক"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ইণ্ডেন্ট"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "শৈলীসমূহ প্ৰয়োগ কৰক"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ফলা সলনি কৰক"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "শব্দটো %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "দফাটো %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "স্বচালিত"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "দফাত ছবি বুলেট"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "ছবি বুলেট"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "দফা: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ডকুমেন্টৰ আৰম্ভনিত পৰীক্ষা অব্যাহত ৰাখিব বিচাৰে নেকি ?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ডকুমেন্টৰ শেষত পৰীক্ষা অব্যাহত ৰাখিব বিচাৰে নেকি ?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1714,43 +1738,43 @@ msgstr ""
"শব্দ শব্দকোষত যোগ কৰিব নোৱাৰি।"
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "শব্দকোষ ইতিমধ্যে ভৰ্তি।"
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "শব্দকোষটো কেৱল পঢ়িব পাৰি।"
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ইণ্ডেন্ট"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "উপবিন্দুসমূহ দেখুৱাওক"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "স্খলন কৰক"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "এট্রিবিয়ুটবোৰ প্ৰয়োগ কৰক"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "ভৰাওক"
diff --git a/source/as/fpicker/messages.po b/source/as/fpicker/messages.po
index de5c1b44114..5fc14783d71 100644
--- a/source/as/fpicker/messages.po
+++ b/source/as/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/as/>\n"
@@ -233,61 +233,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "নথিপত্ৰৰ নাম:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "ফাইলৰ ধৰণ (‌~t):"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "কেৱল-পঢ়িবৰ বাবে (~R)"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "পাছৱৰ্ডৰ সৈতে সংৰক্ষণ কৰক (~w)"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "স্বচালিত ফাইল নামৰ সম্প্ৰসাৰন (~A)"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ফিল্টাৰ সংহতিসমূহ সম্পাদনা কৰক (~E)"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 26b20c72664..05ddcd766c5 100644
--- a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
@@ -1260,6 +1260,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "পূৰ্বৱৰ্তী শ্বিটলৈ"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10797,15 +10807,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "শাৰীসমূহ যুগ্মভাৱে বিতৰণ কৰক "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21614,14 +21624,14 @@ msgctxt ""
msgid "~Image"
msgstr "ছবি (~I)"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26539,15 +26549,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "এংকৰ পৰিবৰ্তন কৰক"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26560,6 +26570,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "সংযোগ কৰক"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31324,6 +31344,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34456,14 +34486,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "প্রথম দফা (~F)"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34486,14 +34526,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "ইণ্ডেন্ট মূল্য বৃদ্ধি"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/as/sc/messages.po b/source/as/sc/messages.po
index 6f81a71dce6..b833888457e 100644
--- a/source/as/sc/messages.po
+++ b/source/as/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/as/>\n"
@@ -17273,379 +17273,397 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "শ্বিটবোৰ নিৰ্বাচিত কৰক"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "নিৰ্বাৰ্চিত শ্বিটবোৰ (~S)"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "মাপনী"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "নিৰ্দিষ্ট স্থানবোৰত এই মাপনীটোৱে বস্তুবোৰ নিয়ন্ত্ৰণ কৰে।"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "এই শ্বিটখনে দস্তাবেজত কেনেকৈ তথ্য সজোৱা হ'ব তাক দেখুৱায়।"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "দস্তাবেজ দৃশ্য"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "শ্বিট %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "কোষ %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "বাওঁফালৰ ক্ষেত্র"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "পৃষ্ঠাৰ পূর্বদৃশ্য"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "মধ্যভাগ এৰিয়া"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "সোঁফালৰ এৰিয়া"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "পৃষ্ঠা %1 ৰ হেডাৰ"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "পৃষ্ঠা %1 ৰ ফুটাৰ"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "ইনপুট ৰেখা"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "এইখিনিতেই আপুনি লিখনী, সংখ্যাবোৰ আৰু সূত্ৰবোৰ সুমুৱাওক বা সম্পাদনা কৰক।"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "মিডিয়া পুনৰ বজাওক"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "মাউছ বাটন হেঁচা হ'ল"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "সূত্র টুলবাৰ"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME স্প্ৰেডশিটসমূহ"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(কেৱল-পঢ়িব পাৰি)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(পূৰ্বদৰ্শন অৱস্থা)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME কেলক"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "নিম্নলিখিত DDE উৎস আপডেইট কৰিব নোৱাৰাৰ সম্ভাব্য কাৰণ হল উৎস দস্তাবেজ খোলা নাছিল। অনুগ্ৰহ কৰি উৎস দস্তাবেজ আৰম্ভ কৰক আৰু পুনৰ চেষ্টা কৰক।"
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "নিম্নলিখিত বহিৰ্তম ফাইল ল'ড কৰিব পৰা নগল। এই ফাইলৰ পৰা সংযোগ কৰা তথ্য আপডেইট নহল।"
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "বিস্তাৰত স্তম্ভ লেবেলসমূহ অন্তৰ্ভুক্ত (~b)"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "বিস্তাৰ শাৰী লেবেলসমূহ অন্তৰ্ভুক্ত (~r)"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "অকার্যকৰী মান।"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "স্ববিন্যাস যোগ কৰক"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "স্ববিন্যাস পুনৰ নামকৰণ কৰক"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "নাম"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "স্ববিন্যাস মচি পেলাওক"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "আপুনি সঁচাকৈয়ে # প্ৰৱিষ্টিটো মচি পেলাবলৈ বিচাৰেনেকি?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "বন্ধ কৰক (~C)"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "জানুৱাৰী"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "ফেব"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "মার্চ"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "উত্তৰ"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "মাজ"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "দক্ষিণ"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "সর্বমুঠ"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "এংকৰ পৰিবৰ্তন কৰক"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17653,310 +17671,310 @@ msgstr "কণ্ডিষণ"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "বিষয়বোৰ"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "শ্বীটছ"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "পৰিসৰৰ নাম"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "ডাটাবেইচৰ বিস্তাৰসমূহ"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
#, fuzzy
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "ছবি"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE বস্তুবোৰ"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "মন্তব্য"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "সংযোগকৃত ক্ষেত্রবোৰ"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "অঁকা বস্তুবোৰ"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "সক্রিয়"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "নিষ্ক্রিয়"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "লুকুৱাই থোৱা"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "সক্রিয় উইণ্ড'"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "ছীনাৰিঅ'ৰ নাম"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "বিষয়সূচী (_C)"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "আৰোহণ কৰি আছে"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "অৱৰোহণ কৰি আছে"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "স্বনিৰ্বাচিত সজোৱা"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "নাম বাকছ"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "ইনপুট ৰেখা"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ফলন উইজাৰ্ড"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "স্বীকাৰ কৰক"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "বাতিল কৰক"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "সূত্র"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "সূত্ৰ বাৰ প্ৰসাৰণ কৰক"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "সূত্ৰ বাৰ স্খলিত কৰক"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "অজ্ঞাত ব্যৱহাৰকাৰী"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "স্তম্ভ অন্তর্ভূক্ত কৰা হ'ল"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "শাৰী সুমুৱা হল "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "শ্বিট সুমুৱা হল "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "স্তম্ভ মচি পেলোৱা হ'ল"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "শাৰী মচি পেলোৱা হ'ল"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "শ্বিট মচি পেলোৱা হ'ল"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "বিস্তাৰ নিয়া হ'ল"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "পৰিবৰ্তন কৰা সমল"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "পৰিবৰ্তন কৰা সমল"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "চিহ্নিত বস্তুলৈ পৰিবৰ্তন কৰা হল "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "প্রকৃত"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "পৰিবৰ্তনবোৰ অস্বীকাৰ কৰা হল"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "স্বীকৃত"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "অস্বীকৃত"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "কোনো প্রৱিষ্টি নাই"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<empty>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "সুৰক্ষীত নহয়"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "পাছৱাৰ্ড সুৰক্ষীত নহয়"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "হেষ অসংগত"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "হেষ সংগত"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "পুনৰ সুমুৱাওক"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
#, fuzzy
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
@@ -17964,7 +17982,7 @@ msgstr "গতিশীল গড়"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
#, fuzzy
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
@@ -17972,122 +17990,122 @@ msgstr "গনকীয় নিমজতা"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "অপৰৰ বিশ্লেষণ"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - এটা কাৰক"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
#, fuzzy
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - দুটা কাৰক"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "গোট"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "দলৰ মাজত"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "দলৰ অন্তৰ্গত"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "ভেদৰ উৎস"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-value"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critical"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "সর্বমুঠ"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ক'ৰিলেষণ"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18095,14 +18113,14 @@ msgstr "ক'ৰিলেষণ"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
#, fuzzy
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "কভেৰিয়েন্স"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18110,235 +18128,235 @@ msgstr "কভেৰিয়েন্স"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
#, fuzzy
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "বিৱৰিত পৰিসংখ্যা"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "গড়"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "প্ৰামাণিক ত্ৰুটি"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "ধৰণ"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "মিডিয়ান"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ভেৰিয়েন্স"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "স্টেণ্ডাৰ্ড ডিভিয়েষণ"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "কাৰ্টচিচ"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "স্কুনেচ"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "বিস্তাৰ"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "নূন্যতম"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "সৰ্বাধিক"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "সমষ্টি"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "গণনা"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "যাদৃচ্ছিক ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
#, fuzzy
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "সুষম"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
#, fuzzy
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "সুষম পূৰ্ণসংখ্যা"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "স্বাভাৱিক"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
#, fuzzy
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "কচি"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
#, fuzzy
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "বাৰ্নলি"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
#, fuzzy
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "দ্বিপদ"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
#, fuzzy
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "ঋণাত্মক দ্বিপদ"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
#, fuzzy
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "চি বৰ্গ"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "জ্যামিতিক"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "নূন্যতম"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "সৰ্বাধিক"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "গড়"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "স্টেণ্ডাৰ্ড ডিভিয়েষণ"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "মিডিয়ান"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "ছিগমা"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p মান"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "ট্ৰায়েলসমূহৰ সংখ্যা"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18346,7 +18364,7 @@ msgstr "nu মান"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
@@ -18354,354 +18372,354 @@ msgstr "নমুনা"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
#, fuzzy
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "F-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
#, fuzzy
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "F-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "স্তম্ভ %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "শাৰী %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "আলফা"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "চলক ১"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "চলক ২"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "প্ৰকল্পিত গড় পাৰ্থক্য"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "চোৱা"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
#, fuzzy
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "চোৱা গড় পাৰ্থক্য"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-value"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "ৰৈখিক"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "লগাৰিথিমিক"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "পাৱাৰ"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "ৰিগ্ৰেষণ ধৰণ"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ইন্টাৰনেট"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
#, fuzzy
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) ৰাইট-টেইল"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F ক্ৰিটিকেল ৰাইট-টেইল"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
#, fuzzy
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) বাঁও-টেইল"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F ক্ৰিটিকেল বাঁও-টেইল"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
#, fuzzy
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P টু-টেইল"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
@@ -18709,49 +18727,49 @@ msgstr "F ক্ৰিটিকেল টু-টেইল"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "পিয়াৰচন কৰিলেষণ"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "পাৰ্থক্যবোৰৰ অপৰ"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
#, fuzzy
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) এটা-টেইল"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ক্ৰিটিকেল এটা-টেইল"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) দুটা-টেইল"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
@@ -18759,40 +18777,40 @@ msgstr "t ক্ৰিটিকেল দুটা-টেইল"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
#, fuzzy
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (T<=t) এটা-টেইল"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "t ক্ৰিটিকেল এটা-টেইল"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
#, fuzzy
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (T<=t) দুটা-টেইল"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
@@ -18800,182 +18818,202 @@ msgstr "F ক্ৰিটিকেল টু-টেইল"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "কোনো ব্যৱহাৰকাৰী তথ্য নাই।"
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(exclusive access)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23993,6 +24031,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31697,44 +31765,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "স্বনিৰ্বাচিত সজোৱাৰ ক্ৰম"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "ভাষা"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "বিকল্পসমূহ"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "সঁজোৱাৰ বিকল্পসমূহ"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32769,26 +32831,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "স্বনিৰ্বাচিত সজোৱাৰ ক্ৰম"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "বৰ্গীকৰণ কৰক"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33230,354 +33280,348 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "আলোকিত কৰি আছে (~H)"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "সংযোগ কৰক"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "প্ৰদৰ্শন"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "অনুভূমিক স্ক্র'লবাৰ"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "উলম্ব স্ক্ৰ'ল বাৰ"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "উইন্ডো (~W)"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
#, fuzzy
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "জুম"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "পৃষ্ঠা বিৰতি"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
#, fuzzy
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "সহায়শাৰীসমূহ স্থানান্তৰ কৰোতে (_W)"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
#, fuzzy
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "জালৰ ৰেখাবোৰ"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
#, fuzzy
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "ৰং (_C)"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
#, fuzzy
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "দেখুৱাওক (_S)"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "লুকুৱাওক"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "অঁকা বস্তুবোৰ (_D)"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
#, fuzzy
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "দেখুৱাওক (_S)"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "লুকুৱাওক"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
#, fuzzy
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "দেখুৱাওক (_S)"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "লুকুৱাওক"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
#, fuzzy
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "দেখুৱাওক (_S)"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "লুকুৱাওক"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
#, fuzzy
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "বস্তুবোৰ (_O)"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/as/sd/messages.po b/source/as/sd/messages.po
index a264c26e693..fb1842671dd 100644
--- a/source/as/sd/messages.po
+++ b/source/as/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/as/>\n"
@@ -666,11 +666,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "ৰেখা অন্ত কৰে"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "অনুগ্ৰহ কৰি নতুন কাঁড়ৰ আগটোৰ কাৰণে এটা নাম ভৰাওক."
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/as/sfx2/messages.po b/source/as/sfx2/messages.po
index cb2c54e1ec3..7d969579f37 100644
--- a/source/as/sfx2/messages.po
+++ b/source/as/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/as/>\n"
@@ -2284,6 +2284,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "হয় বা নহয়"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3336,87 +3344,81 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "ব্যৱহাৰকাৰী তথ্য প্ৰয়োগ কৰক (_A)"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "অঙ্কীয় স্বাক্ষৰ (_g)..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "আকাৰ (_S):"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "অজ্ঞাত"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "অবস্থান (_L):"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "ধৰণ (_T):"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "পাছৱাৰ্ড পৰিবৰ্তন কৰক (_P)"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "নমুনা:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/as/starmath/messages.po b/source/as/starmath/messages.po
index b680937c273..8a69941cb09 100644
--- a/source/as/starmath/messages.po
+++ b/source/as/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/as/>\n"
@@ -2850,7 +2850,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/as/svtools/messages.po b/source/as/svtools/messages.po
index f3a869908de..25f884702e5 100644
--- a/source/as/svtools/messages.po
+++ b/source/as/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/as/>\n"
@@ -1347,398 +1347,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE ত্ৰুটিপূৰ্ণ"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "উৎস ক'ড"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "পত্ৰচিহ্ন ফাইল"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "সংৰূপ ফাইল"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "এপ্লিকেন"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "ডাটাবেইচৰ টেবুল"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "চিস্টেম ফাইল"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS-Word দস্তাবেজ"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "সহায় ফাইল"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML দস্তাবেজ"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "আর্কাইভ ফাইল"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "লগ ফাইল"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice ডাটাবেইচ"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 মাষ্টাৰ দস্তাবেজ"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice ছবি"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "লিখনী ফাইল"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "সংযোগ"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 টেমপ্লেইট"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel দস্তাবেজ"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel টেমপ্লেইট"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "চাম ফাইল"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ফাইল"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ফল্ডাৰ"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "লিখনী দস্তাবেজ"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "স্প্ৰেডশ্বীট্"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "পৰিৱেশন"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "অঙ্কণ"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML দস্তাবেজ"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "মাষ্টাৰ দস্তাবেজ"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "সূত্র"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ডাটাবেইচ"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 স্প্ৰেডশ্বিট টেমপ্লেইট"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 অঁকা টেমপ্লেইট"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 উপস্থাপন টেমপ্লেইট"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 লিখনী দস্তাবেজ টেমপ্লেইট"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "স্থানীয় ড্রাইভ"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "ডিস্ক ড্ৰাইভ"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM ড্রাইভ"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "নেটৱাৰ্ক সংযোগ"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint দস্তাবেজ"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint টেমপ্লেইট"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint দৰ্শন"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 সূত্ৰ"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Chart"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 অঁকা"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 স্প্ৰেডশ্বিট"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 উপস্থাপন"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 লিখনী দস্তাবেজ"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 মূখ্য দস্তাবেজ"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML দস্তাবেজ"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument দস্তাবেজ"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument অঙ্কণ"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument সূত্র"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument মাষ্টাৰ দস্তাবেজ"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument পৰিৱেশন"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument স্প্ৰেডশ্বীট"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument লিখনী"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument স্প্ৰেডশ্বীট টেমপ্লেইট"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument অঙ্কণ টেমপ্লেইট"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument পৰিৱেশন টেমপ্লেইট"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument লিখনী টেমপ্লেইট"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME সম্প্ৰসাৰন"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5666,73 +5674,67 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "বিকল্পবোৰ..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "নাম"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
#, fuzzy
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "স্থিতি"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "ধৰণ"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "অবস্থান"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
#, fuzzy
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "মন্তব্যবোৰ"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "বৈশিষ্ট্যবোৰ..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "মুদ্ৰণ যন্ত্ৰ"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index ede3278bd1c..d7ce2824f05 100644
--- a/source/as/svx/messages.po
+++ b/source/as/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -11941,17 +11941,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "বাওঁফালৰ পেৰেগ্ৰাফৰ সীমা"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "সোঁফালৰ পেৰেগ্ৰাফৰ সীমাৰেখা"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18016,33 +18016,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "ফ্ৰেম"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "টেক্সট: "
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index c921291ae5d..61da52cc9fd 100644
--- a/source/as/sw/messages.po
+++ b/source/as/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/as/>\n"
@@ -1778,302 +1778,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10164,6 +10182,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12836,65 +12868,101 @@ msgid "Options"
msgstr "বিকল্পসমূহ"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14873,162 +14941,162 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "ধৰণ"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "মেক্র' (_M)..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "মূল্য"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "নাম (_m)"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "বস্তু"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "ওপৰলৈ যাওক"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "তললৈ যাওক"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "নাম (_m)"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -16131,10 +16199,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -16149,182 +16217,224 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<None>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<None>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "বিৱৰণ (_D):"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "বিষয়সূচী"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "স্থান"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "আকাৰ (_S)"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "সুৰক্ষিত (_P)"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "ওপৰ"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "কেন্দ্ৰীত"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "তলত"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
#, fuzzy
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "কেৱল পঢ়িবৰ বাবে দস্তাবেজত সম্পাদনা কৰিব পাৰি (_d)"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "বিন্দু"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "টেক্সটৰ দিশ (_d)"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "বৈশিষ্টসমূহ"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<None>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<None>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17664,121 +17774,115 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "স্বচালিত..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "বিকল্পবোৰ..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "কেপশ্বন"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "নম্বৰিং"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "বিভাজক"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "স্থান"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
#, fuzzy
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "পৃথক কৰোঁতা"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "বিভাগ"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "বৈশিষ্টসমূহ"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "পূৰ্বদৃশ্য"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[None]"
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 2b3c40f7242..140b6e0b1da 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ast/>\n"
"Language: ast\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabla"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Introduz equí un nome pal nuevu fin de llinia:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,10 +3169,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3354,10 +3354,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3511,10 +3511,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Tamañu:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Llingua:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Llingua:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Tamañu:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Tamañu:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Llingua:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Tamañu:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Llingua:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Entever"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Testu alternativu:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Descripción:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -11726,7 +11714,7 @@ msgstr ""
#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
msgid "Insert OLE Object"
-msgstr "Inxertar oxetos OLE"
+msgstr "Inxertar un oxetu OLE"
#. APCbM
#: cui/uiconfig/ui/insertoleobject.ui:100
@@ -13723,7 +13711,7 @@ msgstr "Descripción"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Alternativa _testual:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
@@ -18961,24 +18949,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
-#, fuzzy
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "¿Guardar la punta de flecha?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Esta punta de flecha camudóse ensin guardar."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "¿Quier guardar agora la punta de flecha?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -19066,19 +19053,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "¿Seguro que quier desaniciar el rayáu?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "¿Desaniciar la punta de flecha?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "¿Seguro que quier desaniciar la punta de flecha?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21313,250 +21298,274 @@ msgid "Text Columns"
msgstr "Columnes de testu"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomáticamente"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Inxerta automáticamente guiones onde se precisen dientro del párrafu."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Escriba'l númberu máximu de llinies consecutives nes que pue efeutuase separtamientu silábicu."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Escriba'l númberu mínimu de caráuteres que tienen d'apaecer al empiezu de la llinia tres el guión."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Escriba'l númberu mínimu de caráuteres que se deben dexar a la fin de la llinia enantes d'inxertar un guión."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "C_aráuteres al final de la llinia"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Cará_uteres al entamu de la llinia"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Ringleres guionaes consecutives _máximes"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Dixebráu silábicu"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Inxertar"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Escueya esti caxellu de verificación y, de siguío, escueya un tipu de saltu."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
#, fuzzy
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Con Est_ilu Páxina"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Escueya esti caxellu de verificación y, de siguío, l'estilu de la páxina que deseye usar na primer páxina tres el saltu."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Triba:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Númberu páxina"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Allugamientu"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilu de páxina"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Escueya l'estilu de formatu que se debe usar na primer páxina tres el saltu."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Páxina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Escueya'l tipu de saltu que deseye inxertar."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Enantes"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Dempués"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Escueya'l llugar onde deseya inxertar el saltu."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Saltos"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Non dixebrar párrafu"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Mueve tol párrafu a la páxina o columna siguiente tres l'inxertamientu d'un saltu."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Caltener col siguiente párrafu"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Caltien xuntos el párrafu actual y el siguiente cuando s'inxerta un saltu o un saltu de columna."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Axuste de _güérfanes"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu enantes d'un saltu de páxina. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Axuste de _viudes"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu na primer páxina tres un saltu. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu enantes d'un saltu de páxina. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu na primer páxina tres un saltu. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "ringleres"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "ringleres"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opciones"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Especifique les opciones de separación de pallabres y paxinación."
diff --git a/source/ast/editeng/messages.po b/source/ast/editeng/messages.po
index 8ba2cda232e..068347ee9cf 100644
--- a/source/ast/editeng/messages.po
+++ b/source/ast/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-05-12 09:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ast/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516043757.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 guiones"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilu de páxina: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Espaciáu ente caráuteres "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "bloquiáu "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensáu "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Imaxe"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "dengún"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Puntos "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Círculu "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Círculu rellenu "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Acentu "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Encima"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Debaxo"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Terminar duble llinia"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Duble llinia"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Ensin espaciáu automáticu de caráuteres"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Ensin espaciáu automáticu de caráuteres"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Ensin signos de puntuación fuera del marxe al final de la llinia"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Signos de puntuación fuera del marxe al final de la llinia"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplicar la llista de caráuteres prohibíos al entamu o final de les llinies"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Nun aplicar la llista de caráuteres prohibíos al entamu o final de les llinies"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Ensin caráuteres rotaos"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Caráuteres rotaos en $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Encaxar na llinia"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "El testu nun ta xiráu"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "El testu ta xiráu $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Caráuteres escalaos al $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Ensin escalar los caráuteres"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Ensin relieve"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Con relieve"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Baxurrelieve"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Alliñación automática del testu"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Testu alliñáu a la llinia de base"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Testu alliñáu arriba"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Testu alliñáu al medio"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Testu alliñáu abaxo"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Direición del testu d'esquierda a drecha (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Direición del testu de drecha a esquierda (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Direición del testu de drecha a esquierda (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Direición del testu d'esquierda a drecha (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Usar la configuración de direición del oxetu al que ta subordináu"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Direición del testu d'izquierda a drecha (vertical dende abaxo)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "El párrafu axúntase al rexáu de testu (si ta activu)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "El párrafu nun s'axunta al rexáu de testu"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Ensin anubrir"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Anubríu"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Alimentador de fueyes"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Según la configuración de la imprentadora]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Desaniciar"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Mover"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Inxertar"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Trocar"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplicar atributos"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reafitar atributos"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sangría"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplicar estilos"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Camudar mayúscules y minúscules"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "La pallabra ye %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "El párrafu ye %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automáticu"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Viñeta d'imaxe nel párrafu"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Viñeta d'imaxe"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Párrafu: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "¿Quier siguir revisando dende'l principiu del documentu?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "¿Quier siguir revisando al final del documentu?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"por razones desconocíes."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "El diccionariu ta enllén."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "El diccionariu ye de namái llectura."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sangría"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Amosar los subpuntos"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Contrayer"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplicar atributos"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Inxertar"
diff --git a/source/ast/fpicker/messages.po b/source/ast/fpicker/messages.po
index 7701139d54c..3c5408feb74 100644
--- a/source/ast/fpicker/messages.po
+++ b/source/ast/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-12 09:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/ast/>\n"
@@ -230,57 +230,57 @@ msgid "Date modified"
msgstr "Data de modificación"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Nome del ficheru:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Triba de ficheru:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Namái llectu_ra"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Grabar con c~ontraseña"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Estensión del nome de ficheru ~automática"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Editar axustes de _peñeres"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index ec32b61bfce..d091a0c09b3 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1540152108.000000\n"
#. yzYVt
@@ -23963,7 +23963,7 @@ msgctxt ""
"hd_id3148554\n"
"help.text"
msgid "<variable id=\"Switch_h1\"><link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Switch Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Switch_h1\"><link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Función Switch</link></variable>"
#. yBnoz
#: 03090410.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/03.po b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
index af6ca312b2c..b13583033ff 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-04 10:54+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1531405556.000000\n"
#. ViEWM
@@ -24107,7 +24107,7 @@ msgctxt ""
"par_id181612441703306\n"
"help.text"
msgid "\"?\" represents any single character;"
-msgstr ""
+msgstr "«?» representa cualisquier caráuter únicu;"
#. CFPcW
#: sf_string.xhp
@@ -24242,7 +24242,7 @@ msgctxt ""
"par_id471580293142283\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: la cadena que va comprobase. Si ta balera, el métodu devuelve <literal>False</literal>."
#. 7Ryzp
#: sf_string.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 5a44a9f67be..21122d84fac 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ast/>\n"
@@ -2870,6 +2870,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56114,13 +56186,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56402,13 +56474,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63998,13 +64070,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67643,13 +67715,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68651,6 +68723,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/guide.po b/source/ast/helpcontent2/source/text/scalc/guide.po
index a0be5a6e291..faa3d4b32e3 100644
--- a/source/ast/helpcontent2/source/text/scalc/guide.po
+++ b/source/ast/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: guide\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-04 12:33+0100\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1542196265.000000\n"
@@ -5361,7 +5361,7 @@ msgctxt ""
"par_idN107B6\n"
"help.text"
msgid "Locate the directory that contains the dBASE file, and click <emph>OK</emph>."
-msgstr "Allugue'l direutoriu que contién el ficheru dBASE, y prima clic en <emph>Aceutar</emph>."
+msgstr "Alluga'l direutoriu que contién el ficheru dBASE y calca <emph>Aceutar</emph>."
#. 5kG55
#: dbase_files.xhp
@@ -5451,7 +5451,7 @@ msgctxt ""
"hd_id3150791\n"
"help.text"
msgid "<variable id=\"design\"><link href=\"text/scalc/guide/design.xhp\" name=\"Selecting Themes for Sheets\">Selecting Themes for Sheets</link> </variable>"
-msgstr "<variable id=\"design\"><link href=\"text/scalc/guide/design.xhp\" name=\"Selecting Themes for Sheets\">Escoyer Temes pa Fueyes</link></variable>"
+msgstr "<variable id=\"design\"><link href=\"text/scalc/guide/design.xhp\" name=\"Selecting Themes for Sheets\">Escoyer temes pa fueyes</link></variable>"
#. axrVR
#: design.xhp
diff --git a/source/ast/helpcontent2/source/text/schart.po b/source/ast/helpcontent2/source/text/schart.po
index 988feab3992..6734edc9d99 100644
--- a/source/ast/helpcontent2/source/text/schart.po
+++ b/source/ast/helpcontent2/source/text/schart.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2022-02-05 14:39+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textschart/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1525794593.000000\n"
#. wtFDe
@@ -131,7 +131,7 @@ msgctxt ""
"par_id7911008\n"
"help.text"
msgid "Click a chart to edit the object properties:"
-msgstr "Faiga clic nun gráficu pa modificar les propiedaes del oxetu del gráficu:"
+msgstr "Calca nuna gráfica pa modificar les propiedaes del oxetu:"
#. MMYWv
#: main0000.xhp
diff --git a/source/ast/helpcontent2/source/text/sdraw.po b/source/ast/helpcontent2/source/text/sdraw.po
index f5509bc958b..4a296ad719d 100644
--- a/source/ast/helpcontent2/source/text/sdraw.po
+++ b/source/ast/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-13 19:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/ast/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507111981.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index eece33e1701..2a10a3dd07c 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
"Language: ast\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Los oxetos OLE puen enllazase a un documentu destín o encuallase. La incrustación inxerta una copia del oxetu y detalles del programa fonte nel documentu destín. Si deseya editar l'oxetu, a cencielles active'l programa fonte faciendo una doble pulsación nel oxetu."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -3326,7 +3335,7 @@ msgctxt ""
"par_id3153716\n"
"help.text"
msgid "This command can be activated if an object is selected. A link named \"Link to xxx\" (<emph>xxx</emph> represents the name of the object) will be created directly in the same directory as that of the selected object."
-msgstr "Esta orde pue activase si hai un oxetu escoyíu. va crease un enllaz col nome \"Enllaz a xxx\" (<emph>xxx</emph> representa'l nome del oxetu) nel mesmu direutoriu que l'oxetu escoyíu."
+msgstr "Esta orde pue activase si hai un oxetu esbilláu. Va crease un enllaz col nome «Enllaz a xxx» (<emph>xxx</emph> representa'l nome del oxetu) nel mesmu direutoriu que l'oxetu esbilláu."
#. HKFbQ
#: 00000011.xhp
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "Oxetu OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "Alliniar embaxo (pa marcos)"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Camudar ancla"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index f447c3828ce..7ceb90ae3c3 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,31 +15370,31 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
+msgid "Style"
msgstr ""
#. bzFsD
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,40 +15460,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
+msgid "OLE Object (Insert Menu)"
msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
msgstr ""
#. mRZCQ
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,13 +26368,13 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr ""
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. r4N82
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Títulu"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
+msgid "Manage Arrow Styles"
msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Títulu"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modificar"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr ""
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr ""
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr ""
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr ""
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr ""
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr ""
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/ast/helpcontent2/source/text/shared/02.po b/source/ast/helpcontent2/source/text/shared/02.po
index 2b8174f24fc..3ed9837edd9 100644
--- a/source/ast/helpcontent2/source/text/shared/02.po
+++ b/source/ast/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ast/>\n"
@@ -11852,14 +11852,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Camudar ancla"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11870,22 +11870,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>ancles;camudar</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Camudar ancla</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index 0066be72684..6a8d4a632fe 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ast/>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>gráficos, ver tamién imaxes</bookmark_value><bookmark_value>semeyes, ver tamién imaxes</bookmark_value><bookmark_value>imaxes: inxertar y editar mapes de bits</bookmark_value><bookmark_value>ilustraciones, vear tamién imaxes</bookmark_value><bookmark_value>mapes de bits; inxertar y editar</bookmark_value><bookmark_value>gráficos de píxeles; inxertar y editar</bookmark_value><bookmark_value>esportar; mapes de bits</bookmark_value><bookmark_value>importar; mapes de bits</bookmark_value><bookmark_value>imaxes; editar</bookmark_value><bookmark_value>editar; imaxes</bookmark_value><bookmark_value>invertir filtru</bookmark_value><bookmark_value>anidiar filtru</bookmark_value><bookmark_value>enfocar filtru</bookmark_value><bookmark_value>quitar ruíu, filtru</bookmark_value><bookmark_value>solarización, filtru</bookmark_value><bookmark_value>avieyamientu, filtru</bookmark_value><bookmark_value>posterización, filtru</bookmark_value><bookmark_value>pop-art, filtru</bookmark_value><bookmark_value>dibuxos al carbón, filtru</bookmark_value><bookmark_value>mosaicu, filtru</bookmark_value><bookmark_value>imaxes;filtros</bookmark_value><bookmark_value>filtros;imaxes</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inxertar, editar, guardar bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Una imaxe de bitmap pue inxertase en documentos de $[officename] Writer, $[officename] Calc, $[officename] Draw y $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Escoyer el ficheru. Nel cuadru <emph>Tipu de ficheru</emph> pue acutar la seleición a ciertos tipos de ficheros."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 54d93d8680f..966e237fe87 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\"> Especifica que <item type=\"productname\">%PRODUCTNAME</item> guarda tolos documentos abiertos al guardar la información de recuperación automática. Usa'l mesmu intervalu de tiempu que la recuperación automática. </ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Guardar les URL relatives al sistema de ficheros"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/guide.po b/source/ast/helpcontent2/source/text/simpress/guide.po
index 3c50cb643c1..5e80f883b87 100644
--- a/source/ast/helpcontent2/source/text/simpress/guide.po
+++ b/source/ast/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ast/>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Escueya la diapositiva de siguío de la cual deseye asitiar la diapositiva copiada y escueya <emph>Editar - Pegar</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Cargar llistes de trames, colores y dilíos"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colores;cargar llistes</bookmark_value><bookmark_value>gradientes;cargar llistes</bookmark_value><bookmark_value>trama;cargar llistes</bookmark_value><bookmark_value>cargar;colories/gradientes/entames</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Cargar color, gradiente y llistes de trames</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Pue utilizar llistes pa entamar colores, gradientes o trames. $[officename] ufierta delles llistes que puen cargase y utilizar nel documentu. Si deseyar, pue amestar o desaniciar elementos d'una llista, o inclusive crear llistes personalizaes."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Pa cargar una tabla de colores:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Escueya <emph>Formatu - Rellenu</emph> y calque la llingüeta <emph>Colores</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Calque'l botón <emph>Cargar tabla de colores</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Busque la llista de colores que desee cargar y calque <emph>Abrir</emph>. El formatu de los ficheros de llista de colores ye [nomeficheru].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pa guardar una tabla de colores calque'l botón <emph>Guardar tabla de colores</emph>, escriba un nome de ficheru y calque <emph>Guardar</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "La llista de colores freieFarbe HLC básase nel modelu CIELAB y ta optimizada pa la imprentación profesional en CMYK. Los colores de les llistes de compatibilidá y HTML tán optimizaos pa monitores con resolución de 256 colores. Les paletes «LibreOffice» y «Material» contienen los colores oficiales de LibreOffice y Material Design, respeutivamente. La paleta tonal.soc forne un conxuntu de colores organizaos por contraste de luminancia que funcionen en distintos preseos."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Pa cargar una tabla de dilíos:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Escueya <emph>Formatu - Rellenu</emph> y calque la llingüeta <emph>Gradientes</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Calque'l botón <emph>Cargar tabla de gradientes</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Busque la llista de gradientes que desee cargar y calque <emph>Abrir</emph>. El formatu de los ficheros de llista de gradientes ye [nomeficheru].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pa guardar una tabla de gradientes calque'l botón <emph>Guardar tabla de gradientes</emph>, escriba un nome de ficheru y calque <emph>Guardar</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Pa cargar una tabla de trames:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Escueya <emph>Formatu - Rellenu</emph> y calque la llingüeta <emph>Trames</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Calque'l botón <emph>Cargar tabla de trames</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Busque la llista de trames que desee cargar y calque <emph>Abrir</emph>. El formatu de los ficheros de llista de trames ye [nomeficheru].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pa guardar una tabla de trames calque'l botón <emph>Guardar tabla de trames</emph>, escriba un nome de ficheru y calque <emph>Guardar</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Formatu - Rellenu</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Vaya a la diapositiva onde deseye inxertar la fueya de cálculu."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Escueya <emph>Inxertar - OLE- Oxetu</emph>. Faiga clic en <emph>Crear nuevu</emph> y escueya la fueya de cálculu %PRODUCTNAME. Faiga clic n'Aceutar. Depués faiga clic na fueya de cálculu pa introducir los sos datos."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Vaya a la diapositiva onde deseye inxertar la fueya de cálculu."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Escueya <emph>Inxertar - Oxetu - Oxetu OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Formatu- Diseñu de diapositiva</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Inxertar - Oxetu - Oxetu OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/ast/helpcontent2/source/text/smath/00.po b/source/ast/helpcontent2/source/text/smath/00.po
index 9a63615fdb4..2d4b8d59c80 100644
--- a/source/ast/helpcontent2/source/text/smath/00.po
+++ b/source/ast/helpcontent2/source/text/smath/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-09 16:46+0100\n"
-"PO-Revision-Date: 2022-02-10 16:37+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsmath00/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1494346285.000000\n"
#. E9tti
@@ -113,7 +113,7 @@ msgctxt ""
"par_id3149127\n"
"help.text"
msgid "On the Tools bar, click"
-msgstr "En barra de Ferramientes, faiga clic en"
+msgstr "Na barra Ferramientes, calca"
#. XuzdA
#: 00000004.xhp
@@ -149,7 +149,7 @@ msgctxt ""
"par_id3156398\n"
"help.text"
msgid "On the Tools bar, click"
-msgstr "En barra de Ferramientes, faiga clic en"
+msgstr "Na barra Ferramientes, calca"
#. YGaUU
#: 00000004.xhp
@@ -185,7 +185,7 @@ msgctxt ""
"par_id3149878\n"
"help.text"
msgid "On the Tools bar, click"
-msgstr "En barra de Ferramientes, faiga clic en"
+msgstr "Na barra Ferramientes, calca"
#. 3CbtU
#: 00000004.xhp
@@ -221,7 +221,7 @@ msgctxt ""
"par_id3147169\n"
"help.text"
msgid "On the Tools bar, click"
-msgstr "En barra de Ferramientes, faiga clic en"
+msgstr "Na barra Ferramientes, calca"
#. z9rFE
#: 00000004.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"par_id3149289\n"
"help.text"
msgid "On the Tools bar, click"
-msgstr "En barra de Ferramientes, faiga clic en"
+msgstr "Na barra Ferramientes, calca"
#. BAg27
#: 00000004.xhp
@@ -518,7 +518,7 @@ msgctxt ""
"par_id3145268\n"
"help.text"
msgid "On the Tools bar, click"
-msgstr "En barra de Ferramientes, faiga clic en"
+msgstr "Na barra Ferramientes, calca"
#. ForEh
#: 00000004.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/00.po b/source/ast/helpcontent2/source/text/swriter/00.po
index aad1f78b0cf..283cb9682f9 100644
--- a/source/ast/helpcontent2/source/text/swriter/00.po
+++ b/source/ast/helpcontent2/source/text/swriter/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ast/>\n"
"Language: ast\n"
@@ -266,7 +266,7 @@ msgctxt ""
"par_id3143228\n"
"help.text"
msgid "On the Insert toolbar, click"
-msgstr "Na barra de ferramientes Inxertar, faiga clic"
+msgstr "Na barra de ferramientes Inxertar, calca"
#. na7eb
#: 00000402.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_id3154508\n"
"help.text"
msgid "On Standard bar, click"
-msgstr "En barra Estándar, faiga clic en"
+msgstr "Na barra Estándar, calca"
#. 9xqfr
#: 00000403.xhp
@@ -716,7 +716,7 @@ msgctxt ""
"par_id3147174\n"
"help.text"
msgid "On Insert toolbar, click"
-msgstr "Na barra de ferramientes Inxertar, faiga clic en"
+msgstr "Na barra de ferramientes Inxertar, calca"
#. CBN2Y
#: 00000404.xhp
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Altor óptima de caxelles"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribuyir fileres equitativamente"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index 016c433f095..b853ed10b15 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Párrafos anubríos"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Párrafos anubríos\">Párrafos anubríos</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Seleiciona'l númberu de fileres que quies usar pa la testera.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Si fondia un oxetu a un marcu con un altor fixu, namái van tar disponibles les opciones \"Embaxo\" y \"Centráu\"."
+msgid "by"
+msgstr "con"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "con"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
-#. vYDyu
+#. 6ThGZ
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id41652926572150\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "a"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Si fondia un oxetu a un marcu con un altor fixu, namái van tar disponibles les opciones \"Embaxo\" y \"Centráu\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Opciones\">Opciones</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nome"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Especifica'l nome del elementu escoyíu y los enllaces asociaos."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Asigne a un oxetu, imaxe o marcu un nome con sentíu, de mou que darréu pueda atopalo con facilidá en documentos llargos."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Testu alternativu (marcos flotantes, imaxes y oxetos solamente)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Escriba'l testu que se debe amosar nun esplorador web cuando l'elementu escoyíu nun ta disponible. Tamién s'utiliza testu alternativu p'ayudar a les persones discapacitaes.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Enllaz anterior"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Amuesa l'elementu (oxetu, imaxe o marcu) que vien enantes del elementu actual nuna secuencia enllazada. P'amestar o camudar l'enllaz anterior escueya un nome de la llista. Si deseya enllazar marcos, el marcu actual y el de destín tienen de tar baleros.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Enllaz siguiente"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Amuesa l'elementu (oxetu, imaxe o marcu) que vien dempués del elementu actual nuna secuencia enllazada. P'amestar o camudar el siguiente enllaz escueya un nome de la llista. Si va enllazar marcos, el marcu de destín tien de tar baleru.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/guide.po b/source/ast/helpcontent2/source/text/swriter/guide.po
index fde04060bef..852a7ad01e0 100644
--- a/source/ast/helpcontent2/source/text/swriter/guide.po
+++ b/source/ast/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ast/>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Posicionar oxetos\">Asitiar oxetos</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "Al marcu"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Fondia l'elementu escoyíu nel marcu circundante."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Inxertar una imaxe d'un ficheru"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>imaxes;inxertar por diálogu</bookmark_value> <bookmark_value>inxertar;imaxes, por diálogu</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inxertar una imagen desde un ficheru\">Inxertar una imaxe dende un ficheru</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Calque nel documentu, ellí onde deseye inxertar la imaxe."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Busque el ficheru d'imaxe que deseye inxertar y calque <emph>Abrir</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Escueya <item type=\"menuitem\">Ferramientes - Opciones de Autocorreición - Completar pallabres</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Anular la <emph>función de completar pallabra</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index c4b63250aee..3bd65f9e8f4 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -1259,6 +1259,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Dir a la fueya anterior"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10781,15 +10791,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribuyir fileres equitativamente "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20787,14 +20797,13 @@ msgstr ""
#. sgMoW
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:StyleUpdateByExample\n"
"Label\n"
"value.text"
msgid "Update"
-msgstr "A~novar"
+msgstr "Anovar"
#. JV9dC
#: GenericCommands.xcu
@@ -20924,7 +20933,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Inxertar un oxetu OLE"
#. gB86r
#: GenericCommands.xcu
@@ -20934,7 +20943,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "Oxetu ~OLE..."
#. zKjoT
#: GenericCommands.xcu
@@ -21581,14 +21590,14 @@ msgctxt ""
msgid "~Image"
msgstr "~Imaxe"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26501,15 +26510,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Camudar ancla"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26522,6 +26531,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Ancla"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31262,6 +31281,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -31737,7 +31766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Inxertar un oxetu OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -34394,14 +34423,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Primer párrafu"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34424,14 +34463,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Aumentar sangría en"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
@@ -36699,7 +36748,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -37181,7 +37230,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37703,7 +37752,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -38006,7 +38055,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38668,7 +38717,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -39210,7 +39259,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 833e7d4f755..00ecc95c2c8 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
"Language: ast\n"
@@ -17193,379 +17193,397 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Escoyer fueyes"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Fueye~s esbillaes"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Regla"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Esta regla alministra oxetos en posiciones fixes."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Vista previa"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Esta fueya amuesa cómo se coloquen los datos nel documentu."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Vista de documentu"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Fueya %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Caxella %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Área izquierda"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Vista previa"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Área central"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Área drecha"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Testera de la páxina %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Pie de páxina %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Llinia d'entrada"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Equí puede ponese y editar testu, númberos y fórmules."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Reproducción de ficheros multimedia"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Botón del mur calcáu"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barra de fórmules"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Fueyes de cálculu de %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(namái llectura)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Mou d'entever)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Páxines:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
#, fuzzy
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "_Suprimir la salida de les páxines baleres"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Imprentar toles fueyes"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "L'orixe DDE darréu nun se pudo anovar seique'l documentu d'orixe nun taba abiertu. Abri'l documentu d'orixe ya inténtalo otra vuelta."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "El siguiente ficheru esternu nun se pudo cargar. Los datos enllazaos d'esti ficheru nun s'anovaron."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "L'intervalu tien etiquetes de ~columnes"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "L'intervalu tien etiquetes de ~fileres"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Valor non válidu"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Amestar Autoformatu"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Renomar Autoformatu"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nome"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Desaniciar Autoformatu"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "¿De verdá quier desaniciar la entrada #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Zarrar"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Xin"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Norte"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mediu"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Sur"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Camudar ancla"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17573,436 +17591,436 @@ msgstr "Condición"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Conteníu"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Fueyes"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Nomes de les árees"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Rangos de la base de datos"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Imáxenes"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Oxetos OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comentarios"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Árees enllazaes"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Oxetos de dibuxu"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "activa"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactivu"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "anubríu"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Ventana activa"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nome del escenariu"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentariu"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Orde ascendente"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Orde descendente"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Orde personalizáu"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Cuadru de nome"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Llinia d'entrada"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Asistente pa funciones"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aceutar"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Encaboxar"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "_Fórmules"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Espander la barra de fórmules"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Soverar la barra de fórmules"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuariu desconocíu"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Columna inxertada"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Filera inxertada "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Fueya inxertada "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Columna desaniciada"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Fierla desaniciada"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Fueya desaniciada"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Área desplazada"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Modificación de conteníu"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Modificación de conteníu"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Cambiada a "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orixinal"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Modificación refugada"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Aceutaes"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Refugaes"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Denguna entrada"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ermu>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Ensin proteicion"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Ensin proteición de contraseña"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Reescribi"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Media móvil"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Suavizáu esponencial"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Análisis de la varianza"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Factor únicu"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grupos"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Ente grupos"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Dientro de los grupos"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Fonte de la variación"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Valor p"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F críticu"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Correllación"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18010,13 +18028,13 @@ msgstr "Correllación"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covarianza"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18024,229 +18042,229 @@ msgstr "Covarianza"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Estadístiques descriptives"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Media"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Error estándar"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mou"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varianza"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Esviación estándar"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Curtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asimetría"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Estaya"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Mínim_u"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "_Máximu"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Cuenta"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Al debalu ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Enteru uniforme"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomial"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomial negativa"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi al cuadráu"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Xeométrica"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Mínim_u"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "_Máximu"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Media"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Esviación estándar"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Valor p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Númberu d'intentos"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18254,613 +18272,633 @@ msgstr "Valor nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Muestréu"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Columna %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Filera %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Operaciones:"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Valor p"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lli_nial"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarítmica"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potencia"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Tipu de regresión"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residuu"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Internet"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitú"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Namái dexa anovar si confíes nesti documentu."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Nun hai datos d'usuariu disponibles."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(accesu esclusivu)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23841,6 +23879,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Abre un diálogu nel que pue resolvese una ecuación con una variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -25609,7 +25677,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/notebookbar.ui:13705
msgctxt "CalcNotebookbar|ObjectMenuButton"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. xTKVv
#: sc/uiconfig/scalc/ui/notebookbar.ui:13812
@@ -26044,7 +26112,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8409
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. Ghwp6
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9208
@@ -31275,19 +31343,19 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Direición:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "La estaya contién..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Testeres:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
@@ -31465,46 +31533,40 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Orde de clasificación definíu pol usuariu"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Llingua"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opciones"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " Escueya una opción d'ordenación pal idioma."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr " Escueya l'idioma de les regles de clasificación."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Opciones d'orde"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32525,26 +32587,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Orde de clasificación personalizá_u"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordenar"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32984,340 +33034,334 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Indicador de _comentariu"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Resaltáu del valor"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Ancla"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Hinchente de te_stu"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Amo_sar les referencies en color"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Vista"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Testeres de colu_mna/filera"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Barra de desplazamientu hori_zontal"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Barra de desplazamientu _vertical"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Llingüetes de les _fueyes"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Símb_olos d'esquema"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Ventana"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_incronizar les fueyes"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Si esta activáu, toles fueyes amuesen el mesmu factor de zoom. Si nun ta activáu, cada fueya pue tener el so propiu factor de zoom."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Ampliación"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Saltos de _páxina"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Llinies d'a_yuda al mover"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Llinies de cuadrícula:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Color:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Amosar"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Amosar nes caxelles de color"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Anubrir"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
#, fuzzy
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Ayudes visuales"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
#, fuzzy
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "O_xetos/Imaxe:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Gráfiques:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Oxetos de _dibuxu:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Amosar"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Anubrir"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Amosar"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Anubrir"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Amosar"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Anubrir"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Oxetos"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index b070ec33dc1..df0c85905a5 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/sd/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ast/>\n"
"Language: ast\n"
@@ -657,11 +657,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Final de llinia"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Pon equí un nome pal nuevu final de llinia:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
@@ -2664,10 +2664,9 @@ msgstr "Hasta'l final de la diapositiva"
#. Lf9gB
#: sd/inc/strings.hrc:409
-#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
-msgstr "_Direición:"
+msgstr "Direición:"
#. xxDXG
#: sd/inc/strings.hrc:410
@@ -4060,7 +4059,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar.ui:14663
msgctxt "drawnotebookbar|ObjectMenuButton"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. SL4NA
#: sd/uiconfig/sdraw/ui/notebookbar.ui:14770
@@ -4519,7 +4518,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:9851
msgctxt "draw_notebookbar_groupedbar_compact|graphicB"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. QdUM9
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:10703
@@ -7004,7 +7003,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar.ui:14390
msgctxt "impressnotebookbar|ObjectMenuButton"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. wL8mu
#: sd/uiconfig/simpress/ui/notebookbar.ui:14497
@@ -7480,7 +7479,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9813
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. Ghwp6
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:10665
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index 134b35ce513..524028c6d78 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-12 09:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ast/>\n"
@@ -2276,6 +2276,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Sí o non"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3324,87 +3332,81 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Usar los _datos del usuariu"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Reafitar les propiedaes"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Robla di_xital..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Tamañu:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "desconocíu"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Llugar:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Triba:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Camudar la _contraseña"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Plantía:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Amuesa'l nome del ficheru."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/ast/starmath/messages.po b/source/ast/starmath/messages.po
index 4a44ab1a5dd..3c900892c49 100644
--- a/source/ast/starmath/messages.po
+++ b/source/ast/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-12 09:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ast/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1525785908.000000\n"
#. GrDhX
@@ -2825,7 +2825,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Categoríes d'elementos"
diff --git a/source/ast/svtools/messages.po b/source/ast/svtools/messages.po
index 237f5cae16d..0bb08307cc8 100644
--- a/source/ast/svtools/messages.po
+++ b/source/ast/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-12 09:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ast/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. fLdeV
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "El JRE ye defeutuosu"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Códigu fonte"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Ficheru de marcadores"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Gráficos"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Ficheru de configuración"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplicación"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Tabla de base datos"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Ficheros del sistema"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Documentu de MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Ficheru d'ayuda"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Documentu HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archivu"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Ficheru de rexistru"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Base de datos de StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Documentu maestru de StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Imaxe de StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Ficheru de testu"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Enllaz"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Plantía de StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Documentu de MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel - Plantía"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Ficheru de lotes"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Ficheru"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Documentu de testu"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Fueya de cálculu"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentación"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Dibuxu"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Documentu HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Documentu maestru"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Fórmula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base datos"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Plantía de fueya de cálculu d'OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Plantía de dibuxu d'OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Plantía de presentación d'OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Plantía de documentu de testu d'OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unidá llocal"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Unidá de discu"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Unidá de CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Conexón de rede"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Documentu MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Plantía MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Presentación de MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Fórmula d'OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Gráfica d'OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Dibuxu d'OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Fueya de cálculu d'OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Presentación d'OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Documentu de testu d'OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Documentu maestru d'OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Documentu MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Base datos OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Dibuxu OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Fórmula OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Documentu maestru OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Presentación OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Fueya de cálculu OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Testu OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Plantía de fueya de cálculu OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Plantía de dibuxu OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Plantía de presentación OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Plantía pa testu OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Estensión de %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Correutor ortográficu Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Llista de pallabres ignoraes"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opciones..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nome:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Estáu:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Triba:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Allugamientu:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comentariu:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propiedaes..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Imprentadora"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index 90e748d6a83..9f10fb74721 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\n"
"Language: ast\n"
@@ -11890,17 +11890,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Berbesu esquierdu de párrafu"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Berbesu drechu del párrafu"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -16547,7 +16547,7 @@ msgstr "Notes"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:992
msgctxt "findreplacedialog-mobile|searchdir"
msgid "Direction:"
-msgstr ""
+msgstr "Direición:"
#. GPC8q
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:1013
@@ -17920,32 +17920,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Marcu"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Testu:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
@@ -18503,7 +18509,6 @@ msgstr "Proporcional"
#. f2vcD
#: svx/uiconfig/ui/paralinespacingcontrol.ui:128
-#, fuzzy
msgctxt "paralinespacingcontrol|line_dist"
msgid "At least"
msgstr "Polo menos"
@@ -18522,10 +18527,9 @@ msgstr "Fixu"
#. y7gka
#: svx/uiconfig/ui/paralinespacingcontrol.ui:142
-#, fuzzy
msgctxt "paralinespacingcontrol|value_label"
msgid "Value:"
-msgstr "Valores"
+msgstr "Valor:"
#. XcHVH
#: svx/uiconfig/ui/paralinespacingcontrol.ui:199
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index d7bc2dfd134..0ce136502f0 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ast/>\n"
"Language: ast\n"
@@ -1744,302 +1744,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Mou d'escritura"
@@ -5403,7 +5421,7 @@ msgstr "marcu"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Oxetu OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7589,7 +7607,7 @@ msgstr "Imaxe"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Oxetos OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -7614,7 +7632,7 @@ msgstr "DDE Manual"
#: sw/inc/strings.hrc:963
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
-msgstr ""
+msgstr "[Testu]"
#. TyYok
#. --------------------------------------------------------------------
@@ -9657,7 +9675,7 @@ msgstr ""
#: sw/inc/strings.hrc:1338
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
-msgstr "Seleición de ficheru pal indiz alfabéticu (*.sdi)"
+msgstr "Ficheru d'esbilla pal indiz alfabéticu (*.sdi)"
#. Rvcdk
#. -----------------------------------------------------------------------
@@ -9684,19 +9702,19 @@ msgstr "Llinia base ~centrada"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Inxertar un oxetu OLE"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Editar l'oxetu OLE"
#. 3QFYB
#: sw/inc/strings.hrc:1348
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
-msgstr " (Plantilla: "
+msgstr " (Plantía: "
#. oUhnK
#: sw/inc/strings.hrc:1349
@@ -9714,7 +9732,7 @@ msgstr "Fondu"
#: sw/inc/strings.hrc:1352
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
-msgstr "(Estilu Párrafu: "
+msgstr "(Estilu de párrafu: "
#. Fsanh
#: sw/inc/strings.hrc:1353
@@ -9757,7 +9775,7 @@ msgstr ""
#: sw/inc/strings.hrc:1362
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
-msgstr "Dengún (Nun igua la ortografía)"
+msgstr "Dengún (nun igua la ortografía)"
#. Z8EjG
#: sw/inc/strings.hrc:1363
@@ -10080,6 +10098,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Abre'l diálogu de \"Títulu\". Tien la mesma información que'l diálogu que se llogra al traviés del menú %PRODUCTNAME Writer - Autotítulo na caxa de diálogu de \"Opciones\"."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12713,65 +12745,101 @@ msgid "Options"
msgstr "Opciones"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Amestar"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -12788,7 +12856,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Valor:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14722,157 +14790,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Escriba'l valor de desplazamientu que deseya aplicar a un campu de númberu de páxina, por exemplu \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Llista los tipos de campu disponible. P'amestar un campu a un documentu, dase clic nel tipu de campu, clic nun campu de la llista Escoyer , y depués dar clic en Inxertar."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Triba"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Dar clic nel formatu que deseya aplicar al campu escoyíu o faiga clic en \"Otros formatos\" pa definir un formatu personalizáu."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Abre el Selector de macros, nel cual escuéyese la macro que se debe executar al faer clic nel campu escoyíu del documentu."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Valor"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "No_me"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Entós"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Sinón"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Elementu"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Introducir un elementu nuevu."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Amiesta el elementu a la llista."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Elementos de la _llista"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Llista los elementos. L'elementu cimeru amosar nel documentu."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Quita l'elementu escoyíu de la llista."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Mover a_rriba"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Mueve l'elementu escoyíu escontra riba na llista."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Mover a_baxo"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Mueve l'elementu escoyíu escontra baxo na llista."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "No_me"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Escriba un nome esclusivu pa la Llista d'entrada."
@@ -15895,7 +15963,7 @@ msgstr "Marcu"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y tamañu"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15951,11 +16019,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Escriba un nome pal elementu escoyíu."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Escriba'l testu que se debe amosar nun esplorador web cuando l'elementu escoyíu nun ta disponible. Tamién s'utiliza testu alternativu p'ayudar a les persones discapacitaes."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15969,178 +16037,220 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Nengún>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Amuesa l'elementu (oxetu, imaxe o marcu) que vien enantes del elementu actual nuna secuencia enllazada. P'amestar o camudar l'enllaz anterior escueya un nome de la llista. Si deseya enllazar marcos, el marcu actual y el de destín tienen de tar baleros."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Nengún>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Amuesa l'elementu (oxetu, imaxe o marcu) que vien dempués del elementu actual nuna secuencia enllazada. P'amestar o camudar el siguiente enllaz escueya un nome de la llista. Si va enllazar marcos, el marcu de destín tien de tar baleru."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Enlla_z anterior:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "E_nllaz siguiente:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Descripción"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Accesibilidá"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Conteníu"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Evita los cambeos nel conteníu del elementu escoyíu."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osición"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Afita la posición del elementu escoyíu nel documentu actual."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Tamañu"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Afita'l tamañu del elementu escoyíu."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "_Protexida"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Arriba"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centráu"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Abaxo"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editable'n documentos de sólo llectura"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Dexa editar el conteníu d'un marcu nun documentu que ye de namái llectura (protexíu contra escritura)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Impren_tar"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Inclúi l'elementu escoyíu al imprentar el documentu."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Especifica la direición preferida del fluxu de testu nun marcu. Pa usar la configuración predeterminada del fluxu de testu de la páxina, escueya la opción Utilizar la configuración del oxetu cimeru.."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Direición del _testu:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propiedaes"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Enlla_z anterior:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Nengún>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "E_nllaz siguiente:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Nengún>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17461,119 +17571,113 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automático..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opciones..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Testu de la etiqueta"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numberación"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separtador:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posición:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Escueya'l tipu de numberación que deseye usar na etiqueta."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Escriba los caráuteres opcionales que tienen d'apaecer ente'l númberu y el testu del títulu."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Separtador de numberación:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Escribe'l testu que deseyes qu'apaeza depués del númberu de títulu"
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Añedi etiquetar enantes o dempués del elementu escoyíu. Namái dellos oxetos disponen d'esta opción."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Categoría"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Escueya la categoría de la etiqueta o escriba un nome pa crear una nueva. El testu de la categoría apaez n'etiquetar enantes del númberu d'ésta. Cada categoría d'etiqueta predefinida se formatea con un estilu de párrafu del mesmu nome. "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propiedaes"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Vista previa"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Nengún]"
@@ -21326,7 +21430,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/notebookbar.ui:14560
msgctxt "WriterNotebookbar|ObjectMenuButton"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. gMACj
#: sw/uiconfig/swriter/ui/notebookbar.ui:14645
@@ -21747,7 +21851,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9258
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. q3Fbm
#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9996
@@ -22006,7 +22110,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13565
msgctxt "notebookbar_groupedbar_full|FrameButton"
msgid "_Object"
-msgstr ""
+msgstr "_Oxetu"
#. W7NR4
#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14420
@@ -22707,13 +22811,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Oxetu OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y tamañu"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -25064,7 +25168,7 @@ msgstr "Imaxe"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y tamañu"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -25088,7 +25192,7 @@ msgstr "Hiperenllaz"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Xiru"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index 635b87cdef2..0e6962afd42 100644
--- a/source/az/cui/messages.po
+++ b/source/az/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1730,10 +1730,10 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Cədvəllər"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. xD9BU
@@ -3155,10 +3155,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3340,10 +3340,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3497,10 +3497,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3533,51 +3533,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6617,187 +6623,157 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Ölçü:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr ""
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr ""
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Ölçü:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Ölçü:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr ""
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Ölçü:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr ""
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
#, fuzzy
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Öncəbaxış"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8019,33 +7995,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Açıqlama:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18866,22 +18854,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -18971,16 +18959,16 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "XX makrosunu silmək istədiyinizdən əminsiniz?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
+msgid "Do you really want to delete the arrow style?"
msgstr ""
#. 4AubG
@@ -21183,251 +21171,275 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr ""
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Daxil et"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Növ:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr ""
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr ""
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr ""
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Sәhifә"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr ""
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr ""
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr ""
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
#, fuzzy
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Xəttlər"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
#, fuzzy
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Xəttlər"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Seçimlər"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/az/editeng/messages.po b/source/az/editeng/messages.po
index 1bf9df66992..346dfa1b859 100644
--- a/source/az/editeng/messages.po
+++ b/source/az/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 15:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1319,396 +1319,420 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr ""
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr ""
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "nota"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr ""
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr ""
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr ""
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr ""
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
#, fuzzy
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Sil"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr ""
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
#, fuzzy
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Daxil et"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Əvəzlə"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr ""
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr ""
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr ""
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1716,43 +1740,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Yığ"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
#, fuzzy
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
diff --git a/source/az/fpicker/messages.po b/source/az/fpicker/messages.po
index c76c0c8645f..58c36fe298d 100644
--- a/source/az/fpicker/messages.po
+++ b/source/az/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -226,57 +226,57 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Fayl adı:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr ""
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr ""
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr ""
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "~Avtomatik fayl adı uzantısı"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr ""
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/az/officecfg/registry/data/org/openoffice/Office/UI.po b/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
index 7f1009975e0..0759d5e6cd5 100644
--- a/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1257,6 +1257,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr ""
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10716,14 +10726,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
+msgid "Distribute Rows Evenly"
msgstr ""
#. tjGQ2
@@ -21474,14 +21484,14 @@ msgctxt ""
msgid "~Image"
msgstr ""
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26351,14 +26361,14 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
+msgid "Anchor Menu"
msgstr ""
#. oNBG8
@@ -26371,6 +26381,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr ""
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31081,6 +31101,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34193,14 +34223,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr ""
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34223,14 +34263,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr ""
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/az/sc/messages.po b/source/az/sc/messages.po
index f515440796d..f24bf6cbbff 100644
--- a/source/az/sc/messages.po
+++ b/source/az/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16907,1634 +16907,1672 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr ""
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr ""
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr ""
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr ""
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
#, fuzzy
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Öncəbaxış"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr ""
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr ""
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr ""
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr ""
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr ""
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr ""
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr ""
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr ""
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr ""
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr ""
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr ""
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr ""
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr ""
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr ""
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr ""
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr ""
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr ""
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr ""
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr ""
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr ""
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Etibarsız Ad"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr ""
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr ""
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr ""
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr ""
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr ""
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
#, fuzzy
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Qapat"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr ""
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr ""
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr ""
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr ""
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr ""
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr ""
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr ""
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr ""
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr ""
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
#, fuzzy
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Şərhlər"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Cədvəllər"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr ""
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr ""
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Şəkillər"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
#, fuzzy
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE Obyektləri"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Şərhlər"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr ""
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr ""
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "Fəal"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr ""
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr ""
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr ""
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr ""
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Şərhlər"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr ""
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr ""
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr ""
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr ""
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Xərçəng"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr ""
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr ""
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr ""
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr ""
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr ""
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr ""
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr ""
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr ""
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr ""
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr ""
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr ""
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr ""
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Mənbə"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr ""
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr ""
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr ""
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr ""
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr ""
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr ""
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Dәyişәn"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr ""
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr ""
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr ""
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr ""
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr ""
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr ""
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr ""
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr ""
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Siqma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Dәyişәn"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Dәyişәn"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr ""
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23440,6 +23478,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30973,44 +31041,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr ""
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Seçimlər"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr ""
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32022,26 +32084,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr ""
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32472,344 +32522,338 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr ""
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr ""
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr ""
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Üfüqi sürüşdürmә çubuğu"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Şaquli sürüşdürmә çubuğu"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr ""
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr ""
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr ""
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr ""
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
#, fuzzy
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Gizlət"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr ""
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr ""
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
#, fuzzy
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Gizlət"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr ""
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
#, fuzzy
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Gizlət"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr ""
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
#, fuzzy
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Gizlət"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Obyektlər"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/az/sd/messages.po b/source/az/sd/messages.po
index d7d67abe615..61dda7ef940 100644
--- a/source/az/sd/messages.po
+++ b/source/az/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -651,10 +651,10 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr ""
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. 7y2Si
diff --git a/source/az/sfx2/messages.po b/source/az/sfx2/messages.po
index 36492697c64..c4f82bb3865 100644
--- a/source/az/sfx2/messages.po
+++ b/source/az/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2211,6 +2211,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3259,90 +3267,84 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr ""
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Ölçü:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
#, fuzzy
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "Naməlum"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "M_əkan:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Növ:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr ""
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr ""
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/az/starmath/messages.po b/source/az/starmath/messages.po
index dd9a67d51d4..6127b9c6e20 100644
--- a/source/az/starmath/messages.po
+++ b/source/az/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2020-11-14 08:35+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Azerbaijani <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/az/>\n"
@@ -2845,7 +2845,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/az/svtools/messages.po b/source/az/svtools/messages.po
index b6916cfff26..89213fe8dfb 100644
--- a/source/az/svtools/messages.po
+++ b/source/az/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1342,399 +1342,407 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr ""
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
#, fuzzy
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Quraşdırma Məlumatı"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr ""
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr ""
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr ""
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr ""
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr ""
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr ""
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr ""
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr ""
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr ""
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr ""
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr ""
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr ""
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr ""
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr ""
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr ""
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr ""
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr ""
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr ""
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr ""
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr ""
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr ""
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr ""
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr ""
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr ""
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr ""
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr ""
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr ""
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr ""
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr ""
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr ""
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr ""
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr ""
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME Uzantısı"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5619,72 +5627,66 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "~Seçimlər..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "_Ad:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr ""
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Növ:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "M_əkan:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
#, fuzzy
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Şərhlər:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
#, fuzzy
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Xassələr..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr ""
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index fd37a022e78..fe6282d1789 100644
--- a/source/az/svx/messages.po
+++ b/source/az/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11837,16 +11837,16 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
+msgid "Left of paragraph text area"
msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
+msgid "Right of paragraph text area"
msgstr ""
#. qvFns
@@ -17696,32 +17696,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr ""
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index 688785c427b..44591743ce2 100644
--- a/source/az/sw/messages.po
+++ b/source/az/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10022,6 +10040,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12623,65 +12655,101 @@ msgid "Options"
msgstr "Seçimlər"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14647,159 +14715,159 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Növ"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr ""
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Dәyәr"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr ""
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr ""
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr ""
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr ""
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr ""
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15883,10 +15951,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15901,178 +15969,220 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr ""
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr ""
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Açıqlama:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr ""
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr ""
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr ""
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr ""
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr ""
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr ""
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr ""
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr ""
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr ""
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
#, fuzzy
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Xassələr"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr ""
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr ""
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17387,119 +17497,113 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "~Seçimlər..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr ""
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr ""
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr ""
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr ""
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ""
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr ""
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
#, fuzzy
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Xassələr"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
#, fuzzy
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Öncəbaxış"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr ""
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index 231175b78dd..889c5f92d73 100644
--- a/source/be/cui/messages.po
+++ b/source/be/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1742,11 +1742,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Табліца"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Увядзіце назву новага наканечніка:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3167,10 +3167,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3352,10 +3352,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3509,10 +3509,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3545,51 +3545,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6603,186 +6609,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Памер:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Мова:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Мова:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Памер:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Памер:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Мова:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Памер:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Мова:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Перадпаказ"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7993,32 +7969,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Альтэрнатыўны тэкст:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Апісанне:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18768,23 +18756,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Запісаць вастрыё стрэлкі?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Вастрыё стрэлкі зменена, але не запісана."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Запісаць вастрыё стрэлкі зараз?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18870,17 +18858,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Сапраўды сцерці штрыхоўку?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Сцерці вастрыё стрэлкі?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Сапраўды сцерці вастрыё стрэлкі?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21067,247 +21055,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Аўтаматычна"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Знакаў у канцы радка"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Знакаў у пачатку радка"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Пераносы"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Уставіць"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Са стылем старо_нкі:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Тып:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Нумар с_таронкі:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Месца:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Стыль старонкі"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Старонка"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Калонка"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Перад"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Пасля"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Разрывы"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Не разрываць абзац"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Разам з наступным абзацам"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Вісячыя радкі (верх*)"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Вісячыя радкі (ніз)"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "лініі"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "лініі"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Настаўленні"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/be/editeng/messages.po b/source/be/editeng/messages.po
index faac673563b..a52ac4e2793 100644
--- a/source/be/editeng/messages.po
+++ b/source/be/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2017-12-23 20:32+0000\n"
"Last-Translator: Мікалай Удодаў <crom-a@tut.by>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 злучкоў"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Стыль старонкі: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Кернінг "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "locked "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Шчыльна "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Графіка"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "няма"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Кропкі "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Колца "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Залітае колца "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Націск* "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Над"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Пад"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Выкл. двухрадковы"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Двухрадковы"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Без аўта-прагалаў між знакамі"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Без аўта-прагалаў між знакамі"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Без вісячай пунктуацыі ў канцы радка"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "З вісячай пунктуацыяй у канцы радка"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Правяраць паводле спісу забароненых знакаў пачаткі і канчаткі радкоў"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Не правяраць паводле спісу забароненых знакаў пачаткі і канчаткі радкоў"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "No rotated characters"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Character rotated by $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Умясціць у радку"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Тэкст не павернуты"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Тэкст павернуты на $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Characters scaled $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "No scaled characters"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "No relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Engraved"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Аўтаматычнае раўнаванне тэксту"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Раўнаванне тэксту па базавай лініі"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Раўнаванне тэксту зверху"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Раўнаванне тэксту ў цэнтры"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Раўнаванне тэксту знізу"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Напрамак тэксту злева направа (гарызантальна)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Напрамак тэксту справа налева (гарызантальна)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Напрамак тэксту злева направа (вертыкальна)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Напрамак тэксту справа налева (вертыкальна)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Выкарыстоўваць кірунак тэксту вышэйстаячых аб'ектаў"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Абзац прывязаны да тэкставай рашоткі (калі актыўна)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Абзац не прывязаны да тэкставай рашоткі"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Not hidden"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Hidden"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Падача паперы"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Як настаўлены прынтар]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Сцерці"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Перамясціць"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Уставіць"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Замяніць"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Apply attributes"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reset attributes"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Indent"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Ужыць стылі"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Змяніць рэгістр літар"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Word is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraph is %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Аўтаматычна"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Графічны маркёр у абзацы"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Графічны маркёр"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Ці працягваць праверку ад пачатку дакумента?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Ці працягваць праверку ад канца дакумента?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"due to unknown reason."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "The dictionary is already full."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "The dictionary is read-only."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Indent"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Show subpoints"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Згарнуць"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Apply attributes"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Уставіць"
diff --git a/source/be/fpicker/messages.po b/source/be/fpicker/messages.po
index ea32d316e3f..b35f9f23f96 100644
--- a/source/be/fpicker/messages.po
+++ b/source/be/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Назва файла:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Тып файла:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Толь_кі-чытанае"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Запісаць з паролем"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Аўтаматычна дапісваць канчатак назвы файла"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Пр_авіць настаўленні фільтра"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Зашыфраваць ключом GPG"
diff --git a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
index 470ddf0d8c3..f11af9ce051 100644
--- a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: UI\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Да папярэдняга аркуша"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Размеркаваць радкі раўнамерна"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21382,15 +21392,15 @@ msgctxt ""
msgid "~Image"
msgstr "Выява"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Аб'ект і фігура"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26246,15 +26256,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Павярнуць або перакуліць"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Змяніць мацаванне"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26266,6 +26276,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Мацаванне"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30965,6 +30985,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34065,14 +34095,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Наступны абзац знізу"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34095,14 +34135,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Павялічыць памер водступу"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/be/sc/messages.po b/source/be/sc/messages.po
index 5f762d95630..c0b96e5360b 100644
--- a/source/be/sc/messages.po
+++ b/source/be/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17358,378 +17358,396 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Выбар аркушаў"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Азначаныя аркушы"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Лінейка"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Гэтая лінейка кіруе аб'ектамі на замацаваных месцах."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Перадпаказ"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Гэты аркуш паказвае, якім чынам даныя будуць выкладзены ў дакуменце."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Від: дакумент"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Аркуш %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Клетка %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Абсяг злева"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Перадпаказ старонкі"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Абсяг у цэнтры"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Абсяг справа"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Верхні калантытул старонкі %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Ніжні калантытул старонкі %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Радок уводу"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Тут можна ўводзіць ці правіць тэкст, лікі і формулы."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Узнаўлянне мультымедый"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Націснута кнопка на мышцы"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Стужка формул"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Разліковыя аркушы %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(толькі-чытаць)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(рэжым перадпаказу)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Не выводзіць пустыя старонкі"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Не ўдалося абнавіць азначаную крыніцу DDE з-за таго, магчыма, што не быў адкрыты крынічны дакмент. Адкрыйце крынічны дакумент і паспрабуйце ізноў."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Не ўдалося прачытаць азначаны вонкавы файл. Даныя, прывязаныя да яго зместу, не былі абноўлены."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Абнаўленне вонкавых спасылак."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Абсяг утрымлівае меткі калонак"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Абсяг утрымлівае меткі радкоў"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Недапушчальнае значэнне."
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Нявызначаная формула."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Нявызначаныя радок і калонка."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Нявызначаныя назва або абсяг."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Нявызначаная назва або некарэктная спасылка на клетку."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Формулы не ўтвараюць калонкі."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Формулы не ўтвараюць радка."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Дадаць Аўта-фармат"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Назваць Аўта-фармат"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Назва"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Сцерці Аўта-фармат"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Сапраўды сцерці складнік #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Закрыць"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Сту"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Лют"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Сак"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Поўнач"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Між"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Поўдзень"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Разам"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Змяніць мацаванне"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17737,406 +17755,406 @@ msgstr "Умова 1"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Змесціва"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Аркушы"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Назвы абсягаў"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Абсягі баз даных"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Відарысы"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Аб'екты OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Заўвагі"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Далучаныя абсягі"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Рысавальныя аб'екты"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "актыўны"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "неактыўны"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "скрыты"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Актыўнае акно"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Назва сцэнарыя"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Каментарый"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "У парадку павелічэння"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "У парадку памяншэння"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Па-свойму"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Назоўны бокс"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Радок уводу"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Майстар Функцый"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Прыняць"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Нічога"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Формула"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Разгарнуць стужку формул"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Згарнуць стужку формул"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Невядомы карыстальнік"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Калонка ўстаўлена"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Радок устаўлены "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Аркуш устаўлены "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Калонка сцёрта"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Радок сцёрты"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Аркуш сцёрты"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Дыяпазон перамешчаны"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Змененае змесціва"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Змененае змесціва"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Зменена на"
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Пачатковыя"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Папраўкі адхіленыя"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Прынята"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Адхілена"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Няма ўводу"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<пуста>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Без аховы"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Без аховы паролем"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Несумяшчальны хэш"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Хэш сумяшчальны (добра)"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Увесці нанова"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Слізгальнае сярэдняе"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Экспаненцыйнае згладжванне"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Дысперсійны аналіз"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "Аднафактарны аналіз ANOVA"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "Двухфактарны аналіз ANOVA"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Групы"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Між групамі"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Унутры груп"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Крыніца дысперсіі"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-значэнне"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F крытычнае"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
#, fuzzy
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
@@ -18144,848 +18162,868 @@ msgstr "Разам"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Карэляцыя"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Карэляцыі"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Каварыяцыя"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Каварыяцыі"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Апісальная статыстыка"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Сярэдняе"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Стандартная памылка"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Мода"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Медыяна"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Дысперсія"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартнае адхіленне"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "У інтэрвале"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Мінімум"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Максімум"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Сума"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Колькасць"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Нармальнае"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Хі-квадрат"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Геаметрычнае"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Мінімум"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Максімум"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Сярэдняе"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартнае адхіленне"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Медыяна"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "nu-значэнне"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-значэнне"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Сэмпліраванне"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Рэгрэсія"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Рэгрэсія"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Калонка %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Радок %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Альфа"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Зменная 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Зменная 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Аперацыі"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-значэнне"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Крытычнае значэнне"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Лінейная"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Лагарыфмічная"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
#, fuzzy
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Ступенная"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Рэгрэсійная мадэль"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Інтэрнэт"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Карэляцыя Пірсана"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
#, fuzzy
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Не data."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23980,6 +24018,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31603,47 +31671,41 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Па-свойму"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
#, fuzzy
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Мова"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
#, fuzzy
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Настаўленні"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Парадкаваць Настаўленні"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32683,27 +32745,15 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Па-свойму"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
#, fuzzy
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Парадкаваць"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33148,347 +33198,341 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Індыкатар каментарыя"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Падсвятленне значэння"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Якар"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Спасылкі ў іншым колеры"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Паказаць"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Загалоўкі калонак/радкоў"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Гарызантальная стужка-працяжнік"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Вертыкальная стужка-працяжнік"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Сімвалы структуры"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Акно"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Сінхранізаваць аркушы"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Маштаб"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Ра_зрывы старонак"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Лініі-падказкі _пры перамяшчэнні"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Лініі рашоткі:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "Колер:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
#, fuzzy
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Паказваць"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Паказваць на пафарбаваных клетках"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
#, fuzzy
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Не паказваць"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Візуальныя дапаможнікі"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
#, fuzzy
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Аб'екты/відарысы"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Рысункі:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
#, fuzzy
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Паказваць"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
#, fuzzy
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Не паказваць"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
#, fuzzy
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Паказваць"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
#, fuzzy
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Не паказваць"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
#, fuzzy
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Паказваць"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
#, fuzzy
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Не паказваць"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Аб'екты"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/be/sd/messages.po b/source/be/sd/messages.po
index 38ae61af196..cbd0a7880f4 100644
--- a/source/be/sd/messages.po
+++ b/source/be/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Заканчэнні ліній"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Увядзіце назву новага наканечніка:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/be/sfx2/messages.po b/source/be/sfx2/messages.po
index 1465e135612..63ada04f462 100644
--- a/source/be/sfx2/messages.po
+++ b/source/be/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2253,6 +2253,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Так ці не"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3294,86 +3302,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Ужыць даныя карыстальніка"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Скінуць уласцівасці"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Лічбавыя подпісы..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Памер:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "невядома"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Месца:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Тып:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Змяніць пароль"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Шаблон:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Запісаць эскіз відарыса з дакументам"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/be/starmath/messages.po b/source/be/starmath/messages.po
index eccaf34986f..3cf8ac98a48 100644
--- a/source/be/starmath/messages.po
+++ b/source/be/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2822,7 +2822,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/be/svtools/messages.po b/source/be/svtools/messages.po
index 75b3c816aaa..4b1f3274275 100644
--- a/source/be/svtools/messages.po
+++ b/source/be/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE не працуе як належыць"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Выточны тэкст"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Закладкавы файл"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Графіка"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Файл настаўленняў"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Праграма"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Табліца базы даных"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Сістэмны файл"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Дакумент MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Даведкавы файл"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Дакумент HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Архіўны файл"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Файл журналу"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Database"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Майстар-дакумент StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Image"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Тэкставы файл"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Спасылка"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Шаблон StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Дакумент MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Шаблон MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Камандны файл"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Файл"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Каталог"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Тэкставы дакумент"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Разліковы аркуш"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Прэзентацыя"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Рысунак"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Дакумент HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Майстар-дакумент"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Формула"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "База даных"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Шаблон разліковага аркуша OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Шаблон рысунка OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Шаблон прэзентацыі OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Шаблон тэкставага дакумента OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Тутэйшы дыск"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Дыскета"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Дыскавод CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Сеткавае далучэнне"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Дакумент MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Шаблон MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Шоу MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Формула OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Дыяграма OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Рысунак OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Разліковы аркуш OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Прэзентацыя OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Тэкставы дакумент OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Майстар-дакумент OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Дакумент MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "База даных OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Рысунак OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Формула OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Майстар-дакумент OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Прэзентацыя OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Разліковы аркуш OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Тэкст OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Шаблон разліковага аркушу OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Шаблон рысунку OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Шаблон прэзентацыі OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Шаблон тэксту OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Прыстаўка %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Праверка правапісу Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Пераносы Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5629,68 +5637,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Настаўленні..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Назва:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Статус:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Тып:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Месца:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Заўвага:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Уласцівасці..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Прынтар"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index d554d96dabe..c35454c2e2f 100644
--- a/source/be/svx/messages.po
+++ b/source/be/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Belarusian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/be/>\n"
@@ -11830,17 +11830,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Левая мяжа абзацу"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Правая мяжа абзацу"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17659,32 +17659,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Рамка:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Тэкст:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index 6d6709dd3c3..d9dbff75350 100644
--- a/source/be/sw/messages.po
+++ b/source/be/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1730,302 +1730,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9960,6 +9978,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12535,65 +12567,101 @@ msgid "Options"
msgstr "Настаўленні"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14531,157 +14599,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Тып"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "Макрас..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Значэнне"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Назва"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Тады"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Іначай"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Элемент"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Складнікаў у спісе"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Пасунуць _вышэй"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Пасунуць ніжэй"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Назва"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15754,10 +15822,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15772,176 +15840,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Няма>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Няма>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Папярэдняя спасылка:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Наступная спасылка:"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Апісанне:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Змест"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Месца"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Памер"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Засцерагаць"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Зверху"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "У цэнтры"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Знізу"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Раўнаванне зместу"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Можна правіць у толькі-чытаным дакуменце"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Друк"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Кірунак тэксту:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Уласцівасці"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Папярэдняя спасылка:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Няма>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Наступная спасылка:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Няма>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17248,116 +17358,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Аўтаматычна..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Настаўленні..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Подпіс"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Нумараванне:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Межнік:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Месца:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Межнік нумаравання:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Катэгорыя:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Уласцівасці"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Перадпаказ"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Няма]"
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index ed303c0336d..1ec288e7440 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
"Language: bg\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Таблица"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Моля, въведете име за новия край на линия:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "С навигатора можете да избирате и мести
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Искате да създадете бързо обект на Math в Writer? Въведете формулата, маркирайте я и използвайте „Вмъкване ▸ OLE обект ▸ Формула“, за да преобразувате текста."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Искате да транспонирате таблица в Writer? Копирайте я и я поставете в Calc, транспонирайте я с „Копиране“/„Специално поставяне“, после я прехвърлете обратно в Writer с „Копиране“/„Специално поставяне ▸ Форматиран текст“."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "За да виждате инструмента „Вертикален текст“ в лентата „Рисунка“, отметнете „Инструменти ▸ Настройки ▸ Езикови настройки ▸ Езици ▸ Подразбирани езици ▸ Азиатски“ (и направете бутона видим чрез контекстното меню)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Можете да създадете диаграма, базирана на таблица в Writer, като щракнете върху таблицата и изберете „Вмъкване ▸ Диаграма“."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Задайте съответни настройки в „Инструменти ▸ Настройки ▸ %PRODUCTNAME Writer ▸ Помощ при форматиране ▸ Визуализиране“, за да укажете кои непечатаеми знаци да се показват."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Искате курсорът да преминава в клетката отдясно след въвеждане на стойност в Calc? Използвайте клавиша Tab вместо Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "За да преместите лентата за превъртане отляво, разрешете „Инструменти ▸ Настройки ▸ Езикови настройки ▸ Езици ▸ Сложни писмености“ и отметнете „Лист ▸ От дясно наляво“."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Никога не използвате определени стилове за краища? Премахнете ги с бутона „Изтриване“ в раздела „Форматиране ▸ Текстово поле и фигура ▸ Линия ▸ Стилове за краища“."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Помощ за %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Още информация"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Изпълняване на действието сега..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Съвет на деня: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Изберете или въведете директорията на Network Security Services със сертификати за електронни подписи."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Изберете формата, който искате да приложите."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Въведете или изберете желания размер на шрифта. За мащабируеми шрифтове можете да въвеждате и дробни стойности."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Размер:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Език:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Определя езика, използван за проверка на правописа на избрания текст или текста, който въвеждате. Наличните езикови модули са отбелязани с отметки пред имената на езици."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Възможности..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Език:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Определя езика, използван за проверка на правописа на избрания текст или текста, който въвеждате. Наличните езикови модули са отбелязани с отметки пред имената на езици."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Изберете формата, който искате да приложите."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Размер:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Въведете или изберете желания размер на шрифта. За мащабируеми шрифтове можете да въвеждате и дробни стойности."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Възможности..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Западни"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Размер:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Език:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Изберете формата, който искате да приложите."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Въведете или изберете желания размер на шрифта. За мащабируеми шрифтове можете да въвеждате и дробни стойности."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Определя езика, използван за проверка на правописа на избрания текст или текста, който въвеждате. Наличните езикови модули са отбелязани с отметки пред имената на езици."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Възможности..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Определя езика, използван за проверка на правописа на избрания текст или текста, който въвеждате. Наличните езикови модули са отбелязани с отметки пред имената на езици."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Азиатски"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Размер:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Изберете формата, който искате да приложите."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Въведете или изберете желания размер на шрифта. За мащабируеми шрифтове можете да въвеждате и дробни стойности."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Определя езика, използван за проверка на правописа на избрания текст или текста, който въвеждате. Наличните езикови модули са отбелязани с отметки пред имената на езици."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Език:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Възможности..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Сложни"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Определя езика, използван за проверка на правописа на избрания текст или текста, който въвеждате. Наличните езикови модули са отбелязани с отметки пред имената на езици."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Шрифт на текста"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Мостра"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Задайте форматирането и шрифта, който желаете да приложите."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Въведете име за изображението."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Алтернативен т_екст:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Въведете текста, който желаете да се показва, когато курсорът на мишката се задържи върху чувствителната област в браузър."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Описание:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Въведете описание за чувствителна област."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Показва свойствата на избраната чувствителна област."
@@ -13626,13 +13614,13 @@ msgstr "Описание"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Текстова алтернатива:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Задайте кратко описание на нетекстовото съдържание за потребители, които не виждат този обект."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13650,7 +13638,7 @@ msgstr "Описание:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Задайте по-дълго обяснение за нетекстово съдържание, което е твърде сложно, за да бъде описано накратко в „Текстова алтернатива“."
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18770,23 +18758,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Генериране на линейни и матрични кодове за произволен текст или URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Да се запази ли краят на линия?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Краят на линия бе променен, но не е запазен."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Желаете ли да го запазите сега?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18872,17 +18860,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Желаете ли щриховката да бъде изтрита?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Да се изтрие ли краят на линия?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Желаете ли краят на линия да бъде изтрит?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21069,247 +21057,271 @@ msgid "Text Columns"
msgstr "Текстови колони"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "_Автоматично"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Автоматично вмъква тирета за пренос където е необходимо в абзаца."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Въведете максималния брой последователни редове, които могат да бъдат пренесяни."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Въведете минималния брой знаци, които трябва да се пренесат в началото на реда след тирето."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Въведете минималния брой знаци, които трябва да останат на края на реда, преди да се вмъкне тире за пренос."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "_Знаци в края на реда"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "З_наци в началото на реда"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Максимум последователни пренесени редове"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Без пренасяне на думи с ГЛАВНИ букви"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Сричкопренасяне"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Вмъкване"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Отметнете това поле, а после изберете вида прекъсване, което желаете да използвате."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Със стил на страница:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Отметнете полето и определете стила на страница, който искате да се използва за първата страница след знака за прекъсване."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Тип:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Въведете номера за първата страница след знака за нова страница. Ако искате да продължите текущата номерация, оставете полето неотметнато."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Номер на страница:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Позиция:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Стил на страница"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Определете стила на форматиране за първата страница след знака за прекъсване."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Страница"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Колона"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Изберете типа на знака за прекъсване, който искате да се вмъкне."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Преди"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "След"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Изберете къде да бъде вмъкнат знакът за прекъсване."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Знаци за прекъсване"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Без разцепване на абзаци"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Пренася изцяло абзаца в следващата страница или колона, без да разделя редовете му."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Заедно със следващия абзац"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Поддържа абзаца винаги заедно със следващия го абзац, когато бъде вмъкнат знак за прекъсване на колона или страница."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Б_ез висящи редове в началото на абзац"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац преди прекъсване на страница. Изберете това поле за отметка и въведете брой в полето Редове."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Без висящи редове в края на абзац"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац на първата страница след прекъсване. Изберете това поле за отметка и въведете брой в полето Редове."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац преди прекъсване на страница. Изберете това поле за отметка и въведете брой в полето Редове."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац на първата страница след прекъсване. Изберете това поле за отметка и въведете брой в полето Редове."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "реда"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "реда"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Настройки"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Задаване на настройки за сричкопренасяне и страниране."
diff --git a/source/bg/dbaccess/messages.po b/source/bg/dbaccess/messages.po
index 35972e24459..1259fce7440 100644
--- a/source/bg/dbaccess/messages.po
+++ b/source/bg/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562324222.000000\n"
#. BiN6g
@@ -3149,7 +3149,7 @@ msgstr "Изпълняване на команда на SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Въведете административната команда на SQL, която искате да се изпълни."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3167,7 +3167,7 @@ msgstr "Директно изпълнение на команда на SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Директно изпълнение на командата на SQL без обработка на екраниращи знаци."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3179,7 +3179,7 @@ msgstr "Показване на _резултата от „select“"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Показване на резултата от командата SELECT на SQL в полето „Резултат“."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3191,7 +3191,7 @@ msgstr "_Изпълняване"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Изброява изпълнените досега команди на SQL. За да стартирате команда повторно, щракнете върху нея и после – върху „Изпълняване“."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3209,7 +3209,7 @@ msgstr "Команда на SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Показва резултатите, включително грешките, от стартираните от вас команди на SQL."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3221,7 +3221,7 @@ msgstr "Състояние"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Показва резултатите от стартираната от вас команда на SQL."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/bg/editeng/messages.po b/source/bg/editeng/messages.po
index 9ea1e6b9da4..b3c919a5e18 100644
--- a/source/bg/editeng/messages.po
+++ b/source/bg/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/bg/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 пренасяния"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Стил за страници: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Кърнинг "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "заключен "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Сбит "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Графика"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "няма"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Точки "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Кръг "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Запълнен кръг "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Ударение "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Отгоре"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Отдолу"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Двойни редове – изключени"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Двойни редове"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Без автоматична знакова разредка"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Без автоматична знакова разредка"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Без висяща пунктуация в края на реда"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Висяща пунктуация в края на реда"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Прилагане на списък на забранените знаци за начало и край на ред"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Да не се прилага списък на забранените знаци за начало и край на ред"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Без завъртени знаци"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Знакът е завъртян на $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Побиране в реда"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Текстът не е завъртян"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Текстът е завъртян на $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Знакът е мащабиран с $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Без мащабирани знаци"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Без релеф"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Релеф"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Вдълбан"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Автоматично подравняване на текста"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Текстът е подравнен към базовата линия"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Текстът е подравнен отгоре"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Текстът е подравнен в средата"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Текстът е подравнен отдолу"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Писане от ляво надясно (хоризонтално)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Писане от дясно наляво (хоризонтално)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Писане от дясно наляво (вертикално)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Писане от ляво надясно (вертикално)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Вземане посоката на текста от по-висшестоящия обект"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Писане от ляво надясно (вертикално от долу)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Абзацът прилепва към текстовата мрежа (ако е активна)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Абзацът не прилепва към текстовата мрежа"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Не скрит"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Скрит"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Касета с хартия"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[От настройките на принтера]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Изтриване"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Местене"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Вмъкване"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Замяна"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Прилагане на атрибути"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Нулиране на атрибути"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Отстъп"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Прилагане на стилове"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Смяна на регистъра"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Думата е на %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Абзацът е на %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Автоматично"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Графичен водач в абзац"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Графичен водач"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Желаете ли проверката да продължи от началото на документа?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Желаете ли проверката да продължи от края на документа?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"в речника по неизвестна причина."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Речникът вече е пълен."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Речникът е само за четене."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Отстъп"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Показване на подточките"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Свиване"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Прилагане на атрибути"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Вмъкване"
diff --git a/source/bg/fpicker/messages.po b/source/bg/fpicker/messages.po
index ada1f306019..99c9e80eec3 100644
--- a/source/bg/fpicker/messages.po
+++ b/source/bg/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/bg/>\n"
"Language: bg\n"
@@ -195,13 +195,13 @@ msgstr "Места"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Добавяне на текущата папка в „Места“"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Премахване на избраната папка от „Места“"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Дата на промяна"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Отваряне"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Пускане"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Име на файл:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Тип файл:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Само за четене"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Записване с парола"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Автоматично разширение"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Настройки на филтъра"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Шифроване с ключ на GPG"
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 1a98246da4a..e0f66e2a6d1 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562357378.000000\n"
#. yzYVt
@@ -10814,7 +10814,7 @@ msgctxt ""
"par_id3150359\n"
"help.text"
msgid "Lof (FileNumber) As Long"
-msgstr ""
+msgstr "Lof (FileNumber) As Long"
#. 6oGoB
#: 03020303.xhp
@@ -10823,7 +10823,7 @@ msgctxt ""
"par_id3150869\n"
"help.text"
msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the <literal>Open</literal> statement."
-msgstr ""
+msgstr "<emph>FileNumber:</emph> целочислен израз – номер на файл, отворен с оператора <literal>Open</literal>."
#. EAe7H
#: 03020303.xhp
@@ -10832,7 +10832,7 @@ msgctxt ""
"par_id3147349\n"
"help.text"
msgid "To obtain the length of a file that is not open, use the <link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen function\"><literal>FileLen</literal></link> function."
-msgstr ""
+msgstr "За да намерите дължината на файл, който не е отворен, използвайте функцията <link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen function\"><literal>FileLen</literal></link>."
#. AGL3X
#: 03020304.xhp
@@ -11876,7 +11876,7 @@ msgctxt ""
"par_id401651744449325\n"
"help.text"
msgid "Use <link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"ScriptForge.FileSystem service\">ScriptForge.FileSystem</link> service <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen\" name=\"GetFileLen method\">GetFileLen()</link> method when size is expected to be over 2 gigabytes."
-msgstr ""
+msgstr "Използвайте услугата <link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"ScriptForge.FileSystem service\">ScriptForge.FileSystem</link> и метода <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen\" name=\"GetFileLen method\">GetFileLen()</link>, когато се очаква размерът да е над 2 гигабайта."
#. Fo2XH
#: 03020408.xhp
@@ -11894,7 +11894,7 @@ msgctxt ""
"par_id3150439\n"
"help.text"
msgid "This function determines the length of a file. If the <literal>FileLen</literal> function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the <link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof function\"><literal>Lof</literal></link> function."
-msgstr ""
+msgstr "Тази функция определя дължината на файл. Ако <literal>FileLen</literal> бъде извикана за отворен файл, връща дължината му отпреди отварянето. За да определите текущата дължина на отворен файл, използвайте функцията <link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof function\"><literal>Lof</literal></link>."
#. FerKv
#: 03020409.xhp
@@ -24953,7 +24953,7 @@ msgctxt ""
"par_id3156152\n"
"help.text"
msgid "CDbl (Expression As Variant) As Double"
-msgstr ""
+msgstr "CDbl (Expression As Variant) As Double"
#. Hs9F5
#: 03100500.xhp
@@ -24998,7 +24998,7 @@ msgctxt ""
"par_id3154142\n"
"help.text"
msgid "CInt (Expression As Variant) As Integer"
-msgstr ""
+msgstr "CInt (Expression As Variant) As Integer"
#. UnfBB
#: 03100500.xhp
@@ -25115,7 +25115,7 @@ msgctxt ""
"par_id3147573\n"
"help.text"
msgid "CLng (Expression As Variant) As Long"
-msgstr ""
+msgstr "CLng (Expression As Variant) As Long"
#. HDHVW
#: 03100600.xhp
@@ -25124,7 +25124,7 @@ msgctxt ""
"par_id3159414\n"
"help.text"
msgid "If <literal>Expression</literal> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error."
-msgstr ""
+msgstr "Ако <literal>Expression</literal> е извън диапазона на валидните дълги цели числа от -2 147 483 648 до 2 147 483 647, $[officename] Basic връща грешка поради препълване."
#. hgEwt
#: 03100600.xhp
@@ -25367,7 +25367,7 @@ msgctxt ""
"par_id3148983\n"
"help.text"
msgid "CSng (Expression As Variant) As Single"
-msgstr ""
+msgstr "CSng (Expression As Variant) As Single"
#. ZodWe
#: 03100900.xhp
@@ -25376,7 +25376,7 @@ msgctxt ""
"par_id3153897\n"
"help.text"
msgid "<emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered using a dot \".\" as the decimal point and a comma \",\" as the thousands separator (for instance 123,456.78), which may differ from your %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>."
-msgstr ""
+msgstr "<emph>Expression</emph>: низов или числов израз, който да бъде преобразуван. За да преобразувате стойност низ, числото трябва да е въведено с точка „.“ като разделител на дробната част и запетая „,“ като разделител на хилядите (например 123,456.78), което може да се различава от <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">езиковите настройки</link> на вашето копие на %PRODUCTNAME."
#. 6CgWz
#: 03100900.xhp
@@ -25385,7 +25385,7 @@ msgctxt ""
"par_id761652451117906\n"
"help.text"
msgid "Numeric expressions are displayed according %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>:"
-msgstr ""
+msgstr "Числовите изрази се показват според <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">настройките за език</link> на %PRODUCTNAME:"
#. DirnZ
#: 03100900.xhp
@@ -25394,7 +25394,7 @@ msgctxt ""
"par_idm1341608224\n"
"help.text"
msgid "MsgBox CDbl(1234.5678) ' 1234.5678"
-msgstr ""
+msgstr "MsgBox CDbl(1234.5678) ' 1234,5678"
#. BoiF4
#: 03100900.xhp
@@ -25403,7 +25403,7 @@ msgctxt ""
"par_idm1341604480\n"
"help.text"
msgid "MsgBox CSng(1234.5678) ' 1234.567749023"
-msgstr ""
+msgstr "MsgBox CSng(1234.5678) ' 1234,567749023"
#. rf5Br
#: 03100900.xhp
@@ -25412,7 +25412,7 @@ msgctxt ""
"par_idm1341608242\n"
"help.text"
msgid "MsgBox CDbl(expression := 5678.1234) ' 5678.1234"
-msgstr ""
+msgstr "MsgBox CDbl(expression := 5678.1234) ' 5678,1234"
#. uVUDG
#: 03100900.xhp
@@ -25421,7 +25421,7 @@ msgctxt ""
"par_idm1341604408\n"
"help.text"
msgid "MsgBox CSng(expression := 5678.1234) ' 5678.123535156"
-msgstr ""
+msgstr "MsgBox CSng(expression := 5678.1234) ' 5678,123535156"
#. MCFBf
#: 03101000.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index dab6f6c1bda..1ab3ab12d15 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
"Language: bg\n"
@@ -2870,6 +2870,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Изброява листовете в текущия документ. За да изберете лист, използвайте клавишите със стрелки нагоре и надолу. За да добавите лист към селекцията, задръжте <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, докато натискате клавишите със стрелки, след което натиснете клавиша за интервал. За да изберете диапазон от листове, задръжте Shift, докато натискате клавишите със стрелки. </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -3336,7 +3408,7 @@ msgctxt ""
"par_id3152596\n"
"help.text"
msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"modules/scalc/ui/insertcells/down\">Moves the contents of the selected range downward when cells are inserted.</ahelp></variable>"
-msgstr "<variable id=\"zellenuntentext\"><ahelp hid=\"modules/scalc/ui/insertcells/down\">При вмъкването на клетки премества съдържанието на избраната област надолу.</ahelp></variable>"
+msgstr "<variable id=\"zellenuntentext\"><ahelp hid=\"modules/scalc/ui/insertcells/down\">При вмъкването на клетки премества съдържанието на избрания диапазон надолу.</ahelp></variable>"
#. JUkhx
#: 04020000.xhp
@@ -54465,7 +54537,7 @@ msgctxt ""
"par_id51645230882532\n"
"help.text"
msgid "Use this command to convert formula cells into data cells. The converted cells contents becomes static and will not be recalculated."
-msgstr ""
+msgstr "С тази команда можете да преобразувате клетките с формули в клетки с данни. Преобразуваното съдържание на клетките става статично и няма да бъде преизчислявано."
#. ebLBc
#: ful_func.xhp
@@ -55257,7 +55329,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ARABIC Function"
-msgstr ""
+msgstr "Функция ARABIC"
#. ze8wK
#: func_arabic.xhp
@@ -55266,7 +55338,7 @@ msgctxt ""
"bm_id831542233029549\n"
"help.text"
msgid "<bookmark_value>ARABIC function</bookmark_value> <bookmark_value>text functions;convert roman numbers</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ARABIC, функция</bookmark_value><bookmark_value>текстови функции;преобразуване на римски числа</bookmark_value>"
#. BNUYi
#: func_arabic.xhp
@@ -55275,7 +55347,7 @@ msgctxt ""
"hd_id881628776094597\n"
"help.text"
msgid "<variable id=\"Arabic_h1\"><link href=\"text/scalc/01/func_arabic.xhp\" name=\"function ARABIC\">ARABIC</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Arabic_h1\"><link href=\"text/scalc/01/func_arabic.xhp\" name=\"function ARABIC\">ARABIC</link></variable>"
#. xPXrU
#: func_arabic.xhp
@@ -55284,7 +55356,7 @@ msgctxt ""
"par_id541542230672101\n"
"help.text"
msgid "<variable id=\"func_arabic_desc\"><ahelp hid=\".\">Returns the numeric value corresponding to a Roman number expressed as text.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"func_arabic_desc\"><ahelp hid=\".\">Връща числовата стойност, съответстваща на изразено като текст римско число.</ahelp></variable>"
#. 2UE9g
#: func_arabic.xhp
@@ -55293,7 +55365,7 @@ msgctxt ""
"par_id151634221012221\n"
"help.text"
msgid "The largest Roman number that can be converted is MMMCMXCIX (or one of its simplified versions), which is equivalent to 3999."
-msgstr ""
+msgstr "Най-голямото римско число, което може да бъде преобразувано, е MMMCMXCIX (или някой от опростените му варианти), което е еквивалентно на 3999."
#. AueXr
#: func_arabic.xhp
@@ -55302,7 +55374,7 @@ msgctxt ""
"par_id701542231253817\n"
"help.text"
msgid "<input>ARABIC(Text)</input>"
-msgstr ""
+msgstr "<input>ARABIC(Текст)</input>"
#. sWMEb
#: func_arabic.xhp
@@ -55311,7 +55383,7 @@ msgctxt ""
"par_id621542232197446\n"
"help.text"
msgid "<emph>Text</emph>: text representing a Roman number."
-msgstr ""
+msgstr "<emph>Текст</emph>: текст, представящ римско число."
#. WcE8r
#: func_arabic.xhp
@@ -55320,7 +55392,7 @@ msgctxt ""
"par_id451628776707264\n"
"help.text"
msgid "<input>=ARABIC(\"MXIV\")</input> returns the numeric value 1014."
-msgstr ""
+msgstr "<input>=ARABIC(\"MXIV\")</input> връща числовата стойност 1014."
#. hDmDF
#: func_arabic.xhp
@@ -55329,7 +55401,7 @@ msgctxt ""
"par_id101628778036375\n"
"help.text"
msgid "<input>=ARABIC(\"MMII\")</input> returns the numeric value 2002."
-msgstr ""
+msgstr "<input>=ARABIC(\"MMII\")</input> връща числовата стойност 2002."
#. XAwC8
#: func_arabic.xhp
@@ -55338,7 +55410,7 @@ msgctxt ""
"par_id101628778036134\n"
"help.text"
msgid "<input>=ARABIC(\"\")</input> returns 0."
-msgstr ""
+msgstr "<input>=ARABIC(\"\")</input> връща 0."
#. yugTC
#: func_asc.xhp
@@ -55347,7 +55419,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ASC Function"
-msgstr ""
+msgstr "Функция ASC"
#. H3kmF
#: func_asc.xhp
@@ -55356,7 +55428,7 @@ msgctxt ""
"bm_id831542233029549\n"
"help.text"
msgid "<bookmark_value>ASC function</bookmark_value> <bookmark_value>text functions;katakana characters</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ASC, функция</bookmark_value><bookmark_value>текстови функции;знаци от катакана</bookmark_value>"
#. 5sWTB
#: func_asc.xhp
@@ -55365,7 +55437,7 @@ msgctxt ""
"hd_id881628776094597\n"
"help.text"
msgid "<variable id=\"Asc_h1\"><link href=\"text/scalc/01/func_asc.xhp\" name=\"function ASC\">ASC</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Asc_h1\"><link href=\"text/scalc/01/func_asc.xhp\" name=\"function ASC\">ASC</link></variable>"
#. gtGVG
#: func_asc.xhp
@@ -55374,7 +55446,7 @@ msgctxt ""
"par_id541542230672101\n"
"help.text"
msgid "<variable id=\"func_asc_desc\"><ahelp hid=\".\">Converts double-byte (full-width) characters to single-byte (half-width) ASCII and katakana characters.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"func_asc_desc\"><ahelp hid=\".\">Преобразува двубайтови (с пълна ширина) знаци към еднобайтови (с половин ширина) знаци от ASCII и катакана.</ahelp></variable>"
#. zwX68
#: func_asc.xhp
@@ -55383,7 +55455,7 @@ msgctxt ""
"par_id151634221012221\n"
"help.text"
msgid "See <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr ""
+msgstr "Вижте таблицата за преобразуване на адрес <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link>."
#. nWQan
#: func_asc.xhp
@@ -55392,7 +55464,7 @@ msgctxt ""
"par_id701542231253817\n"
"help.text"
msgid "<input>ASC(Text)</input>"
-msgstr ""
+msgstr "<input>ASC(Текст)</input>"
#. npFEH
#: func_asc.xhp
@@ -55401,7 +55473,7 @@ msgctxt ""
"par_id621542232197446\n"
"help.text"
msgid "<emph>Text</emph>: the text string that contains characters to be converted."
-msgstr ""
+msgstr "<emph>Text</emph>: текстовият низ, съдържащ знаците, които да бъдат преобразувани."
#. d9fM4
#: func_asc.xhp
@@ -55410,7 +55482,7 @@ msgctxt ""
"par_id481637763523789\n"
"help.text"
msgid "Applying the ASC function to a string composed of single-byte characters will return the input string without any modifications."
-msgstr ""
+msgstr "Прилагането на функцията ASC върху низ, съставен от еднобайтови знаци, ще върне входния низ без никакви промени."
#. QXBHB
#: func_asc.xhp
@@ -55419,7 +55491,7 @@ msgctxt ""
"par_id451628776707264\n"
"help.text"
msgid "<input>=ASC(\"LibreOffice\")</input> returns the string \"LibreOffice\". No modifications were made because all characters are single-byte characters."
-msgstr ""
+msgstr "<input>=ASC(\"LibreOffice\")</input> връща низа \"LibreOffice\". Не са внесени промени, тъй като всички знаци са еднобайтови."
#. f8rff
#: func_asc.xhp
@@ -55428,7 +55500,7 @@ msgctxt ""
"par_id101628778036375\n"
"help.text"
msgid "<input>=ASC(\"ライト\")</input> returns the string \"ライト\", which is composed of single-byte characters."
-msgstr ""
+msgstr "<input>=ASC(\"ライト\")</input> връща низа \"ライト\", който е съставен от еднобайтови знаци."
#. y9q7t
#: func_averageif.xhp
@@ -56114,14 +56186,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "За положително число функцията закръглява нагоре (навън от нулата). За отрицателно число функцията закръглява нагоре (към нулата). Знакът на стъпката се игнорира."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Резултатите, изчислявани от тази функция, са еднакви с тези на функцията <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56402,14 +56474,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "За положително число функцията закръглява нагоре (навън от нулата). За отрицателно число функцията закръглява нагоре (към нулата). Знакът на стъпката се игнорира."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Резултатите, изчислявани от тази функция, са еднакви с тези на функцията <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -57759,7 +57831,7 @@ msgctxt ""
"par_id911641306487164\n"
"help.text"
msgid "1 - The \"at\" unit is deprecated. Use \"atm\" instead."
-msgstr ""
+msgstr "1 - Единицата \"at\" е отхвърлена. Вместо нея използвайте \"atm\"."
#. vWzBh
#: func_convert.xhp
@@ -58317,7 +58389,7 @@ msgctxt ""
"par_id671641306535516\n"
"help.text"
msgid "2 - These units are not part of the <emph>Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</emph> standard for the CONVERT function. They are preserved for backward compatibility."
-msgstr ""
+msgstr "2 - Тези единици не са част от стандарта <emph>Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</emph> за функцията CONVERT. Те са запазени за съвместимост назад."
#. ej2DE
#: func_convert.xhp
@@ -58740,7 +58812,7 @@ msgctxt ""
"par_id531642776283977\n"
"help.text"
msgid "<input>DATEDIF(Start date; End date; Interval)</input>"
-msgstr ""
+msgstr "<input>DATEDIF(Начална дата; Крайна дата; Интервал)</input>"
#. CMjse
#: func_datedif.xhp
@@ -58767,7 +58839,7 @@ msgctxt ""
"par_id3153183\n"
"help.text"
msgid "<emph>Interval</emph> is a string that determines how the difference will be calculated. Possible values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\" regardless of the current language settings."
-msgstr ""
+msgstr "<emph>Интервал</emph> е низ, който определя как се изчислява разликата. Възможните стойности са \"d\", \"m\", \"y\", \"ym\", \"md\" или \"yd\" в зависимост от текущите настройки за език."
#. Lxgdp
#: func_datedif.xhp
@@ -59847,7 +59919,7 @@ msgctxt ""
"par_id481573517830373\n"
"help.text"
msgid "<input>=FINDB(\"a\"; \"LibreOffice Calc\")</input> returns 15. The <emph>Find Text</emph> argument is a text string that comprises a full-width, double-byte \"a\" character, while the <emph>Text</emph> argument comprises 12 single-byte characters followed by four full-width, double-byte characters."
-msgstr ""
+msgstr "<input>=FINDB(\"a\"; \"LibreOffice Calc\")</input> връща 15. Аргументът <emph>Търсен текст</emph> е текстов низ, който съдържа двубайтов знак \"a\" с пълна ширина, докато аргументът <emph>Текст</emph> съдържа 12 еднобайтови знака, последвани от четири двубайтови знака с пълна ширина."
#. aACGP
#: func_floor.xhp
@@ -60396,7 +60468,7 @@ msgctxt ""
"hd_id0603201610022291\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT Function</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_forecastetsmult.xhp\">Функция FORECAST.ETS.MULT</link>"
#. tYAjY
#: func_forecastetsmult.xhp
@@ -62214,7 +62286,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "JIS Function"
-msgstr ""
+msgstr "Функция JIS"
#. 5Qavf
#: func_jis.xhp
@@ -62223,7 +62295,7 @@ msgctxt ""
"bm_id831542233029549\n"
"help.text"
msgid "<bookmark_value>JIS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>JIS, функция</bookmark_value>"
#. MEYJo
#: func_jis.xhp
@@ -62232,7 +62304,7 @@ msgctxt ""
"hd_id881628776094597\n"
"help.text"
msgid "<variable id=\"Jis_h1\"><link href=\"text/scalc/01/func_jis.xhp\" name=\"function JIS\">JIS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Jis_h1\"><link href=\"text/scalc/01/func_jis.xhp\" name=\"function JIS\">JIS</link></variable>"
#. 3XKQ3
#: func_jis.xhp
@@ -62241,7 +62313,7 @@ msgctxt ""
"par_id541542230672101\n"
"help.text"
msgid "<variable id=\"func_jis_desc\"><ahelp hid=\".\">Converts single-byte (half-width) ASCII or katakana characters to double-byte (full-width) characters.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"func_jis_desc\"><ahelp hid=\".\">Преобразува еднобайтови знаци (с половин ширина) от ASCII или катакана към двубайтови знаци (с пълна ширина).</ahelp></variable>"
#. UdHVW
#: func_jis.xhp
@@ -62250,7 +62322,7 @@ msgctxt ""
"par_id151634221012221\n"
"help.text"
msgid "See <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr ""
+msgstr "Вижте таблицата за преобразуване на адрес <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link>."
#. AjjnX
#: func_jis.xhp
@@ -62259,7 +62331,7 @@ msgctxt ""
"par_id701542231253817\n"
"help.text"
msgid "<input>JIS(Text)</input>"
-msgstr ""
+msgstr "<input>JIS(Текст)</input>"
#. f9YAh
#: func_jis.xhp
@@ -62268,7 +62340,7 @@ msgctxt ""
"par_id621542232197446\n"
"help.text"
msgid "<emph>Text</emph>: the text string that contains characters to be converted."
-msgstr ""
+msgstr "<emph>Text</emph>: текстовият низ, съдържащ знаците, които да бъдат преобразувани."
#. b289j
#: func_jis.xhp
@@ -62277,7 +62349,7 @@ msgctxt ""
"par_id481637763523789\n"
"help.text"
msgid "Applying the JIS function to a string composed of double-byte characters will return the input string without any modifications."
-msgstr ""
+msgstr "Прилагането на функцията JIS върху низ, съставен от двубайтови знаци, ще върне входния низ без никакви промени."
#. BBEVj
#: func_jis.xhp
@@ -62286,7 +62358,7 @@ msgctxt ""
"par_id451628776707264\n"
"help.text"
msgid "<input>=JIS(\"LibreOffice\")</input> returns the string \"LibreOffice\". Note that the returned string uses double-byte characters."
-msgstr ""
+msgstr "<input>=JIS(\"LibreOffice\")</input> връща низа \"LibreOffice\". Обърнете внимание, че знаците във върнатия низ са двубайтови."
#. fEFNT
#: func_jis.xhp
@@ -62295,7 +62367,7 @@ msgctxt ""
"par_id101628778036375\n"
"help.text"
msgid "<input>=JIS(\"ライト\")</input> returns the string \"ライト\", which is composed of double-byte characters."
-msgstr ""
+msgstr "<input>=JIS(\"ライト\")</input> връща низа \"ライト\", който е съставен от двубайтови знаци."
#. Cauxq
#: func_maxifs.xhp
@@ -63141,7 +63213,7 @@ msgctxt ""
"hd_id3145621\n"
"help.text"
msgid "<variable id=\"numbervalue_h1\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>"
-msgstr ""
+msgstr "<variable id=\"numbervalue_h1\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>"
#. Ywca6
#: func_numbervalue.xhp
@@ -63150,7 +63222,7 @@ msgctxt ""
"par_id3145087\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Converts the string representation of a number into a locale-independent numeric value.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Преобразува низовото представяне на число в независима от локала числова стойност.</ahelp>"
#. xfP9G
#: func_numbervalue.xhp
@@ -63159,7 +63231,7 @@ msgctxt ""
"par_id3149281\n"
"help.text"
msgid "The input text may be in a locale-dependent or other bespoke format."
-msgstr ""
+msgstr "Входният текст може да бъде в зависим от локала или друг специализиран формат."
#. vVK9p
#: func_numbervalue.xhp
@@ -63168,7 +63240,7 @@ msgctxt ""
"par_id381625600941159\n"
"help.text"
msgid "The output number is formatted as a valid floating point value and shown using the current cell's number format."
-msgstr ""
+msgstr "Резултатното число се форматира като валидна стойност с плаваща запетая и се показва с числовия формат на текущата клетка."
#. CdgXz
#: func_numbervalue.xhp
@@ -63177,7 +63249,7 @@ msgctxt ""
"par_id351625601754290\n"
"help.text"
msgid "Refer to the <link href=\"text/shared/01/05020300.xhp\" name=\"num_format_link\">Numbers / Format</link> help page to learn how to change the format of numbers in a cell."
-msgstr ""
+msgstr "Вижте страницата от помощта <link href=\"text/shared/01/05020300.xhp\" name=\"num_format_link\">Числа / Формат</link>, за да научите как да променяте формата на числата в клетка."
#. vEdwF
#: func_numbervalue.xhp
@@ -63186,7 +63258,7 @@ msgctxt ""
"par_id721625602228575\n"
"help.text"
msgid "NUMBERVALUE(Text[; Decimal Separator[; Group Separator]])"
-msgstr ""
+msgstr "NUMBERVALUE(Текст[; Десетичен разделител[; Разделител на групи]])"
#. Y3A9n
#: func_numbervalue.xhp
@@ -63195,7 +63267,7 @@ msgctxt ""
"par_id3154819\n"
"help.text"
msgid "<emph>Text</emph> is a string that contains the number to be converted."
-msgstr ""
+msgstr "<emph>Текст</emph> е низ, съдържащ числото, което да бъде преобразувано."
#. gwZ7A
#: func_numbervalue.xhp
@@ -63204,7 +63276,7 @@ msgctxt ""
"par_id3154820\n"
"help.text"
msgid "<emph>Decimal Separator</emph> is a single character that specifies the decimal separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any decimal or group separators."
-msgstr ""
+msgstr "<emph>Десетичен разделител</emph> е един знак, който указва разделителя на дробната част в <emph>Текст</emph>. Може да бъде пропуснат, ако <emph>Текст</emph> не съдържа разделители на групи или на дробна част."
#. KJ6WA
#: func_numbervalue.xhp
@@ -63213,7 +63285,7 @@ msgctxt ""
"par_id3154821\n"
"help.text"
msgid "<emph>Group Separator</emph> is a string that specifies the character(s) used as the group separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any group separators. The <emph>Decimal Separator</emph> character should not be used in <emph>Group Separator</emph>."
-msgstr ""
+msgstr "<emph>Разделител на групи</emph> е низ, който указва знака или знаците, използвани за разделяне на групите от цифри в <emph>Текст</emph>. Може да бъде пропуснат, ако <emph>Текст</emph> не съдържа разделители на групи. Знакът <emph>Десетичен разделител</emph> не трябва да се използва в <emph>Разделител на групи</emph>."
#. yptHN
#: func_numbervalue.xhp
@@ -63222,7 +63294,7 @@ msgctxt ""
"par_id3155841\n"
"help.text"
msgid "<input>=NUMBERVALUE(\"1.234.567,89\"; \",\"; \".\")</input> returns 1234567.89 (considering en-US locale). The function removes the two group separators and changes the decimal separator from a comma to a full stop."
-msgstr ""
+msgstr "<input>=NUMBERVALUE(\"1.234.567,89\"; \",\"; \".\")</input> връща 1234567.89 (при локал en-US). Функцията премахва двата разделителя на групи и заменя разделителя на дробната част от запетая на точка."
#. UNiLM
#: func_numbervalue.xhp
@@ -63231,7 +63303,7 @@ msgctxt ""
"par_id721625603302860\n"
"help.text"
msgid "<input>=NUMBERVALUE(\"123·4\"; \"·\")</input> returns 123.4 (considering en-US locale). The function changes the decimal separator from a \"·\" to a full stop. No group separator is used in the supplied number and so the <emph>Group Separator</emph> argument is omitted."
-msgstr ""
+msgstr "<input>=NUMBERVALUE(\"123·4\"; \"·\")</input> връща 123.4 (при локал en-US). Функцията променя десетичния разделител от \"·\" на точка. В подаденото число не се използва разделител на групи, затова аргументът <emph>Разделител на групи</emph> е пропуснат."
#. iGGwj
#: func_numbervalue.xhp
@@ -63240,7 +63312,7 @@ msgctxt ""
"par_id491625603415715\n"
"help.text"
msgid "<input>=NUMBERVALUE(\"123e12\")</input> returns 1.23E+14 (considering en-US locale). No decimal or group separators are used in the supplied number and so the <emph>Decimal Separator</emph> and <emph>Group Separator</emph> arguments are omitted."
-msgstr ""
+msgstr "<input>=NUMBERVALUE(\"123e12\")</input> връща 1.23E+14 (при локал en-US). В подаденото число не са използвани разделители на групи или дробна част, затова аргументите <emph>Десетичен разделител</emph> и <emph>Разделител на групи</emph> са пропуснати."
#. vTYDd
#: func_numbervalue.xhp
@@ -63249,7 +63321,7 @@ msgctxt ""
"par_id801625603497421\n"
"help.text"
msgid "<input>=NUMBERVALUE(\"1#!234#!567\"; \".\"; \"#!\")</input> returns 1234567 (considering en-US locale). Note that in this case the group separator is specified as a two-character string."
-msgstr ""
+msgstr "<input>=NUMBERVALUE(\"1#!234#!567\"; \".\"; \"#!\")</input> връща 1234567 (при локал en-US). Обърнете внимание, че в този случай разделителят на групи е зададен като низ от два знака."
#. 4sMd6
#: func_numbervalue.xhp
@@ -63258,7 +63330,7 @@ msgctxt ""
"par_id451626100385699\n"
"help.text"
msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE\" name=\"NUMBERVALUE_Wiki\">NUMBERVALUE</link> wiki page for more details about this function."
-msgstr ""
+msgstr "Вижте уикистраницата <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE\" name=\"NUMBERVALUE_Wiki\">NUMBERVALUE</link> за повече подробности относно тази функция."
#. EJhfD
#: func_opt_barrier.xhp
@@ -63870,7 +63942,7 @@ msgctxt ""
"hd_2016112109231\n"
"help.text"
msgid "<variable id=\"rawsubtracth1\"><link href=\"text/scalc/01/func_rawsubtract.xhp\">RAWSUBTRACT</link></variable>"
-msgstr ""
+msgstr "<variable id=\"rawsubtracth1\"><link href=\"text/scalc/01/func_rawsubtract.xhp\">RAWSUBTRACT</link></variable>"
#. CoCx7
#: func_rawsubtract.xhp
@@ -63998,13 +64070,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Текст</emph>: Текст или обръщение към клетка, където да се приложи регулярният израз."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -64095,7 +64167,7 @@ msgctxt ""
"par_id431542233650614\n"
"help.text"
msgid "<link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>"
-msgstr ""
+msgstr "<link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">Регулярни изрази на ICU</link>"
#. B64FM
#: func_replaceb.xhp
@@ -64149,7 +64221,7 @@ msgctxt ""
"par_id331573510857418\n"
"help.text"
msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced."
-msgstr ""
+msgstr "<emph>Текст</emph>: текстов израз или обръщение към клетка, съдържаща текстов израз, в който трябва да се извърши замяната на байтове."
#. 9a6mz
#: func_replaceb.xhp
@@ -64158,7 +64230,7 @@ msgctxt ""
"par_id431573510862075\n"
"help.text"
msgid "<emph>Position</emph>: the byte position from which text is to be replaced."
-msgstr ""
+msgstr "<emph>Позиция</emph>: позицията на байта, от който трябва да започне замяната."
#. AsHs8
#: func_replaceb.xhp
@@ -64167,7 +64239,7 @@ msgctxt ""
"par_id481573510866260\n"
"help.text"
msgid "<emph>Length</emph>: the number of bytes to be replaced."
-msgstr ""
+msgstr "<emph>Дължина</emph>: броят байтове, които да бъдат заместени."
#. UuACG
#: func_replaceb.xhp
@@ -64194,7 +64266,7 @@ msgctxt ""
"par_id721626381053212\n"
"help.text"
msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB\" name=\"REPLACEB_Wiki\">REPLACEB</link> wiki page for more details about this function."
-msgstr ""
+msgstr "Вижте уикистраницата <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB\" name=\"REPLACEB_Wiki\">REPLACEB</link> за повече подробности относно тази функция."
#. FuCCt
#: func_roman.xhp
@@ -64203,7 +64275,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ROMAN Function"
-msgstr ""
+msgstr "Функция ROMAN"
#. JqcvP
#: func_roman.xhp
@@ -64212,7 +64284,7 @@ msgctxt ""
"bm_id831542233029549\n"
"help.text"
msgid "<bookmark_value>ROMAN function</bookmark_value> <bookmark_value>text functions;convert to roman numbers</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ROMAN, функция</bookmark_value><bookmark_value>текстови функции;преобразуване към римски числа</bookmark_value>"
#. uXEPr
#: func_roman.xhp
@@ -64221,7 +64293,7 @@ msgctxt ""
"hd_id881628776094597\n"
"help.text"
msgid "<variable id=\"Roman_h1\"><link href=\"text/scalc/01/func_roman.xhp\" name=\"function ROMAN\">ROMAN</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Roman_h1\"><link href=\"text/scalc/01/func_roman.xhp\" name=\"function ROMAN\">ROMAN</link></variable>"
#. pdMgk
#: func_roman.xhp
@@ -64230,7 +64302,7 @@ msgctxt ""
"par_id541542230672101\n"
"help.text"
msgid "<variable id=\"func_roman_desc\"><ahelp hid=\".\">Converts a number into a Roman numeral. The value range must be between 0 and 3999. A simplification mode can be specified in the range from 0 to 4.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"func_roman_desc\"><ahelp hid=\".\">Преобразува число към изписване с римски цифри. Стойността трябва да е в диапазона от 0 до 3999. Може да бъде зададен режим на опростяване в диапазона от 0 до 4.</ahelp></variable>"
#. tRsoC
#: func_roman.xhp
@@ -64239,7 +64311,7 @@ msgctxt ""
"par_id701542231253817\n"
"help.text"
msgid "<input>ROMAN(Number [; Mode])</input>"
-msgstr ""
+msgstr "<input>ROMAN(Число [; Режим])</input>"
#. rz4bH
#: func_roman.xhp
@@ -64248,7 +64320,7 @@ msgctxt ""
"par_id621542232197446\n"
"help.text"
msgid "<emph>Number</emph>: the number that is to be converted into a Roman numeral."
-msgstr ""
+msgstr "<emph>Число</emph>: числото, което да бъде изразено с римски цифри."
#. bfvWL
#: func_roman.xhp
@@ -64257,7 +64329,7 @@ msgctxt ""
"par_id621542232197337\n"
"help.text"
msgid "<emph>Mode</emph>: optional value ranging between 0 to 4 that indicates the degree of simplification to be used in the conversion. The higher the value, the greater is the simplification of the Roman number."
-msgstr ""
+msgstr "<emph>Режим</emph>: незадължителна стойност от 0 до 4, която указва каква степен на опростяване да се използва при преобразуването. Колкото е по-висока стойността, толкова по-опростено е римското число."
#. BBUCq
#: func_roman.xhp
@@ -64266,7 +64338,7 @@ msgctxt ""
"par_id451628776707264\n"
"help.text"
msgid "<input>=ROMAN(999)</input> returns \"CMXCIX\" (uses simplification mode equal to zero, which is the default)."
-msgstr ""
+msgstr "<input>=ROMAN(999)</input> връща \"CMXCIX\" (използва нулевия режим на опростяване, който се подразбира)."
#. mBktA
#: func_roman.xhp
@@ -64275,7 +64347,7 @@ msgctxt ""
"par_id101628778036375\n"
"help.text"
msgid "<input>=ROMAN(999;0)</input> returns \"CMXCIX\"."
-msgstr ""
+msgstr "<input>=ROMAN(999;0)</input> връща \"CMXCIX\"."
#. fGqPj
#: func_roman.xhp
@@ -64284,7 +64356,7 @@ msgctxt ""
"par_id101628778036134\n"
"help.text"
msgid "<input>=ROMAN(999;1)</input> returns \"LMVLIV\"."
-msgstr ""
+msgstr "<input>=ROMAN(999;1)</input> връща \"LMVLIV\"."
#. qBbFo
#: func_roman.xhp
@@ -64293,7 +64365,7 @@ msgctxt ""
"par_id101628778036278\n"
"help.text"
msgid "<input>=ROMAN(999;2)</input> returns \"XMIX\"."
-msgstr ""
+msgstr "<input>=ROMAN(999;2)</input> връща \"XMIX\"."
#. AY5jP
#: func_roman.xhp
@@ -64302,7 +64374,7 @@ msgctxt ""
"par_id101628778036364\n"
"help.text"
msgid "<input>=ROMAN(999;3)</input> returns \"VMIV\"."
-msgstr ""
+msgstr "<input>=ROMAN(999;3)</input> връща \"VMIV\"."
#. B2aqT
#: func_roman.xhp
@@ -64311,7 +64383,7 @@ msgctxt ""
"par_id101628778036008\n"
"help.text"
msgid "<input>=ROMAN(999;4)</input> returns \"IM\"."
-msgstr ""
+msgstr "<input>=ROMAN(999;4)</input> връща \"IM\"."
#. CBuwx
#: func_roman.xhp
@@ -64320,7 +64392,7 @@ msgctxt ""
"par_id101628778036019\n"
"help.text"
msgid "<input>=ROMAN(0)</input> returns \"\" (empty text)."
-msgstr ""
+msgstr "<input>=ROMAN(0)</input> връща \"\" (празен текст)."
#. aU68a
#: func_rounddown.xhp
@@ -64329,7 +64401,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ROUNDDOWN function"
-msgstr ""
+msgstr "Функция ROUNDDOWN"
#. riRPe
#: func_rounddown.xhp
@@ -64338,7 +64410,7 @@ msgctxt ""
"bm_id3156384\n"
"help.text"
msgid "<bookmark_value>ROUNDDOWN function</bookmark_value> <bookmark_value>numbers;rounding down</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ROUNDDOWN, функция</bookmark_value><bookmark_value>числа;закръгляване надолу</bookmark_value>"
#. sroq5
#: func_rounddown.xhp
@@ -64347,7 +64419,7 @@ msgctxt ""
"hd_id601641846107898\n"
"help.text"
msgid "<variable id=\"rounddown_h1\"><link href=\"text/scalc/01/func_rounddown.xhp\" name=\"rounddown_link\">ROUNDDOWN function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"rounddown_h1\"><link href=\"text/scalc/01/func_rounddown.xhp\" name=\"rounddown_link\">Функция ROUNDDOWN</link></variable>"
#. dFaB6
#: func_rounddown.xhp
@@ -64356,7 +64428,7 @@ msgctxt ""
"par_id841641927277474\n"
"help.text"
msgid "Rounds down a number while keeping a specified number of decimal digits."
-msgstr ""
+msgstr "Закръглява число надолу, запазвайки указан брой десетични позиции."
#. gchGZ
#: func_rounddown.xhp
@@ -64365,7 +64437,7 @@ msgctxt ""
"par_id701642530512560\n"
"help.text"
msgid "This function is equivalent to the <link href=\"text/scalc/01/func_trunc.xhp\" name=\"TRUNC_link\">TRUNC function</link>."
-msgstr ""
+msgstr "Тази функция е еквивалентна на <link href=\"text/scalc/01/func_trunc.xhp\" name=\"TRUNC_link\">функцията TRUNC</link>."
#. soLKp
#: func_rounddown.xhp
@@ -64374,7 +64446,7 @@ msgctxt ""
"par_id341641927560587\n"
"help.text"
msgid "<input>ROUNDDOWN(Number [; Count])</input>"
-msgstr ""
+msgstr "<input>ROUNDDOWN(Число [; Брой])</input>"
#. zMhAG
#: func_rounddown.xhp
@@ -64383,7 +64455,7 @@ msgctxt ""
"par_id11641927688319\n"
"help.text"
msgid "<emph>Number:</emph> The number to be rounded down."
-msgstr ""
+msgstr "<emph>Число:</emph> числото, което да бъде закръглено надолу."
#. CkVAE
#: func_rounddown.xhp
@@ -64392,7 +64464,7 @@ msgctxt ""
"par_id861641927715672\n"
"help.text"
msgid "<emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero)."
-msgstr ""
+msgstr "<emph>Брой:</emph> незадължителен параметър, който задава колко десетични позиции да се запазят. Подразбираната стойност е 0 (нула)."
#. rJEFs
#: func_rounddown.xhp
@@ -64401,7 +64473,7 @@ msgctxt ""
"par_id911641928545976\n"
"help.text"
msgid "Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth."
-msgstr ""
+msgstr "Използвайте отрицателни стойности за <emph>Брой</emph>, за да закръглите цялата част на оригиналното <emph>Число</emph>. Например -1 ще закръгли надолу последната цифра на цялата част, -2 ще закръгли надолу последните две цифри на цялата част и т.н."
#. GFCDG
#: func_rounddown.xhp
@@ -64410,7 +64482,7 @@ msgctxt ""
"par_id181641929609906\n"
"help.text"
msgid "In %PRODUCTNAME, the <emph>Count</emph> parameter is optional, whereas in Microsoft Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility."
-msgstr ""
+msgstr "В %PRODUCTNAME параметърът <emph>Брой</emph> е по желание, докато в Microsoft Excel е задължителен. Когато ODS файл съдържа извикване към ROUNDDOWN без параметъра <emph>Брой</emph> и файлът бъде експортиран към формат XLS или XLSX, липсващият аргумент ще бъде автоматично добавен със стойност нула, за да се запази съвместимостта."
#. BCmT8
#: func_rounddown.xhp
@@ -64419,7 +64491,7 @@ msgctxt ""
"par_id901641928192870\n"
"help.text"
msgid "<input>=ROUNDDOWN(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0."
-msgstr ""
+msgstr "<input>=ROUNDDOWN(21,89)</input> връща 21. Забележете, че в този пример се използва подразбираната стойност за <emph>Брой</emph>, която е 0."
#. aGJYK
#: func_rounddown.xhp
@@ -64428,7 +64500,7 @@ msgctxt ""
"par_id901641928192110\n"
"help.text"
msgid "<input>=ROUNDDOWN(103.37,1)</input> returns 103.3."
-msgstr ""
+msgstr "<input>=ROUNDDOWN(103,37; 1)</input> връща 103,3."
#. bzN7A
#: func_rounddown.xhp
@@ -64437,7 +64509,7 @@ msgctxt ""
"par_id171641928456743\n"
"help.text"
msgid "<input>=ROUNDDOWN(0.664,2)</input> returns 0.66."
-msgstr ""
+msgstr "<input>=ROUNDDOWN(0,664; 2)</input> връща 0,66."
#. e4fx9
#: func_rounddown.xhp
@@ -64446,7 +64518,7 @@ msgctxt ""
"par_id641641928712287\n"
"help.text"
msgid "<input>=ROUNDDOWN(214.2,-1)</input> returns 210. Note the negative value for <emph>Count</emph>, which causes the first integer value before the decimal separator to be rounded towards zero."
-msgstr ""
+msgstr "<input>=ROUNDDOWN(214,2; -1)</input> връща 210. Забележете отрицателната стойност за <emph>Брой</emph>, която предизвиква закръгляване на последната цифра преди десетичния разделител надолу до нула."
#. E7heY
#: func_roundsig.xhp
@@ -64473,7 +64545,7 @@ msgctxt ""
"hd_id351519154702177\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_roundsig.xhp\" name=\"function roundsig\">ROUNDSIG</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_roundsig.xhp\" name=\"function roundsig\">ROUNDSIG</link>"
#. jJKBA
#: func_roundsig.xhp
@@ -64806,7 +64878,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "SUM Function"
-msgstr ""
+msgstr "Функция SUM"
#. fLyVA
#: func_sum.xhp
@@ -64815,7 +64887,7 @@ msgctxt ""
"id431636401649762\n"
"help.text"
msgid "<bookmark_value>SUM function</bookmark_value> <bookmark_value>adding;numbers in cell ranges</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>SUM, функция</bookmark_value><bookmark_value>събиране;числа в диапазони от клетки</bookmark_value>"
#. AE4pM
#: func_sum.xhp
@@ -64824,7 +64896,7 @@ msgctxt ""
"hd_id121636398275790\n"
"help.text"
msgid "<variable id=\"sum_head\"><link href=\"text/scalc/01/func_sum.xhp\" name=\"function SUM\">SUM</link></variable>"
-msgstr ""
+msgstr "<variable id=\"sum_head\"><link href=\"text/scalc/01/func_sum.xhp\" name=\"function SUM\">SUM</link></variable>"
#. c32xJ
#: func_sum.xhp
@@ -64833,7 +64905,7 @@ msgctxt ""
"par_id491636401806866\n"
"help.text"
msgid "<variable id=\"func_sum_desc\"><ahelp hid=\".\">Adds a set of numbers.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"func_sum_desc\"><ahelp hid=\".\">Събира съвкупност от числа.</ahelp></variable>"
#. vfwu7
#: func_sum.xhp
@@ -64842,7 +64914,7 @@ msgctxt ""
"par_id3163656\n"
"help.text"
msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
-msgstr ""
+msgstr "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)"
#. h8z3Q
#: func_sum.xhp
@@ -64851,7 +64923,7 @@ msgctxt ""
"par_id3163704\n"
"help.text"
msgid "<input>=SUM(2;3;4)</input> returns 9."
-msgstr ""
+msgstr "<input>=SUM(2; 3; 4)</input> връща 9."
#. 6ohPR
#: func_sum.xhp
@@ -64860,7 +64932,7 @@ msgctxt ""
"par_id3151740\n"
"help.text"
msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells."
-msgstr ""
+msgstr "<item type=\"input\">=SUM(A1; A3; B5)</item> изчислява сбора на трите клетки."
#. FbQ6a
#: func_sum.xhp
@@ -64869,7 +64941,7 @@ msgctxt ""
"par_id931636109030406\n"
"help.text"
msgid "<item type=\"input\">=SUM(A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
-msgstr ""
+msgstr "<item type=\"input\">=SUM(A1:E10)</item> изчислява сумата на всички клетки в диапазона от A1 до E10."
#. y22jE
#: func_sum.xhp
@@ -64878,7 +64950,7 @@ msgctxt ""
"par_id3151756\n"
"help.text"
msgid "A formula such as <input>=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</input> may be entered as an <link href=\"text/scalc/01/04060107.html#hd_id3148474\" name=\"ARRAY_FORMULA\">array formula</link> by pressing the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Enter keys instead of simply pressing the Enter key to finish entering the formula. The formula will then be shown in the Formula bar enclosed in braces and operates by multiplying corresponding elements of the arrays together and returning their sum."
-msgstr ""
+msgstr "Формула от рода на <input>=SUM((A1:A40 >= C1) * (A1:A40 < C2) * B1:B40)</input> може да бъде въведена като <link href=\"text/scalc/01/04060107.html#hd_id3148474\" name=\"ARRAY_FORMULA\">формула за масиви</link>, като за приключване на въвеждането ѝ се натиснат клавишите Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Enter вместо просто Enter. В този случай формулата ще бъде оградена с фигурни скоби в лентата „Формули“ и ще работи, като умножава съответстващите си елементи от масивите и връща сумата им."
#. FWxB2
#: func_sum.xhp
@@ -64887,7 +64959,7 @@ msgctxt ""
"par_id661636108218550\n"
"help.text"
msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUM\" name=\"SUM_Wiki\">SUM</link> wiki page for more details about this function."
-msgstr ""
+msgstr "Вижте уикистраницата <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUM\" name=\"SUM_Wiki\">SUM</link> за повече подробности относно тази функция."
#. DfceH
#: func_sumifs.xhp
@@ -65571,7 +65643,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "TRUNC function"
-msgstr ""
+msgstr "Функция TRUNC"
#. UkBEB
#: func_trunc.xhp
@@ -65580,7 +65652,7 @@ msgctxt ""
"bm_id3156384\n"
"help.text"
msgid "<bookmark_value>TRUNC function</bookmark_value> <bookmark_value>decimal places;cutting off</bookmark_value> <bookmark_value>numbers;truncate</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>TRUNC, функция</bookmark_value><bookmark_value>десетични позиции;отрязване</bookmark_value><bookmark_value>числа;закръгляване надолу</bookmark_value>"
#. CQ5Zg
#: func_trunc.xhp
@@ -65589,7 +65661,7 @@ msgctxt ""
"hd_id601641846107898\n"
"help.text"
msgid "<variable id=\"trunc_h1\"><link href=\"text/scalc/01/func_trunc.xhp\" name=\"trunc_link\">TRUNC function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"trunc_h1\"><link href=\"text/scalc/01/func_trunc.xhp\" name=\"trunc_link\">Функция TRUNC</link></variable>"
#. dkTrh
#: func_trunc.xhp
@@ -65598,7 +65670,7 @@ msgctxt ""
"par_id841641927277474\n"
"help.text"
msgid "Truncates a number while keeping a specified number of decimal digits."
-msgstr ""
+msgstr "Съкращава число, запазвайки указан брой десетични цифри."
#. Hxed7
#: func_trunc.xhp
@@ -65607,7 +65679,7 @@ msgctxt ""
"par_id701642530512560\n"
"help.text"
msgid "This function is equivalent to the <link href=\"text/scalc/01/func_rounddown.xhp\" name=\"ROUNDDOWN_link\">ROUNDDOWN function</link>."
-msgstr ""
+msgstr "Тази функция е еквивалентна на <link href=\"text/scalc/01/func_rounddown.xhp\" name=\"ROUNDDOWN_link\">функцията ROUNDDOWN</link>."
#. oZAWU
#: func_trunc.xhp
@@ -65616,7 +65688,7 @@ msgctxt ""
"par_id321641927458888\n"
"help.text"
msgid "The rounding method used by this function is known as <emph>rounding towards zero</emph>. The resulting number will always be smaller than or equal to the original number."
-msgstr ""
+msgstr "Методът на закръгляване, използван в тази функция, е известен като <emph>закръгляване към нулата</emph>. Полученото число винаги ще бъде по-малко или равно на оригиналното."
#. SqCQv
#: func_trunc.xhp
@@ -65625,7 +65697,7 @@ msgctxt ""
"par_id341641927560587\n"
"help.text"
msgid "<input>TRUNC(Number [; Count])</input>"
-msgstr ""
+msgstr "<input>TRUNC(Число [; Брой])</input>"
#. RryDW
#: func_trunc.xhp
@@ -65634,7 +65706,7 @@ msgctxt ""
"par_id11641927688319\n"
"help.text"
msgid "<emph>Number:</emph> The number to be truncated."
-msgstr ""
+msgstr "<emph>Число:</emph> числото, на което да бъдат нулирани последните цифри."
#. Hg6mt
#: func_trunc.xhp
@@ -65643,7 +65715,7 @@ msgctxt ""
"par_id861641927715672\n"
"help.text"
msgid "<emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero)."
-msgstr ""
+msgstr "<emph>Брой:</emph> незадължителен параметър, който задава колко десетични позиции да се запазят. Подразбираната стойност е 0 (нула)."
#. HKrSh
#: func_trunc.xhp
@@ -65652,7 +65724,7 @@ msgctxt ""
"par_id911641928545976\n"
"help.text"
msgid "Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth."
-msgstr ""
+msgstr "Използвайте отрицателни стойности за <emph>Брой</emph>, за да закръглите цялата част на оригиналното <emph>Число</emph>. Например -1 ще закръгли надолу последната цифра на цялата част, -2 ще закръгли надолу последните две цифри на цялата част и т.н."
#. EJFZd
#: func_trunc.xhp
@@ -65661,7 +65733,7 @@ msgctxt ""
"par_id901641928192870\n"
"help.text"
msgid "<input>=TRUNC(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0."
-msgstr ""
+msgstr "<input>=TRUNC(21,89)</input> връща 21. Забележете, че в този пример се използва подразбираната стойност за <emph>Брой</emph>, която е 0."
#. ccEGa
#: func_trunc.xhp
@@ -65670,7 +65742,7 @@ msgctxt ""
"par_id901641928192110\n"
"help.text"
msgid "<input>=TRUNC(103.37,1)</input> returns 103.3."
-msgstr ""
+msgstr "<input>=TRUNC(103,37; 1)</input> връща 103,3."
#. jJvgo
#: func_trunc.xhp
@@ -65679,7 +65751,7 @@ msgctxt ""
"par_id171641928456743\n"
"help.text"
msgid "<input>=TRUNC(0.664,2)</input> returns 0.66."
-msgstr ""
+msgstr "<input>=TRUNC(0,664; 2)</input> връща 0,66."
#. Qf3R9
#: func_trunc.xhp
@@ -65688,7 +65760,7 @@ msgctxt ""
"par_id641641928712287\n"
"help.text"
msgid "<input>=TRUNC(214.2,-1)</input> returns 210. Note the negative value for <emph>Count</emph>, which causes the first integer value before the decimal separator to be rounded towards zero."
-msgstr ""
+msgstr "<input>=TRUNC(214,2; -1)</input> връща 210. Забележете отрицателната стойност за <emph>Брой</emph>, която предизвиква закръгляване на последната цифра преди десетичния разделител надолу до нула."
#. w86Dm
#: func_value.xhp
@@ -65697,7 +65769,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "VALUE Function"
-msgstr ""
+msgstr "Функция VALUE"
#. D5EDU
#: func_value.xhp
@@ -65706,7 +65778,7 @@ msgctxt ""
"bm_id831542233029549\n"
"help.text"
msgid "<bookmark_value>VALUE function</bookmark_value> <bookmark_value>text functions;convert text to numeric value</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>VALUE, функция</bookmark_value><bookmark_value>текстови функции;преобразуване на текст в числова стойност</bookmark_value>"
#. pkYxF
#: func_value.xhp
@@ -65715,7 +65787,7 @@ msgctxt ""
"hd_id881628776094597\n"
"help.text"
msgid "<variable id=\"Value_h1\"><link href=\"text/scalc/01/func_value.xhp\" name=\"function VALUE\">VALUE</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Value_h1\"><link href=\"text/scalc/01/func_value.xhp\" name=\"function VALUE\">VALUE</link></variable>"
#. BZ7SU
#: func_value.xhp
@@ -65724,7 +65796,7 @@ msgctxt ""
"par_id541542230672101\n"
"help.text"
msgid "<variable id=\"func_value_desc\"><ahelp hid=\".\">Converts the string representation of a number to numeric form. If the supplied string is a valid date, time, or date-time, the corresponding date-time serial number is returned.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"func_value_desc\"><ahelp hid=\".\">Преобразува низовото представяне на число към числова форма. Ако подаденият низ е валидна дата, час или дата и час, връща се съответния сериен номер на дата и час.</ahelp></variable>"
#. KAY8o
#: func_value.xhp
@@ -65733,7 +65805,7 @@ msgctxt ""
"par_id701542231253817\n"
"help.text"
msgid "<input>VALUE(Text)</input>"
-msgstr ""
+msgstr "<input>VALUE(Текст)</input>"
#. QVErw
#: func_value.xhp
@@ -65742,7 +65814,7 @@ msgctxt ""
"par_id621542232197446\n"
"help.text"
msgid "<emph>Text</emph>: A string (in quotation marks), a number, or a reference to a cell containing one of those types, that contains the value to be converted."
-msgstr ""
+msgstr "<emph>Текст</emph>: низ (в кавички), число или обръщение към клетка с един от тези типове, съдържаща стойността, която да бъде преобразувана."
#. hMLPV
#: func_value.xhp
@@ -65751,7 +65823,7 @@ msgctxt ""
"par_id731628787003937\n"
"help.text"
msgid "If the <emph>Text</emph> argument is a string representing a date, time, currency or a numeric value with decimal and thousands separators, the string must comply with current locale settings."
-msgstr ""
+msgstr "Ако аргументът <emph>Текст</emph> е низ, представящ дата, час, парична сума или числова стойност с разделители на дробната част и хилядите, низът трябва да се подчинява на текущите настройки за локал."
#. 3BCEU
#: func_value.xhp
@@ -65760,7 +65832,7 @@ msgctxt ""
"par_id451628776707264\n"
"help.text"
msgid "<input>=VALUE(\"1234\")</input> returns the numeric value 1234."
-msgstr ""
+msgstr "<input>=VALUE(\"1234\")</input> връща числовата стойност 1234."
#. zEuFg
#: func_value.xhp
@@ -65769,7 +65841,7 @@ msgctxt ""
"par_id101628778036375\n"
"help.text"
msgid "<input>=VALUE(\"+1,234.567\")</input> returns 1234.567 (considering en-US locale). Note that the \"+\" sign could have been omitted."
-msgstr ""
+msgstr "<input>=VALUE(\"+1,234.567\")</input> връща 1234.567 (при локал en-US). Забележете, че знакът \"+\" може да бъде пропуснат."
#. Hhrax
#: func_value.xhp
@@ -65778,7 +65850,7 @@ msgctxt ""
"par_id991628779914913\n"
"help.text"
msgid "<input>=VALUE(\"$100\")</input> returns 100 (considering en-US locale). Note that the currency prefix must match the current locale settings."
-msgstr ""
+msgstr "<input>=VALUE(\"$100\")</input> връща 100 (при локал en-US). Забележете, че префиксът за валута трябва да отговаря на текущите настройки за локал."
#. syxTJ
#: func_value.xhp
@@ -65787,7 +65859,7 @@ msgctxt ""
"par_id101628780114427\n"
"help.text"
msgid "<input>=VALUE(\"50%\")</input> returns 0.5. Note that the character \"%\" causes the numeric part to be divided by 100."
-msgstr ""
+msgstr "<input>=VALUE(\"50%\")</input> връща 0,5. Обърнете внимание, че заради знака \"%\" числовата част се дели на 100."
#. xDJeH
#: func_value.xhp
@@ -65796,7 +65868,7 @@ msgctxt ""
"par_id731628780240876\n"
"help.text"
msgid "<input>=VALUE(\"07/30/2021\")</input> returns 44407 (considering en-US locale) which is the date-time sequence number corresponding to the specified date."
-msgstr ""
+msgstr "<input>=VALUE(\"07/30/2021\")</input> връща 44407 (при локал en-US), което е поредният номер за дата и час, съответстващ на зададената дата."
#. Kkcm7
#: func_value.xhp
@@ -65805,7 +65877,7 @@ msgctxt ""
"par_id501628780340635\n"
"help.text"
msgid "<input>=VALUE(\"09:20:25\")</input> returns 0.389178240740741 which is the date-time sequence number corresponding to the specified time value."
-msgstr ""
+msgstr "<input>=VALUE(\"09:20:25\")</input> връща 0,389178240740741, което е поредният номер за дата и час, съответстващ на зададената стойност за час."
#. qxHgs
#: func_value.xhp
@@ -65814,7 +65886,7 @@ msgctxt ""
"par_id801628779804928\n"
"help.text"
msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE\" name=\"VALUE Wiki\">VALUE</link> wiki page for more details about this function."
-msgstr ""
+msgstr "Вижте уикистраницата <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE\" name=\"VALUE Wiki\">VALUE</link> за повече подробности относно тази функция."
#. dQeP6
#: func_webservice.xhp
@@ -67308,7 +67380,7 @@ msgctxt ""
"bm_id240920171018528200\n"
"help.text"
msgid "<bookmark_value>Data Stream;Live data stream</bookmark_value> <bookmark_value>Data Stream;Streams</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>поток от данни;на живо</bookmark_value><bookmark_value>поток от данни;потоци</bookmark_value>"
#. bn3r4
#: live_data_stream.xhp
@@ -67326,7 +67398,7 @@ msgctxt ""
"par_id240920171003293400\n"
"help.text"
msgid "<ahelp hid=\".\"><variable id=\"streams_desc\">Create live data streams for spreadsheets.</variable></ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><variable id=\"streams_desc\">Създаване на потоци от данни на живо за електронни таблици.</variable></ahelp>"
#. GmNXG
#: live_data_stream.xhp
@@ -67335,7 +67407,7 @@ msgctxt ""
"par_id240920171007389295\n"
"help.text"
msgid "Choose <menuitem>Data – Streams</menuitem>"
-msgstr ""
+msgstr "Изберете <menuitem>Данни - Потоци</menuitem>."
#. aV8Lc
#: live_data_stream.xhp
@@ -67344,7 +67416,7 @@ msgctxt ""
"par_id221641995264796\n"
"help.text"
msgid "Data streaming is the continuous flow of data generated by various sources. In %PRODUCTNAME Calc, data streams can be processed, stored, analyzed, and acted upon as it's generated in real-time."
-msgstr ""
+msgstr "Потоците от данни представляват непрекъснато предавани данни, генерирани от различни източници. В %PRODUCTNAME Calc потоците от данни могат да бъдат обработвани, съхранявани, анализирани и използвани като основа за предприемане на действия в реално време."
#. KANFG
#: live_data_stream.xhp
@@ -67353,7 +67425,7 @@ msgctxt ""
"par_id831641996045238\n"
"help.text"
msgid "Some real-life examples of streaming data include use cases in every industry, including real-time stock trades, up-to-the-minute retail inventory management, social media feeds, multiplayer game interactions, and ride-sharing apps."
-msgstr ""
+msgstr "Във всички индустрии има примери за употреба на потоци от данни, например търговия с ценни книжа в реално време, управление на складови наличности на минутата, информационни канали в социалните медии, взаимодействия в мултиплейър игри, приложения за споделено пътуване."
#. sWHpE
#: live_data_stream.xhp
@@ -67362,7 +67434,7 @@ msgctxt ""
"hd_id791641995257145\n"
"help.text"
msgid "Source stream"
-msgstr ""
+msgstr "Поток източник"
#. dyVdA
#: live_data_stream.xhp
@@ -67371,7 +67443,7 @@ msgctxt ""
"hd_id931641998122172\n"
"help.text"
msgid "URL"
-msgstr ""
+msgstr "URL"
#. oYvgF
#: live_data_stream.xhp
@@ -67380,7 +67452,7 @@ msgctxt ""
"par_id31641995269740\n"
"help.text"
msgid "URL of the source document in the local file system or internet."
-msgstr ""
+msgstr "URL на документа източник в локалната файлова система или Интернет."
#. 3Bdbh
#: live_data_stream.xhp
@@ -67389,7 +67461,7 @@ msgctxt ""
"hd_id811641996480534\n"
"help.text"
msgid "Interpret stream data as"
-msgstr ""
+msgstr "Интерпретиране на потока като"
#. QpvTc
#: live_data_stream.xhp
@@ -67398,7 +67470,7 @@ msgctxt ""
"par_id591641996318461\n"
"help.text"
msgid "<emph>value1,value2,...,valueN, and fill into range</emph>:"
-msgstr ""
+msgstr "<emph>стойност1, стойност2, ..., стойностN и попълване в диапазона</emph>:"
#. iB5Fv
#: live_data_stream.xhp
@@ -67407,7 +67479,7 @@ msgctxt ""
"par_id441641996322078\n"
"help.text"
msgid "<emph>address,value</emph>:"
-msgstr ""
+msgstr "<emph>адрес, стойност</emph>:"
#. JYyrF
#: live_data_stream.xhp
@@ -67416,7 +67488,7 @@ msgctxt ""
"hd_id241641998151807\n"
"help.text"
msgid "Empty lines trigger UI refresh"
-msgstr ""
+msgstr "Опресняване на ГПИ при празен ред"
#. CEui4
#: live_data_stream.xhp
@@ -67425,7 +67497,7 @@ msgctxt ""
"hd_id341641995330350\n"
"help.text"
msgid "When new data arrives"
-msgstr ""
+msgstr "При постъпване на нови данни"
#. snU6R
#: live_data_stream.xhp
@@ -67434,7 +67506,7 @@ msgctxt ""
"par_id731641995339462\n"
"help.text"
msgid "There are three features of this option:"
-msgstr ""
+msgstr "Тази настройка има три варианта:"
#. GLs5t
#: live_data_stream.xhp
@@ -67443,7 +67515,7 @@ msgctxt ""
"par_id471641995370002\n"
"help.text"
msgid "<emph>Move existing data down</emph>: the existing data is moved down in index and the empty space is filled by arriving data. In short, we deal in fix range of indexes."
-msgstr ""
+msgstr "<emph>Преместване на съществуващите данни надолу</emph>: съществуващите данни се преместват надолу в индекса и освободеното пространство се попълва с пристигащи данни. Накратко, работим с фиксиран диапазон от индекси."
#. nfgHU
#: live_data_stream.xhp
@@ -67452,7 +67524,7 @@ msgctxt ""
"par_id841641995386510\n"
"help.text"
msgid "<emph>Move the range down</emph>: the arriving data is appended at the end of existing data and range of indexes to be processed is shifted."
-msgstr ""
+msgstr "<emph>Преместване на диапазона надолу</emph>: пристигащите данни се добавят в края на съществуващите и диапазонът от индекси, които да бъдат обработени, се измества."
#. 4zg6F
#: live_data_stream.xhp
@@ -67461,7 +67533,7 @@ msgctxt ""
"par_id1001641996559358\n"
"help.text"
msgid "<emph>Overwrite existing data</emph>: the arriving data overrides the existing data."
-msgstr ""
+msgstr "<emph>Заместване на съществуващите данни</emph>: пристигащите данни заменят съществуващите."
#. ZHiEZ
#: live_data_stream.xhp
@@ -67470,7 +67542,7 @@ msgctxt ""
"hd_id121641995404922\n"
"help.text"
msgid "Maximal Amount of Rows"
-msgstr ""
+msgstr "Максимален брой редове"
#. GTkWu
#: live_data_stream.xhp
@@ -67479,7 +67551,7 @@ msgctxt ""
"par_id961641995414472\n"
"help.text"
msgid "Limit the maximum numbers of rows to a specified value or leave undefined, but limited to the %PRODUCTNAME Calc row limit."
-msgstr ""
+msgstr "Можете да ограничите максималния брой редове до указана стойност или да го оставите неопределен, но ограничен до максималния брой редове на %PRODUCTNAME Calc."
#. AWPkL
#: recalculate_hard.xhp
@@ -67488,7 +67560,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Recalculate hard"
-msgstr ""
+msgstr "Твърдо преизчисляване"
#. EB6vW
#: recalculate_hard.xhp
@@ -67497,7 +67569,7 @@ msgctxt ""
"bm_id351645231629404\n"
"help.text"
msgid "<bookmark_value>calculate;recalculate hard</bookmark_value> <bookmark_value>formulas;recalculate hard</bookmark_value> <bookmark_value>calculate;force recalculation</bookmark_value> <bookmark_value>formulas;force recalculation</bookmark_value> <bookmark_value>non volatile functions;force recalculation</bookmark_value> <bookmark_value>cell contents;force recalculation</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>изчисляване;твърдо преизчисляване</bookmark_value><bookmark_value>формули;твърдо преизчисляване</bookmark_value><bookmark_value>изчисляване;налагане на преизчисляване</bookmark_value><bookmark_value>формули;налагане на преизчисляване</bookmark_value><bookmark_value>стабилни функции;налагане на преизчисляване</bookmark_value><bookmark_value>съдържание на клетки;налагане на преизчисляване</bookmark_value>"
#. WXR6C
#: recalculate_hard.xhp
@@ -67506,7 +67578,7 @@ msgctxt ""
"hd_id611645217532285\n"
"help.text"
msgid "<variable id=\"recalculatehardh1\"><link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\">Recalculate Hard</link></variable>"
-msgstr ""
+msgstr "<variable id=\"recalculatehardh1\"><link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\">Твърдо преизчисляване</link></variable>"
#. gCAFM
#: recalculate_hard.xhp
@@ -67515,7 +67587,7 @@ msgctxt ""
"par_id631645217532291\n"
"help.text"
msgid "Recalculates all formulas in the document, including Add-In functions and non-volatile functions."
-msgstr ""
+msgstr "Преизчислява всички формули в документа, включително функции от приставки и стабилни функции."
#. uDfgm
#: recalculate_hard.xhp
@@ -67524,7 +67596,7 @@ msgctxt ""
"par_id361645227084327\n"
"help.text"
msgid "The <menuitem>Recalculate Hard</menuitem> command forces recalculation of all formula cells of the spreadsheet document, including explicit non-volatile functions, even if no new input event exist. Examples of explicit non-volatile functions are <link href=\"text/scalc/01/04060106.xhp#rand_nv\" name=\"RAND.NV\">RAND.NV</link> and <link href=\"text/scalc/01/04060106.xhp#randbetween_nv\" name=\"RANDBETWEEN.NV\">RANDBETWEEN.NV</link>."
-msgstr ""
+msgstr "Командата <menuitem>Твърдо преизчисляване</menuitem> налага преизчисляване на всички клетки с формули в електронната таблица, включително явно зададени стабилни функции, дори ако няма нови входни данни. Примери за явно зададени стабилни функции са <link href=\"text/scalc/01/04060106.xhp#rand_nv\" name=\"RAND.NV\">RAND.NV</link> и <link href=\"text/scalc/01/04060106.xhp#randbetween_nv\" name=\"RANDBETWEEN.NV\">RANDBETWEEN.NV</link>."
#. t5LiZ
#: shared_spreadsheet.xhp
@@ -67533,7 +67605,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Sharing Spreadsheets"
-msgstr ""
+msgstr "Споделяне на електронни таблици"
#. nGSyy
#: shared_spreadsheet.xhp
@@ -67542,7 +67614,7 @@ msgctxt ""
"bm_id671647274159909\n"
"help.text"
msgid "<bookmark_value>share spreadsheet</bookmark_value> <bookmark_value>spreadsheet;collaboration</bookmark_value> <bookmark_value>spreadsheet;share</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>споделяне на електронна таблица</bookmark_value><bookmark_value>електронна таблица;съвместна работа</bookmark_value><bookmark_value>електронна таблица;споделяне</bookmark_value>"
#. 3vzpA
#: shared_spreadsheet.xhp
@@ -67551,7 +67623,7 @@ msgctxt ""
"hd_id461647272004705\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/shared_spreadsheet.xhp\" name=\"Share spreadsheet\">Share Spreadsheet</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/shared_spreadsheet.xhp\" name=\"Share spreadsheet\">Споделяне на електронна таблица</link></variable>"
#. KZGLG
#: shared_spreadsheet.xhp
@@ -67560,7 +67632,7 @@ msgctxt ""
"par_id551647272004709\n"
"help.text"
msgid "Sharing a spreadsheet allows several users to open the same file for editing at the same time."
-msgstr ""
+msgstr "Споделянето на електронна таблица позволява на няколко потребители да отворят едновременно един и същ файл за редактиране."
#. 9BuYS
#: shared_spreadsheet.xhp
@@ -67569,7 +67641,7 @@ msgctxt ""
"par_id211647275285230\n"
"help.text"
msgid "The spreadsheet needs to be on a shared drive, server, website, or similar. Some conditions must be met on operating systems with user permission management:"
-msgstr ""
+msgstr "Електронната таблица трябва да е на споделено запаметяващо устройство, сървър, уебсайт или подобно място. При операционни системи с управление на потребителските права трябва да са удовлетворени някои условия:"
#. 7Cbn3
#: shared_spreadsheet.xhp
@@ -67578,7 +67650,7 @@ msgctxt ""
"par_id621647275321672\n"
"help.text"
msgid "The shared file needs to reside in a location which is accessible by all collaborators."
-msgstr ""
+msgstr "Споделеният файл трябва да се намира на място, достъпно за всички сътрудници."
#. 6hGDF
#: shared_spreadsheet.xhp
@@ -67587,7 +67659,7 @@ msgctxt ""
"par_id731647275360618\n"
"help.text"
msgid "The file permissions for both the document and the corresponding lock file need to be set so that all collaborators can create, delete, and change the files."
-msgstr ""
+msgstr "Правата за достъп както до документа, така и до съответния заключващ файл трябва да са такива, че всички сътрудници да могат да създават, изтриват и променят файловете."
#. UhRSD
#: shared_spreadsheet.xhp
@@ -67596,7 +67668,7 @@ msgctxt ""
"par_id631647275500217\n"
"help.text"
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
-msgstr ""
+msgstr "За да се идентифицират правилно промените, всеки сътрудник трябва да въведе името си в <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Данни за потребител</menuitem> в лентата с менюта."
#. k7H5Y
#: solver.xhp
@@ -67643,14 +67715,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Настройки на Solver"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Настройките в диалоговия прозорец се запазват до затварянето на документа."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68651,6 +68723,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">Справочник за lp_solve в sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
@@ -69594,7 +69990,7 @@ msgctxt ""
"par_id1000690\n"
"help.text"
msgid "Maths"
-msgstr ""
+msgstr "Математика"
#. BYWoQ
#: statistics_descriptive.xhp
@@ -69603,7 +69999,7 @@ msgctxt ""
"par_id1000700\n"
"help.text"
msgid "Physics"
-msgstr ""
+msgstr "Физика"
#. FeMDR
#: statistics_descriptive.xhp
@@ -69612,7 +70008,7 @@ msgctxt ""
"par_id1000710\n"
"help.text"
msgid "Biology"
-msgstr ""
+msgstr "Биология"
#. AjAbs
#: statistics_descriptive.xhp
@@ -70188,7 +70584,7 @@ msgctxt ""
"bm_id2764278\n"
"help.text"
msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value><bookmark_value>Confidence level;regression analysis</bookmark_value><bookmark_value>regression analysis;linear</bookmark_value><bookmark_value>regression analysis;power</bookmark_value><bookmark_value>regression analysis;logarithmic</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>анализ, инструменти за;регресионен анализ</bookmark_value><bookmark_value>регресионен анализ;анализ, инструменти за</bookmark_value><bookmark_value>статистики на данни;регресионен анализ</bookmark_value><bookmark_value>ниво на доверие;регресионен анализ</bookmark_value><bookmark_value>регресионен анализ;линеен</bookmark_value><bookmark_value>регресионен анализ;експоненциален</bookmark_value><bookmark_value>регресионен анализ;логаритмичен</bookmark_value>"
#. UPKr7
#: statistics_regression.xhp
@@ -70206,7 +70602,7 @@ msgctxt ""
"par_id1001240\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Performs linear, logarithmic, or power regression analysis of a data set comprising one dependent variable and multiple independent variables.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Извършва линеен, логаритмичен или степенен регресионен анализ на съвкупност от данни, включваща една зависима променлива и множество независими променливи.</ahelp>"
#. PDDGb
#: statistics_regression.xhp
@@ -70215,7 +70611,7 @@ msgctxt ""
"par_id431629832333206\n"
"help.text"
msgid "For example, a crop yield (dependent variable) may be related to rainfall, temperature conditions, sunshine, humidity, soil quality and more, all of them independent variables."
-msgstr ""
+msgstr "Например добивът на дадена култура (зависима променлива) може да е свързан с валежите, температурните условия, слънчевата светлина, влажността, качеството на почвата и други, всички от които са независими променливи."
#. ENJtD
#: statistics_regression.xhp
@@ -70242,7 +70638,7 @@ msgctxt ""
"hd_id891629830986496\n"
"help.text"
msgid "Data"
-msgstr ""
+msgstr "Данни"
#. 9uRGh
#: statistics_regression.xhp
@@ -70251,7 +70647,7 @@ msgctxt ""
"hd_id101629830993962\n"
"help.text"
msgid "Independent variable(s) (X) range:"
-msgstr ""
+msgstr "Диапазон с независими променливи (X):"
#. XGD77
#: statistics_regression.xhp
@@ -70260,7 +70656,7 @@ msgctxt ""
"par_id961629834099308\n"
"help.text"
msgid "Enter a single range that contains multiple independent variable observations (along columns or rows). All X variable observations need to be entered adjacent to each other in the same table."
-msgstr ""
+msgstr "Въведете един диапазон, който съдържа множество наблюдения на независимите променливи (по колоните или редовете. Всички наблюдения на променливата X трябва да бъдат въведени едно до друго в една и съща таблица."
#. yCogF
#: statistics_regression.xhp
@@ -70269,7 +70665,7 @@ msgctxt ""
"hd_id871629830998653\n"
"help.text"
msgid "Dependent variable (Y) range:"
-msgstr ""
+msgstr "Диапазон със зависими променливи (Y):"
#. NiB9B
#: statistics_regression.xhp
@@ -70278,7 +70674,7 @@ msgctxt ""
"par_id391629834089370\n"
"help.text"
msgid "Enter the range that contains the dependent variable whose regression is to be calculated."
-msgstr ""
+msgstr "Въведете диапазона, съдържащ зависимата променлива, чиято регресия трябва да се изчисли."
#. A8dZ8
#: statistics_regression.xhp
@@ -70287,7 +70683,7 @@ msgctxt ""
"hd_id931629831003368\n"
"help.text"
msgid "Both X and Y ranges have labels"
-msgstr ""
+msgstr "Диапазоните X и Y имат надписи"
#. mSnba
#: statistics_regression.xhp
@@ -70296,7 +70692,7 @@ msgctxt ""
"par_id261629834071776\n"
"help.text"
msgid "Check to use the first line (or column) of the data sets as variable names in the output range."
-msgstr ""
+msgstr "Отметнете, за да се използва първият ред (или колона) на наборите от данни като имена на променливите в диапазона с резултата."
#. 7TDwz
#: statistics_regression.xhp
@@ -70305,7 +70701,7 @@ msgctxt ""
"hd_id11629831014811\n"
"help.text"
msgid "Results to:"
-msgstr ""
+msgstr "Резултати в:"
#. CAKdU
#: statistics_regression.xhp
@@ -70314,7 +70710,7 @@ msgctxt ""
"par_id441629834000533\n"
"help.text"
msgid "The reference of the top left cell of the range where the results will be displayed."
-msgstr ""
+msgstr "Обръщение към горната лява клетка на диапазона, в който да се покажат резултатите."
#. ZMxv6
#: statistics_regression.xhp
@@ -70323,7 +70719,7 @@ msgctxt ""
"hd_id1000070\n"
"help.text"
msgid "Output Regression Types"
-msgstr ""
+msgstr "Варианти за извеждане на регресия"
#. QMDBG
#: statistics_regression.xhp
@@ -70341,7 +70737,7 @@ msgctxt ""
"par_id1701201620334364\n"
"help.text"
msgid "<emph>Linear Regression</emph>: finds a linear function in the form of y = b + a<sub>1</sub>.[x<sub>1</sub>] + a<sub>2</sub>.[x<sub>2</sub>] + a<sub>3</sub>.[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th slope, [x<sub>i</sub>] is the i-th independent variable, and b is the intercept that best fits the data."
-msgstr ""
+msgstr "<emph>Линейна регресия</emph>: намира линейна функция във вида y = b + a<sub>1</sub>.[x<sub>1</sub>] + a<sub>2</sub>.[x<sub>2</sub>] + a<sub>3</sub>.[x<sub>3</sub>] ..., където a<sub>i</sub> е i-тият наклон, [x<sub>i</sub>] е i-тата независима променлива, а b е свободният член, който най-добре пасва на данните."
#. cR7FM
#: statistics_regression.xhp
@@ -70350,7 +70746,7 @@ msgctxt ""
"par_id1701201620340168\n"
"help.text"
msgid "<emph>Logarithmic regression</emph>: finds a logarithmic curve in the form of y = b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th coefficient, b is the intercept and ln[x<sub>i</sub>] is the natural logarithm of the i-th independent variable, that best fits the data."
-msgstr ""
+msgstr "<emph>Логаритмична регресия</emph>: намира логаритмична крива във вида y = b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ..., където a<sub>i</sub> е i-тият коефициент, b е свободният член и ln[x<sub>i</sub>] е натуралният логаритъм на i-тата независима променлива, който най-добре пасва на данните."
#. YfNEL
#: statistics_regression.xhp
@@ -70359,7 +70755,7 @@ msgctxt ""
"par_id1701201620340139\n"
"help.text"
msgid "<emph>Power regression</emph>: finds a power curve in the form of y = exp( b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ...), where a<sub>i</sub> is the i-th power, [x<sub>i</sub>] is the i-th independent variable, and b is intercept that best fits the data."
-msgstr ""
+msgstr "<emph>Степенна регресия</emph>: намира експоненциална крива във вида y = exp( b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ...), където a<sub>i</sub> е i-тият степенен показател, [x<sub>i</sub>] е i-тата независима променлива, а b е свободният член, който най-добре пасва на данните."
#. 3KkxA
#: statistics_regression.xhp
@@ -70368,7 +70764,7 @@ msgctxt ""
"hd_id331629834218606\n"
"help.text"
msgid "Options"
-msgstr ""
+msgstr "Настройки"
#. uBCr7
#: statistics_regression.xhp
@@ -70377,7 +70773,7 @@ msgctxt ""
"hd_id481629834269509\n"
"help.text"
msgid "Confidence level"
-msgstr ""
+msgstr "Ниво на доверие"
#. YjBMV
#: statistics_regression.xhp
@@ -70386,7 +70782,7 @@ msgctxt ""
"par_id971629835636129\n"
"help.text"
msgid "A numeric value between 0 and 1 (exclusive), default is 0.95. Calc uses this percentage to compute the corresponding confidence intervals for each of the estimates (namely the slopes and intercept)."
-msgstr ""
+msgstr "Числова стойност между 0 и 1 (отворен интервал), подразбира се 0,95. Calc използва този процент, за да изчисли съответните доверителни интервали за всяка от оценките (а именно наклоните и свободния член)."
#. f2CEs
#: statistics_regression.xhp
@@ -70395,7 +70791,7 @@ msgctxt ""
"hd_id751629834274709\n"
"help.text"
msgid "Calculate residuals"
-msgstr ""
+msgstr "Изчисляване на остатъци"
#. b4unQ
#: statistics_regression.xhp
@@ -70404,7 +70800,7 @@ msgctxt ""
"par_id401629835408653\n"
"help.text"
msgid "Select whether to opt in or out of computing the residuals, which may be beneficial in cases where you are interested only in the slopes and intercept estimates and their statistics. The residuals give information on how far the actual data points deviate from the predicted data points, based on the regression model."
-msgstr ""
+msgstr "Изберете дали да се изчисляват остатъци, което може да е от полза, когато се интересувате само от оценките за наклоните и свободния член и техните статистики. Остатъците дават информация за това доколко действителните данни се отклоняват от прогнозираните според регресионния модел."
#. F99az
#: statistics_regression.xhp
@@ -70413,7 +70809,7 @@ msgctxt ""
"hd_id861629834279039\n"
"help.text"
msgid "Force intercept to be zero"
-msgstr ""
+msgstr "Фиксиране свободния член на нула"
#. UYdQb
#: statistics_regression.xhp
@@ -70422,7 +70818,7 @@ msgctxt ""
"par_id121629837424848\n"
"help.text"
msgid "Calculates the regression model using zero as the intercept, thus forcing the model to pass through the origin."
-msgstr ""
+msgstr "Изчислява регресионния модел с нулев свободен член, при което кривата ще минава през началото на координатната система."
#. u47eB
#: statistics_sampling.xhp
diff --git a/source/bg/helpcontent2/source/text/sdatabase.po b/source/bg/helpcontent2/source/text/sdatabase.po
index 91184d97636..088cda0c3dc 100644
--- a/source/bg/helpcontent2/source/text/sdatabase.po
+++ b/source/bg/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-02-27 08:39+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. ugSgG
#: 02000000.xhp
@@ -391,7 +391,7 @@ msgctxt ""
"hd_id3153394\n"
"help.text"
msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Проектиране на заявка</link>"
#. GU8Jd
#: 02010100.xhp
@@ -454,7 +454,7 @@ msgctxt ""
"par_id3150255\n"
"help.text"
msgid "The lower pane of the Design View is where you define the query. To define a query, specify the database field names to include and the criteria for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
+msgstr "Долният панел на изгледа за проектиране служи за дефиниране на заявката. За да дефинирате заявка, задайте имената на полетата в базата от данни, които да бъдат включени, и критериите за показване на полетата. За да пренаредите колоните в долния панел на изгледа за проектиране, плъзнете заглавие на колона на ново място или изберете колоната и натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+клавиш със стрелка."
#. GMVkG
#: 02010100.xhp
@@ -994,7 +994,7 @@ msgctxt ""
"par_id3145134\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first criteria by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Задава първи критерий, по който да се филтрира съдържанието на полето с данни.</ahelp>"
#. qpADC
#: 02010100.xhp
@@ -2443,7 +2443,7 @@ msgctxt ""
"par_id191120151905518123\n"
"help.text"
msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
+msgstr "В най-простия случай, когато потребителят въведе стойност, проверявана за равенство, името на параметъра с предхождащото го двоеточие просто се въвежда в реда „Критерии“. В <link href=\"text/sdatabase/02010100.xhp#sqlmode\">режим „SQL“</link> това трябва да бъде въведено като <item type=\"input\">WHERE \"Поле\" = :Име_на_параметър</item>"
#. DZCXm
#: 02010100.xhp
@@ -2461,7 +2461,7 @@ msgctxt ""
"par_id191120151931441881\n"
"help.text"
msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
+msgstr "Полезна конструкция за избиране на записи на базата на част от съдържанието на текстово поле е да се добави скрита колона с критерий <item type=\"input\">\"LIKE '%' || :Част_от_поле || '%'\"</item>. Така ще бъдат избрани записите с пълно съвпадение. Ако не трябва да се различават малки и главни букви, едно решение е за поле да се използва <item type=\"input\">LOWER (Име_на_поле)</item>, а за критерий – <item type=\"input\">LIKE LOWER ( '%' || :Част_от_поле || '%' )</item>. Обърнете внимание, че интервалите в критерия са от значение – ако ги пропуснете, анализаторът на SQL ще интерпретира целия критерий като низ за съвпадение. В <link href=\"text/sdatabase/02010100.xhp#sqlmode\">режим „SQL“</link> трябва да се въведе <item type=\"input\">LOWER ( \"Име_на_поле\" ) LIKE LOWER ( '%' || :Част_от_поле || '%' )</item>."
#. sSSB9
#: 02010100.xhp
@@ -5881,7 +5881,7 @@ msgctxt ""
"hd_id91652478785999\n"
"help.text"
msgid "Show output of \"select\" statements"
-msgstr ""
+msgstr "Показване на резултата от „select“"
#. nB4gp
#: 11080000.xhp
@@ -5890,7 +5890,7 @@ msgctxt ""
"par_id281652481037143\n"
"help.text"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Показване на резултата от командата SELECT на SQL в полето „Резултат“."
#. uaXF8
#: 11080000.xhp
@@ -5899,7 +5899,7 @@ msgctxt ""
"hd_id3154071\n"
"help.text"
msgid "Execute"
-msgstr ""
+msgstr "Изпълняване"
#. 6UCdY
#: 11080000.xhp
@@ -5908,7 +5908,7 @@ msgctxt ""
"par_id3151210\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute</emph> box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Изпълнява командата, въведена от вас в полето <emph>Команда за изпълнение</emph>.</ahelp>"
#. BQmT9
#: 11080000.xhp
@@ -5926,7 +5926,7 @@ msgctxt ""
"par_id3149045\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Execute</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Изброява изпълнените до момента команди на SQL. За да стартирате команда повторно, щракнете върху нея и после – върху <emph>Изпълняване</emph>.</ahelp>"
#. AvXck
#: 11080000.xhp
@@ -5944,7 +5944,7 @@ msgctxt ""
"par_id3151054\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the status, including errors, of the SQL command that you ran.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Показва състоянието, включително грешки, на стартираните от вас команди на SQL.</ahelp>"
#. 8qcm5
#: 11080000.xhp
@@ -5953,7 +5953,7 @@ msgctxt ""
"hd_id841652479655639\n"
"help.text"
msgid "Output"
-msgstr ""
+msgstr "Резултат"
#. pEFoq
#: 11080000.xhp
@@ -5962,7 +5962,7 @@ msgctxt ""
"par_id511652479714010\n"
"help.text"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Показва резултатите от стартираната от вас команда на SQL."
#. 93Xfs
#: 11090000.xhp
diff --git a/source/bg/helpcontent2/source/text/sdraw.po b/source/bg/helpcontent2/source/text/sdraw.po
index 810d915df7f..ce24dec42c8 100644
--- a/source/bg/helpcontent2/source/text/sdraw.po
+++ b/source/bg/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-12-01 07:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1558972026.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Това меню ви позволява да вмъквате елементи като графики и помощни линии в документите на Draw."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Изображение</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Вмъкване на изображение"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index 34deecb6f52..75f55cf5c59 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:47+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562356072.000000\n"
#. 3B8ZN
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "OLE обектите (Object Linking and Embedding, свързване и вграждане на обекти) могат да бъдат както свързани с документа - цел, така и вградени. Вгаждането вмъква копие на обекта и подробности за програмата - източник в документа - цел. Ако желаете да редактирате обекта, просто активирайте програмата - източник, като щракнете двукратно върху него."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Звук или видео"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Изберете <emph>Вмъкване - Обект</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - OLE обект</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE обект"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - Формула</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Изберете <emph>Форматиране - Тип на диаграма</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - Диаграма</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Изберете <emph>Форматиране - Тип на диаграма</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - Диаграма</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Изберете <emph>Форматиране - Тип на диаграма</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - Диаграма</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - Диаграма</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Отдолу"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Изберете <emph>Форматиране - Закотвяне</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "В лентата <emph>Проектиране на формуляр</emph> щракнете върху"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Икона за закотвяне</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Промяна на котвата"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Изберете <emph>Форматиране - Закотвяне - Към страницата</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Изберете <emph>Форматиране - Закотвяне - Към абзац</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Изберете <emph>Форматиране - Закотвяне - Към знак</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Изберете <emph>Форматиране - Закотвяне - Като знак</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Изберете <emph>Форматиране - Закотвяне - Към рамка</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Изберете <emph>Форматиране - Закотвяне - Към клетка</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,14 +12490,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Изберете раздела <menuitem>Форматиране - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Текстово поле и фигура - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Обект - </menuitem></caseinline></switchinline><menuitem>Линия - Стилове за линии</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Изберете раздела <menuitem>Форматиране - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Текстово поле и фигура - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Обект - </menuitem></caseinline></switchinline><menuitem>Линия - Стилове за краища</menuitem>.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12985,14 +13048,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Отворете контекстното меню за обекта - изберете <menuitem>Име</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Отворете контекстното меню за обекта - изберете <menuitem>Описание</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index 1bcc164f485..57722e829d8 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-10 09:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562503995.000000\n"
@@ -9053,14 +9053,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Представя главна буква, ако в <emph>Настройки</emph> е отметнато <emph>Зачитане на регистъра</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "За пълен списък на поддържаните метазнаци и синтаксис вижте <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">документацията за регулярни изрази на ICU</link> (на английски)."
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15371,32 +15371,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Вмъкване на картини"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Вмъкване на изображения</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Вмъква изображение в текущия документ <switchinline select=\"appl\"><caseinline select=\"WRITER\">с оптимално изливане на текста и центрирано в реда</caseinline><caseinline select=\"CALC\">в позицията на текущата клетка</caseinline><defaultinline>в средата на страницата или кадъра</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Стил за рамки"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15407,6 +15407,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Изберете стила на рамката за графиката.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15443,41 +15461,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Показва мостра на избрания графичен файл.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Обект"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Обект</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Вгражда обект в документа, например формула, триизмерен модел, диаграма или OLE обект.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Формула\">Формула</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26288,14 +26306,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Добавя сянка към избрания текст, или ако курсорът е в дума – към цялата дума.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Равни височини на редове"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26306,14 +26324,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>таблица, редове на;изравняване на височините</bookmark_value><bookmark_value>редове, височина на;изравняване</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Равни височини на редове</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26324,14 +26342,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Променя височината на избраните редове така, че да съответства на височината на най-високия ред в избраното.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Изберете <emph>Таблица - Размер - Равни височини на редове</emph>."
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26351,14 +26369,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Икона</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Равни височини на редове"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26882,14 +26900,14 @@ msgctxt ""
msgid "Description"
msgstr "Описание"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>обекти;заглавия и описания</bookmark_value><bookmark_value>описания за обекти</bookmark_value><bookmark_value>заглавия;обекти</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26900,32 +26918,32 @@ msgctxt ""
msgid "Description"
msgstr "Описание"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Приписва име и описание на избрания обект. Те са достъпни за инструментите за достъпност и се преобразуват в алтернативни етикети при експортиране на документа.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Заглавие"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Въведете заглавен текст. Това кратко име ще се вижда като алтернативен етикет във формат HTML. Инструментите за достъпност могат да четат този текст.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26936,14 +26954,32 @@ msgctxt ""
msgid "Description"
msgstr "Описание"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Въведете описание. Дългият описателен текст може да бъде въведен, за да се опише сложен обект или група обекти за потребители, ползващи софтуер за четене на екрана. Описанието е видимо за инструментите за достъпност като алтернативен етикет.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27557,32 +27593,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Редактирайте или създавайте стилове за краища на линия.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Управление на стиловете за краища"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Позволява ви да организирате текущия списък със стилове за краища на линии."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Заглавие"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27629,14 +27674,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">За да дефинирате стил по избор за край на линия, изберете графичен обект в документа, след което щракнете тук.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Промяна"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30986,23 +31031,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Закотвяне"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Закотвяне\">Закотвяне</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Задава настройките за закотвяне на избрания обект.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31031,23 +31076,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Към страница\">Към страница</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Закотвя избрания елемент за текущата страница.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Закотвеният елемент остава на текущата страница дори ако вмъквате или изтривате текст."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31076,14 +31139,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Към абзац\">Към абзац</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Закотвя избрания обект за текущия абзац.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31112,32 +31184,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Към знак\">Към знак</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Закотвя избрания елемент към знак.</ahelp> Тази команда е достъпна само за графични обекти."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Котвата се показва пред знака."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "За да подравните графика спрямо знака, за който е закотвена, щракнете с десния бутон върху графиката и изберете <emph>Свойства</emph>. Отворете раздела <emph>Тип</emph> и в областта <emph>Позиция</emph> изберете <emph>Знак</emph> в полетата <emph>спрямо</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31184,14 +31256,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Към рамка\">Към рамка</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Закотвя избрания елемент към заобикалящата го рамка.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31211,14 +31283,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Като знак\">Като знак</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Закотвя избрания елемент като знак в текущия текст. Ако височината на избрания елемент е по-голяма от текущия размер на шрифта, височината на съдържащия го ред се увеличава.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index 0e59979763d..5945ccffee1 100644
--- a/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/bg/>\n"
@@ -11852,14 +11852,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "За повече информация вижте раздела <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Кантове</emph></link> в помощта."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Промяна на котвата"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11870,23 +11870,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>котви; променяне</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Промяна на котвата\">Промяна на котвата</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Позволява ви да превключвате между възможностите за закотвяне.</ahelp></variable> Иконата <emph>Промяна на котвата</emph> се вижда само ако е избран обект от рода на графика<switchinline select=\"appl\"><caseinline select=\"WRITER\">, рамка</caseinline></switchinline> или контрола."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index 5bd06c9ff04..cd46c1a061e 100644
--- a/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2021-11-20 17:38+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-09 09:58+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bg/>\n"
"Language: bg\n"
@@ -663,7 +663,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Automatic Redaction"
-msgstr ""
+msgstr "Автоматично заличаване"
#. K7arh
#: auto_redact.xhp
@@ -672,7 +672,7 @@ msgctxt ""
"bm_id821562797360035\n"
"help.text"
msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>електронни таблици; автозаличаване на информация</bookmark_value><bookmark_value>презентации; автозаличаване</bookmark_value><bookmark_value>текстови документи; автозаличаване на съдържание</bookmark_value><bookmark_value>автоматично заличаване на информация</bookmark_value>"
#. ycDxe
#: auto_redact.xhp
@@ -681,7 +681,7 @@ msgctxt ""
"hd_id171562795247122\n"
"help.text"
msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Auto-Redact</link></variable>"
-msgstr ""
+msgstr "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Автозаличаване</link></variable>"
#. wiGmP
#: auto_redact.xhp
@@ -690,7 +690,7 @@ msgctxt ""
"par_id4715627952214572\n"
"help.text"
msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Използвайте автоматичното заличаване на информация, за да дефинирате думи и изрази, които автоматично се маркират за заличаване.</ahelp></variable>"
#. kCE9E
#: auto_redact.xhp
@@ -699,7 +699,7 @@ msgctxt ""
"par_id641647277510873\n"
"help.text"
msgid "Automatic redaction makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues."
-msgstr ""
+msgstr "Автоматичното заличаване улеснява премахването на информация от документи на %PRODUCTNAME, в които много текстови откъси трябва да бъдат скрити по съображения за поверителност или защита на личните данни."
#. erJBg
#: auto_redact.xhp
@@ -708,7 +708,7 @@ msgctxt ""
"par_id961562795750725\n"
"help.text"
msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>"
-msgstr ""
+msgstr "Изберете <menuitem>Инструменти - Автозаличаване</menuitem>."
#. XFRFz
#: auto_redact.xhp
@@ -717,7 +717,7 @@ msgctxt ""
"par_id551626027709362\n"
"help.text"
msgid "This feature comes in handy in documents that have multiple occurrences of names and other personal information (e.g. credit cards, phone numbers, etc). Redacting all these portions of the document manually would required significant effort, but with Automatic Redaction this task can be automated in a more efficient manner."
-msgstr ""
+msgstr "Тази функция е удобна в документи, които съдържат множество срещания на имена и друга лична информация (кредитни карти, телефонни номера и т.н.). Заличаването на всички тези откъси от документа ръчно би изисквало значително усилие, но с „Автоматично заличаване“ задачата може да се автоматизира за по-ефективно изпълнение."
#. HsEH7
#: auto_redact.xhp
@@ -726,7 +726,7 @@ msgctxt ""
"hd_id11626028179231\n"
"help.text"
msgid "Creating Targets"
-msgstr ""
+msgstr "Създаване на цели"
#. U4tPq
#: auto_redact.xhp
@@ -735,7 +735,7 @@ msgctxt ""
"par_id211626097811059\n"
"help.text"
msgid "Targets are rules and patterns used by Automatic Redaction to find portions of the document to be automatically marked for redaction."
-msgstr ""
+msgstr "Целите представляват правила и шаблони за сравнение, използвани от функцията „Автоматично заличаване“ за намиране на части от документа, които да бъдат автоматично маркирани за заличаване."
#. A6CCF
#: auto_redact.xhp
@@ -744,7 +744,7 @@ msgctxt ""
"par_id851626028193218\n"
"help.text"
msgid "To create a new target, click the <menuitem>Add Target</menuitem> button."
-msgstr ""
+msgstr "За да създадете нова цел, щракнете върху бутона <menuitem>Добавяне на цел</menuitem>."
#. RGwFa
#: auto_redact.xhp
@@ -753,7 +753,7 @@ msgctxt ""
"par_id101626028852152\n"
"help.text"
msgid "The <emph>Add Target</emph> dialog appears, to let you define a <emph>Name</emph> for the new target, as well as to choose its <emph>Type</emph> and <emph>Content</emph>. There are three types of targets to choose from in the <emph>Type</emph> dropdown list:"
-msgstr ""
+msgstr "Ще се появи диалогът <emph>Добавяне на цел</emph>, в който можете да зададете <emph>Име</emph> за новата цел, както и да изберете <emph>Тип</emph> и <emph>Съдържание</emph>. Падащият списък <emph>Тип</emph> предлага три вида цели:"
#. 5AKPv
#: auto_redact.xhp
@@ -762,7 +762,7 @@ msgctxt ""
"par_id241626028988544\n"
"help.text"
msgid "<emph>Text</emph>: Automatic Redaction will look for all occurrences of the specified text and mark them for redaction."
-msgstr ""
+msgstr "<emph>Текст</emph>: „Автоматично заличаване“ ще търси всички срещания на указания текст и ще ги маркира за заличаване."
#. iCDRP
#: auto_redact.xhp
@@ -771,7 +771,7 @@ msgctxt ""
"par_id31626028992866\n"
"help.text"
msgid "<emph>Regular expression</emph>: Define a regular expression to use to search the document. All matches will be marked for redaction."
-msgstr ""
+msgstr "<emph>Регулярен израз</emph>: задайте регулярен израз, който да се използва за търсене в документа. Всички съвпадения ще бъдат маркирани за заличаване."
#. puprE
#: auto_redact.xhp
@@ -780,7 +780,7 @@ msgctxt ""
"par_id391626028994653\n"
"help.text"
msgid "<emph>Predefined</emph>: Choose predefined regular expressions to automatically redact contents, such as credit card numbers, email addresses and so on."
-msgstr ""
+msgstr "<emph>Предварително зададени</emph>: изберете предварително дефинирани регулярни изрази за автоматично заличаване на съдържание като на номера на кредитни карти, адреси за е-поща и подобни."
#. bMHnY
#: auto_redact.xhp
@@ -789,7 +789,7 @@ msgctxt ""
"par_id181626029575406\n"
"help.text"
msgid "Add all targets that you want to apply to your document and click <emph>OK</emph>. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the <emph>Rectangle Redaction</emph> tool."
-msgstr ""
+msgstr "Добавете всички цели, които искате да приложите за документа, и щракнете върху <emph>OK</emph>. Това ще предизвика отваряне на документа като рисунка в %PRODUCTNAME Draw с всички цели, автоматично заличени с инструмента <emph>Заличаване с правоъгълник</emph>."
#. kiFS3
#: auto_redact.xhp
@@ -798,7 +798,7 @@ msgctxt ""
"par_id611626029791762\n"
"help.text"
msgid "Continue redacting other portions of the generated document and then print or export it to PDF."
-msgstr ""
+msgstr "Можете да продължите да заличавате други части от генерирания документ, а след това да го отпечатате или експортирате към PDF."
#. AGQiE
#: auto_redact.xhp
@@ -807,7 +807,7 @@ msgctxt ""
"par_id581626101004089\n"
"help.text"
msgid "Refer to the help page <link href=\"text/shared/01/02100001.xhp\" name=\"regex_link\">List of Regular Expressions</link> to learn more about how to use regular expressions in %PRODUCTNAME."
-msgstr ""
+msgstr "Вижте страницата от помощта <link href=\"text/shared/01/02100001.xhp\" name=\"regex_link\">Списък на регулярните изрази</link>, за да научите повече за това как да използвате регулярни изрази в %PRODUCTNAME."
#. AE55E
#: auto_redact.xhp
@@ -816,7 +816,7 @@ msgctxt ""
"hd_id951626029985729\n"
"help.text"
msgid "Exporting and Importing Targets"
-msgstr ""
+msgstr "Експортиране и импортиране на цели"
#. CsYeH
#: auto_redact.xhp
@@ -825,7 +825,7 @@ msgctxt ""
"par_id701626030005749\n"
"help.text"
msgid "Click the <emph>Save Targets</emph> button to save all defined targets in the document as a JSON (JavaScript Object Notation) file."
-msgstr ""
+msgstr "Щракнете върху бутона <emph>Записване на цели</emph>, за да запишете всички дефинирани цели в документа като файл във формат JSON (JavaScript Object Notation)."
#. M2XoB
#: auto_redact.xhp
@@ -834,7 +834,7 @@ msgctxt ""
"par_id971626030103135\n"
"help.text"
msgid "Click the <emph>Load Targets</emph> button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document."
-msgstr ""
+msgstr "Щракнете върху бутона <emph>Зареждане на цели</emph>, за да импортирате и приложите целите, зададени в JSON файл, върху друг документ на %PRODUCTNAME."
#. 2haDR
#: auto_redact.xhp
@@ -843,7 +843,7 @@ msgctxt ""
"par_id311626030327293\n"
"help.text"
msgid "The document automatic redaction targets are saved alongside the document. Hence, they are available in the document after you save and close it."
-msgstr ""
+msgstr "Целите за автоматично заличаване в даден документ се записват заедно с него. Така те са налице в документа, след като го запишете и затворите."
#. K7YtD
#: autocorr_url.xhp
@@ -1878,7 +1878,7 @@ msgctxt ""
"par_id3156136\n"
"help.text"
msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:"
-msgstr ""
+msgstr "Можете да добавите текстура в лентите на диаграма (вместо подразбираните цветове) чрез изображение:"
#. 4UEfD
#: chart_barformat.xhp
@@ -1923,7 +1923,7 @@ msgctxt ""
"par_id3146797\n"
"help.text"
msgid "Click on <emph>Image</emph>. In the list box select an image as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting."
-msgstr ""
+msgstr "Щракнете върху <emph>Изображение</emph>. В списъчното поле изберете изображение като текстура за текущо избраните ленти. Щракнете върху <emph>OK</emph>, за да потвърдите настройката."
#. rgZEg
#: chart_insert.xhp
@@ -3903,7 +3903,7 @@ msgctxt ""
"par_id90496531\n"
"help.text"
msgid "The file permissions for both the document and the corresponding lock file need to be set so that all collaborators can create, delete, and change the files."
-msgstr "Правата за достъп както до документа, така и до съответния заключващ файл трябва да са такива, че всички сътрудници да могат да създават, изтриват и променят фаловете."
+msgstr "Правата за достъп както до документа, така и до съответния заключващ файл трябва да са такива, че всички сътрудници да могат да създават, изтриват и променят файловете."
#. 5kTtj
#: collab.xhp
@@ -4056,7 +4056,7 @@ msgctxt ""
"hd_id771554399002497\n"
"help.text"
msgid "<variable id=\"convertfilters_h1\"><link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">File Conversion Filter Names</link></variable>"
-msgstr ""
+msgstr "<variable id=\"convertfilters_h1\"><link href=\"text/shared/guide/convertfilters.xhp\" name=\"conversion filter names\">Имена на филтри за преобразуване на файлове</link></variable>"
#. EoDwz
#: convertfilters.xhp
@@ -4065,7 +4065,7 @@ msgctxt ""
"par_id581554399002498\n"
"help.text"
msgid "<variable id=\"commandline_intro\"> <ahelp hid=\".\">Tables with filter names for <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">command line</link> document conversion.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"commandline_intro\"><ahelp hid=\".\">Таблици с имена на филтри за преобразуване на документи през <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">командния ред</link>.</ahelp></variable>"
#. Whybs
#: convertfilters.xhp
@@ -4074,7 +4074,7 @@ msgctxt ""
"hd_id531633524464103\n"
"help.text"
msgid "Usage"
-msgstr ""
+msgstr "Употреба"
#. vcWaC
#: convertfilters.xhp
@@ -4083,7 +4083,7 @@ msgctxt ""
"par_id801633524474460\n"
"help.text"
msgid "Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">command line</link>."
-msgstr ""
+msgstr "Имената на филтри се използват при импортиране и експортиране на файлове в чужди формати и преобразуване форматите на файлове чрез <link href=\"text/shared/guide/start_parameters.xhp\" name=\"commandline\">командния ред</link>."
#. QAzjK
#: convertfilters.xhp
@@ -4443,7 +4443,7 @@ msgctxt ""
"FilterName_writer_indexing_export\n"
"help.text"
msgid "Writer Indexing Export XML"
-msgstr ""
+msgstr "Writer Indexing Export XML"
#. Va5zD
#: convertfilters.xhp
@@ -5460,7 +5460,7 @@ msgctxt ""
"FilterName_writer_png_Export\n"
"help.text"
msgid "PNG - Portable Network Graphics"
-msgstr ""
+msgstr "PNG – преносима мрежова графика"
#. FeKia
#: convertfilters.xhp
@@ -5478,7 +5478,7 @@ msgctxt ""
"bm_000pdfimport\n"
"help.text"
msgid "<bookmark_value>command line document conversion; filters for PDFIMPORT</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>команден ред, преобразуване на документи с; филтри за PDFIMPORT</bookmark_value>"
#. K7dq5
#: convertfilters.xhp
@@ -5487,7 +5487,7 @@ msgctxt ""
"hd_000pdfimport\n"
"help.text"
msgid "Filters for PDFIMPORT"
-msgstr ""
+msgstr "Филтри за PDFIMPORT"
#. xJhTH
#: convertfilters.xhp
@@ -5496,7 +5496,7 @@ msgctxt ""
"FilterName_draw_pdf_import\n"
"help.text"
msgid "PDF - Portable Document Format (Draw)"
-msgstr ""
+msgstr "PDF – преносим документен формат (Draw)"
#. JDFdH
#: convertfilters.xhp
@@ -5505,7 +5505,7 @@ msgctxt ""
"FilterName_impress_pdf_import\n"
"help.text"
msgid "PDF - Portable Document Format (Impress)"
-msgstr ""
+msgstr "PDF – преносим документен формат (Impress)"
#. WsMeW
#: convertfilters.xhp
@@ -5514,7 +5514,7 @@ msgctxt ""
"FilterName_writer_pdf_import\n"
"help.text"
msgid "PDF - Portable Document Format (Writer)"
-msgstr ""
+msgstr "PDF – преносим документен формат (Writer)"
#. 9WyPm
#: convertfilters.xhp
@@ -5523,7 +5523,7 @@ msgctxt ""
"FilterName_writer_pdf_addstream_import\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF – преносим документен формат"
#. kF4WL
#: convertfilters.xhp
@@ -5532,7 +5532,7 @@ msgctxt ""
"FilterName_impress_pdf_addstream_import\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF – преносим документен формат"
#. aFqyu
#: convertfilters.xhp
@@ -5541,7 +5541,7 @@ msgctxt ""
"FilterName_draw_pdf_addstream_import\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF – преносим документен формат"
#. 5AFFP
#: convertfilters.xhp
@@ -5550,7 +5550,7 @@ msgctxt ""
"FilterName_calc_pdf_addstream_import\n"
"help.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF – преносим документен формат"
#. ziEHZ
#: convertfilters.xhp
@@ -5559,7 +5559,7 @@ msgctxt ""
"bm_000xsltfilter\n"
"help.text"
msgid "<bookmark_value>command line document conversion; filters for XSLTFILTER</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>команден ред, преобразуване на документи с; филтри за XSLTFILTER</bookmark_value>"
#. AzDaX
#: convertfilters.xhp
@@ -5568,7 +5568,7 @@ msgctxt ""
"hd_000xsltfilter\n"
"help.text"
msgid "Filters for XSLTFILTER"
-msgstr ""
+msgstr "Филтри за XSLTFILTER"
#. ebRhP
#: convertfilters.xhp
@@ -5577,7 +5577,7 @@ msgctxt ""
"FilterName_ADO_Rowset_XML\n"
"help.text"
msgid "ADO Rowset XML"
-msgstr ""
+msgstr "Набор редове на ADO в XML"
#. tTViV
#: convertfilters.xhp
@@ -5586,7 +5586,7 @@ msgctxt ""
"FilterName_DocBook_File\n"
"help.text"
msgid "DocBook"
-msgstr ""
+msgstr "DocBook"
#. GHC43
#: convertfilters.xhp
@@ -5595,7 +5595,7 @@ msgctxt ""
"FilterName_MS_Excel_2003_XML\n"
"help.text"
msgid "Microsoft Excel 2003 XML"
-msgstr ""
+msgstr "Microsoft Excel 2003 XML"
#. 5wBfH
#: convertfilters.xhp
@@ -5604,7 +5604,7 @@ msgctxt ""
"FilterName_MS_Word_2003_XML\n"
"help.text"
msgid "Word 2003 XML"
-msgstr ""
+msgstr "Word 2003 XML"
#. CTAEj
#: convertfilters.xhp
@@ -5613,7 +5613,7 @@ msgctxt ""
"FilterName_XHTML_Calc_File\n"
"help.text"
msgid "XHTML"
-msgstr ""
+msgstr "XHTML"
#. VUZrD
#: convertfilters.xhp
@@ -5622,7 +5622,7 @@ msgctxt ""
"FilterName_XHTML_Draw_File\n"
"help.text"
msgid "XHTML"
-msgstr ""
+msgstr "XHTML"
#. AhcRA
#: convertfilters.xhp
@@ -5631,7 +5631,7 @@ msgctxt ""
"FilterName_XHTML_Impress_File\n"
"help.text"
msgid "XHTML"
-msgstr ""
+msgstr "XHTML"
#. iCCFv
#: convertfilters.xhp
@@ -5640,7 +5640,7 @@ msgctxt ""
"FilterName_XHTML_Writer_File\n"
"help.text"
msgid "XHTML"
-msgstr ""
+msgstr "XHTML"
#. MCrWq
#: convertfilters.xhp
@@ -5649,7 +5649,7 @@ msgctxt ""
"FilterName_UOF_text\n"
"help.text"
msgid "Unified Office Format text"
-msgstr ""
+msgstr "Unified Office Format – текст"
#. TXKeC
#: convertfilters.xhp
@@ -5658,7 +5658,7 @@ msgctxt ""
"FilterName_UOF_spreadsheet\n"
"help.text"
msgid "Unified Office Format spreadsheet"
-msgstr ""
+msgstr "Unified Office Format – електронна таблица"
#. VW3Gt
#: convertfilters.xhp
@@ -5667,7 +5667,7 @@ msgctxt ""
"FilterName_UOF_presentation\n"
"help.text"
msgid "Unified Office Format presentation"
-msgstr ""
+msgstr "Unified Office Format – презентация"
#. Bkz5M
#: copy_drawfunctions.xhp
@@ -5757,7 +5757,7 @@ msgctxt ""
"par_id3150276\n"
"help.text"
msgid "An inserted drawing object is anchored to the current paragraph. You can change the anchor by selecting the object and clicking the <emph>Change Anchor</emph> icon on the <emph>OLE Object</emph> toolbar or the <emph>Frame</emph> toolbar. This opens a popup menu where you can select the anchor type."
-msgstr ""
+msgstr "Вмъкнатите графични обекти се закотвят за текущия абзац. Можете да промените котвата, като изберете обекта и щракнете върху иконата <emph>Промяна на котвата</emph> в лентата <emph>OLE обект</emph> или лентата <emph>Рамка</emph>. Така ще отворите изскачащо меню, в което можете да изберете типа на котвата."
#. TTFkG
#: copy_drawfunctions.xhp
@@ -5973,7 +5973,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "CSV Filter parameters"
-msgstr ""
+msgstr "Параметри на филтъра за CSV"
#. KyLbg
#: csv_params.xhp
@@ -5982,7 +5982,7 @@ msgctxt ""
"bm_id181634740978601\n"
"help.text"
msgid "<bookmark_value>CSV;filter options</bookmark_value> <bookmark_value>CSV;separator specification line</bookmark_value> <bookmark_value>CSV;import options</bookmark_value> <bookmark_value>CSV;export options</bookmark_value> <bookmark_value>CSV;command line filter options</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>CSV;настройки на филтъра</bookmark_value><bookmark_value>CSV;ред за задаване на разделител</bookmark_value><bookmark_value>CSV;импортиране, настройки за</bookmark_value><bookmark_value>CSV;експортиране, настройки за</bookmark_value><bookmark_value>CSV;команден ред, настройки на филтъра</bookmark_value>"
#. szBoK
#: csv_params.xhp
@@ -5991,7 +5991,7 @@ msgctxt ""
"hd_id551634734576194\n"
"help.text"
msgid "<variable id=\"csv_params_h1\"><link href=\"text/shared/guide/csv_params.xhp\" name=\"filter options\">CSV Filter Options</link></variable>"
-msgstr ""
+msgstr "<variable id=\"csv_params_h1\"><link href=\"text/shared/guide/csv_params.xhp\" name=\"filter options\">Настройки на филтъра за CSV</link></variable>"
#. qRkBK
#: csv_params.xhp
@@ -6000,7 +6000,7 @@ msgctxt ""
"par_id401634734576197\n"
"help.text"
msgid "The CSV filter accepts an option string containing five to thirteen tokens, separated by commas. Tokens 6 to 13 are optional."
-msgstr ""
+msgstr "Филтърът за CSV приема низ с настройки, съдържащ между пет и тринадесет кода, разделени със запетаи. Кодовете от 6 до 13 са незадължителни."
#. BQKWB
#: csv_params.xhp
@@ -6009,7 +6009,7 @@ msgctxt ""
"par_id431634743318433\n"
"help.text"
msgid "Import from UTF-8, Language German, Comma separated, Text delimiter \", Quoted field as text. CSV file has columns formatted as date, number, number, number:"
-msgstr ""
+msgstr "Импортиране от UTF-8, немски език, разделител запетая, текстовете оградени с \", полета в кавички като текст. CSV файлът има колони, форматирани като дата, число, число, число:"
#. rdZgZ
#: csv_params.xhp
@@ -6018,7 +6018,7 @@ msgctxt ""
"par_id281634743298078\n"
"help.text"
msgid "Export to Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell contents as shown:"
-msgstr ""
+msgstr "Експортиране към Windows-1252, разделител на полетата: запетая, разделител на текста: кавичка, записване съдържанието на клетките както се вижда:"
#. J8rtr
#: csv_params.xhp
@@ -6027,7 +6027,7 @@ msgctxt ""
"par_id511634735255956\n"
"help.text"
msgid "Token Position"
-msgstr ""
+msgstr "Позиция на кода"
#. 5rrFy
#: csv_params.xhp
@@ -6036,7 +6036,7 @@ msgctxt ""
"par_id71634735255956\n"
"help.text"
msgid "Definition"
-msgstr ""
+msgstr "Дефиниция"
#. tBx7H
#: csv_params.xhp
@@ -6045,7 +6045,7 @@ msgctxt ""
"par_id581634735255956\n"
"help.text"
msgid "Meaning and Example of Token"
-msgstr ""
+msgstr "Значение и пример за кода"
#. FBZ5h
#: csv_params.xhp
@@ -6054,7 +6054,7 @@ msgctxt ""
"par_id691634735255956\n"
"help.text"
msgid "Field Separator"
-msgstr ""
+msgstr "Разделител на полетата"
#. Zgou6
#: csv_params.xhp
@@ -6063,7 +6063,7 @@ msgctxt ""
"par_id501634735255956\n"
"help.text"
msgid "Field separator(s) as ASCII values. Multiple values are separated by the slash sign (\"/\"), that is, if the values are separated by semicolons and horizontal tabulators, the token would be 59/9. To treat several consecutive separators as one, then append '/MRG' to the token. If the file contains fixed width fields, then use 'FIX'. Example: 44 (,)"
-msgstr ""
+msgstr "Разделител(и) на полетата като стойности от ASCII. Ако стойностите са няколко, се разделят с наклонена черта („/“), т.е. ако стойностите са разделени с точки и запетаи и хоризонтални знаци за табулация, кодът ще бъде 59/9. За да се обработват няколко последователни разделителя като един, към кода трябва да се добави „/MRG“. Ако файлът съдържа полета с фиксирана ширина, използвайте „FIX“. Пример: 44 (,)"
#. HqX6Y
#: csv_params.xhp
@@ -6072,7 +6072,7 @@ msgctxt ""
"par_id661634735416764\n"
"help.text"
msgid "Text Delimiter"
-msgstr ""
+msgstr "Разделител за текст"
#. AtZEw
#: csv_params.xhp
@@ -6081,7 +6081,7 @@ msgctxt ""
"par_id131634735421911\n"
"help.text"
msgid "The text delimiter as ASCII value, that is, 34 for double quotes and 39 for single quotes. Example: 34 (\")."
-msgstr ""
+msgstr "Разделителят за текст като стойност от ASCII, например 34 за двойни кавички и 39 за единични. Пример: 34 (\")."
#. 5EFCS
#: csv_params.xhp
@@ -6090,7 +6090,7 @@ msgctxt ""
"par_id901634735627024\n"
"help.text"
msgid "Character Set"
-msgstr ""
+msgstr "Знаков набор"
#. v4Gzf
#: csv_params.xhp
@@ -6099,7 +6099,7 @@ msgctxt ""
"par_id871634735631362\n"
"help.text"
msgid "The character set code used in the file as described in the table below. Example: 0 (System)."
-msgstr ""
+msgstr "Код за знаковия набор, използван във файла, както е описано в таблицата по-долу. Пример: 0 (системен)."
#. RN5mh
#: csv_params.xhp
@@ -6108,7 +6108,7 @@ msgctxt ""
"par_id371634735705688\n"
"help.text"
msgid "CSV Import"
-msgstr ""
+msgstr "Импортиране от CSV"
#. hzBqc
#: csv_params.xhp
@@ -6117,7 +6117,7 @@ msgctxt ""
"par_id681634735710417\n"
"help.text"
msgid "<emph>N</emph> Line number to start reading. Example: 3 (start from third line)."
-msgstr ""
+msgstr "<emph>N</emph> номер на ред, от който да започне четенето. Пример: 3 (започване от третия ред)."
#. BeXqG
#: csv_params.xhp
@@ -6126,7 +6126,7 @@ msgctxt ""
"par_id741634735821982\n"
"help.text"
msgid "Cell Format Codes for Each Column"
-msgstr ""
+msgstr "Кодове за формат на клетките за всяка колона"
#. fjBqE
#: csv_params.xhp
@@ -6135,7 +6135,7 @@ msgctxt ""
"par_id481634735825359\n"
"help.text"
msgid "A sequence of column/formatting code, where the formatting code is given in the table below. Example: \"1/5/2/1/3/1/4/1\"."
-msgstr ""
+msgstr "Последователност от кодове колона/формат, където стойностите за формат са от долната таблица. Пример: \"1/5/2/1/3/1/4/1\"."
#. mFfyA
#: csv_params.xhp
@@ -6144,7 +6144,7 @@ msgctxt ""
"par_id831634735631362\n"
"help.text"
msgid "If value separators are used, the form of this token is column/format[/column/format/…] where column is the number of the column, with 1 being the leftmost column. The format code is detailed below."
-msgstr ""
+msgstr "Ако се използват разделители за стойности, формата на този код е колона/формат[/колона/формат/…], където колона е номерът на колоната и 1 означава най-лявата колона. Кодовете на формати са описани по-долу."
#. bMC9A
#: csv_params.xhp
@@ -6153,7 +6153,7 @@ msgctxt ""
"par_id831635735631362\n"
"help.text"
msgid "If the first token is FIX it has the form start/format[/start/format/…], where start is the number of the first character for this field, with 0 being the leftmost character in a line. The format is explained below."
-msgstr ""
+msgstr "Ако първият код е FIX, има формата начало/формат[/начало/формат/…], където начало е номерът на първия знак за това поле и 0 означава най-левият знак в реда. Форматът е обяснен по-долу."
#. ZwqfD
#: csv_params.xhp
@@ -6162,7 +6162,7 @@ msgctxt ""
"par_id971634736857464\n"
"help.text"
msgid "Language identifier"
-msgstr ""
+msgstr "Идентификатор на език"
#. DrnsR
#: csv_params.xhp
@@ -6171,7 +6171,7 @@ msgctxt ""
"par_id951634736861475\n"
"help.text"
msgid "String expressed in decimal notation. This token is the equivalent of the \"Language\" listbox in the user interface for CSV import. If the value is 0 or omitted, the language identifier of the user interface is used. The language identifier is based on the Microsoft language identifiers."
-msgstr ""
+msgstr "Низ в десетичен запис. Този код е еквивалентът на списъчното поле „Език“ в потребителския интерфейс за импортиране от CSV. Ако стойността е 0 или е пропусната, се използва идентификаторът на езика на потребителския интерфейс. Този параметър е базиран на идентификаторите на език на Microsoft."
#. B8dVu
#: csv_params.xhp
@@ -6180,7 +6180,7 @@ msgctxt ""
"par_id181634736918511\n"
"help.text"
msgid "CSV Import, CSV Export"
-msgstr ""
+msgstr "Импортиране от CSV, Експортиране към CSV"
#. 4EDix
#: csv_params.xhp
@@ -6189,7 +6189,7 @@ msgctxt ""
"par_id481634736922278\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Quoted field as text\"."
-msgstr ""
+msgstr "Низ, или <literal>false</literal>, или <literal>true</literal>. Подразбирана стойност: <literal>false</literal>. Този код е еквивалентът на полето за отметка „Полета в кавички като текст“."
#. bDTPa
#: csv_params.xhp
@@ -6198,7 +6198,7 @@ msgctxt ""
"par_id761634737057161\n"
"help.text"
msgid "CSV Import, CSV Export"
-msgstr ""
+msgstr "Импортиране от CSV, Експортиране към CSV"
#. SDFCG
#: csv_params.xhp
@@ -6207,7 +6207,7 @@ msgctxt ""
"par_id41634737061097\n"
"help.text"
msgid "<emph>Import:</emph> String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Detect special numbers\"."
-msgstr ""
+msgstr "<emph>Импортиране:</emph> низ, или <literal>false</literal>, или <literal>true</literal>. Подразбирана стойност: <literal>false</literal>. Този код е еквивалентът на полето за отметка „Откриване на специални числа“."
#. kvUjv
#: csv_params.xhp
@@ -6216,7 +6216,7 @@ msgctxt ""
"par_id161634737264744\n"
"help.text"
msgid "<emph>Export:</emph> String, either false or true. Default value: <literal>true</literal>. This token has no UI equivalent. If <literal>true</literal>, the number cells are stored as numbers. If <literal>false</literal>, the numbers are stored as text, with text delimiters."
-msgstr ""
+msgstr "<emph>Експортиране:</emph> низ, или false, или true. Подразбирана стойност: <literal>true</literal>. Този код няма еквивалент в ПИ. Ако е <literal>true</literal>, числовите клетки се съхраняват като числа. Ако е <literal>false</literal>, числата се съхраняват като текст, с текстови разделители."
#. D9GzU
#: csv_params.xhp
@@ -6225,7 +6225,7 @@ msgctxt ""
"par_id961634737712752\n"
"help.text"
msgid "CSV Export"
-msgstr ""
+msgstr "Експортиране към CSV"
#. bE733
#: csv_params.xhp
@@ -6234,7 +6234,7 @@ msgctxt ""
"par_id701634737971414\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"."
-msgstr ""
+msgstr "Низ, или <literal>false</literal>, или <literal>true</literal>. Подразбирана стойност: <literal>true</literal>. Този код е еквивалентът на полето за отметка „Записване съдържанието на клетките както се вижда“."
#. DbAB4
#: csv_params.xhp
@@ -6243,7 +6243,7 @@ msgctxt ""
"par_id481634896761359\n"
"help.text"
msgid "CSV Export"
-msgstr ""
+msgstr "Експортиране към CSV"
#. 3V5FY
#: csv_params.xhp
@@ -6252,7 +6252,7 @@ msgctxt ""
"par_id411634896764659\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Export cell formulas."
-msgstr ""
+msgstr "Низ, или <literal>false</literal>, или <literal>true</literal>. Подразбирана стойност: <literal>false</literal>. Експортиране на формулите в клетките."
#. FE6AD
#: csv_params.xhp
@@ -6261,7 +6261,7 @@ msgctxt ""
"par_id221634896896383\n"
"help.text"
msgid "CSV Import"
-msgstr ""
+msgstr "Импортиране от CSV"
#. o6NCQ
#: csv_params.xhp
@@ -6270,7 +6270,7 @@ msgctxt ""
"par_id641634896897119\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Remove spaces. Trim leading and trailing spaces, when reading the file."
-msgstr ""
+msgstr "Низ, или <literal>false</literal>, или <literal>true</literal>. Подразбирана стойност: <literal>false</literal>. Премахване на интервалите. При четене на файла водещите и завършващите интервали се отрязват."
#. e7nRn
#: csv_params.xhp
@@ -6279,7 +6279,7 @@ msgctxt ""
"par_id521634896971296\n"
"help.text"
msgid "CSV Export"
-msgstr ""
+msgstr "Експортиране към CSV"
#. NaJRN
#: csv_params.xhp
@@ -6288,7 +6288,7 @@ msgctxt ""
"par_id161634896971802\n"
"help.text"
msgid "Export the entire document to individual sheets .csv files or a specified sheet."
-msgstr ""
+msgstr "Експортиране на целия документ към отделни .csv файлове за листовете или само на указан лист."
#. X7QDK
#: csv_params.xhp
@@ -6297,7 +6297,7 @@ msgctxt ""
"par_id341634897309489\n"
"help.text"
msgid "<emph>0</emph> or absent means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv"
-msgstr ""
+msgstr "<emph>0</emph> или пропуснат означава подразбираното поведение: първия лист от командния ред или текущия лист в настройките на макро филтъра, експортиран към документ.csv."
#. mnMGx
#: csv_params.xhp
@@ -6306,7 +6306,7 @@ msgctxt ""
"par_id381634897377753\n"
"help.text"
msgid "<emph>-1</emph> for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv"
-msgstr ""
+msgstr "<emph>-1</emph> за всички листова, всеки лист се експортира към отделен файл с името на основния файл, обединено с името на листа, например документ-Лист1.csv, документ-Лист2.csv и документ-Лист3.csv."
#. ANajZ
#: csv_params.xhp
@@ -6315,7 +6315,7 @@ msgctxt ""
"par_id531634897438255\n"
"help.text"
msgid "<emph>N</emph> export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv"
-msgstr ""
+msgstr "<emph>N</emph> експортиране на N-тия лист в диапазона на номерата на листовете. Например: за да експортирате втория лист, задайте тук 2, за да получите документ-Лист2.csv."
#. xfaM3
#: csv_params.xhp
@@ -6324,7 +6324,7 @@ msgctxt ""
"par_id451635293273892\n"
"help.text"
msgid "CSV Import"
-msgstr ""
+msgstr "Импортиране от CSV"
#. 54sie
#: csv_params.xhp
@@ -6333,7 +6333,7 @@ msgctxt ""
"par_id701635293273893\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If <literal>true</literal> evaluate formulas on input. If <literal>false</literal> formulas are input as text. If omitted (not present at all), the default value is <literal>true</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>."
-msgstr ""
+msgstr "Низ, или <literal>false</literal>, или <literal>true</literal>. Подразбирана стойност: <literal>false</literal>. Определя дали изразите формули, започващи със знак равно =, трябва да се изчисляват като формули, или да се импортират като текстови данни. Ако е <literal>true</literal>, формулите се изчисляват при въвеждане. Ако е <literal>false</literal>, формулите се въвеждат като текст. Ако е пропуснат (не присъства изобщо), подразбираната стойност е <literal>true</literal>, за да се запази поведението на настройките от старите версии, в които този код изобщо не фигурира. Ако е наличен и празен (или със стойност, различна от <literal>true</literal>), се подразбира стойност <literal>false</literal>."
#. DAriB
#: csv_params.xhp
@@ -6342,7 +6342,7 @@ msgctxt ""
"hd_id591638374883162\n"
"help.text"
msgid "Special case of CSV files with separator defined in the first line"
-msgstr ""
+msgstr "Частен случай на CSV файлове с разделител, дефиниран на първия ред"
#. gpBdg
#: csv_params.xhp
@@ -6351,7 +6351,7 @@ msgctxt ""
"par_id781638374952502\n"
"help.text"
msgid "CSV import and export support a <literal>sep=</literal> and <literal>\"sep=\"</literal> field separator setting. When reading a CSV document, the separator is taken from the initial <literal>sep=</literal> or <literal>\"sep=\"</literal> single field, if that is the only line content."
-msgstr ""
+msgstr "При импортиране и експортиране на CSV се поддържа настройка <literal>sep=</literal> и <literal>\"sep=\"</literal> за разделител на полетата. При четене на CSV документ разделителят се взема от началното единично поле <literal>sep=</literal> или <literal>\"sep=\"</literal>, ако това е единственото съдържание на реда."
#. q8D8y
#: csv_params.xhp
@@ -6360,7 +6360,7 @@ msgctxt ""
"par_id561638377619263\n"
"help.text"
msgid "When reading a CSV file, the quoted form is preserved as (unquoted) cell content. You see <literal>sep=|</literal> when | is the separator in the first line. In the unquoted form, the separator is discarded because it is a real field separator in the context. You see <literal>sep=</literal> in the first line."
-msgstr ""
+msgstr "При четене на CSV файл ограденият с кавички вариант се запазва като съдържание на клетка (без кавичките). Ако разделителят в първия ред е |, виждате <literal>sep=|</literal>. При варианта без кавички разделителят се отхвърля, защото е действителен разделител на поле в този контекст. В първия ред виждате <literal>sep=</literal>."
#. j5dBK
#: csv_params.xhp
@@ -6369,7 +6369,7 @@ msgctxt ""
"par_id761638377626465\n"
"help.text"
msgid "When writing a CSV file, the existing single top left cell's content such as <literal>sep=|</literal> is adapted to the current separator with the quoted form of <literal>\"sep=|\"</literal> (if quotes / text delimiters aren't set empty and | is the separator) and always uses the ASCII \" double quote character."
-msgstr ""
+msgstr "При записване на CSV файл съществуващото съдържание на единична горна лява клетка, например <literal>sep=|</literal>, се адаптира към текущия разделител във варианта с кавички <literal>\"sep=|\"</literal> (ако кавичките / разделителите за текст не са зададени като празни и разделителят е |) и винаги се използва знакът двойна кавичка \" от ASCII."
#. uBq4B
#: csv_params.xhp
@@ -6378,7 +6378,7 @@ msgctxt ""
"par_id61638377631743\n"
"help.text"
msgid "If the line containing the <literal>sep=|</literal> is not to be imported as data, remember to set the <emph>From row</emph> number in the dialog to 2. Note that this line will not be preserved when re-saving."
-msgstr ""
+msgstr "Ако редът, съдържащ <literal>sep=|</literal>, не трябва да се импортира като данни, не забравяйте да укажете стойност 2 за настройката <emph>От ред</emph> в диалога. Обърнете внимание, че този ред няма да бъде запазен при повторно записване."
#. oGd5z
#: csv_params.xhp
@@ -6387,7 +6387,7 @@ msgctxt ""
"par_id731638374814029\n"
"help.text"
msgid "\"LETTER\"|\"ANIMAL\""
-msgstr ""
+msgstr "\"БУКВА\"|\"ЖИВОТНО\""
#. CsfKB
#: csv_params.xhp
@@ -6396,7 +6396,7 @@ msgctxt ""
"par_id801638374818291\n"
"help.text"
msgid "\"a\"|\"aardvark\""
-msgstr ""
+msgstr "\"а\"|\"антилопа\""
#. t62e9
#: csv_params.xhp
@@ -6405,7 +6405,7 @@ msgctxt ""
"par_id621638374822275\n"
"help.text"
msgid "\"b\"|\"bear\""
-msgstr ""
+msgstr "\"б\"|\"бобър\""
#. G2aQG
#: csv_params.xhp
@@ -6414,7 +6414,7 @@ msgctxt ""
"par_id851638374831208\n"
"help.text"
msgid "\"c\"|\"cow\""
-msgstr ""
+msgstr "\"в\"|\"вълк\""
#. EFwn3
#: csv_params.xhp
@@ -6423,7 +6423,7 @@ msgctxt ""
"hd_id181634739011588\n"
"help.text"
msgid "Formatting Codes for Token 5"
-msgstr ""
+msgstr "Форматиращи кодове за позиция 5"
#. 3KE5V
#: csv_params.xhp
@@ -6432,7 +6432,7 @@ msgctxt ""
"par_id31634738948892\n"
"help.text"
msgid "Meaning"
-msgstr ""
+msgstr "Значение"
#. kDygY
#: csv_params.xhp
@@ -6441,7 +6441,7 @@ msgctxt ""
"par_id101634738948892\n"
"help.text"
msgid "Code"
-msgstr ""
+msgstr "Код"
#. BpiaC
#: csv_params.xhp
@@ -6450,7 +6450,7 @@ msgctxt ""
"par_id1011670216\n"
"help.text"
msgid "Standard"
-msgstr ""
+msgstr "Стандартна"
#. o2zeW
#: csv_params.xhp
@@ -6459,7 +6459,7 @@ msgctxt ""
"par_id1605952714\n"
"help.text"
msgid "Text"
-msgstr ""
+msgstr "Текст"
#. pPwcP
#: csv_params.xhp
@@ -6468,7 +6468,7 @@ msgctxt ""
"par_id5066036143\n"
"help.text"
msgid "MM/DD/YY"
-msgstr ""
+msgstr "ММ/ДД/ГГ"
#. 6yrFg
#: csv_params.xhp
@@ -6477,7 +6477,7 @@ msgctxt ""
"par_id6386378851\n"
"help.text"
msgid "DD/MM/YY"
-msgstr ""
+msgstr "ДД/ММ/ГГ"
#. BrCte
#: csv_params.xhp
@@ -6486,7 +6486,7 @@ msgctxt ""
"par_id6847541095\n"
"help.text"
msgid "YY/MM/DD"
-msgstr ""
+msgstr "ГГ/ММ/ДД"
#. nixiA
#: csv_params.xhp
@@ -6495,7 +6495,7 @@ msgctxt ""
"par_id7881263433\n"
"help.text"
msgid "Ignore field (do not import)"
-msgstr ""
+msgstr "Игнориране на полето (не се импортира)"
#. LEJDn
#: csv_params.xhp
@@ -6504,7 +6504,7 @@ msgctxt ""
"par_id6920129719\n"
"help.text"
msgid "US-English"
-msgstr ""
+msgstr "Английски (САЩ)"
#. wLth6
#: csv_params.xhp
@@ -6513,7 +6513,7 @@ msgctxt ""
"hd_id591634740467955\n"
"help.text"
msgid "Character Set Codes for Token 3"
-msgstr ""
+msgstr "Кодове на знакови набори за позиция 3"
#. Ag4xM
#: ctl.xhp
@@ -7377,7 +7377,7 @@ msgctxt ""
"par_id7869502\n"
"help.text"
msgid "Either create a new Base file using the <link href=\"text/sdatabase/dabawiz01.xhp\">Database Wizard</link>, or open any existing Base file that is not read-only."
-msgstr ""
+msgstr "Или създайте нов файл на Base с <link href=\"text/sdatabase/dabawiz01.xhp\">помощника за бази от данни</link>, или отворете произволен съществуващ файл на Base, който не е само за четене."
#. JHYC6
#: data_im_export.xhp
@@ -7503,7 +7503,7 @@ msgctxt ""
"par_idN105CB\n"
"help.text"
msgid "This opens the <link href=\"text/sdatabase/dabawiz01.xhp\">Database Wizard</link>, where you create a new database file."
-msgstr ""
+msgstr "Това отваря <link href=\"text/sdatabase/dabawiz01.xhp\">помощника за бази от данни</link>, в който можете да създадете нов файл на база от данни."
#. zTCBz
#: data_new.xhp
@@ -7521,7 +7521,7 @@ msgctxt ""
"par_idN105E0\n"
"help.text"
msgid "The <link href=\"text/sdatabase/tablewizard00.xhp\">Table Wizard</link> helps you to add a table to the new database file."
-msgstr ""
+msgstr "<link href=\"text/sdatabase/tablewizard00.xhp\">Помощникът за таблици</link> служи за добавяне на таблица към новата база от данни."
#. pF4kL
#: data_queries.xhp
@@ -7575,7 +7575,7 @@ msgctxt ""
"par_idN1061E\n"
"help.text"
msgid "In %PRODUCTNAME you can create a new query using the <link href=\"text/sdatabase/querywizard00.xhp\">Query Wizard</link>:"
-msgstr ""
+msgstr "В %PRODUCTNAME можете да създадете нова заявка чрез <link href=\"text/sdatabase/querywizard00.xhp\">помощника за заявки</link>:"
#. DaGBc
#: data_queries.xhp
@@ -7683,7 +7683,7 @@ msgctxt ""
"par_idN105C1\n"
"help.text"
msgid "Data from any <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets."
-msgstr ""
+msgstr "В инсталираното копие на %PRODUCTNAME могат да бъдат регистрирани данни от произволен <link href=\"text/sdatabase/dabadoc.xhp\">файл на база от данни</link> . Регистрирането се състои в това да посочите на %PRODUCTNAME къде се намират данните, как са организирани, как се извличат и др. След като базата от данни е регистрирана, можете да използвате командата <emph>Изглед - Източник на данни</emph> за достъп до записите с данни от текстови документи и електронни таблици."
#. ADK4M
#: data_register.xhp
@@ -7854,7 +7854,7 @@ msgctxt ""
"par_id5086825\n"
"help.text"
msgid "Use the toolbars and menu commands and drag-and-drop to edit the report as stated in the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> guide."
-msgstr ""
+msgstr "Използвайте лентите с инструменти, командите от менютата и техниката „плъзгане и пускане“, за да редактирате справката, както е обяснено в упътването на <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link>."
#. QSknJ
#: data_report.xhp
@@ -8133,7 +8133,7 @@ msgctxt ""
"par_id4870754\n"
"help.text"
msgid "Follow the instructions in the <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link> guide."
-msgstr ""
+msgstr "Следвайте указанията в упътването на <link href=\"text/sdatabase/rep_main.xhp\">Report Builder</link>."
#. xrbEC
#: data_reports.xhp
@@ -8547,7 +8547,7 @@ msgctxt ""
"par_idN1061E\n"
"help.text"
msgid "In %PRODUCTNAME you can create a new table using the <link href=\"text/sdatabase/tablewizard00.xhp\">Table Wizard</link>:"
-msgstr ""
+msgstr "В %PRODUCTNAME можете да създадете нова таблица чрез <link href=\"text/sdatabase/tablewizard00.xhp\">помощника за таблици</link>:"
#. aBysk
#: data_tables.xhp
@@ -8727,7 +8727,7 @@ msgctxt ""
"par_idN105D1\n"
"help.text"
msgid "The <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records."
-msgstr ""
+msgstr "<link href=\"text/sdatabase/dabadoc.xhp\">Файлът на базата от данни</link> ви дава пълен достъп до таблиците, заявките, справките и формулярите. Можете да редактирате структурата на таблиците и да променяте съдържанието на записите с данни."
#. drvbN
#: data_view.xhp
@@ -8844,7 +8844,7 @@ msgctxt ""
"par_idN106A4\n"
"help.text"
msgid "<link href=\"text/sdatabase/menubar.xhp\">Menu bar of a database file</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/menubar.xhp\">Лента с менюта за файл на база от данни</link>"
#. QGxEh
#: database_main.xhp
@@ -8907,7 +8907,7 @@ msgctxt ""
"par_idN1072A\n"
"help.text"
msgid "<link href=\"text/sdatabase/querywizard00.xhp\">Query Wizard</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/querywizard00.xhp\">Помощник за заявки</link>"
#. TjEU4
#: database_main.xhp
@@ -8943,7 +8943,7 @@ msgctxt ""
"par_idN1078F\n"
"help.text"
msgid "<link href=\"text/sdatabase/tablewizard00.xhp\">Table Wizard</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/tablewizard00.xhp\">Помощник за таблици</link>"
#. x7kax
#: database_main.xhp
@@ -14219,14 +14219,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>графики, виж също картини</bookmark_value><bookmark_value>изображения, виж също картини</bookmark_value><bookmark_value>изображения; вмъкване и редактиране на изображения</bookmark_value><bookmark_value>илюстрации, виж картини</bookmark_value><bookmark_value>растерни изображения; вмъкване и редактиране</bookmark_value><bookmark_value>пикселни графики; вмъкване и редактиране</bookmark_value><bookmark_value>експортиране; растерни изображения</bookmark_value><bookmark_value>импортиране; растерни изображения</bookmark_value><bookmark_value>картини; редактиране</bookmark_value><bookmark_value>редактиране; картини</bookmark_value><bookmark_value>негативен филтър</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>повишаване на резкостта, филтър</bookmark_value><bookmark_value>премахване на шум, филтър</bookmark_value><bookmark_value>соларизация, филтър</bookmark_value><bookmark_value>състаряване, филтър</bookmark_value><bookmark_value>постеризация, филтър</bookmark_value><bookmark_value>попарт, филтър</bookmark_value><bookmark_value>скица с въглен, филтър</bookmark_value><bookmark_value>мозаичен филтър</bookmark_value><bookmark_value>картини;филтри</bookmark_value><bookmark_value>филтри;картини</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Вмъкване, редактиране и записване на растерни изображения</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14246,14 +14246,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Растерно изображение може да бъде вмъкнато в документ на $[officename] Writer, $[officename] Calc, $[officename] Draw или $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Изберете <emph>Вмъкване - Изображение - От файл</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14264,6 +14264,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Изберете файла. В полето <emph>Тип на файла</emph> можете да ограничите избора до файловете от определен тип."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21581,6 +21590,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/help.po b/source/bg/helpcontent2/source/text/shared/help.po
index caa0f9ea730..900f940615f 100644
--- a/source/bg/helpcontent2/source/text/shared/help.po
+++ b/source/bg/helpcontent2/source/text/shared/help.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-02-27 08:39+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedhelp/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1555410098.000000\n"
#. jdDhb
@@ -869,7 +869,7 @@ msgctxt ""
"hd_id471652287598699\n"
"help.text"
msgid "<variable id=\"externalvideo\">External video</variable>"
-msgstr ""
+msgstr "<variable id=\"externalvideo\">Външно видео</variable>"
#. CKGLp
#: browserhelp.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id311644338760624\n"
"help.text"
msgid "<variable id=\"ytaccept\">Please accept this video. By accepting you will be accessing content from YouTube, a service provided by an external third party.</variable>"
-msgstr ""
+msgstr "<variable id=\"ytaccept\">Моля, приемете това видео. Ако приемете, ще осъществите достъп до съдържание от YouTube – услуга, предоставяна от външна трета страна.</variable>"
#. BvoqF
#: browserhelp.xhp
@@ -896,4 +896,4 @@ msgctxt ""
"par_id91644338793051\n"
"help.text"
msgid "<variable id=\"ytprivacy\">YouTube Privacy Policy</variable>"
-msgstr ""
+msgstr "<variable id=\"ytprivacy\">Политика за поверителност на YouTube</variable>"
diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index 2763b2518e4..7ce6d3a15dc 100644
--- a/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-04 10:54+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/bg/>\n"
@@ -917,14 +917,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Указва, че <item type=\"productname\">%PRODUCTNAME</item> записва всички отворени документи, когато записва информация за автовъзстановяване. Използва се същият интервал, като за автовъзстановяването.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Записване на относителни URL спрямо системата"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/bg/helpcontent2/source/text/simpress/guide.po b/source/bg/helpcontent2/source/text/simpress/guide.po
index 02388a60a49..85a4e11da24 100644
--- a/source/bg/helpcontent2/source/text/simpress/guide.po
+++ b/source/bg/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-09 15:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1555874757.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Изберете кадъра, след който желаете да следва копираният кадър, и изберете <emph>Редактиране - Поставяне</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Зареждане на списъци с цветове, градиенти и щриховки"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>цветове;зареждане на списъци</bookmark_value><bookmark_value>градиенти;зареждане на списъци</bookmark_value><bookmark_value>щриховки;зареждане на списъци</bookmark_value><bookmark_value>зареждане;цветове/градиенти/щриховки</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Зареждане на списъци с цветове, градиенти и щриховки\">Зареждане на списъци с цветове, градиенти и щриховки</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Можете да организирате цветове, градиенти или щриховки в списъци. $[officename] предлага няколко списъка, които можете да зареждате за употреба във вашите документи. Ако желаете, можете да добавяте или изтривате елементи от списъците, както и да създадете ваши собствени списъци."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "За да заредите списък с цветове:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Изберете <emph>Форматиране - Област</emph>, след това отворете раздела <emph>Цветове</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Щракнете върху бутона <emph>Зареждане на списък с цветове</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Намерете желания списък с цветове и натиснете <emph>Отваряне</emph>. Файловете на списъците с цветове имат разширение .soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "За да запишете списък с цветове, щракнете върху бутона <emph>Записване на списък с цветове</emph>, въведете име на файла и натиснете <emph>Записване</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>цветове; подразбирани</bookmark_value><bookmark_value>цветове; на LibreOffice</bookmark_value><bookmark_value>LibreOffice, цветове на</bookmark_value><bookmark_value>цветове; на HLC</bookmark_value><bookmark_value>Material Design, цветове на</bookmark_value><bookmark_value>цветове; за Уеб</bookmark_value><bookmark_value>цветове; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "Списъкът с цветове freieFarbe HLC е базиран на модела CIELAB и е оптимизиран за професионален печат в CMYK. Цветовете в списъците „Съвместимост“ и HTML са оптимизирани за дисплеи с цветова разделителна способност от 256 цвята. Палитрите LibreOffice и Material съдържат официалните цветове съответно на LibreOffice и Material Design. Палитрата tonal.soc предлага набор от цветове, организиран по контраст на осветеността, които са подходящи за разнообразен хардуер."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "За да заредите списък с градиенти:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Изберете <emph>Форматиране - Област</emph>, след това отворете раздела <emph>Градиенти</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Щракнете върху бутона <emph>Зареждане на списък с градиенти</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Намерете желания списък с цветове и натиснете <emph>Отваряне</emph>. Файловете на списъците с градиенти имат разширение .sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "За да запишете списък с градиенти, щракнете върху бутона <emph>Записване на списък с градиенти</emph>, въведете име на файла и натиснете <emph>Записване</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "За да заредите списък с щриховки"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Изберете <emph>Форматиране - Област</emph>, след това отворете раздела <emph>Щриховка</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Щракнете върху бутона <emph>Зареждане на списък с щриховки</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Намерете желания списък с щриховки и натиснете <emph>Отваряне</emph>. Файловете на списъците с щриховки имат разширение .soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "За да запишете списък с щриховки, щракнете върху бутона <emph>Записване на списък с щриховки</emph>, въведете име на файла и натиснете <emph>Записване</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Форматиране - Област\">Форматиране - Област</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Преминете към кадъра, в който искате да вмъкнете таблицата."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Изберете <emph>Вмъкване - Обект - OLE обект</emph>. Щракнете върху <emph>Създаване на нов</emph> и изберете електронната таблица на %PRODUCTNAME. Натиснете OK. Щракнете в таблицата, за да въведете данните."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Преминете към кадъра, в който искате да вмъкнете таблицата."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Изберете <emph>Вмъкване - Обект - OLE обект</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Форматиране - Оформление на кадър\">Форматиране - Оформление на кадър</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Вмъкване - Обект - OLE обект\">Вмъкване - Обект - OLE обект</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter.po b/source/bg/helpcontent2/source/text/swriter.po
index 1ebfd428cf5..0bacf65f6cd 100644
--- a/source/bg/helpcontent2/source/text/swriter.po
+++ b/source/bg/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562356909.000000\n"
#. x2qZ6
@@ -2597,7 +2597,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "OLE Object Bar"
-msgstr ""
+msgstr "Лента OLE обект"
#. iiqD4
#: main0216.xhp
@@ -2606,7 +2606,7 @@ msgctxt ""
"hd_id3150726\n"
"help.text"
msgid "<link href=\"text/swriter/main0216.xhp\" name=\"OLE Object Bar\">OLE Object Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0216.xhp\" name=\"OLE Object Bar\">Лента OLE обект</link>"
#. phgBb
#: main0216.xhp
@@ -2615,7 +2615,7 @@ msgctxt ""
"par_id3150746\n"
"help.text"
msgid "<ahelp hid=\"HID_OLE_TOOLBOX\">The <emph>OLE Object</emph> bar appears when objects are selected, and contains the most important functions for formatting and positioning objects.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_OLE_TOOLBOX\">Лентата <emph>OLE обект</emph> се появява, когато бъдат избрани обекти, и съдържа най-важните функции за форматиране и позициониране на обекти.</ahelp>"
#. FGEsG
#: main0216.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/00.po b/source/bg/helpcontent2/source/text/swriter/00.po
index cf859492b0c..66d13ec5db9 100644
--- a/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/source/bg/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/bg/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Изберете раздела <emph>Вмъкване - Рамка - Рамка - Настройки</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Оптимална височина на редове"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Изберете <emph>Таблица - Автопобиране - Равни височини на редове</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Отворете лентата с инструменти <emph>Оптимален размер</emph> от лентата <emph>Таблица</emph>, щракнете върху"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Икона за равни височини на редове</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Равни височини на редове"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 750d320d602..9eeba9b0433 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
"Language: bg\n"
@@ -4391,23 +4391,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Показва документа във вида, в който ще бъде отпечатан.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Скрити абзаци"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Скрити абзаци</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -4461,7 +4461,7 @@ msgctxt ""
"bm_id991649682491332\n"
"help.text"
msgid "<bookmark_value>manual break;next full line</bookmark_value><bookmark_value>manual break;right</bookmark_value><bookmark_value>manual break;clear right</bookmark_value><bookmark_value>clear right;manual break</bookmark_value><bookmark_value>manual break;clear left</bookmark_value><bookmark_value>manual break;left</bookmark_value><bookmark_value>clear left;manual break</bookmark_value><bookmark_value>manual break;next line</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ръчен разделител;следващ цял ред</bookmark_value><bookmark_value>ръчен разделител;отдясно</bookmark_value><bookmark_value>ръчен разделител;свободно отдясно</bookmark_value><bookmark_value>свободно отдясно;ръчен разделител</bookmark_value><bookmark_value>ръчен разделител;свободно отляво</bookmark_value><bookmark_value>ръчен разделител;отляво</bookmark_value><bookmark_value>свободно отляво;ръчен разделител</bookmark_value><bookmark_value>ръчен разделител;следващ ред</bookmark_value>"
#. FuBqy
#: 04010000.xhp
@@ -15011,14 +15011,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Заглавни редове"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Изберете броя на редовете, които да се използват за заглавна част.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18269,41 +18269,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Вертикално"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Изберете начина за вертикално подравняване на обекта.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Ако закотвите обекта за рамка с фиксирана височина, са достъпни само вариантите \"Долу\" и \"Центрирано\"."
+msgid "by"
+msgstr "с"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "с"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Въведете разстоянието, което да бъде оставено между горния край на избрания обект и отправната точка, избрана в полето <emph>Спрямо</emph>.</ahelp> Тази настройка е достъпна само ако изберете „Отгоре“ или „Отдолу“ (като знак) в полето <emph>Вертикално</emph>."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18314,14 +18377,14 @@ msgctxt ""
msgid "to"
msgstr "спрямо"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
-msgstr "<ahelp hid=\".\">Изберете областта или отправната точка за вертикалното подравняване.</ahelp> Обектът може да бъде позициониран спрямо следните области или отправни точки:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
+msgstr ""
#. 5GxHP
#: 05060100.xhp
@@ -18359,14 +18422,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Текстова област на страницата:</emph> обектът се позиционира с оглед на цялата височина, предназначена за текст, от горното до долното поле."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Знак:</emph> обектът се позиционира с оглед на вертикалното пространство, използвано от знака."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18413,6 +18476,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr "<menuitem>Текстова област на рамката</menuitem>: достъпно само за закотвяне „Към рамка“, текстовата област на рамката."
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Ако закотвите обекта за рамка с фиксирана височина, са достъпни само вариантите \"Долу\" и \"Центрирано\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20357,32 +20429,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Настройки\">Настройки</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Определя свойствата на избрания обект, графика или рамка.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Име"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Определя името на избрания елемент и свързаните с него връзки."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20411,23 +20474,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Давайте на обекта, графиката или рамката смислено име, така че да можете бързо да го намирате после в дълги документи."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Алтернативен текст (само за плаващи рамки, графики и обекти)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Въведете текста, който да се показва в браузър, когато избраният обект е недостъпен. Алтернативният текст също така се ползва за улесняване на потребители с недъзи.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20438,14 +20501,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Предишна връзка"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Показва елемента (обект, графика или рамка), който предхожда текущия елемент в свързана последователност. За да прибавите или промените предишната връзка, изберете име от списъка. Ако свързвате рамки, текущата рамка и рамката цел трябва да са празни.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20456,14 +20519,14 @@ msgctxt ""
msgid "Next link"
msgstr "Следваща връзка"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Показва елемента (обект, графика или рамка), който следва текущия елемент в свързана последователност. За да прибавите или промените следващата връзка, изберете име от списъка. Ако свързвате рамки, рамката цел трябва да е празна.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/02.po b/source/bg/helpcontent2/source/text/swriter/02.po
index e4d32653a91..daa846a9564 100644
--- a/source/bg/helpcontent2/source/text/swriter/02.po
+++ b/source/bg/helpcontent2/source/text/swriter/02.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-10 20:16+0200\n"
-"PO-Revision-Date: 2022-01-11 13:38+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547852096.000000\n"
#. sqxGb
@@ -41,7 +41,7 @@ msgctxt ""
"par_id3150240\n"
"help.text"
msgid "<ahelp hid=\".uno:DefaultNumbering\">Adds or removes numbering from the selected paragraphs.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:DefaultNumbering\">Добавя или премахва номерацията от избраните абзаци.</ahelp>"
#. yGcX6
#: 02110000.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id221649422095688\n"
"help.text"
msgid "To define the numbering format, choose <emph>Format - Bullets and Numbering</emph>. To display the <emph>Bullets and Numbering</emph> Bar, choose <emph>View - Toolbars - Bullets and Numbering</emph>."
-msgstr ""
+msgstr "За да дефинирате формата на номерирането, изберете <emph>Форматиране - Водачи и номерация</emph>. За да видите лентата <emph>Водачи и номерация</emph>, изберете <emph>Изглед - Ленти с инструменти - Водачи и номерация</emph>."
#. 8MND6
#: 02110000.xhp
@@ -572,7 +572,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Demote Outline Level with Subpoints"
-msgstr ""
+msgstr "Понижаване на ниво от плана с подточките"
#. MDWt6
#: 06070000.xhp
@@ -581,7 +581,7 @@ msgctxt ""
"hd_id3145826\n"
"help.text"
msgid "<link href=\"text/swriter/02/06070000.xhp\" name=\"Demote One Level With Subpoints\">Demote Outline Level with Subpoints</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/06070000.xhp\" name=\"Demote One Level With Subpoints\">Понижаване на ниво от плана с подточките</link>"
#. eFSaF
#: 06070000.xhp
@@ -590,7 +590,7 @@ msgctxt ""
"par_id3145241\n"
"help.text"
msgid "<ahelp hid=\".uno:DecrementSubLevels\">Demotes the list of a list paragraph where the cursor is located and its subpoints to the next list level.</ahelp> Multiple list paragraphs can be selected. Demotes the outline level of a chapter heading where the cursor is located and all its subheadings to the next outline level. This command is active only when the cursor is positioned in a list paragraph or a chapter heading."
-msgstr ""
+msgstr "<ahelp hid=\".uno:DecrementSubLevels\">Понижава с едно ниво в списъка абзаца от списък, в който се намира курсорът, и неговите подточки.</ahelp> Могат да бъдат избрани няколко абзаца от списък. Понижава с едно ниво в плана заглавието на глава, в което се намира курсорът, и неговите подзаглавия. Тази команда е активна само когато курсорът е в абзац от списък или в заглавие на глава."
#. EH6kY
#: 06070000.xhp
@@ -599,7 +599,7 @@ msgctxt ""
"par_id3145084\n"
"help.text"
msgid "<image id=\"img_id3156376\" src=\"cmd/sc_decrementsublevels.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156376\">Icon Demote Outline Level with Subpoints</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156376\" src=\"cmd/sc_decrementsublevels.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156376\">Икона за понижаване на ниво от плана с подточките</alt></image>"
#. gUUUN
#: 06070000.xhp
@@ -608,7 +608,7 @@ msgctxt ""
"par_id3145088\n"
"help.text"
msgid "Demote Outline Level With Subpoints"
-msgstr ""
+msgstr "Понижаване на ниво от плана с подточките"
#. kG3Fb
#: 06080000.xhp
@@ -617,7 +617,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Promote Outline Level With Subpoints"
-msgstr ""
+msgstr "Повишаване на ниво от плана с подточките"
#. fWXrs
#: 06080000.xhp
@@ -626,7 +626,7 @@ msgctxt ""
"hd_id3154507\n"
"help.text"
msgid "<link href=\"text/swriter/02/06080000.xhp\" name=\"Promote One Level With Subpoints\">Promote Outline Level With Subpoints</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/06080000.xhp\" name=\"Promote One Level With Subpoints\">Повишаване на ниво от плана с подточките</link>"
#. KkHwc
#: 06080000.xhp
@@ -635,7 +635,7 @@ msgctxt ""
"par_id3151189\n"
"help.text"
msgid "<ahelp hid=\".uno:IncrementSubLevels\">Promotes the list level of a list paragraph where the cursor is located and its subpoints to the next list level.</ahelp> Multiple list paragraphs can be selected. Promotes the outline level of a chapter heading where the cursor is located and all its subheadings to the next outline level. This command is active only when the cursor is positioned in a list paragraph or chapter heading."
-msgstr ""
+msgstr "<ahelp hid=\".uno:IncrementSubLevels\">Повишава с едно ниво в списъка абзаца от списък, в който се намира курсорът, и неговите подточки.</ahelp> Могат да бъдат избрани няколко абзаца от списък. Повишава с едно ниво в плана заглавието на глава, в което се намира курсорът, и неговите подзаглавия. Тази команда е активна само когато курсорът е в абзац от списък или в заглавие на глава."
#. 98iKX
#: 06080000.xhp
@@ -644,7 +644,7 @@ msgctxt ""
"par_id3145410\n"
"help.text"
msgid "<image id=\"img_id3145421\" src=\"cmd/sc_incrementsublevels.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145421\">Icon Promote Outline Level With Subpoints</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145421\" src=\"cmd/sc_incrementsublevels.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145421\">Икона за повишаване на ниво от плана с подточките</alt></image>"
#. BEMRR
#: 06080000.xhp
@@ -653,7 +653,7 @@ msgctxt ""
"par_id3145417\n"
"help.text"
msgid "Promote Outline Level With Subpoints"
-msgstr ""
+msgstr "Повишаване на ниво от плана с подточките"
#. jPBGz
#: 06090000.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Move Item Up with Subpoints"
-msgstr ""
+msgstr "Преместване на елемент нагоре с подточките"
#. 5eUkr
#: 06120000.xhp
@@ -716,7 +716,7 @@ msgctxt ""
"hd_id3147174\n"
"help.text"
msgid "<link href=\"text/swriter/02/06120000.xhp\" name=\"Move Up with Subpoints\">Move Item Up with Subpoints</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/06120000.xhp\" name=\"Move Up with Subpoints\">Преместване на елемент нагоре с подточките</link>"
#. tHDTp
#: 06120000.xhp
@@ -725,7 +725,7 @@ msgctxt ""
"par_id3148768\n"
"help.text"
msgid "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Moves a list paragraph where the cursor is located and its subpoints to before the previous list paragraph with the same list level. Moves a chapter heading where the cursor is located and all its subheadings and text to before the previous heading at the same outline level.</ahelp> You can also select and move more than one list paragraph or chapter heading. This command is only active when the cursor is positioned within a list paragraph or chapter heading."
-msgstr ""
+msgstr "<ahelp hid=\".uno:MoveUpSubItems\" visibility=\"visible\">Премества абзаца от списък, в който се намира курсорът, и неговите подточки преди предишния абзац на същото ниво в списъка. Премества заглавието на глава, в което се намира курсорът, и всичките му подзаглавия и текст преди предишното заглавие на същото ниво в плана.</ahelp> Можете да изберете и преместите няколко абзаца от списък или заглавия на глави. Тази команда е активна само когато курсорът е в абзац от списък или заглавие на глава."
#. KVXUP
#: 06120000.xhp
@@ -734,7 +734,7 @@ msgctxt ""
"par_id3145083\n"
"help.text"
msgid "<image src=\"cmd/sc_moveupsubitems.svg\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Move Up with Subpoints</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_moveupsubitems.svg\" id=\"img_id3156375\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Икона за преместване нагоре с подточките</alt></image>"
#. SRDNE
#: 06120000.xhp
@@ -743,7 +743,7 @@ msgctxt ""
"par_id3156410\n"
"help.text"
msgid "Move Item Up with Subpoints"
-msgstr ""
+msgstr "Преместване на елемент нагоре с подточките"
#. 9tvuo
#: 06130000.xhp
@@ -752,7 +752,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Move Item Down with Subpoints"
-msgstr ""
+msgstr "Преместване на елемент надолу с подточките"
#. hdGbN
#: 06130000.xhp
@@ -761,7 +761,7 @@ msgctxt ""
"hd_id3154501\n"
"help.text"
msgid "<link href=\"text/swriter/02/06130000.xhp\" name=\"Move Down with Subpoints\">Move Item Down with Subpoints</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/06130000.xhp\" name=\"Move Down with Subpoints\">Преместване на елемент надолу с подточките</link>"
#. nLCpV
#: 06130000.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3148770\n"
"help.text"
msgid "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Moves a list paragraph where the cursor is located and its subpoints to after the following list paragraph with the same list level. Moves a chapter heading where the cursor is located and all its subheadings and text to after the following heading at the same outline level.</ahelp> You can also select and move more than one list paragraph or chapter heading. This command is only active when the cursor is positioned in a list paragraph or chapter heading."
-msgstr ""
+msgstr "<ahelp hid=\".uno:MoveDownSubItems\" visibility=\"visible\">Премества абзаца от списък, в който се намира курсорът, и неговите подточки след следващия абзац на същото ниво в списъка. Премества заглавието на глава, в което се намира курсорът, и всичките му подзаглавия и текст след следващото заглавие на същото ниво в плана.</ahelp> Можете да изберете и преместите няколко абзаца от списък или заглавия на глави. Тази команда е активна само когато курсорът е в абзац от списък или заглавие на глава."
#. JX6PL
#: 06130000.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_id3145086\n"
"help.text"
msgid "<image src=\"cmd/sc_movedownsubitems.svg\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Icon Move Down with Subpoints</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_movedownsubitems.svg\" id=\"img_id3156377\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156377\">Икона за преместване надолу с подточките</alt></image>"
#. PE4NZ
#: 06130000.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3150749\n"
"help.text"
msgid "Move Item Down with Subpoints"
-msgstr ""
+msgstr "Преместване на елемент надолу с подточките"
#. vLXu5
#: 06140000.xhp
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_id3154572\n"
"help.text"
msgid "<image src=\"cmd/sc_zoomin.svg\" id=\"img_id3155895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155895\">Icon Zoom In</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_zoomin.svg\" id=\"img_id3155895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155895\">Икона за увеличаване</alt></image>"
#. pBveG
#: 10010000.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3148775\n"
"help.text"
msgid "<image id=\"img_id3150764\" src=\"cmd/sc_zoomout.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150764\">Zoom Out Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150764\" src=\"cmd/sc_zoomout.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150764\">Икона за умаляване</alt></image>"
#. k3fKF
#: 10020000.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Single Page Preview"
-msgstr ""
+msgstr "Мостра: една страница"
#. LqErf
#: 10040000.xhp
@@ -1121,7 +1121,7 @@ msgctxt ""
"hd_id691649976425993\n"
"help.text"
msgid "<link href=\"text/swriter/02/10040000.xhp\" name=\"Single Page Preview\">Single Page Preview</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/10040000.xhp\" name=\"Single Page Preview\">Мостра: една страница</link>"
#. 8ttBs
#: 10040000.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id801649977112401\n"
"help.text"
msgid "<ahelp hid=\".uno:ShowSinglePage\" visibility=\"visible\">Displays one page at a time in the Print Preview window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ShowSinglePage\" visibility=\"visible\">Показва по една страница наведнъж в прозореца „Мостра за печат“.</ahelp>"
#. iwFVN
#: 10040000.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id331649976674083\n"
"help.text"
msgid "<image src=\"cmd/sc_showsinglepage.svg\" id=\"img_id921649976674083\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861649976674083\">Single Page Preview Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_showsinglepage.svg\" id=\"img_id921649976674083\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861649976674083\">Икона за мостра от една страница</alt></image>"
#. TgK95
#: 10040000.xhp
@@ -1148,7 +1148,7 @@ msgctxt ""
"par_id161649976674083\n"
"help.text"
msgid "Single Page Preview"
-msgstr ""
+msgstr "Мостра: една страница"
#. KSNCT
#: 10050000.xhp
@@ -1211,7 +1211,7 @@ msgctxt ""
"hd_id3147171\n"
"help.text"
msgid "<link href=\"text/swriter/02/10070000.xhp\" name=\"Page Preview: Multiple Pages\">Multiple Pages Preview</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/02/10070000.xhp\" name=\"Page Preview: Multiple Pages\">Мостра: много страници</link>"
#. NhuBC
#: 10070000.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3152738\n"
"help.text"
msgid "<image id=\"img_id3152744\" src=\"cmd/sc_showmultiplepages.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152744\">Icon Multiple Pages Preview</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152744\" src=\"cmd/sc_showmultiplepages.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152744\">Икона за мостра от много страници</alt></image>"
#. zUeSr
#: 10070000.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3154573\n"
"help.text"
msgid "After clicking the <menuitem>Multiple Pages Preview</menuitem> icon, move the mouse over the desired number of rows and columns."
-msgstr ""
+msgstr "След като щракнете върху иконата <menuitem>Мостра: много страници</menuitem>, преместете мишката върху желания брой редове и колони."
#. W4FH2
#: 10070000.xhp
@@ -1256,7 +1256,7 @@ msgctxt ""
"hd_id121649340192450\n"
"help.text"
msgid "More Options"
-msgstr ""
+msgstr "Още настройки"
#. ACeQB
#: 10070000.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3149822\n"
"help.text"
msgid "You can also choose settings by clicking <menuitem>More Options</menuitem> to open a new dialog, then use the two spin buttons to set the number of pages to be displayed."
-msgstr ""
+msgstr "Можете да изберете настройките и като щракнете върху <menuitem>Още настройки</menuitem>, за да отворите нов диалог, а после да използвате двата бутона броячи, за да зададете броя показвани страници."
#. F9TJ2
#: 10070000.xhp
@@ -1346,7 +1346,7 @@ msgctxt ""
"par_idN10635\n"
"help.text"
msgid "<image id=\"img_id8750572\" src=\"cmd/sc_showbookview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8750572\">book preview icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id8750572\" src=\"cmd/sc_showbookview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8750572\">Икона за мостра във формат на книга</alt></image>"
#. PDgVj
#: 10080000.xhp
@@ -4091,7 +4091,7 @@ msgctxt ""
"par_id271615998908234\n"
"help.text"
msgid "For multiple selections, press and hold the <keycode> Ctrl</keycode> key after the first selection. Only one character needs to be selected in each paragraph to be added. The <keycode>Ctrl</keycode> key can be released without losing the selections, but must be pressed whenever clicking in the document to preserve the selection."
-msgstr ""
+msgstr "За няколко селекции натиснете и задръжте клавиша <keycode>Ctrl</keycode> след първия избор. За добавяне на абзац е достатъчно да се избере един знак от него. Клавишът <keycode>Ctrl</keycode> може да бъде отпуснат, без да се загубят селекциите, но по време на щракване в документа трябва да бъде натиснат за запазване на селекцията."
#. Lshcb
#: add_to_list.xhp
@@ -4100,7 +4100,7 @@ msgctxt ""
"par_id551615985719902\n"
"help.text"
msgid "Press and hold the <keycode>Ctrl</keycode> key, select at least one character in the list, then release the <keycode> Ctrl</keycode> key."
-msgstr ""
+msgstr "Натиснете и задръжте клавиша <keycode>Ctrl</keycode>, изберете поне един знак в списъка, после отпуснете клавиша <keycode>Ctrl</keycode>."
#. 3VT7j
#: add_to_list.xhp
@@ -4136,7 +4136,7 @@ msgctxt ""
"par_id161615999749854\n"
"help.text"
msgid "<variable id=\"rightclick\">Right-click anywhere in highlighted selection, choose <menuitem>List - Add to List</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"rightclick\">Щракнете с десния бутон в осветената селекция, изберете <menuitem>Списък - Добавяне към списък</menuitem>.</variable>"
#. qFmgS
#: add_to_list.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index 23a3c02af49..4acf12304da 100644
--- a/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-04 10:54+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
"Language: bg\n"
@@ -43,23 +43,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Позициониране на обекти\">Позициониране на обекти</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Обектите, например изображенията, се позиционират в документа чрез котви, прикрепени към други елементи."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Котвата определя отправната точка на обекта. Отправната точка може да бъде страницата или рамката, в която е обектът, абзац или дори знак. Изображенията винаги имат котва, а следователно и отправна точка."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -196,23 +196,50 @@ msgctxt ""
msgid "To frame"
msgstr "Към рамка"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Закотвя избрания елемент към обграждащата го рамка."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
-#. qbj2P
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
+
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Когато вмъкнете обект, графика или рамка, на мястото на закотвяне на обекта се появява икона с котва. Можете да местите котвата или имайки предвид други ограничения за обекта, да позиционирате обекта спрямо отправната точка на котвата, като го плъзгате. За да промените настройките за закотвяне на обект, щракнете с десния бутон върху него и изберете възможност от подменюто <item type=\"menuitem\">Котва</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -1616,7 +1643,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "Click the <emph>Borders</emph> icon on the <emph>OLE Object</emph> toolbar or <emph>Frame</emph> toolbar to open the <emph>Borders</emph> window."
-msgstr ""
+msgstr "Щракнете върху иконата <emph>Кантове</emph> в лентата с инструменти <emph>OLE обект</emph> или <emph>Рамка</emph>, за да отворите прозореца <emph>Кантове</emph>."
#. 2ZzA5
#: border_object.xhp
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Вмъкване на графика от файл"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>изображения; вмъкване чрез диалогов прозорец</bookmark_value><bookmark_value>вмъкване; изображения, чрез диалогов прозорец</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Вмъкване на графика от файл\">Вмъкване на графика от файл</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Щракнете на мястото в документа, където желаете да вмъкнете графиката."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Изберете <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Вмъкване - Изображение - От файл</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Намерете графичния файл, който желаете да вмъкнете, и натиснете <emph>Отваряне</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Изберете <item type=\"menuitem\">Инструменти - Автокорекция - Настройки на автокорекция - Завършване на думите</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Изчистете полето <emph>Разрешено завършване на думите</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index 59c5ae0e496..6684b5737f4 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
"Language: bg\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Към предишния лист"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Оптимална височина на редове"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Равни височини на редове "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Вмъкване на OLE обект"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "OLE обект..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Отваряне на диалога за вмъкване на OLE обект"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE обект"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Меню за редактиране или записване на OLE обекти"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Изображение"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Обект и фигура"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Позволява ви да избирате начални и крайни глави на стрелка за линии."
#. FDhkx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Завъртане или обръщане"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Промяна на котвата"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Котва"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Задаване на етикет за идентифициране на обект"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Добавяне на описания за нетекстово съдържание (за достъпност)"
#. YwMhY
#: GenericCommands.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Свойства на контрола за съдържание"
#. npNpZ
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Вмъкване на контрола за съдържание – падащ списък"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Вмъкване на контрола за съдържание – картина"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "Меню „Вмъкване на OLE обект“"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Вмъкване на OLE обект"
#. ESBXG
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Първи абзац"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Минимални ширини на колони"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Увеличаване на стойността на отстъпа"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Минимални височини на редове"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/bg/sc/messages.po b/source/bg/sc/messages.po
index 4cf47778d8d..19a8bf6c66f 100644
--- a/source/bg/sc/messages.po
+++ b/source/bg/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bg/>\n"
"Language: bg\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Избор на листове"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Избрани листове"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Скала"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Тази скала управлява обектите на фиксирани позиции."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Мостра"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Този лист показва как ще бъдат подредени данните в документа."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Изглед на документа"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Лист %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Клетка %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Лява област"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Мостра на страница"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Средна област"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Дясна област"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Горен колонтитул, страница %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Долен колонтитул, страница %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Входен ред"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Тук въвеждате и редактирате текст, числа и формули."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Възпроизвеждане на носител"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "При натиснат бутон на мишката"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Лента с инструменти Формула"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Електронна таблица на %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(само за четене)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Режим мостра)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Страници:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Да не се печатат празни страници"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Отпечатване на всички листове"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Отпечатване на избраните листове"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Отпечатване на избраните клетки"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "От които:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Всички страници"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Страници:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Не бе възможно да се обнови следният DDE източник, вероятно защото изходният документ не е отворен. Моля, отворете изходния документ и опитайте отново."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Не бе възможно да се зареди следният външен файл. Свързаните данни от този файл не бяха обновени."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Обновяват се външни връзки."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Диапазонът съдържа заглавия на колони"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Диапазонът съдържа заглавия на редове"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Невалидна стойност"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Не е зададена формула."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Не е зададен нито ред, нито колона."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Недефинирано име или област."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Недефинирано име или невалидно обръщение към клетки."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Формулите не образуват колона."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Формулите не образуват ред."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Добавяне на автоформат"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Преименуване на автоформат"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Име"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Изтриване на автоформат"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Наистина ли желаете автоформатът # да бъде изтрит?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Затваряне"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Яну"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Фев"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Мар"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Север"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Център"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Юг"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Общо"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Закотвяне към страница"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Закотвяне към клетка"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Условие "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Съдържание"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Листове"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Имена на области"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Диапазони за база от данни"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Изображения"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE обекти"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Коментари"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Свързани области"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Графични обекти"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "активен"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "неактивен"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "скрит"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Активен прозорец"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Име на сценарий"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Коментар"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Възходящо сортиране"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Низходящо сортиране"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Сортиране по избор"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Поле за име"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Входен ред"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Помощник за функции"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Приемане"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Отказ"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Избор на функция"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Формула"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Разгъване на лентата за формули"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Свиване на лентата за формули"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Неизвестен потребител"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Вмъкната колона"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Вмъкнат ред "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Вмъкнат лист "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Изтрита колона"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Изтрит ред"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Изтрит лист"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Преместена област"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Променено съдържание"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Променено съдържание"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Променено на "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Оригинал"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Отхвърлени промени"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Прието"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Отхвърлено"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Няма запис"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<празно>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Не е защитен"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Не е защитен с парола"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Несъвместим хеш"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Съвместим хеш"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Въвеждане отново"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Пълзящо средно"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Експоненциално изглаждане"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Дисперсионен анализ"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Дисперсионен анализ (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "Еднофакторен дисперсионен анализ"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "Двуфакторен дисперсионен анализ"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Групи"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Между групите"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "В групите"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Източник на дисперсия"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Значимост F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-стойност"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F критично"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Общо"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Корелация"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Корелации"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Ковариация"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Ковариации"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Дескриптивна статистика"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Средно"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Стандартна грешка"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Мода"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Медиана"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Дисперсия"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартно отклонение"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Ексцес"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Асиметрия"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Диапазон"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Минимум"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Максимум"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Сума"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Брой"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Първи квартил"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Трети квартил"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Случайно ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Равномерно"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Равномерно целочислено"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Нормално"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Коши"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Бернули"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Биномно"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Отрицателно биномно"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Хи-квадрат"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Геометрично"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Минимум"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Максимум"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Средно"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Стандартно отклонение"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Медиана"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Сигма"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "P-стойност"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Брой опити"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-стойност"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Избор"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-тест"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-тест"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Сдвоен t-тест"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Сдвоен t-тест"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-тест"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-тест"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Тест за независимост (хи-квадрат)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Регресия"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Регресия"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Анализ на Фурие"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Анализ на Фурие"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Колона %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Ред %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Алфа"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Променлива 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Променлива 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Хипотетична разлика на средните"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Наблюдения"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Наблюдавана разлика на средните"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R²"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Изгладен R²"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Брой променливи X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-стойност"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Критична стойност"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Тестова статистика"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Долни"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Горни"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Входният диапазон е невалиден."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Адресът на резултата е невалиден."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Линеен"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Логаритмичен"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Степенен"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Диапазонът с независими променливи е невалиден."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Диапазонът със зависими променливи е невалиден."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Нивото на доверие трябва да бъде в интервала (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Диапазонът с променливи Y не може да има повече от 1 колона."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Диапазонът с променливи Y не може да има повече от 1 ред."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Едномерна регресия: броят наблюдения в X и Y трябва да съвпада."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Многомерна регресия: броят наблюдения в X и Y трябва да съвпада."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Регресионен модел"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Регресионна статистика"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Остатък"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Ниво на доверие"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Коефициенти"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-статистика"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Пресичане"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Прогнозирано Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Необработен резултат от LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) дясна страна"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F критично, дясна страна"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) лява страна"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F критично, лява страна"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P двустранно"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F критично двустранно"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Корелация на Пирсън"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Дисперсия на разликите"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-статистика"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) едностранно"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t критично едностранно"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) двустранно"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t критично двустранно"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Известна дисперсия"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) едностранно"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z критично едностранно"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) двустранно"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z критично двустранно"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Преобразувание на Фурие"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Обратно преобразование на Фурие"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Реална част"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Имагинерна част"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Амплитуда"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Фаза"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Избрани са повече от две колони в режим на групиране по колони."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Избрани са повече от два реда в режим на групиране по редове."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Във входния диапазон няма данни."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Резултатът е твърде дълъг, за да бъде записан в листа."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Диапазон с входни данни"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Позволено обновяване"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Разрешете обновяването само ако се доверявате на този документ."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Към клетка"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Към клетка (преоразмеряване с клетката)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Към страница"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Не са достъпни потребителски данни."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(изключителен достъп)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "В избрания документ не са налице наименувани диапазони."
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Свръхтънка (%s пкт)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Много тънка (%s пкт)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Тънка (%s пкт)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Средна (%s пкт)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Дебела (%s пкт)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Много дебела (%s пкт)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Двойна свръхтънка (%s пкт)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Тънка/средна (%s пкт)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Средна/свръхтънка (%s пкт)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Средна/средна (%s пкт)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Позволява използване на потребителско сортиране, зададено в %PRODUCTNAME Calc - Списъци за сортиране в диалоговия прозорец „Настройки“."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Включва показването на малко квадратче в горния десен ъгъл на клетка, която съдържа коментар. Коментарът се показва само ако включите подсказките в %PRODUCTNAME - Общи в диалоговия прозорец Настройки."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -21569,7 +21607,7 @@ msgstr "_Преглед..."
#: sc/uiconfig/scalc/ui/datastreams.ui:172
msgctxt "datastreams|valuesinline"
msgid "value1,value2,...,valueN, and fill into range:"
-msgstr "стойност1, стойност2, ..., стойностN и се попълват в областта:"
+msgstr "стойност1, стойност2, ..., стойностN и попълване в диапазона:"
#. FbeJ5
#: sc/uiconfig/scalc/ui/datastreams.ui:187
@@ -21593,7 +21631,7 @@ msgstr "Опресняване на ГПИ при празен ред"
#: sc/uiconfig/scalc/ui/datastreams.ui:255
msgctxt "datastreams|label"
msgid "Source Stream"
-msgstr "Изходен поток"
+msgstr "Поток източник"
#. kkNat
#: sc/uiconfig/scalc/ui/datastreams.ui:292
@@ -21605,7 +21643,7 @@ msgstr "Преместване на съществуващите данни на
#: sc/uiconfig/scalc/ui/datastreams.ui:308
msgctxt "datastreams|rangedown"
msgid "Move the range down"
-msgstr "Преместване на областта надолу"
+msgstr "Преместване на диапазона надолу"
#. 2uAZA
#: sc/uiconfig/scalc/ui/datastreams.ui:324
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Отваря диалогов прозорец, чрез който можете да решите уравнение с едно неизвестно."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -23975,7 +24043,7 @@ msgstr "Изместване на клетките над_олу"
#: sc/uiconfig/scalc/ui/insertcells.ui:101
msgctxt "insertcells|extended_tip|down"
msgid "Moves the contents of the selected range downward when cells are inserted."
-msgstr "При вмъкването на клетки премества съдържанието на избраната област надолу."
+msgstr "При вмъкването на клетки премества съдържанието на избрания диапазон надолу."
#. FnbEo
#: sc/uiconfig/scalc/ui/insertcells.ui:113
@@ -30721,37 +30789,37 @@ msgstr "Задайте настройките за сортиране на из
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "От горе надолу (по редове)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "От ляво надясно (по колони)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Посока:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Областта съдържа..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Заглавия:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Настройки за сортиране"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Потребителско сортиране"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Изберете желания ред на сортиране. За да дефинирате потребителско сортиране, изберете „Инструменти - Настройки - Calc - Списъци за сортиране“."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Език"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Настройки"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Изберете настройка за сортиране за езика."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Изберете езика за правилата за сортиране."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Настройки за сортиране"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Съдържа допълнителни настройки за сортиране."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "_Потребителско сортиране"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Позволява използване на потребителско сортиране, зададено в „Calc - Списъци за сортиране“ в диалоговия прозорец „Настройки“."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Позволява използване на потребителско сортиране, зададено в „Calc - Списъци за сортиране“ в диалоговия прозорец „Настройки“."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Сортиране"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Задайте настройките за изчисляване и представяне на междинните резултати."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Индикатор на коментар"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Включва показването на малко квадратче в горния десен ъгъл на клетка, която съдържа коментар. Коментарът се показва само ако включите подсказките в „Общи“ в диалоговия прозорец „Настройки“."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Открояване на стойностите"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Отметнете Осветяване на стойностите, за да видите съдържанието на клетките в различни цветове според типа му. Текстовите клетки се отбелязват с черно, формулите – със зелено, числата – със синьо, а защитените клетки – със светлосив фон, независимо как са форматирани за показване."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Закотвяне"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Указва дали да се вижда икона с котва, когато бъде избран вмъкнат обект, например графика."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "_Препълване с текст"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Ако клетка съдържа текст, по-дълъг от ширината й, той се показва върху съседните празни клетки от същия ред. Ако няма празна съседна клетка, триъгълниче до ръба на клетката показва, че текстът продължава."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Отбелязване на обръщенията с _цвят"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Включва открояването на всички обръщения във формулата с цветове. Областите от клетки се ограждат с цветен кант веднага щом клетката, съдържаща обръщението, бъде избрана за редактиране."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Визуализиране"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Заглавия на _редове/колони"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Задава дали да се показват заглавията на редове и колони."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "_Хоризонтален плъзгач"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Указва дали в долния край на документния прозорец да се показва хоризонтална лента с плъзгач."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Вертикален плъзгач"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Указва дали в десния край на документния прозорец да се показва вертикална лента с плъзгач."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "_Етикети на листове"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Определя дали да се показват етикетите на листове в долния край на документа – електронна таблица."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Озна_чения на плана"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Ако сте задали план, настройката Означения на плана определя дали символите за план да се виждат в края на листа."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Резюме на търсенето"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Прозорец"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "С_инхронизиране на листовете"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Ако е отметнато, всички листи се показват с еднакво увеличение. В противен случай всеки лист може да има собствен мащаб."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Мащаб"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Разделители на страници"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Указва дали да се виждат разделителите на страници в зададена област за печат."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "П_омощни линии при местене"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Определя дали да се виждат помощни линии при преместване на рисунки, рамки, графики и други обекти."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Линии на мрежата:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Цвят:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Показване"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Показване в оцветени клетки"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Скриване"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Определя кога да се показват линиите на мрежата. По подразбиране те се виждат само в клетки без фонов цвят. Може да укажете линиите на мрежата да се показват и в клетките с цветен фон или да се скрият навсякъде."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Задава цвят за линиите на мрежата в текущия документ."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Показалец:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "От темата"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Показване на показалеца както е дефиниран в темата с икони, обикновено като дебел кръст."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "Системен"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Показване на подразбирания системен показалец, обикновено стрелка."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Помощни елементи"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Обекти/изображения:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Диаграми:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Графични обекти:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Показване"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Скриване"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Указва дали обектите и изображенията да са видими или скрити."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Показване"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Скриване"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Определя дали диаграмите в документа да са видими или скрити."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Показване"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Скриване"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Определя дали графичните обекти в документа да са видими или скрити."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Обекти"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Определя кои елементи от главния прозорец на Calc да се виждат. Можете също да показвате или скривате осветяването на стойности в таблиците."
diff --git a/source/bg/sd/messages.po b/source/bg/sd/messages.po
index 7042182c6bf..0adff7dac29 100644
--- a/source/bg/sd/messages.po
+++ b/source/bg/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-03-31 22:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562423894.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Краища на линия"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Моля, въведете име за новия край на линия:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/bg/sfx2/messages.po b/source/bg/sfx2/messages.po
index 7a0e411564f..8ec6dd99fdb 100644
--- a/source/bg/sfx2/messages.po
+++ b/source/bg/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/bg/>\n"
"Language: bg\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Да или не"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Запазва с файла пълното име на потребителя. Можете да редактирате името, като изберете Инструменти - Настройки - %PRODUCTNAME - Данни за потребител."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Прилагане на потребителски данни"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Записва с файла пълното име на потребителя. Можете да редактирате името, като изберете Инструменти - Настройки - Данни за потребител."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Нулиране на свойствата"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Нулира времето на редактиране, задава текущата дата и час като дата на създаване и променя номера на версия на 1. Датите на промяна и отпечатване се изтриват."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Цифрови подписи..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Размер:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "неизвестно"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Местоположение:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Тип:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_Смяна на паролата"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Шаблон:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Показва името на файла."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Записване на изображение – мостра с документа"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Предпочитани т./инч за изображението"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Съдържа основна информация относно текущия файл."
@@ -4467,7 +4469,7 @@ msgstr "Втора парола"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Могат да се въвеждат само основни латински знаци."
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/bg/starmath/messages.po b/source/bg/starmath/messages.po
index 98554b66c83..afae992abf9 100644
--- a/source/bg/starmath/messages.po
+++ b/source/bg/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-02-28 19:27+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/bg/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Отваря диалоговия прозорец Символи, в който можете да изберете символ за вмъкване във формулата."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Категории елементи"
diff --git a/source/bg/svtools/messages.po b/source/bg/svtools/messages.po
index 5aa7cb96b7d..0b8e666d20b 100644
--- a/source/bg/svtools/messages.po
+++ b/source/bg/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-08 10:50+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/bg/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE е дефектна"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Отваря диалоговия прозорец Настройки на принтера, в който можете да подмените за текущия документ глобалните настройки, зададени в панела Инструменти - Настройки - %PRODUCTNAME Writer/Web - Печат."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Изходен код"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Файл с показалци"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Графика"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Конфигурационен файл"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Приложение"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Таблица от БД"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Системен файл"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Документ на MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Файл на помощта"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Документ на HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Архивен файл"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Файл дневник"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "База от данни на StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Главен документ на StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Изображение на StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Текстов файл"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Връзка"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Шаблон на StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Документ на MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Шаблон на MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Файл за пакетна обработка"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Файл"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Папка"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Текстов документ"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Електронна таблица"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Презентация"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Рисунка"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Документ на HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Главен документ"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Формула"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "База от данни"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 – шаблон за електронна таблица"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 – шаблон за рисунка"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 – шаблон за презентация"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 – шаблон за текстов документ"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Локално устройство"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Дисково устройство"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM устройство"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Мрежова връзка"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Документ на MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Шаблон на MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Прожекция на MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 – формула"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 - диаграма"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 – рисунка"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 – електронна таблица"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 – презентация"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 - текстов документ"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 – главен документ"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Документ на MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument - база от данни"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument – рисунка"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument – формула"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument – главен документ"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument – презентация"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument – електронна таблица"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument - текст"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument – шаблон за електронна таблица"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument – шаблон за рисунка"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument – шаблон за презентация"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument – шаблон за текст"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Разширение на %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Правописна проверка с Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Сричкопренасяне с Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Синонимен речник MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Списък с игнорирани думи"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Настройка..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Отваря диалоговия прозорец „Настройки на принтера“, в който можете да подмените за текущия документ глобалните настройки, зададени в панела Инструменти - Настройки - Writer/Web - Печат."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Име:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Състояние:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Тип:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Местоположение:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Коментар:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Свойства..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Променя настройките за принтер на операционната система за текущия документ."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Изброява инсталираните в операционната система принтери. За да смените подразбирания принтер, изберете име на принтер от списъка."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Принтер"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Избор на подразбран принтер за текущия документ."
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index 218bd690b1f..015f50bb820 100644
--- a/source/bg/svx/messages.po
+++ b/source/bg/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
"Language: bg\n"
@@ -11790,7 +11790,7 @@ msgstr "Отвътре"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Цялата област на абзаца"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11810,17 +11810,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Вдясно от текстовата област на страницата"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Ляв кант на абзаца"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Десен кант на абзаца"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17640,32 +17640,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Рамка:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Въведете текста, който желаете да се показва, когато курсорът на мишката се задържи върху чувствителната област в браузър."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Текст:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Въведете URL на файла, който желаете да се отваря при щракване върху избраната чувствителна област."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Показва чувствителното изображение, така че да можете да щракате върху чувствителните области и да ги редактирате."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Позволява ви да прикрепвате URL към определени области върху графика или група от графики. Група от една или няколко чувствителни области се нарича чувствително изображение (ImageMap)."
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index b1877b64d04..837b022ba0d 100644
--- a/source/bg/sw/messages.po
+++ b/source/bg/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bg/>\n"
"Language: bg\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Абзац – сричкопренасяне, без главни букви"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Абзац – множество за съвместимост"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Абзац – автоматичен отстъп на първия ред"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Абзац – знаково разстояние"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Абзац – свързани кантове"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Абзац – забранени правила"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Абзац – висяща пунктуация"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Абзац – сричкопренасяне"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Абзац – рестарт на номерацията"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Абзац – без разделяне"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Абзац – нагласяване на последния ред"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Абзац – ляво бяло поле"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Абзац – ляво бяло поле, относително"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Абзац – номер на ред, брой"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Абзац – номер на ред, начална стойност"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Абзац – редова разредка"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Абзац – висящи редове в началото"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Абзац – напасване на редовете"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Абзац – дясно бяло поле"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Абзац – дясно бяло поле, относително"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Абзац – формат на сянката"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Абзац – разделяне"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Абзац – име на стил"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Абзац – табулатори"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Абзац – горно бяло поле"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Абзац – горно бяло поле, относително"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Абзац – потребителски атрибути"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Абзац – вертикално подравняване"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Абзац – висящи редове в края"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Маркер на препратка"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Десен кант"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Десен кант, отстояние"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Транслитерация – нагласяване"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Транслитерация – име на знаков стил"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Транслитерация – отгоре"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Транслитерация – позиция"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Транслитерация – текст"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Прилепване към мрежата"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Стил – множество за съвместимост"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Текстово поле"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Текстова рамка"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Текстов абзац"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Текстов раздел"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Текстова таблица"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Текст – потребителски атрибути"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Горен кант"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Горен кант, отстояние"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Непосетени – име на знаков стил"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Посетени – име на знаков стил"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Режим на писане"
@@ -5376,7 +5394,7 @@ msgstr "рамка"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "OLE обект"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Изображение"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "OLE обекти"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Центрирана базова линия"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Вмъкване на OLE обект"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Редактиране на OLE обект"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9956,8 +9974,22 @@ msgstr "Щракнете тук, за да въвеждате текст"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Изберете елемент"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Отваря диалога за надписи. Същата информация ще намерите и в менюто %PRODUCTNAME Writer - Автонадпис в диалоговия прозорец Настройки."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,82 +12565,118 @@ msgid "Options"
msgstr "Настройки"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Свойства на контрола за съдържание"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Съдържанието е примерен текст"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Екранно име"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Стойност"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Елементи на списък:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Добавяне"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Промяна"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Премахване"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Преместване нагоре"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Преместване надолу"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Свойства на елемент на списък в контрола за съдържание"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Екранно име:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Стойност:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Въведете стойност за отместване, която да се прибавя към полето за номер на страница, например \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Показва наличните типове полета. За да добавите поле в документа, посочете тип полета, изберете поле от списъка Избор и натиснете Вмъкване."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Тип"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Избор"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Изберете формата, който искате да приложите върху избраното поле, или щракнете върху „Допълнителни формати“, за да зададете формат по избор."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "Формат"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Макрос..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Отваря прозореца Избор на макрос. В него можете да изберете макроса, който ще бъде стартиран при щракване върху избраното поле в документа."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Стойност"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Задава допълнителни функционални параметри за полетата. Типът на параметрите зависи от типа на избраното поле."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "_Име"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Тогава"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Въведете текста, който ще се показва при изпълнено условие, в полето Тогава, и текста, който ще се показва при неизпълнено условие, в полето Иначе."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Иначе"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Въведете текста, който ще се показва при изпълнено условие, в полето Тогава, и текста, който ще се показва при неизпълнено условие, в полето Иначе."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Еле_мент"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Въведете нов елемент."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Добавя елемента към списъка."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Елементи в _списъка"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Показва елементите. Най-горният елемент е показан в документа."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Премахва избрания елемент от списъка."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "На_горе"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Премества избрания елемент нагоре в списъка."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "На_долу"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Премества избрания елемент надолу в списъка."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "_Име"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Въведете уникално име за входния списък."
@@ -15696,7 +15764,7 @@ msgstr "Рамка"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Позиция и размер"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Въведете име за избрания елемент."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Въведете текста, който да се показва в браузър, когато избраният обект е недостъпен. Алтернативният текст също така се ползва за улесняване на потребители с недъзи."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15768,178 +15836,220 @@ msgstr "_Име:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "Текстова алтернатива:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Няма>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Показва елемента (обект, графика или рамка), който предхожда текущия елемент в свързана последователност. За да прибавите или промените предишната връзка, изберете име от списъка. Ако свързвате рамки, текущата рамка и рамката цел трябва да са празни."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Няма>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Показва елемента (обект, графика или рамка), който следва текущия елемент в свързана последователност. За да прибавите или промените следващата връзка, изберете име от списъка. Ако свързвате рамки, рамката цел трябва да е празна."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Предишна връзка:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_Следваща връзка:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Описание:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Достъпност"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Съ_държание"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Предотвратява промяна на съдържанието на избрания обект."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "По_зиция"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Заключва местоположението на избрания обект в текущия документ."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Размер"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Заключва размера на избрания обект."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Защитаване"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "Вертикално подравняване:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Отгоре"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "В средата"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Отдолу"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Задава вертикалното подравняване на съдържанието на рамката. Отнася се главно за текст, но влияе и върху таблици и други обекти, закотвени за текстовата област (като знаци, към знаци или към абзаци), например рамки, графики или рисунки."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Подравняване на съдържанието"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Може да се редактира в документ само за четене"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Позволява редактиране съдържанието на рамката в документ само за четене (защитен срещу запис)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Печа_т"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Включва избрания елемент в отпечатването на документа."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Определя предпочитаната посока на изписване на текст в рамка. За да използвате подразбираните настройки за посока на текст, изберете Настройки от родителския обект от списъка."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "П_осока на текста:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Свойства"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Предишна връзка:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Няма>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_Следваща връзка:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Няма>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Определя свойствата на избрания обект, графика или рамка."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Автоматично..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Отваря диалога „Надпис“. Същата информация ще намерите и чрез менюто Writer - Автонадпис в диалоговия прозорец „Настройки“."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Настройка..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Надпис"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Номерация:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Разделител:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Позиция:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Изберете вида номериране, който да се използва в надписа."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Въведете незадължителните знаци, които да се показват между номера и текста на заглавието."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Разделител на номерацията:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Въведете текста, който искате да следва след номера на надписа."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Поставя надписа под или над избрания елемент. Тази възможност е активна само за някои обекти."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Категория:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Изберете категория за надписа или въведете име за създаване на нова категория. Текстът на категорията се изписва преди поредния номер в надписа. За всяка предварително дефинирана категория се създава абзацен стил със същото име."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Свойства"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Мостра"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Прибавя номериран надпис към избраното изображение, таблица, диаграма, рамка или фигура."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Няма]"
@@ -22387,13 +22491,13 @@ msgstr "Добавя или премахва от абзаца ниво от п
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE обект"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Позиция и размер"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24703,7 +24807,7 @@ msgstr "Изображение"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Позиция и размер"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24727,7 +24831,7 @@ msgstr "Хипервръзка"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Завъртане"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index 89661064695..c772927a273 100644
--- a/source/bn-IN/cui/messages.po
+++ b/source/bn-IN/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bn_IN/>\n"
@@ -1743,11 +1743,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "টেবিল"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "অনুগ্রহ করে নতুন তীরের অগ্রভাগের একটি নাম দিন:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3170,10 +3170,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3355,10 +3355,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3512,10 +3512,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3548,51 +3548,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6628,186 +6634,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "মাপ:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "ভাষা:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "ভাষা:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "মাপ:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "মাপ:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "ভাষা:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "মাপ:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "ভাষা:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "পূর্বরূপ"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8019,32 +7995,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "বিকল্প পাঠ্য (_t):"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "বিবরণ (_D):"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18812,23 +18800,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "অ্যারো-হেড সংরক্ষণ করবেন?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "সংরক্ষণ ছাড়াই অ্যারোহেড পরিবর্তন করা হয়েছে।"
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "এখনই অ্যারোহেড সংরক্ষণ করবেন?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18914,17 +18902,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "আপনি কি হ্যাচিংটি মুছে ফেলতে চান?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "অ্যারোহেড মুছবেন?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "আপনি কি সত্যিই তীরের অগ্রভাগ মুছে ফেলতে চান?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21113,247 +21101,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "স্বয়ংক্রিয়ভাবে (_u)"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "অনুচ্ছেদের যেখানে প্রয়োজন সেখানে স্বয়ংক্রিয়ভাবে হাইফেন সন্নিবেশ করুন।"
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "সর্বোচ্চ সংখ্যক পর্যায়ক্রমিক রেখাসমূহ সন্নিবেশ করুন যেখানে হাইফেন প্রয়োগ করা যাবে।"
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "একটি রেখার হাইফেনের পরে অবশ্যই উপস্থিত অক্ষরের সর্বনিম্ন সংখ্যা সন্নিবেশ করা হয়।"
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "একটি রেখার হাইফেনের পরে ছেড়ে যাওয়া অক্ষরের সর্বনিম্ন সংখ্যা সন্নিবেশ করা হয়।"
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "লাইনের শেষ অক্ষর (_h)"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "লাইনের প্রথম অক্ষর (_r)"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "হাইফেন প্রয়োগ"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "সন্নিবেশ (_I)"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর বিভাজকের ধরন নির্বাচন করুন যা আপনি ব্যবহার করতে চান।"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "পৃষ্ঠার শৈলী সহ (_y):"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর পৃষ্ঠা শৈলী নির্বাচন করুন যা আপনি বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে চান।"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ধরন (_T):"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "পৃষ্ঠা নম্বর (_n):"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "অবস্থান:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "পৃষ্ঠা শৈলী"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে বিন্যাস শৈলী নির্বাচন করুন।"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "কলাম"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "আপনি যে ধরনের বিভাজক সন্নিবেশ করতে চান সেটি নির্বাচন করুন।"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "পূর্বে"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "পরে"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "আপনি কোথায় বিভাজক সন্নিবেশ করাতে চান সেটি নির্বাচন করুন।"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "বিরতি"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "অনুচ্ছেদ বিভক্ত করা হবে না (_D)"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "একটি বিভাজক সন্নিবেশ করানো পরে একটি সম্পূর্ণ অনুচ্ছেদকে পরবর্তী কলাম বা পৃষ্ঠায় স্থানান্তর করা হয়।"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "পরবর্তী অনুচ্ছেদের সাথে রাখা (_K)"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "যখন একটি বিভাজক অথবা কলাম বিভাজক সন্নিবেশ করা হবে তখন বর্তমান অনুচ্ছেদ এবং নিম্নোক্ত অনুচ্ছেদ একসাথে রাখুন।"
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "অরফান কন্ট্রোল (_O)"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "উইডো কন্ট্রোল (_W)"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "রেখা"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "রেখা"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "অপশন"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/bn-IN/editeng/messages.po b/source/bn-IN/editeng/messages.po
index 15ede2ddb2f..108cd4f58c3 100644
--- a/source/bn-IN/editeng/messages.po
+++ b/source/bn-IN/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/bn_IN/>\n"
@@ -1316,393 +1316,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 হাইফেন"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "কার্নিং "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "আবদ্ধ "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "সংক্ষিপ্ত "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "গ্রাফিক"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "কোনটি না"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ডট "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "বৃত্ত "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ভরাট বৃত্ত "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "স্থানীয় উচ্চারণ-ভঙ্গি "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "উপরে"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "নিম্নে"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ডবল রেখাযুক্ত- নিষ্ক্রিয়"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ডবল রেখাযুক্ত"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "লাইনের শেষে কোন ঝুলন্ত বিরামচিহ্ন থাকবে না"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "লাইনের শেষে ঝুলন্ত বিরামচিহ্ন"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ করা হবে না"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "কোন ঘোরানো অক্ষর নয়"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "অক্ষর যে পরিমাণ ঘোরানো হবে $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "লাইনে মাপসই করা হবে"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "টেক্সট ঘোরানো হয় না"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "টেক্সট $(ARG1) দ্বারা ঘোরানো হয়"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "অক্ষরের আকার পরিবর্তিত $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "কোন আকার পরিবর্তিত অক্ষর নয়"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "কোন রিলিফ নেই"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "রিলিফ"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "খোদাইকৃত"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "স্বয়ংক্রিয় টেক্সট প্রান্তিককরণ"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "বেসলাইনে প্রান্তিককৃত টেক্সট"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "শীর্ষে প্রান্তিককৃত টেক্সট"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "মধ্যে প্রান্তিককৃত টেক্সট"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "নিম্নে প্রান্তিককৃত টেক্সট"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (অনুভূমিক)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (অনুভূমিক)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (লম্বালম্বি)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (লম্বালম্বি)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "উর্ধঃস্তন বস্তুর টেক্সটের অভিমুখ সেটিং ব্যবহার করুন"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ (যদি সক্রিয় থাকে)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ নয়"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "আড়ালে নয়"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "আড়ালে"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "কাগজের ট্রে"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[মুদ্রণযন্ত্র সেটিংস থেকে]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "অপসারণ"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "সরানো"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "প্রতিস্থাপন"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "বৈশিষ্ট্য পুনঃনির্ধারণ"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "শৈলী প্রয়োগ"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "শব্দটি হল %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "অনুচ্ছেদ হলো %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "স্বয়ংক্রিয়"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "অনুচ্ছেদের ভিতরে চিত্র বুলেট"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "চিত্র বুলেট"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "অনুচ্ছেদ: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "নথির শুরুতে পরীক্ষা চালিয়ে যেতে চান?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "নথির শেষে পরীক্ষা চালিয়ে যেতে চান?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1712,43 +1736,43 @@ msgstr ""
"অভিধানে যোগ করা যায়নি।"
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "অভিধানটি ইতোমধ্যে পরিপূর্ণ আছে।"
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "অভিধানটি শুধুমাত্র পাঠযোগ্য।"
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "সাব-পয়েন্ট প্রদর্শন"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "ভাঁজ হয়ে গুটানো"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
diff --git a/source/bn-IN/fpicker/messages.po b/source/bn-IN/fpicker/messages.po
index 3f705e5668a..3ae0c00e085 100644
--- a/source/bn-IN/fpicker/messages.po
+++ b/source/bn-IN/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-04-22 09:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/bn_IN/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "পরিবর্তনের তারিখ"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "ফাইলের নাম (_n):"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "ফাইলের ধরন (_t):"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "শুধুমাত্র পাঠযোগ্য (_R)"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "পাসওয়ার্ডসহ সংরক্ষণ"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "স্বয়ংক্রিয়ভাবে নির্ধারিত ফাইলের এক্সটেনশন (_A)"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ফিল্টারের সেটিং সম্পাদনা (_f)"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "GPG কি দ্বারা এনক্রিপ্ট করুন"
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/01.po b/source/bn-IN/helpcontent2/source/text/scalc/01.po
index 105f1097d48..293131bee82 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/01.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bn_IN/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/sdraw.po b/source/bn-IN/helpcontent2/source/text/sdraw.po
index cb36c3652e7..2a24af6be44 100644
--- a/source/bn-IN/helpcontent2/source/text/sdraw.po
+++ b/source/bn-IN/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index f9c4b3a2602..1bf37a9643d 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "বস্তু যুক্তকরণ এবং সন্নিবেশন (OLE) বস্তু একটি লক্ষ্য নথিতে সংযোগ করা যাবে অথবা ও সন্নিবেশ করা হয়ত যাবে। বস্তুর ভিতরে সন্নিবেশ করান একটি কপি সন্নিবেশনছে এবং লক্ষ্য নথিতে উৎ‍স অনুষ্ঠানের বিশদ বর্ণনা। যদি আপনি বস্তু সম্পাদনা করতে চান, বস্তু ডাবল ক্লিকের মধ্যে উৎ‍স অনুষ্ঠান সহজভাবে সক্রিয় করেন।"
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE অবজেক্ট"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "নিম্নে"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "নোঙ্গর পরিবর্তন করুন"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index 90c734c0caa..8a6bcc2ff4a 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-15 11:38+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bn_IN/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,31 +15370,31 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
+msgid "Style"
msgstr ""
#. bzFsD
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,40 +15460,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
+msgid "OLE Object (Insert Menu)"
msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
msgstr ""
#. mRZCQ
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,13 +26368,13 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr ""
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. r4N82
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
+msgid "Text Alternative"
msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,31 +27592,40 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
+msgid "Manage Arrow Styles"
msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
+msgid "Style name"
msgstr ""
#. ESzub
@@ -27628,13 +27673,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
+msgid "Rename"
msgstr ""
#. sQktA
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr ""
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr ""
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr ""
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr ""
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr ""
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr ""
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/bn-IN/helpcontent2/source/text/shared/02.po b/source/bn-IN/helpcontent2/source/text/shared/02.po
index b472017e3ed..1fe075c07b5 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/02.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-19 15:26+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/bn_IN/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "নোঙ্গর পরিবর্তন করুন"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>anchors; changing</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">নোঙ্গর পরিবর্তন করুন</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index c16cca25009..b1d271ce5da 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-19 15:26+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bn_IN/>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">বিটম্যাপ অন্তর্ভুক্ত, সম্পাদনা, সংরক্ষণ করছে</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "একটি বিটম্যাপ গ্রাফিক $[officename] রাইটার, $[officename] Calc, $[officename] এবং $[officename] ইমপ্রেস নথিতে অন্তর্ভুক্ত করা যাবে।"
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "ফাইল নির্বাচন করুন।<emph>ফাইল ধরন</emph> বাক্সে আপনি নিশ্চিত ফাইল ধরন নির্বাচন সীমিত করতে পারবেন।"
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/optionen.po b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
index bbf5ea9308f..c65ce089f86 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "ফাইল পদ্ধতির সাথে সম্পর্কিত URL সংরক্ষণ করুন"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/simpress/guide.po b/source/bn-IN/helpcontent2/source/text/simpress/guide.po
index 40c42d3b5c6..bf928206231 100644
--- a/source/bn-IN/helpcontent2/source/text/simpress/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "আপনি অনুলিপিকৃত স্লাইড দ্বারা যে স্লাইডটি অনুসরণ করাতে চান তা নির্বাচন করুন, এবং তারপর <emph>সম্পাদনা - প্রতিলেপন</emph> পছন্দ করুন।"
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "রং, গ্রেডিয়েন্ট, এবং হ্যাচিং তালিকা লোড করছে"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">রং, গ্রেডিয়েন্ট, এবং হ্যাচিং তালিকা লোড করছে</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "আপনি রং, গ্রেডিয়েন্ট, এবং হ্যাচিং নমুনা সাজাতে তালিকা ব্যবহার করতে পারেন। $[officename] বিভিন্ন তালিকা প্রদান করে যা আপনি আপনার নথিতে লোড বা ব্যবহার করতে পারেন। আপনি যদি চান, আপনি তালিকা হতে উপাদান যোগ করতে বা মুছে ফেলতে পারেন, বা পছন্দসই তালিকাও তৈরি করতে পারেন।"
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "একটি রং তালিকা লোড করতে:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "<emph>বিন্যাস - এলাকা</emph>পছন্দ করুন, এবং তারপর <emph>রং</emph> এর ট্যাবে ক্লিক করুন।"
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "<emph>রং তালিকা লোড</emph> করার বোতামে ক্লিক করুন।"
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "এমন একটি তালিকা চিহ্নিত করুন যা আপনি লোড করতে চান, এবং তারপর <emph>খুলুন</emph>এ ক্লিক করুন। একটি রং তালিকার ফাইলের [filename].soc বিন্যাস আছে।"
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "একটি রং তালিকা সংরক্ষণ করতে, <emph>রং তালিকা সংরক্ষণ করুন</emph> বোতামে ক্লিক করুন, একটি ফাইল-নাম সন্নিবেশ করান, এবং তারপর <emph>সংরক্ষণ</emph>এ ক্লিক করুন।"
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "গ্রেডিয়েন্ট তালিকা লোড করতে:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "<emph>বিন্যাস - এলাকা</emph>পছন্দ করুন, এবং তারপর <emph>গ্রেডিয়েন্ট</emph> ট্যাবে ক্লিক করুন।"
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "<emph>গ্রেডিয়েন্ট তালিকা লোড করুন</emph> বোতামে ক্লিক করুন।"
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "এমন একটি গ্রেডিয়েন্ট তালিকা চিহ্নিত করুন যা আপনি লোড করতে চান, এবং তারপর <emph>খুলুন</emph>এ ক্লিক করুন। একটি গ্রেডিয়েন্ট তালিকার ফাইলের [filename].sog বিন্যাস আছে।"
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "একটি গ্রেডিয়েন্ট তালিকা সংরক্ষণ করতে, <emph>গ্রেডিয়েন্ট তালিকা সংরক্ষণ করুন</emph> বোতামে ক্লিক করুন, একটি ফাইল-নাম সন্নিবেশ করান, এবং তারপর <emph>সংরক্ষণ</emph>এ ক্লিক করুন।"
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "হ্যাচিং তালিকা লোড করতে:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "<emph>বিন্যাস - এলাকা</emph>পছন্দ করুন, এবং তারপর <emph>হ্যাচিং</emph> ট্যাবে ক্লিক করুন।"
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "<emph>হ্যাচ তালিকা লোড করুন</emph> বোতামে ক্লিক করুন।"
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "এমন একটি হ্যাচ তালিকা চিহ্নিত করুন যা আপনি লোড করতে চান, এবং তারপর <emph>খুলুন</emph>এ ক্লিক করুন। একটি হ্যাচ তালিকার ফাইলের [filename].soh বিন্যাস আছে।"
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "একটি হ্যাচ তালিকা সংরক্ষণ করতে, <emph>হ্যাচ তালিকা সংরক্ষণ করুন</emph> বোতামে ক্লিক করুন, একটি ফাইল-নাম সন্নিবেশ করান, এবং তারপর <emph>সংরক্ষণ</emph>এ ক্লিক করুন।"
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">বিন্যাস - এলাকা</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "আপনি স্লাইডের যেখানে স্প্রেডশীট সন্নিবেশ করাতে চান সেখানে যান।"
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "<emph>সন্নিবেশ করান - OLE- বস্তু</emph>পছন্দ করুন। <emph>নতুন তৈরি করুন</emph> এ ক্লিক করুন এবং %PRODUCTNAME এর স্প্রেডশীট নির্বাচন করুন। ঠিক আছে ক্লিক করুন। আপনার ডাটা সন্নিবেশ করাতে স্প্রেডশীটে ক্লিক করুন।"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "আপনি স্লাইডের যেখানে স্প্রেডশীট সন্নিবেশ করাতে চান সেখানে যান।"
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "<emph>সন্নিবেশ করান - বস্তু - OLE অবজেক্ট</emph>পছন্দ করুন।"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">বিন্যাস - স্লাইড বহির্বিন্যাস</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">সন্নিবেশ করান - বস্তু - OLE অবজেক্ট</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/00.po b/source/bn-IN/helpcontent2/source/text/swriter/00.po
index b59f98b7d81..b0e11ebaace 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/00.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "অনুকূল সারি উচ্চতা"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "সারিগুলো সমভাবে বন্টন করুন"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index 3035fed1cf2..9b6a26ba03d 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/01.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "লুকায়িত অনুচ্ছেদসমূহ"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">লুকায়িত অনুচ্ছেদসমূহ</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "উল্লম্ব"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "যদি আপনি একটি স্থির উচ্চতাসহ একটি ফ্রেমের নোঙ্গর করেন, শুধুমাত্র \"বোতাম\" এবং \"কেন্দ্রের\" প্রান্তিককরণ পছন্দ বিদ্যমান।"
+msgid "by"
+msgstr "এর দ্বারা"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "এর দ্বারা"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "প্রতি"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "যদি আপনি একটি স্থির উচ্চতাসহ একটি ফ্রেমের নোঙ্গর করেন, শুধুমাত্র \"বোতাম\" এবং \"কেন্দ্রের\" প্রান্তিককরণ পছন্দ বিদ্যমান।"
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">অপশন</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "নাম"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "নির্বাচিত আইটেমের নাম, এবং সংশ্লিষ্ট লিংক সুনির্দিষ্টভাবে উল্লেখ করুন।"
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "একটি বস্তু, নকশা বরাদ্দ করুন অথবা একটি অর্থবহ নাম ফ্রেম করুন, যাতে করে আপনি এটি বড় নথির পরে দ্রুত অবস্থিত করতে পারেন।"
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "বিকল্প পাঠ্য (ভাসমান ফ্রেম, গ্রাফিক্স, এবং শুধুমাত্র বস্তু)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">যখন নির্বাচিত প্রকরণটি বিদ্যমান থাকবেনা তখন একটি ওয়েব ব্রাউজারে প্রদর্শন করতে পাঠ্য সন্নিবেশ করান। বিকল্প পাঠ্যটি অক্ষম লোকজনকে সহায়তা করতেও ব্যবহৃত হয়।</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "পূর্ববর্তী লিংক"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পূর্বে আসে। পূর্ববর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, বর্তমান ফ্রেম এবং এবং লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "পরবর্তী লিংক"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পরে আসে। পরবর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/guide.po b/source/bn-IN/helpcontent2/source/text/swriter/guide.po
index 846be9f77a0..bd30162632f 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">বস্তুর অবস্থান নির্ধারণ করা হচ্ছে</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "ফ্রেমে"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "নির্বাচিত আইটেমকে পারিপার্শ্বিক ফ্রেমে নোঙ্গর করা হয়।"
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "একটি ফাইল থেকে একটি গ্রাফিক সন্নিবেশ করানো হচ্ছে"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">একটি ফাইল থেকে একটি গ্রাফিক সন্নিবেশ করানো হচ্ছে</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "নথিতে ক্লিক করুন যেখানে আপনি একটি গ্রাফিক সন্নিবেশ করাতে চান।"
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "আপনি যেই গ্রাফিক ফাইলটি সন্নিবেশ করাতে চান সেটি চিহ্নিত করুন, এবং এরপর <emph>খুলুন</emph> এ ক্লিক করুন।"
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "<item type=\"menuitem\">টুল - স্বয়ংক্রিয় সংশোধক অপশন - শব্দ সম্পূর্ণকরণ</item> নির্বাচন করুন।"
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "<emph>শব্দ সমাপন সক্রিয় করুন</emph> অপসারন করুন।"
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
index 266d2752e2c..528fa4bb6b1 100644
--- a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bn_IN/>\n"
@@ -1259,6 +1259,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "পুর্ববর্তী শীটে"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10798,15 +10808,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "পংক্তি সমানভাবে ছড়ানো "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21616,14 +21626,14 @@ msgctxt ""
msgid "~Image"
msgstr "ছবি (~I)"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26542,15 +26552,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "নোঙ্গর পরিবর্তন"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26563,6 +26573,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "নোঙ্গর"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31329,6 +31349,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34459,14 +34489,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "প্রথম অনুচ্ছেদ (~F)"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34489,14 +34529,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "ইন্ডেন্টের মান বাড়ানো"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/bn-IN/sc/messages.po b/source/bn-IN/sc/messages.po
index c43e6ee8920..fcc31f43dcf 100644
--- a/source/bn-IN/sc/messages.po
+++ b/source/bn-IN/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bn_IN/>\n"
@@ -17309,379 +17309,397 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "শীট নির্বাচন করুন"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "নির্বাচিত শীট (~S)"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "মাপকাঠি"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "এই মাপকাঠিটি নির্দিষ্ট অবস্থানে বস্তুকে নিয়ন্ত্রণ করে।"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "প্রাকদর্শন"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "এই শীটটি দেখায় কিভাবে নথিতে ডাটা সাজানো হবে।"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "নথির দৃশ্যপট"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "শীট %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "ঘর %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "বাম অংশ"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "পৃষ্ঠা প্রাকদর্শন"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "কেন্দ্রীয় অংশ"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "ডান অংশ"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "%1 পৃষ্ঠার শীর্ষচরণ"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "%1 পৃষ্ঠার পাদচরণ"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "ইনপুট লাইন"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "এটি এমন জায়গা যেখানে আপনি পাঠ্য, সংখ্যা বা সূত্রসমূহ সন্নিবেশ করাতে বা সম্পাদনা করতে পারেন।"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "মিডিয়া প্লেব্যাক"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "মাউসের বোতাম চাপা হয়েছে"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "সূত্র বার"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME স্প্রেডশীটসমূহ"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(শুধুমাত্র-পাঠযোগ্য)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(প্রাকদর্শন মোড)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
#, fuzzy
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "ফাঁকা পৃষ্ঠার আউটপুট রোধ করুন"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "মূল নথিটি খোলা না হওয়ার ফলে নিম্নলিখিত DDE উৎস আপডেট করা সম্ভব নয়। অনুগ্রহ করে মূল নথিটি খুলে পুনরায় প্রচেষ্টা করুন।"
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "নিম্নলিখিত বহিস্থিত ফাইলটি লোড করা যায়নি। এই ফাইল থেকে সংযুক্ত তথ্য আপডেট করা হয়নি।"
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "বাহ্যিক লিঙ্ক অাপডেট করা হচ্ছে।"
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "ক্যালক A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "এক্সেল A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "এক্সেল R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "পরিসর কলাম লেবেল ধারণ করে (~b)"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "পরিসর সারি লেবেল ধারণ করে (~r)"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "অবৈধ মান"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "কোনো সূত্র উল্লেখিত নেই।"
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "কলাম বা সারি কোনটিই উল্লেখিত নেই।"
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "অনির্ধারিত নাম বা পরিসর।"
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "অনির্ধারিত নাম বা ভুল ঘরের রেফারেন্স।"
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "সূত্রসমূহ কলাম গঠন করে না।"
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "সূত্রসমূহ সারি গঠন করে না।"
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "AutoFormat যোগ করুন"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "AutoFormat পুনরায় নামকরণ করুন"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "নাম"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "AutoFormat মুছুন"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "আপনি কি সত্যিই # স্বয়ংক্রিয়-বিন্যাস মুছে ফেলতে চান?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "বন্ধ করুন (~C)"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "জানুয়ারি"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "ফেব্রুয়ারি"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "মার্চ"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "উত্তর"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "মধ্য"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "দক্ষিণ"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "সর্বমোট"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "নোঙ্গর পরিবর্তন"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17689,436 +17707,436 @@ msgstr "শর্ত"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "বিষয়বস্তু"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "শীট"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "পরিসরের নাম"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "ডাটাবেসের পরিসর"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "ছবি"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE অবজেক্ট"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "মন্তব্য"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "সংযোগকৃত এলাকাসমূহ"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "অঙ্কন বস্তু"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "সক্রিয়"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "নিষ্ক্রিয়"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "আড়াল"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "সক্রিয় উইন্ডো"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "দৃশ্যকল্পের নাম"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "মন্তব্য"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "আরোহী ক্রমানুসারে সাজানো"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "অবরোহী ক্রমানুসারে সাজানো"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "পছন্দসই ক্রমিকায়ন"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "নামের বাক্স"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "ইনপুট লাইন"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ফাংশন উইজার্ড"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "গ্রহণ"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "বাতিল"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "সূত্র"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "ফরমুলা বার প্রসারণ করা হবে"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "ফরমুলা বার সংকুচন করা হবে"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "অজানা ব্যবহারকারী"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "কলাম সন্নিবেশ করা হয়েছে"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "সারি সন্নিবেশ করা হয়েছে"
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "শীট সন্নিবেশ করা হয়েছে"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "কলাম মুছে ফেলা হয়েছে"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "সারি মুছে ফেলা হয়েছে"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "শীট মুছে ফেলা হয়েছে"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "পরিসর সরানো হয়েছে"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "পরিবর্তিত বিষয়বস্তুসমূহ"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "পরিবর্তিত বিষয়বস্তুসমূহ"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "পরিবর্তন করা হয়েছে"
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "মূল"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "পরিবর্তন বাতিল করা হয়েছে"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "গ্রহণ করা হয়েছে"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "বাতিল করা হয়েছে"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "সন্নিবেশ নিষেধ"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ফাঁকা>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "সুরক্ষিত নয়"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "পাসওয়ার্ড সুরক্ষিত নয়"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "সঙ্গতিহীন হ্যাশ"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "সঙ্গতিপূর্ণ হ্যাশ"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "পুনরায় লিখুন"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "পরিবর্তনশীল গড়"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "এক্সপোনেনশিয়াল স্মুথিং"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "বিভেদতার বিশ্লেষণ"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - একক ফ্যাক্টর"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
#, fuzzy
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - দুই ফ্যাক্টর"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "গ্রুপসমূহ"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "গ্রুপের মধ্যে"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "গ্রুপের মধ্যে"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "পার্থক্যের উত্স"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-মান"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F গুরুতর"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "সর্বমোট"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "অান্তঃসম্পর্ক"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18126,13 +18144,13 @@ msgstr "অান্তঃসম্পর্ক"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "কোভ্যারিয়েন্স"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18140,105 +18158,105 @@ msgstr "কোভ্যারিয়েন্স"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "বর্ণনাত্মক পরিসংখ্যান"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "গড়"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "মানক ত্রুটি"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "মেডিয়ান"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ভেদাংক"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "মানক চ্যুতি"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "কিরটোসিস"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "স্কিউনেস"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "পরিসর"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "সর্বনিম্ন"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "সর্বোচ্চ"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sum"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Count"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
#, fuzzy
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
@@ -18246,122 +18264,122 @@ msgstr "তৃতীয় চতুর্থাংশ"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "অনির্দিষ্ট ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "একই"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "একই অখন্ড"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "স্বাভাবিক"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "কৌচি"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "বারনৌলি"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "দ্বিমাত্রিক"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "ঋণাত্মক বাইনোমিয়াল"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "চি স্কোয়ার্ড"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "জ্যামিতিক"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "সর্বনিম্ন"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "সর্বোচ্চ"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "গড়"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "মানক চ্যুতি"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "মেডিয়ান"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "সিগমা"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p মান"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "ট্রায়ালের সংখ্যা"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18369,365 +18387,365 @@ msgstr "nu মান"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "নমুনা"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-পরীক্ষা"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
#, fuzzy
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-পরীক্ষা"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-পরীক্ষা"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
#, fuzzy
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-পরীক্ষা"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
#, fuzzy
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "টেস্ট অফ ইন্ডিপেন্ডেন্স (চি-স্কোয়ার)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "কলাম %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "সারি %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "আলফা"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "ভ্যারিয়েবল ১"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "ভ্যারিয়েবল ২"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "হাইপোথেজাইড গড় পার্থক্য"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "অপারেশন"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
#, fuzzy
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "পরিলক্ষিত গড় পার্থক্য"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-মান"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
#, fuzzy
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "জরুরি মান"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
#, fuzzy
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "টেস্ট পরিসংখ্যান"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "রৈখিক (_n)"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "লগারিদমিক"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ঘাত"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "রিগ্রেশন ধরন"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ইন্টারনেট"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
#, fuzzy
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) ডান-টেল"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F গুরুত্বপূর্ণ ডান-টেল"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
#, fuzzy
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) বাম-টেল"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F গুরুত্বপূর্ণ বাম-টেল"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
#, fuzzy
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P দুই-টেল"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
@@ -18735,49 +18753,49 @@ msgstr "F গুরুতর দুই-টেল"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "পিয়ার্সন অান্তঃসম্পর্ক"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "পার্থক্যের বিভেদতা"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t স্ট্যাট"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
#, fuzzy
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) ওয়ান-টেল"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ক্রিটিক্যাল ওয়ান-টেল"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) দুই-টেল"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
@@ -18785,41 +18803,41 @@ msgstr "t গুরুত্বপূর্ণ দুই-টেল"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
#, fuzzy
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "জ্ঞাত বৈচিত্র্য"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
#, fuzzy
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) ওয়ান-টেল"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z ক্রিটিক্যাল ওয়ান-টেল"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
#, fuzzy
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) টু-টেল"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
@@ -18827,182 +18845,202 @@ msgstr "z জরুরি টু-টেল"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "কোনো ব্যবহারকারী ডাটা সহজলভ্য নয়।"
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(বিশেষ প্রবেশাধিকার)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23935,6 +23973,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "একটি ডায়ালগ খোলে যেখানে আপনি একটি চলক ব্যবহার করে একটি সমীকরণ সমাধান করতে পারেন।"
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31506,46 +31574,40 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "সাজানোর ক্রম স্বনির্বাচন করুন"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "ভাষা"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "অপশন"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " ভাষার জন্য একটি সাজানোর অপশন নির্বাচন করুন।"
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr " সাজানোর নিয়মের জন্য ভাষা নির্বাচন করুন।"
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "বাছাইয়ের বিকল্প"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32571,26 +32633,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "সাজানোর ক্রম স্বনির্বাচন করুন (_u)"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "সাজান"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33022,338 +33072,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "মন্তব্য নির্দেশক (_C)"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "মান হাইলাইটিং (_i)"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "অ্যাঙ্কর (_A)"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "পাঠ্য ওভারফ্লো (_x)"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "রেফারেন্সসমূহ রঙে দেখান (_S)"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "প্রদর্শন"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "কলাম (_m)/সারি শিরোনাম"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "অনুভূমিক স্ক্রল বার (_z)"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "উল্লম্ব স্ক্রল বার (_V)"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "শীট ট্যাব (_e)"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "অাউটলাইন প্রতীক (_O)"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "উইন্ডো"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "শীট সমলয় (_y)"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "যদি পরীক্ষিত থাকে, সকল শীট একই জুম ফ্যাক্টরে প্রদর্শিত হয়। যদি পরীক্ষিত না থাকে, সকল শীটের নিজস্ব জুম ফ্যাক্টর থাকতে পারে।"
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "জুম"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "পৃষ্ঠা বিভাজক (_P)"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "স্থানান্তর করার সময় হেল্পলাইন (_w)"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "গ্রিড রেখা (_G):"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "রং (_C):"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "প্রদর্শন"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "রঙীন সেলগুলিতে দেখান"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "আড়াল করুন"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "ভিজ্যুয়াল সহায়তা"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "অবজেক্ট (_j)/ছবি:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "অঙ্কন বস্তুসমূহ (_D):"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "প্রদর্শন"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "আড়াল"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "প্রদর্শন"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "আড়াল করুন"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "প্রদর্শন"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "আড়াল করুন"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "অবজেক্ট"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/bn-IN/sd/messages.po b/source/bn-IN/sd/messages.po
index 0a2016fe780..a2a49b38b28 100644
--- a/source/bn-IN/sd/messages.po
+++ b/source/bn-IN/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bn_IN/>\n"
@@ -658,11 +658,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "লাইন শেষ"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "অনুগ্রহ করে নতুন তীরের-অগ্রভাগের জন্য একটি নাম দিন:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/bn-IN/sfx2/messages.po b/source/bn-IN/sfx2/messages.po
index 1bd64845df6..82421f16c5b 100644
--- a/source/bn-IN/sfx2/messages.po
+++ b/source/bn-IN/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/bn_IN/>\n"
@@ -2249,6 +2249,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "হ্যাঁ বা না"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3290,87 +3298,81 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "ব্যবহারকারীর ডাটা প্রয়োগ (_A)"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "বৈশিষ্ট্য রিসেট করুন"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "ডিজিট্যাল স্বাক্ষর (_g)..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "মাপ (_S):"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "অজানা"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "অবস্থান (_L):"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "ধরন (_T):"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "পাসওয়ার্ড পরিবর্তন করুন (_P)"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "ফর্মা:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "এই নথির সাথে পূর্বরূপ ছবি সংরক্ষণ করুন"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/bn-IN/starmath/messages.po b/source/bn-IN/starmath/messages.po
index 619d02374e0..9eb4e3ab3f8 100644
--- a/source/bn-IN/starmath/messages.po
+++ b/source/bn-IN/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-11 06:35+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/bn-IN/svtools/messages.po b/source/bn-IN/svtools/messages.po
index 5bcab66dd25..0b229c1de46 100644
--- a/source/bn-IN/svtools/messages.po
+++ b/source/bn-IN/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/bn_IN/>\n"
@@ -1347,398 +1347,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE ত্রুটিপূর্ণ"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "সোর্স কোড"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "বুকমার্ক ফাইল"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "কনফিগারেশন ফাইল"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "অ্যাপ্লিকেশন"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "ডাটাবেস টেবিল"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "সিস্টেম ফাইল"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "এমএস ওয়ার্ড নথি"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "সহায়তা ফাইল"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML নথি"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "আর্কাইভ ফাইল"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "লগ ফাইল"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice ডাটাবেস"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 মাস্টার নথি"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice অঙ্কন"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "লেখা ফাইল"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "লিংক"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 ফর্মা"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "এমএস Excel নথি"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "এমএস Excel ফর্মা"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "ব্যাচ ফাইল"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ফাইল"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ফোল্ডার"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "লেখা নথি"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "স্প্রেডশীট"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "উপস্থাপনা"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "অঙ্কন"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML নথি"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "মাস্টার নথি"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "সূত্র"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ডাটাবেস "
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 স্প্রেডশীট টেমপ্লেট"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 অঙ্কন টেমপ্লেট"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 উপস্থাপনা টেমপ্লেট"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 টেক্সট ডকুমেন্ট টেমপ্লেট"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "স্থানীয় ড্রাইভ"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "ডিস্ক ড্রাইভ"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM ড্রাইভ"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "নেটওয়ার্ক সংযোগ"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "এমএস PowerPoint নথি"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "এমএস PowerPoint ফর্মা"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "এমএস PowerPoint প্রদর্শনী"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 সূত্র"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 ছক"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 অঙ্কন"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 স্প্রেডশীট"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 উপস্থাপনা"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 টেক্সট ডকুমেন্ট"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 মাস্টার ডকুমেন্ট"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML নথি"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "ওপেন-ডকুমেন্ট ডাটাবেস"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "ওপেন-ডকুমেন্ট অঙ্কন"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "ওপেন-ডকুমেন্ট সূত্র"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "ওপেন-ডকুমেন্ট মাস্টার নথি"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "ওপেন-ডকুমেন্ট উপস্থাপনা"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "ওপেন-ডকুমেন্ট স্প্রেডশীট"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "ওপেন-ডকুমেন্ট লেখা"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "ওপেন-ডকুমেন্ট স্প্রেডশীট ফর্মা"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "ওপেন-ডকুমেন্ট অঙ্কন ফর্মা"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "ওপেন-ডকুমেন্ট উপস্থাপনা ফর্মা"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "ওপেন-ডকুমেন্ট লেখা ফর্মা"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME বর্ধিতাংশ"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5662,73 +5670,67 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "অপশন..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "নাম"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
#, fuzzy
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "অবস্থা"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "ধরন"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "অবস্থান"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
#, fuzzy
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "মন্তব্য"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "বৈশিষ্ট্যাবলী..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "মুদ্রণযন্ত্র"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index 3910ac9df62..26ae902eb3c 100644
--- a/source/bn-IN/svx/messages.po
+++ b/source/bn-IN/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bn_IN/>\n"
@@ -11882,17 +11882,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "অনুচ্ছেদের বাম সীমানা"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "অনুচ্ছেদের ডান সীমানা"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17918,32 +17918,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "ফ্রেম:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "টেক্সট:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index d4247d707fa..4c8cb203443 100644
--- a/source/bn-IN/sw/messages.po
+++ b/source/bn-IN/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bn_IN/>\n"
@@ -1751,302 +1751,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10130,6 +10148,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12802,65 +12834,101 @@ msgid "Options"
msgstr "অপশন"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14840,162 +14908,162 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "অফসেট মান সন্নিবেশ করান যা আপনি একটি পৃষ্ঠা নম্বরের ক্ষেত্রে প্রয়োগ করতে চান, উদাহরণস্বরূপ \"+১\"।"
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "বিদ্যমান সব ক্ষেত্র ধরন তালিকাবদ্ধ করা হয়। আপনার নথিতে একটি ক্ষেত্র যোগ করতে, একটি ক্ষেত্র ধরনে ক্লিক করুন, নির্বাচন তালিকায় একটি ক্ষেত্রে ক্লিক করুন, অতঃপর সন্নিবেশ ক্লিক করুন।"
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "ধরন"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "নির্বাচিত ক্ষেত্রে আপনি যে বিন্যাস প্রয়োগ করতে চান তা ক্লিক করুন, বা একটি পছন্দসই বিন্যাস ব্যাখ্যা করতে \"অতিরিক্ত বিন্যাস\" এ ক্লিক করুন।"
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "ম্যাক্রো... (_M)"
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "ম্যাক্রো অংশখুলুন, যেখানে আপনি ম্যাক্রো পছন্দ করবেন যা যখন আপনি নথির নির্বাচিত ক্ষেত্রে ক্লিক করবেন তখন চলবে।"
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "মান"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "নাম (_m)"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "আইটেম"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "একটি নতুন আইটেম সন্নিবেশ করুন।"
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "তালিকায় আইটেম যুক্ত করুন।"
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "আইটেমসমূহ তালিকাবদ্ধ করুন। নথিতে সর্বশ্রেষ্ঠ আইটেম দেখানো হয়েছে।"
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "তালিকা থেকে নির্বাচিত আইটেমসমূহ মুছে ফেলুন।"
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "উপরে উঠানো"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "নির্বাচিত আইটেমসমূহ তালিকার উপরে সরান।"
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "নীচে নামানো"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "নির্বাচিত আইটেমসমূহ তালিকার নিচে নামান।"
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "নাম (_m)"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "ইনপুট তালিকারজন্য একটি একক নাম সন্নিবেশ করুন।"
@@ -16096,11 +16164,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "নির্বাচিত আইটেমের জন্য একটি নাম সন্নিবেশ করান।"
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "যখন নির্বাচিত প্রকরণটি বিদ্যমান থাকবেনা তখন একটি ওয়েব ব্রাউজারে প্রদর্শন করতে পাঠ্য সন্নিবেশ করান। বিকল্প পাঠ্যটি অক্ষম লোকজনকে সহায়তা করতেও ব্যবহৃত হয়।"
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -16114,184 +16182,226 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<কোনটি না>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পূর্বে আসে। পূর্ববর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, বর্তমান ফ্রেম এবং এবং লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।"
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<কোনটি না>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পরে আসে। পরবর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।"
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "বিবরণ (_D):"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "বিষয়বস্তু"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "নির্বাচিত আইটেমের বিষয়বস্তুর পরিবর্তনে বাধা দেয়া হয়।"
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "অবস্থান"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "বর্তমান নথিতে নির্বাচিত আইটেমের অবস্থান লক করা হয়।"
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "আকার (_S)"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "নির্বাচিত আইটেমের আকার সুরক্ষা করা হয়।"
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "সুরক্ষিত (_P)"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "শীর্ষ"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "কেন্দ্রস্থিত"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "নিচে"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
#, fuzzy
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "শুধুমাত্র-পাঠযোগ্য নথিতে সম্পাদনাযোগ্য (_d)"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "শুধুমাত্র-পড়ার যোগ্য (লিখন-সুরক্ষিত) একটি নথিতে ফ্রেমের বিষযবস্তু সম্পাদনা করতে আপনাকে সম্মতি দেয়া হয়।"
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "মুদ্রণ"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "নথিটি মুদ্রণ করার সময় নির্বাচিত আইটেম অন্তর্ভূক্ত করা হয়। "
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "একটি ফ্রেমে পছন্দনীয় পাঠ্য প্রবাহের দিকবিন্যাস উল্লেখ করুন। পৃষ্ঠার জন্য পূর্ব নির্ধারিত পাঠ্য প্রবাহ বিন্যাস ব্যবহার করতে, তালিকা থেকে উর্ধঃস্তন বস্তু বিন্যাস ব্যবহার করুন নির্বাচন করুন।"
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "লেখার দিকবিন্যাস (_d)"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "বৈশিষ্ট্যাবলী"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<কোনটি না>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<কোনটি না>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17631,122 +17741,116 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "অপশন..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "ক্যাপশন"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "সংখ্যায়ন"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "বিভাজক"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "অবস্থান"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "সংখ্যায়নের ধরন নির্বাচন করুন যা আপনি ক্যাপশনে ব্যবহার করতে চান।"
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "ঐচ্ছিক অক্ষর দিন যা নম্বর এবং ক্যাপশন পাঠ্যের মাঝে উপস্থিত হবে।"
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
#, fuzzy
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "সংখ্যায়ন বিভাজক"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "পাঠ্য টাইপ করুন যা আপনি ক্যাপশন সংখ্যার পরে আবির্ভূত করতে চান।"
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "নির্বাচিত আইটেমের উপরে বা নিচে ক্যাপশন যোগ করা হয়। এই অপশনটি কেবলমাত্র কিছু বস্তুর জন্য বিদ্যমান।"
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "শ্রেণী"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "ক্যাপশন শ্রেণীবিভাগ নির্বাচন করুন, অথবা একটি নতুন শ্রেণীবিভাগ তৈরি করতে একটি টাইপ করুন। শ্রেণীবিভাগ পাঠ্য ক্যাপশন স্তরে ক্যাপশন সংখ্যার পূর্বে আবির্ভূত হয়। প্রতিটি পূর্ব নির্ধারিত ক্যাপশন শ্রেণীবিভাগ একই নামের অনুচ্ছেদ শৈলী দ্বারা বিন্যস্ত হয়। "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "বৈশিষ্ট্যাবলী"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "প্রাকদর্শন"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[কোনটি না]"
diff --git a/source/bn/cui/messages.po b/source/bn/cui/messages.po
index e6cfb9ede0a..cf0158074e0 100644
--- a/source/bn/cui/messages.po
+++ b/source/bn/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bn/>\n"
@@ -1760,11 +1760,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "টেবিল"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "অনুগ্রহ করে নতুন তীরের অগ্রভাগের একটি নাম দিন:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3196,10 +3196,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3381,10 +3381,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3538,10 +3538,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3574,51 +3574,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6752,194 +6758,162 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "আকার"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "ভাষা"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "ভাষা"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "আকার"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "আকার"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "ভাষা"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "আকার"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "ভাষা"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "প্রাকদর্শন"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8195,33 +8169,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "বর্ণনা"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -19342,22 +19328,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19452,18 +19438,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "আপনি কি ভুক্তিটি মুছে ফেলতে চান?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "আপনি কি রঙের স্কীম মুছে ফেলতে চান?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21718,258 +21703,282 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "অনুচ্ছেদের যেখানে প্রয়োজন সেখানে স্বয়ংক্রিয়ভাবে হাইফেন সন্নিবেশ করুন।"
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "সর্বোচ্চ সংখ্যক পর্যায়ক্রমিক রেখাসমূহ সন্নিবেশ করুন যেখানে হাইফেন প্রয়োগ করা যাবে।"
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "একটি রেখার হাইফেনের পরে অবশ্যই উপস্থিত অক্ষরের সর্বনিম্ন সংখ্যা সন্নিবেশ করা হয়।"
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "একটি রেখার হাইফেনের পরে ছেড়ে যাওয়া অক্ষরের সর্বনিম্ন সংখ্যা সন্নিবেশ করা হয়।"
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "হাইফেন প্রয়োগ"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "সন্নিবেশ"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর বিভাজকের ধরন নির্বাচন করুন যা আপনি ব্যবহার করতে চান।"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর পৃষ্ঠা শৈলী নির্বাচন করুন যা আপনি বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে চান।"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ধরন:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "পৃষ্ঠা নম্বর:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "অবস্থান"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "পৃষ্ঠা শৈলী"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে বিন্যাস শৈলী নির্বাচন করুন।"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "কলাম"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "আপনি যে ধরনের বিভাজক সন্নিবেশ করতে চান সেটি নির্বাচন করুন।"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "পূর্বে"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "পরে"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "আপনি কোথায় বিভাজক সন্নিবেশ করাতে চান সেটি নির্বাচন করুন।"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "অনুচ্ছেদ বিভক্ত করা হবে না"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "একটি বিভাজক সন্নিবেশ করানো পরে একটি সম্পূর্ণ অনুচ্ছেদকে পরবর্তী কলাম বা পৃষ্ঠায় স্থানান্তর করা হয়।"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "পরবর্তী অনুচ্ছেদের সাথে রাখা হবে"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "যখন একটি বিভাজক অথবা কলাম বিভাজক সন্নিবেশ করা হবে তখন বর্তমান অনুচ্ছেদ এবং নিম্নোক্ত অনুচ্ছেদ একসাথে রাখুন।"
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
#, fuzzy
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "অরফ্যান কন্ট্রোল"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
#, fuzzy
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "উইডো কন্ট্রোল"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "লাইন"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "লাইন"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "অপশন"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/bn/editeng/messages.po b/source/bn/editeng/messages.po
index 45eda0267fb..cab2aa6570e 100644
--- a/source/bn/editeng/messages.po
+++ b/source/bn/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2017-12-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1341,395 +1341,419 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "কার্নিং "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "আবদ্ধ "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "সংক্ষিপ্ত "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "গ্রাফিক"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "কোনটি না"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ডট "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "বৃত্ত "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ভরাট বৃত্ত "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "স্থানীয় উচ্চারণ-ভঙ্গি "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "উপরে"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "নিম্নে"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ডবল রেখাযুক্ত- নিষ্ক্রিয়"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ডবল রেখাযুক্ত"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "লাইনের শেষে কোন ঝুলন্ত বিরামচিহ্ন থাকবে না"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "লাইনের শেষে ঝুলন্ত বিরামচিহ্ন"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ করা হবে না"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "কোন ঘোরানো অক্ষর নয়"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "অক্ষর যে পরিমাণ ঘোরানো হবে $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "লাইনে মাপসই করা হবে"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "অক্ষরের আকার পরিবর্তিত $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "কোন আকার পরিবর্তিত অক্ষর নয়"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "কোন রিলিফ নেই"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "রিলিফ"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "খোদাইকৃত"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "স্বয়ংক্রিয় টেক্সট প্রান্তিককরণ"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "বেসলাইনে প্রান্তিককৃত টেক্সট"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "শীর্ষে প্রান্তিককৃত টেক্সট"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "মধ্যে প্রান্তিককৃত টেক্সট"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "নিম্নে প্রান্তিককৃত টেক্সট"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (অনুভূমিক)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (অনুভূমিক)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (লম্বালম্বি)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (লম্বালম্বি)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "উর্ধঃস্তন বস্তুর টেক্সটের অভিমুখ সেটিং ব্যবহার করুন"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ (যদি সক্রিয় থাকে)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ নয়"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "আড়ালে নয়"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "আড়ালে"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "কাগজের ট্রে"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[মুদ্রণযন্ত্র সেটিংস থেকে]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "অপসারণ"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "সরানো"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "প্রতিস্থাপন"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "বৈশিষ্ট্য পুনঃনির্ধারণ"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "শৈলী প্রয়োগ"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "শব্দটি হল %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "অনুচ্ছেদ হলো %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
#, fuzzy
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "স্বয়ংক্রিয়"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "অনুচ্ছেদের ভিতরে চিত্র বুলেট"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "চিত্র বুলেট"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "নথির শুরুতে পরীক্ষা চালিয়ে যেতে চান?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "নথির শেষে পরীক্ষা চালিয়ে যেতে চান?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1739,43 +1763,43 @@ msgstr ""
"অভিধানে যোগ করা যায়নি।"
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "অভিধানটি ইতোমধ্যে পরিপূর্ণ আছে।"
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "অভিধানটি শুধুমাত্র পাঠযোগ্য।"
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "সাব-পয়েন্ট প্রদর্শন"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "ভাঁজ হয়ে গুটানো"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
diff --git a/source/bn/fpicker/messages.po b/source/bn/fpicker/messages.po
index 0a3afa63756..02f83aa4282 100644
--- a/source/bn/fpicker/messages.po
+++ b/source/bn/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:10+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -230,61 +230,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "ফাইলের নাম:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "ফাইলের ধরন: (~t)"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "শুধুমাত্র পাঠযোগ্য (~R)"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "পাসওয়ার্ড দিয়ে সংরক্ষণ (~w)"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "স্বয়ংক্রিয় ফাইল নামের বর্ধিতাংশ (~A)"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "পরিশোধক সেটিংসমূহ সম্পাদনা (~E)"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/bn/helpcontent2/source/text/scalc/01.po b/source/bn/helpcontent2/source/text/scalc/01.po
index fac2ee759bc..be160e68ee0 100644
--- a/source/bn/helpcontent2/source/text/scalc/01.po
+++ b/source/bn/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-08 17:28+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/sdraw.po b/source/bn/helpcontent2/source/text/sdraw.po
index 755917ebcef..49e865da3dc 100644
--- a/source/bn/helpcontent2/source/text/sdraw.po
+++ b/source/bn/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index e7fc9b913e4..51d47eaba6c 100644
--- a/source/bn/helpcontent2/source/text/shared/00.po
+++ b/source/bn/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "বস্তু যুক্তকরণ এবং সন্নিবেশন (OLE) বস্তু একটি লক্ষ্য নথিতে সংযোগ করা যাবে অথবা ও সন্নিবেশ করা হয়ত যাবে। বস্তুর ভিতরে সন্নিবেশ করান একটি কপি সন্নিবেশনছে এবং লক্ষ্য নথিতে উৎ‍স অনুষ্ঠানের বিশদ বর্ণনা। যদি আপনি বস্তু সম্পাদনা করতে চান, বস্তু ডাবল ক্লিকের মধ্যে উৎ‍স অনুষ্ঠান সহজভাবে সক্রিয় করেন।"
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE অবজেক্ট"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "নিম্নে"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "নোঙ্গর পরিবর্তন করুন"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index 496ad4488d5..080a57a5e59 100644
--- a/source/bn/helpcontent2/source/text/shared/01.po
+++ b/source/bn/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,31 +15370,31 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
+msgid "Style"
msgstr ""
#. bzFsD
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,40 +15460,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
+msgid "OLE Object (Insert Menu)"
msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
msgstr ""
#. mRZCQ
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,13 +26368,13 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr ""
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. r4N82
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
+msgid "Text Alternative"
msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,31 +27592,40 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
+msgid "Manage Arrow Styles"
msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
+msgid "Style name"
msgstr ""
#. ESzub
@@ -27628,13 +27673,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
+msgid "Rename"
msgstr ""
#. sQktA
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr ""
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr ""
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr ""
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr ""
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr ""
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr ""
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/bn/helpcontent2/source/text/shared/02.po b/source/bn/helpcontent2/source/text/shared/02.po
index f02b59cc01a..d03c8eb11f1 100644
--- a/source/bn/helpcontent2/source/text/shared/02.po
+++ b/source/bn/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "নোঙ্গর পরিবর্তন করুন"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>anchors; changing</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">নোঙ্গর পরিবর্তন করুন</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/bn/helpcontent2/source/text/shared/guide.po b/source/bn/helpcontent2/source/text/shared/guide.po
index a147baad14d..f81e13ad78e 100644
--- a/source/bn/helpcontent2/source/text/shared/guide.po
+++ b/source/bn/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-08 17:29+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">বিটম্যাপ অন্তর্ভুক্ত, সম্পাদনা, সংরক্ষণ করছে</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "একটি বিটম্যাপ গ্রাফিক $[officename] রাইটার, $[officename] Calc, $[officename] এবং $[officename] ইমপ্রেস নথিতে অন্তর্ভুক্ত করা যাবে।"
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "ফাইল নির্বাচন করুন।<emph>ফাইল ধরন</emph> বাক্সে আপনি নিশ্চিত ফাইল ধরন নির্বাচন সীমিত করতে পারবেন।"
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/optionen.po b/source/bn/helpcontent2/source/text/shared/optionen.po
index e0d8f806b63..2cd8c309450 100644
--- a/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-08 17:29+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "ফাইল পদ্ধতির সাথে সম্পর্কিত URL সংরক্ষণ করুন"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/bn/helpcontent2/source/text/simpress/guide.po b/source/bn/helpcontent2/source/text/simpress/guide.po
index 2a3e28bbc28..d2d962f4fc2 100644
--- a/source/bn/helpcontent2/source/text/simpress/guide.po
+++ b/source/bn/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "আপনি অনুলিপিকৃত স্লাইড দ্বারা যে স্লাইডটি অনুসরণ করাতে চান তা নির্বাচন করুন, এবং তারপর <emph>সম্পাদনা - প্রতিলেপন</emph> পছন্দ করুন।"
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "রং, গ্রেডিয়েন্ট, এবং হ্যাচিং তালিকা লোড করছে"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">রং, গ্রেডিয়েন্ট, এবং হ্যাচিং তালিকা লোড করছে</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "আপনি রং, গ্রেডিয়েন্ট, এবং হ্যাচিং নমুনা সাজাতে তালিকা ব্যবহার করতে পারেন। $[officename] বিভিন্ন তালিকা প্রদান করে যা আপনি আপনার নথিতে লোড বা ব্যবহার করতে পারেন। আপনি যদি চান, আপনি তালিকা হতে উপাদান যোগ করতে বা মুছে ফেলতে পারেন, বা পছন্দসই তালিকাও তৈরি করতে পারেন।"
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "একটি রং তালিকা লোড করতে:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "<emph>বিন্যাস - এলাকা</emph>পছন্দ করুন, এবং তারপর <emph>রং</emph> এর ট্যাবে ক্লিক করুন।"
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "<emph>রং তালিকা লোড</emph> করার বোতামে ক্লিক করুন।"
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "এমন একটি তালিকা চিহ্নিত করুন যা আপনি লোড করতে চান, এবং তারপর <emph>খুলুন</emph>এ ক্লিক করুন। একটি রং তালিকার ফাইলের [filename].soc বিন্যাস আছে।"
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "একটি রং তালিকা সংরক্ষণ করতে, <emph>রং তালিকা সংরক্ষণ করুন</emph> বোতামে ক্লিক করুন, একটি ফাইল-নাম সন্নিবেশ করান, এবং তারপর <emph>সংরক্ষণ</emph>এ ক্লিক করুন।"
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "গ্রেডিয়েন্ট তালিকা লোড করতে:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "<emph>বিন্যাস - এলাকা</emph>পছন্দ করুন, এবং তারপর <emph>গ্রেডিয়েন্ট</emph> ট্যাবে ক্লিক করুন।"
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "<emph>গ্রেডিয়েন্ট তালিকা লোড করুন</emph> বোতামে ক্লিক করুন।"
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "এমন একটি গ্রেডিয়েন্ট তালিকা চিহ্নিত করুন যা আপনি লোড করতে চান, এবং তারপর <emph>খুলুন</emph>এ ক্লিক করুন। একটি গ্রেডিয়েন্ট তালিকার ফাইলের [filename].sog বিন্যাস আছে।"
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "একটি গ্রেডিয়েন্ট তালিকা সংরক্ষণ করতে, <emph>গ্রেডিয়েন্ট তালিকা সংরক্ষণ করুন</emph> বোতামে ক্লিক করুন, একটি ফাইল-নাম সন্নিবেশ করান, এবং তারপর <emph>সংরক্ষণ</emph>এ ক্লিক করুন।"
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "হ্যাচিং তালিকা লোড করতে:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "<emph>বিন্যাস - এলাকা</emph>পছন্দ করুন, এবং তারপর <emph>হ্যাচিং</emph> ট্যাবে ক্লিক করুন।"
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "<emph>হ্যাচ তালিকা লোড করুন</emph> বোতামে ক্লিক করুন।"
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "এমন একটি হ্যাচ তালিকা চিহ্নিত করুন যা আপনি লোড করতে চান, এবং তারপর <emph>খুলুন</emph>এ ক্লিক করুন। একটি হ্যাচ তালিকার ফাইলের [filename].soh বিন্যাস আছে।"
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "একটি হ্যাচ তালিকা সংরক্ষণ করতে, <emph>হ্যাচ তালিকা সংরক্ষণ করুন</emph> বোতামে ক্লিক করুন, একটি ফাইল-নাম সন্নিবেশ করান, এবং তারপর <emph>সংরক্ষণ</emph>এ ক্লিক করুন।"
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">বিন্যাস - এলাকা</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "আপনি স্লাইডের যেখানে স্প্রেডশীট সন্নিবেশ করাতে চান সেখানে যান।"
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "<emph>সন্নিবেশ করান - OLE- বস্তু</emph>পছন্দ করুন। <emph>নতুন তৈরি করুন</emph> এ ক্লিক করুন এবং %PRODUCTNAME এর স্প্রেডশীট নির্বাচন করুন। ঠিক আছে ক্লিক করুন। আপনার ডাটা সন্নিবেশ করাতে স্প্রেডশীটে ক্লিক করুন।"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "আপনি স্লাইডের যেখানে স্প্রেডশীট সন্নিবেশ করাতে চান সেখানে যান।"
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "<emph>সন্নিবেশ করান - বস্তু - OLE অবজেক্ট</emph>পছন্দ করুন।"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">বিন্যাস - স্লাইড বহির্বিন্যাস</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">সন্নিবেশ করান - বস্তু - OLE অবজেক্ট</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/bn/helpcontent2/source/text/swriter/00.po b/source/bn/helpcontent2/source/text/swriter/00.po
index 794468bc7d6..2b07644046d 100644
--- a/source/bn/helpcontent2/source/text/swriter/00.po
+++ b/source/bn/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "অনুকূল সারি উচ্চতা"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "সারিগুলো সমভাবে বন্টন করুন"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index a2f94b96e56..e680179adef 100644
--- a/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/source/bn/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "লুকায়িত অনুচ্ছেদসমূহ"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">লুকায়িত অনুচ্ছেদসমূহ</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "উল্লম্ব"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "যদি আপনি একটি স্থির উচ্চতাসহ একটি ফ্রেমের নোঙ্গর করেন, শুধুমাত্র \"বোতাম\" এবং \"কেন্দ্রের\" প্রান্তিককরণ পছন্দ বিদ্যমান।"
+msgid "by"
+msgstr "এর দ্বারা"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "এর দ্বারা"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "প্রতি"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "যদি আপনি একটি স্থির উচ্চতাসহ একটি ফ্রেমের নোঙ্গর করেন, শুধুমাত্র \"বোতাম\" এবং \"কেন্দ্রের\" প্রান্তিককরণ পছন্দ বিদ্যমান।"
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">অপশন</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "নাম"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "নির্বাচিত আইটেমের নাম, এবং সংশ্লিষ্ট লিংক সুনির্দিষ্টভাবে উল্লেখ করুন।"
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "একটি বস্তু, নকশা বরাদ্দ করুন অথবা একটি অর্থবহ নাম ফ্রেম করুন, যাতে করে আপনি এটি বড় নথির পরে দ্রুত অবস্থিত করতে পারেন।"
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "বিকল্প পাঠ্য (ভাসমান ফ্রেম, গ্রাফিক্স, এবং শুধুমাত্র বস্তু)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">যখন নির্বাচিত প্রকরণটি বিদ্যমান থাকবেনা তখন একটি ওয়েব ব্রাউজারে প্রদর্শন করতে পাঠ্য সন্নিবেশ করান। বিকল্প পাঠ্যটি অক্ষম লোকজনকে সহায়তা করতেও ব্যবহৃত হয়।</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "পূর্ববর্তী লিংক"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পূর্বে আসে। পূর্ববর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, বর্তমান ফ্রেম এবং এবং লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "পরবর্তী লিংক"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পরে আসে। পরবর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/bn/helpcontent2/source/text/swriter/guide.po b/source/bn/helpcontent2/source/text/swriter/guide.po
index 7590c003a88..32da03cb788 100644
--- a/source/bn/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">বস্তুর অবস্থান নির্ধারণ করা হচ্ছে</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "ফ্রেমে"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "নির্বাচিত আইটেমকে পারিপার্শ্বিক ফ্রেমে নোঙ্গর করা হয়।"
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "একটি ফাইল থেকে একটি গ্রাফিক সন্নিবেশ করানো হচ্ছে"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">একটি ফাইল থেকে একটি গ্রাফিক সন্নিবেশ করানো হচ্ছে</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "নথিতে ক্লিক করুন যেখানে আপনি একটি গ্রাফিক সন্নিবেশ করাতে চান।"
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "আপনি যেই গ্রাফিক ফাইলটি সন্নিবেশ করাতে চান সেটি চিহ্নিত করুন, এবং এরপর <emph>খুলুন</emph> এ ক্লিক করুন।"
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "<item type=\"menuitem\">টুল - স্বয়ংক্রিয় সংশোধক অপশন - শব্দ সম্পূর্ণকরণ</item> নির্বাচন করুন।"
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "<emph>শব্দ সমাপন সক্রিয় করুন</emph> অপসারন করুন।"
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
index 1355d3fd032..2ab3a98c095 100644
--- a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1266,6 +1266,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "পুর্ববর্তী শীটে"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10813,15 +10823,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "সারি সমানভাবে ছড়ানো"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21631,14 +21641,14 @@ msgctxt ""
msgid "~Image"
msgstr "চিত্র"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26560,15 +26570,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "নোঙ্গর পরিবর্তন"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26581,6 +26591,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "নোঙ্গর"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31372,6 +31392,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34504,14 +34534,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "প্রথম অনুচ্ছেদ (~F)"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34534,14 +34574,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "ইন্ডেন্টের মান বাড়ানো"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/bn/sc/messages.po b/source/bn/sc/messages.po
index 8991104bea2..26f4e214b01 100644
--- a/source/bn/sc/messages.po
+++ b/source/bn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17359,383 +17359,401 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "শীট নির্বাচন করুন"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "নির্বাচিত শীট (~S)"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "মাপকাঠি"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "এই মাপকাঠিটি নির্দিষ্ট অবস্থানে বস্তুকে নিয়ন্ত্রণ করে।"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "প্রাকদর্শন"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "এই শীটটি দেখায় কিভাবে নথিতে ডাটা সাজানো হবে।"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "নথির দৃশ্যপট"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "শীট %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "ঘর %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "বাম অংশ"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "পৃষ্ঠা প্রাকদর্শন"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "কেন্দ্রীয় অংশ"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "ডান অংশ"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "%1 পৃষ্ঠার শীর্ষচরণ"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "%1 পৃষ্ঠার পাদচরণ"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "ইনপুট লাইন"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "এটি এমন জায়গা যেখানে আপনি পাঠ্য, সংখ্যা বা সূত্রসমূহ সন্নিবেশ করাতে বা সম্পাদনা করতে পারেন।"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "মিডিয়া প্লেব্যাক"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "মাউসের বোতাম চাপা হয়েছে"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "সূত্র বার (~F)"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME স্প্রেডশীট"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
#, fuzzy
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "প্রাকদর্শন মোড (~v)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "ক্যালক A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "এক্সেল A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "এক্সেল R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "পরিসর কলাম লেবেল ধারণ করে (~b)"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "পরিসর সারি লেবেল ধারণ করে (~r)"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "অকার্যকর মান।"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "স্বয়ংক্রিয়-বিন্যাস যোগ"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr ""
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "নাম"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr ""
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "আপনি কি সত্যিই # এন্ট্রিটি মুছে ফেলতে চান?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "বন্ধ করুন (~C)"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "জানু"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "ফেব্রু"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "মার্চ"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "উত্তর"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "মধ্য"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "দক্ষিণ"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "মোট"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "নোঙ্গর পরিবর্তন"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17743,1289 +17761,1309 @@ msgstr "শর্ত"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "বিষয়বস্তু"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "শীট"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "পরিসরের নাম"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "ডাটাবেস পরিসর"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "চিত্র"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE অবজেক্ট"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "মন্তব্য"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "সংযোগকৃত এলাকাসমূহ"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "অঙ্কন বস্তু"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "সক্রিয়"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "নিষ্ক্রিয়"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "আড়াল"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "সক্রিয় উইন্ডো"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "দৃশ্যকল্পের নাম"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "মন্তব্য"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "আরোহী ক্রমানুসারে সাজান"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "অবরোহী ক্রমানুসারে সাজান"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "পছন্দসই ক্রমিকায়ন"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "নামের বাক্স"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "ইনপুট লাইন"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ফাংশন উইজার্ড"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "গ্রহণ"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "বাতিল"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "সূত্রসমূহ"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "অজানা ব্যবহারকারী"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "কলাম সন্নিবেশ করা হয়েছে"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "সারি সন্নিবেশ করা হয়েছে"
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "শীট সন্নিবেশ করা হয়েছে"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "কলাম মুছে ফেলা হয়েছে"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "সারি মুছে ফেলা হয়েছে"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "শীট মুছে ফেলা হয়েছে"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "পরিসর সরানো হয়েছে"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "পরিবর্তিত বিষয়বস্তুসমূহ"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "পরিবর্তিত বিষয়বস্তুসমূহ"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "পরিবর্তন করা হয়েছে"
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "মূল"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "পরিবর্তন বাতিল করা হয়েছে"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "গ্রহণ করা হয়েছে"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "বাতিল করা হয়েছে"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "সন্নিবেশ নিষেধ"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ফাঁকা>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "সুরক্ষিত নয়"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "পাসওয়ার্ড সুরক্ষিত নয়"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "সঙ্গতিহীন হ্যাশ"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "সঙ্গতিপূর্ণ হ্যাশ"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "পুনরায় লিখুন"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "গ্রুপ"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "মোট"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "গড়"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
#, fuzzy
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "মিডিয়া"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "পরিবর্তনশীল"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "পরিসর"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "সর্বনিম্ন (~M)"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "সর্বোচ্চ (~M)"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sum"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Count"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "সাধারণ"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "জ্যামিতি"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "সর্বনিম্ন (~M)"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "সর্বোচ্চ (~M)"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "গড়"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "মিডিয়া"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "সিগমা"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "আলফা"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "পরিবর্তনশীল"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "পরিবর্তনশীল"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Reservations"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "লগারিদম"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ঘাত"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ইন্টারনেট"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
#, fuzzy
@@ -24054,6 +24092,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "একটি ডায়ালগ খোলে যেখানে আপনি একটি চলক ব্যবহার করে একটি সমীকরণ সমাধান করতে পারেন।"
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31770,47 +31838,41 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "ভাষা"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "অপশন"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " ভাষার জন্য একটি সাজানোর অপশন নির্বাচন করুন।"
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr " সাজানোর নিয়মের জন্য ভাষা নির্বাচন করুন।"
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "সাজানোর অপশন"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32845,26 +32907,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "সাজানো"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33305,347 +33355,341 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "মান হাইলাইট (~H)"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "নোঙ্গর"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "প্রদর্শন"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "অনুভূমিক স্ক্রল বার"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "উল্লম্ব স্ক্রল বার"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "উইন্ডো (~W)"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "যদি পরীক্ষিত থাকে, সকল শীট একই জুম ফ্যাক্টরে প্রদর্শিত হয়। যদি পরীক্ষিত না থাকে, সকল শীটের নিজস্ব জুম ফ্যাক্টর থাকতে পারে।"
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
#, fuzzy
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "বড় করা"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "পৃষ্ঠাবিভাজক"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "দেখান"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "আড়াল"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "অঙ্কন বস্তু"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "দেখান"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "আড়াল"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "দেখান"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "আড়াল"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "দেখান"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "আড়াল"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "বস্তু"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/bn/sd/messages.po b/source/bn/sd/messages.po
index 0e18e490dd5..d630fcdd752 100644
--- a/source/bn/sd/messages.po
+++ b/source/bn/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -661,11 +661,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "লাইন শেষ"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "অনুগ্রহ করে নতুন তীরের-অগ্রভাগের জন্য একটি নাম দিন:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/bn/sfx2/messages.po b/source/bn/sfx2/messages.po
index 02bbb8c3b2e..50c05f123e5 100644
--- a/source/bn/sfx2/messages.po
+++ b/source/bn/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2281,6 +2281,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "হ্যাঁ বা না"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3340,92 +3348,86 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "ডিজিটাল স্বাক্ষর..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "আকার:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "অজানা"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "অবস্থান:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "ধরন:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "পাসওয়ার্ড পরিবর্তন... (~P)"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "ফর্মা"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/bn/starmath/messages.po b/source/bn/starmath/messages.po
index 1d5e20a2ca7..024974f6586 100644
--- a/source/bn/starmath/messages.po
+++ b/source/bn/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2862,7 +2862,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/bn/svtools/messages.po b/source/bn/svtools/messages.po
index 601e5808481..f2e813a746e 100644
--- a/source/bn/svtools/messages.po
+++ b/source/bn/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1355,398 +1355,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE ত্রুটিপূর্ণ"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "সোর্স কোড"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "বুকমার্ক ফাইল"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "গ্রাফিক্স"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "কনফিগারেশন ফাইল"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "অ্যাপ্লিকেশন"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "ডাটাবেস টেবিল"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "সিস্টেম ফাইল"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "এমএস ওয়ার্ড নথি"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "সহায়তা ফাইল"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML নথি"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "আর্কাইভ ফাইল"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "লগ ফাইল"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice ডাটাবেস"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 মাস্টার নথি"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice অঙ্কন"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "লেখা ফাইল"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "লিংক"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 ফর্মা"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "এমএস Excel নথি"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "এমএস Excel ফর্মা"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "ব্যাচ ফাইল"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ফাইল"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ফোল্ডার"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "লেখা নথি"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "স্প্রেডশীট"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "উপস্থাপনা"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "অঙ্কন"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML নথি"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "মাস্টার নথি"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "সূত্র"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ডাটাবেস "
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "স্থানীয় ড্রাইভ"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "ডিস্ক ড্রাইভ"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM ড্রাইভ"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "নেটওয়ার্ক সংযোগ"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "এমএস PowerPoint নথি"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "এমএস PowerPoint ফর্মা"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "এমএস PowerPoint প্রদর্শনী"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML নথি"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "ওপেন-ডকুমেন্ট ডাটাবেস"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "ওপেন-ডকুমেন্ট অঙ্কন"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "ওপেন-ডকুমেন্ট সূত্র"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "ওপেন-ডকুমেন্ট মাস্টার নথি"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "ওপেন-ডকুমেন্ট উপস্থাপনা"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "ওপেন-ডকুমেন্ট স্প্রেডশীট"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "ওপেন-ডকুমেন্ট লেখা"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "ওপেন-ডকুমেন্ট স্প্রেডশীট ফর্মা"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "ওপেন-ডকুমেন্ট অঙ্কন ফর্মা"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "ওপেন-ডকুমেন্ট উপস্থাপনা ফর্মা"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "ওপেন-ডকুমেন্ট লেখা ফর্মা"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME বর্ধিতাংশ"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5693,71 +5701,65 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "অপশন..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "নাম"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "অবস্থা:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "ধরন"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "অবস্থান:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "মন্তব্য:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
#, fuzzy
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "বৈশিষ্ট্যাবলী..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "মুদ্রণযন্ত্র"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/bn/svx/messages.po b/source/bn/svx/messages.po
index f1aa17327c3..3fa45a71036 100644
--- a/source/bn/svx/messages.po
+++ b/source/bn/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bn/>\n"
@@ -11949,17 +11949,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "অনুচ্ছেদের বাম সীমানা"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "অনুচ্ছেদের ডান সীমানা"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18048,33 +18048,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "ফ্রেম"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "লেখা:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/bn/sw/messages.po b/source/bn/sw/messages.po
index 258608f1df3..6418332df39 100644
--- a/source/bn/sw/messages.po
+++ b/source/bn/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1766,302 +1766,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10191,6 +10209,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12888,65 +12920,101 @@ msgid "Options"
msgstr "অপশন"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14958,165 +15026,165 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "অফসেট মান সন্নিবেশ করান যা আপনি একটি পৃষ্ঠা নম্বরের ক্ষেত্রে প্রয়োগ করতে চান, উদাহরণস্বরূপ \"+১\"।"
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "বিদ্যমান সব ক্ষেত্র ধরন তালিকাবদ্ধ করা হয়। আপনার নথিতে একটি ক্ষেত্র যোগ করতে, একটি ক্ষেত্র ধরনে ক্লিক করুন, নির্বাচন তালিকায় একটি ক্ষেত্রে ক্লিক করুন, অতঃপর সন্নিবেশ ক্লিক করুন।"
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "ধরন"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "নির্বাচিত ক্ষেত্রে আপনি যে বিন্যাস প্রয়োগ করতে চান তা ক্লিক করুন, বা একটি পছন্দসই বিন্যাস ব্যাখ্যা করতে \"অতিরিক্ত বিন্যাস\" এ ক্লিক করুন।"
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "ম্যাক্রো..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "ম্যাক্রো অংশখুলুন, যেখানে আপনি ম্যাক্রো পছন্দ করবেন যা যখন আপনি নথির নির্বাচিত ক্ষেত্রে ক্লিক করবেন তখন চলবে।"
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "মান"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "নাম"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Item"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "একটি নতুন আইটেম সন্নিবেশ করুন।"
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "তালিকায় আইটেম যুক্ত করুন।"
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "আইটেমসমূহ তালিকাবদ্ধ করুন। নথিতে সর্বশ্রেষ্ঠ আইটেম দেখানো হয়েছে।"
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "তালিকা থেকে নির্বাচিত আইটেমসমূহ মুছে ফেলুন।"
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "উপরে উঠানো হবে"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "নির্বাচিত আইটেমসমূহ তালিকার উপরে সরান।"
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "নিচে নামানো হবে"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "নির্বাচিত আইটেমসমূহ তালিকার নিচে নামান।"
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "নাম"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "ইনপুট তালিকারজন্য একটি একক নাম সন্নিবেশ করুন।"
@@ -16248,11 +16316,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "নির্বাচিত আইটেমের জন্য একটি নাম সন্নিবেশ করান।"
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "যখন নির্বাচিত প্রকরণটি বিদ্যমান থাকবেনা তখন একটি ওয়েব ব্রাউজারে প্রদর্শন করতে পাঠ্য সন্নিবেশ করান। বিকল্প পাঠ্যটি অক্ষম লোকজনকে সহায়তা করতেও ব্যবহৃত হয়।"
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -16267,187 +16335,229 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<কোনটি না>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পূর্বে আসে। পূর্ববর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, বর্তমান ফ্রেম এবং এবং লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।"
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<কোনটি না>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "প্রকরণ প্রদর্শন করুন (বস্তু, গ্রাফিক, অথবা ফ্রেম) যা একটি সংযুক্ত ক্রমের বর্তমান প্রকরণের পরে আসে। পরবর্তী সংযোগ যুক্ত করতে অথবা পরির্তন করতে,তালিকা থেকে একটি নাম নির্বাচন করুন। যদি আপনি ফ্রেম সংযোগ করেন, লক্ষ্যবস্তু ফ্রেম অবশ্যই ফাঁকা থাকতে হবে।"
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "বর্ণনা"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "বিষয়বস্তু"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "নির্বাচিত আইটেমের বিষয়বস্তুর পরিবর্তনে বাধা দেয়া হয়।"
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "অবস্থান"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "বর্তমান নথিতে নির্বাচিত আইটেমের অবস্থান লক করা হয়।"
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "আকার"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "নির্বাচিত আইটেমের আকার সুরক্ষা করা হয়।"
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "সুরক্ষিতকরণ (~P)"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "উপরে"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "কেন্দ্রস্থিত"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "নিচে"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "শুধুমাত্র-পড়ার যোগ্য (লিখন-সুরক্ষিত) একটি নথিতে ফ্রেমের বিষযবস্তু সম্পাদনা করতে আপনাকে সম্মতি দেয়া হয়।"
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "মুদ্রণ"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "নথিটি মুদ্রণ করার সময় নির্বাচিত আইটেম অন্তর্ভূক্ত করা হয়। "
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "একটি ফ্রেমে পছন্দনীয় পাঠ্য প্রবাহের দিকবিন্যাস উল্লেখ করুন। পৃষ্ঠার জন্য পূর্ব নির্ধারিত পাঠ্য প্রবাহ বিন্যাস ব্যবহার করতে, তালিকা থেকে উর্ধঃস্তন বস্তু বিন্যাস ব্যবহার করুন নির্বাচন করুন।"
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "পাঠ্য দিকবিন্যাস"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "বৈশিষ্ট্য"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<কোনটি না>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<কোনটি না>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17801,123 +17911,117 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "অপশন..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "অপশন"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "সংখ্যায়ন"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "বিভাজক"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "অবস্থান"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "সংখ্যায়নের ধরন নির্বাচন করুন যা আপনি ক্যাপশনে ব্যবহার করতে চান।"
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "ঐচ্ছিক অক্ষর দিন যা নম্বর এবং ক্যাপশন পাঠ্যের মাঝে উপস্থিত হবে।"
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "পাঠ্য টাইপ করুন যা আপনি ক্যাপশন সংখ্যার পরে আবির্ভূত করতে চান।"
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "নির্বাচিত আইটেমের উপরে বা নিচে ক্যাপশন যোগ করা হয়। এই অপশনটি কেবলমাত্র কিছু বস্তুর জন্য বিদ্যমান।"
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "শ্রেণী"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "ক্যাপশন শ্রেণীবিভাগ নির্বাচন করুন, অথবা একটি নতুন শ্রেণীবিভাগ তৈরি করতে একটি টাইপ করুন। শ্রেণীবিভাগ পাঠ্য ক্যাপশন স্তরে ক্যাপশন সংখ্যার পূর্বে আবির্ভূত হয়। প্রতিটি পূর্ব নির্ধারিত ক্যাপশন শ্রেণীবিভাগ একই নামের অনুচ্ছেদ শৈলী দ্বারা বিন্যস্ত হয়। "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "বৈশিষ্ট্য"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "প্রাকদর্শন"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[কোনটি না]"
diff --git a/source/bo/cui/messages.po b/source/bo/cui/messages.po
index d23b1d46dfe..844965d5f6c 100644
--- a/source/bo/cui/messages.po
+++ b/source/bo/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Tibetan <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bo/>\n"
@@ -1762,11 +1762,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "རེའུ་མིག"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "ཁྱེད་ཀྱིས་ཐིག་རིས་གསར་པའི་མདའ་རྩེ་དེར་མིང་ཞིག་འཁོད་དང་།"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3198,10 +3198,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3383,10 +3383,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3540,10 +3540,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3576,51 +3576,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6741,194 +6747,162 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "ཆེ་ཆུང་།"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "སྐད་ཡིག"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "སྐད་ཡིག"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "ཆེ་ཆུང་།"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "ཆེ་ཆུང་།"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "སྐད་ཡིག"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "ཆེ་ཆུང་།"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "སྐད་ཡིག"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8183,33 +8157,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "གསལ་བཤད།"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -19291,22 +19277,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19401,18 +19387,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "ཁྱེད་ཀྱིས་རགས་XX དེ་་སུབ་ཀྱི་ཡིན་ནམ།"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "ཁྱེད་ཀྱིས་སྤྱོད་མཁན་འདི་སུབ་ངོ་མ་ཡིན་ནམ།"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21666,258 +21651,282 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "རང་འགུལ་གྱིས་དུམ་མཚམས་ནང་མཁོ་བའི་གནས་ལ་ཡིག་འབྲེན་རྟགས་བསྒར་འཛུད་བྱ་དགོས།"
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "ཡིག་གཅོད་བྱེད་ནུས་ཀྱི་ཚལ་པའི་བསྟུད་མའི་ཕྲེང་གྲངས་ཆེ་ཤོས་ནང་འཇུག་བྱ་དགོས་"
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "ཡིག་འབྲེལ་རྟགས་ནང་འཇུག་བྱས་ཕཇེཇེ་ངེས་པར་དུ་ཕྲེང་འགེའི་ཡིག་རྟགས་ཉུང་ཤོག་ཐོན་དགོས་"
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "ནང་འཇུག་ནི་ཡིག་རྟགས་ཚགས་ཀྱི་"
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
#, fuzzy
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "སྦྲེལ་ཡིག་རྟགས།(~H)"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "བསྒར་འཛུད།"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "བསྐྱར་འདེམས་སྒྲོམ་བདམས་རྗེས་བེད་སྤྱོད་དགོས་པའི་ཤོག་དབྱེའི་རྟགས་ཀྱི་རིགས་བདམས་དགོས།"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "选择此复选框 然后选择分页符后第一页要使用的页面样式 "
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "རིགས།:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "ཤོག་ཨང་།:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "གནས་ས།"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "ཤོག་ངོས་བཟོ་དབྱིབས་།"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "ཤོག་དབྱེའི་རྟགས་རྗེས་ཀྱི་ཤོག་ལྷེ་དང་པོར་བེད་སྤྱོད་པའི་རྣམ་པ་འདེམས་པ།"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "ཤོག་ལྷེ།"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
#, fuzzy
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "ཚང་།"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "བསྒར་འཛུད་བྱེད་རྒྱུའི་ཤོག་དབྱེའི་རྟགས་ཀྱི་རིགས་འདེམས་པ་"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "གཡོན་ངོས་ཟླུམ་སྐོར།"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "གཡས་ངོས་ཟླུམ་སྐོར།"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "ཤོག་དབྱེའི་རྟགས་བསྒར་འཛུད་ས་འདེམས།"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "དུམ་ཚན་ནང་ཤོག་ལྷེ་མི་དབྱེ་བ།"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "ཤོག་དབྱེའི་རྟགས་སམ་ཚང་དབྱེའི་རྟགས་བསྒར་འཛུད་བྱས་རྗེས་དུམ་མཚམས་ཚང་མ་གཤམ་གྱི་ཤོག་ལྷེ་འམ་ཕྲེང་ལ་སྤོ་དགོས་ "
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "གཤམ་གྱི་དུམ་ཚན་དང་ཤོག་ལྷེ་གཅིག་པ།"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "ཤོག་དབྱེའི་རྟགས་སོ་ཚང་དབྱིབས་རྟགས་བསྒར་འཛུད་རྗེས་ མིག་སྔའི་དུམ་མཚམས་སང་རྗེས་ཀྱི་དུམ་མཚམས་མུ་མཐུད་འབྲེལ་མཐུད་བྱ་དགོས་"
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "ཤོག་དབྱེའི་གོང་གི་དུམ་མཚམས་ཀྱི་ཕྲེང་གྲངས་ཉུང་ཤོས་གཏན་འཁེལ་བསྐྱར་འདེམས་སྒྲོམ་འདི་བདམས་རྗེས་ཕྲེང་སྒྲོམ་ནང་ཨང་ཀི་ནང་འཇུག་བྱ་དགོས།"
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "ཤོག་དབྱེའི་རྟགས་རྗེས་ཀྱི་ཤོག་ལྷེ་དང་པོའི་སྟེང་དུམ་མཚམས་ཀྱི་ཕྲེང་གྲངས་ཆུང་ཤོས་གཏན་འཁེལ་བ། བསྐྱར་འདེམས་སྒྲོམ་འདི་བདགས་རྗེས་<emph></emph>སྒྲོམ་ནང་ཨང་ཀི་ནང་འཇུག་བྱེད་པ་དགོས་"
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "ཤོག་དབྱེའི་གོང་གི་དུམ་མཚམས་ཀྱི་ཕྲེང་གྲངས་ཉུང་ཤོས་གཏན་འཁེལ་བསྐྱར་འདེམས་སྒྲོམ་འདི་བདམས་རྗེས་ཕྲེང་སྒྲོམ་ནང་ཨང་ཀི་ནང་འཇུག་བྱ་དགོས།"
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "ཤོག་དབྱེའི་རྟགས་རྗེས་ཀྱི་ཤོག་ལྷེ་དང་པོའི་སྟེང་དུམ་མཚམས་ཀྱི་ཕྲེང་གྲངས་ཆུང་ཤོས་གཏན་འཁེལ་བ། བསྐྱར་འདེམས་སྒྲོམ་འདི་བདགས་རྗེས་<emph></emph>སྒྲོམ་ནང་ཨང་ཀི་ནང་འཇུག་བྱེད་པ་དགོས་"
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "ཕྲེང་།"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "ཕྲེང་།"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "གདམ་ཚན།"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/bo/editeng/messages.po b/source/bo/editeng/messages.po
index 923215c9754..bb281756358 100644
--- a/source/bo/editeng/messages.po
+++ b/source/bo/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1374,52 +1374,76 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "ཤོག་ངོས་བཟོ་ལྟ། "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "གསལ་བྱེད་བར་ཐག་མཚུངས་པ།"
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "སྡུད་སྒྲིལ་ཡིག་གཟུགས།"
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "རིས་དབྱིབས།"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "མེད་པ།"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
@@ -1427,350 +1451,350 @@ msgstr "སྒོར་མོ།"
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "འོག་ལ།"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
#, fuzzy
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "འཕྲེད་སྟར་གཉིས།"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "འཕྲེད་སྟར་གཉིས།"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
#, fuzzy
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "རང་འགུལ་དུ་ལེགས་སྒྲིག་བྱེད་པ།"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "འབུར་བརྐོས།"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "གབ་ཡིབ།"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "ཤོག་བུའི་ཡོང་ཁུངས།"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "སུབ་པ།"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "སྤོ་སྒུལ།"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "བསྒར་འཛུད།"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "ཚབ་བརྗེ།"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "ཉེར་སྤྱོད་ཀྱི་གཏོགས་གཤིབ།"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "བསྐྱར་འཛུགསགཏོགས་གཤིས།"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ནང་སྐུམ།"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "བཟོ་ལྟ།"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ཆེ་བྲིས་ཆུང་བྲིས་བཟོ་བཅོས།(~C)"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
#, fuzzy
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "མིང་རྐྱང་ནི།"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
#, fuzzy
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "དུམ་མཚམས་ནི། "
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "རང་འགུལ།"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ཡིག་ཆའི་འགོ་བཙུགས་གནས་ས་ནས་མུ་མཐུད་བརྟག་དཔྱད་བྱེད་དམ།"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ཡིག་ཆའི་འགོ་བཙུགས་གནས་ས་ནས་མུ་མཐུད་བརྟག་དཔྱད་བྱེད་དམ།"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1778,44 +1802,44 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ནང་སྐུམ།"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
#, fuzzy
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "འགྲེམ་པ།"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "རིམ་རྩེག"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "ཉེར་སྤྱོད་ཀྱི་གཏོགས་གཤིབ།"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "བསྒར་འཛུད།"
diff --git a/source/bo/fpicker/messages.po b/source/bo/fpicker/messages.po
index 105ea4ffcd4..0e015b9d9cf 100644
--- a/source/bo/fpicker/messages.po
+++ b/source/bo/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -224,61 +224,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "ཡིག་ཆའི་མིང་།: "
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "ཡིག་ཆའི་རིགས(~T):"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "ཀློག་ཙམ།(~R)"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "གསང་ཨང་སྤྱད་ནས་ཉར་སྡེར་བྱེད།"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "རང་འགུལ་གྱིས་ཡིག་ཚགས་རྒྱ་བསྐྱེད་མིང་སྣོན་པ།(~A)"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "འཚག་འདེམ་བཀོད་སྒྲིག་རྩོམ་སྒྲིག"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/bo/helpcontent2/source/text/scalc/01.po b/source/bo/helpcontent2/source/text/scalc/01.po
index 76d94b79ba6..bfc58f506d6 100644
--- a/source/bo/helpcontent2/source/text/scalc/01.po
+++ b/source/bo/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-09 08:33+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/sdraw.po b/source/bo/helpcontent2/source/text/sdraw.po
index 88700d164dd..c9c2ae18539 100644
--- a/source/bo/helpcontent2/source/text/sdraw.po
+++ b/source/bo/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 028ff418229..efaf140a9dc 100644
--- a/source/bo/helpcontent2/source/text/shared/00.po
+++ b/source/bo/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "བྱ་ཡུལ་ཐག་སྦྲེལ་དང་བཙུད་འཇུག་ (OLE) བྱ་ཡུལ་ནི་དམིགས་འཛུགས་ཡིག་ཚགས་ནང་ཐག་སྦྲེལ་ལམ་བཙུད་ཐུབ་ བཙུད་འཇུག་བྱེད་ནུས་ནི་དམིགས་འཛུགས་ཡིག་རྟགས་བྱ་ཡུལ་གྱི་ཟུར་དེབ་གཅིག་དང་བྱ་རིམ་འབྱུང་ཁུངས་ཀྱི་ཞིབ་ཆ་བསྒར་འཛུད་བྱེད་ གལ་སྲིད་བྱ་ཡུལ་ལ་རྩོམ་སྒྲིག་བྱ་དགོས་ན་བྱ་ཡུལ་ལ་ཆ་རྡེབ་བྱས་ན་ལམ་སེང་འབྱུང་ཁུངས་སྒུལ་སློང་ཐུབ།"
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE བྱ་ཡུལ།"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "ཞབས་སྣེར་སྙོམས་གཤིབ།"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "ཆིངས་བརྒྱབ་པ་བཟོ་བཅོས།"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index a45920a1df3..1c459657c02 100644
--- a/source/bo/helpcontent2/source/text/shared/01.po
+++ b/source/bo/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,31 +15370,31 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
+msgid "Style"
msgstr ""
#. bzFsD
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,40 +15460,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
+msgid "OLE Object (Insert Menu)"
msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
msgstr ""
#. mRZCQ
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,13 +26368,13 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr ""
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. r4N82
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
+msgid "Text Alternative"
msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,31 +27592,40 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
+msgid "Manage Arrow Styles"
msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
+msgid "Style name"
msgstr ""
#. ESzub
@@ -27628,13 +27673,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
+msgid "Rename"
msgstr ""
#. sQktA
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr ""
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr ""
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr ""
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr ""
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr ""
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr ""
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/bo/helpcontent2/source/text/shared/02.po b/source/bo/helpcontent2/source/text/shared/02.po
index 519bf1afbc2..2462668c05f 100644
--- a/source/bo/helpcontent2/source/text/shared/02.po
+++ b/source/bo/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "འཆིང་རྒྱག་ལ་བཟོ་བཅོས།"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>གནས་ངེས་བྲིས་རྟགས་; བཟོ་བཅོས།</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"འཆིང་རྒྱག་ལ་བཟོ་བཅོས།\">འཆིང་རྒྱག་ལ་བཟོ་བཅོས།</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/bo/helpcontent2/source/text/shared/guide.po b/source/bo/helpcontent2/source/text/shared/guide.po
index eec32989c56..acd865ca27b 100644
--- a/source/bo/helpcontent2/source/text/shared/guide.po
+++ b/source/bo/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>པར་རིས་, </bookmark_value><bookmark_value>བཪྙན་རིས་སྤྱད་གཟིགས་བྱེད་, བཪྙན་རིས་</bookmark_value><bookmark_value>བཪྙན་རིས་སྤྱད་གཟིགས་གནང་; གནས་རིས་</bookmark_value><bookmark_value>གསལ་བཤད་; བསྒར་འཛུད་དང་རྩོམ་སྒྲིག་བྱེད་</bookmark_value><bookmark_value>གནས་རིས་; བསྒར་འཛུད་དང་རྩོམ་སྒྲིག་བྱེད་</bookmark_value><bookmark_value>བཪྙན་རྒྱུའི་པར་རིས་; བསྒར་འཛུད་དང་རྩོམ་སྒྲིག་བྱེད་</bookmark_value><bookmark_value>འདྲེན་གཏོན་; བསྒར་འཛུད་དང་རྩོམ་སྒྲིག་བྱེད་</bookmark_value><bookmark_value>འདྲེན་འཇུག་; གནས་རིས་</bookmark_value><bookmark_value>པར་རིས་; རྩོམསྒྲིག་</bookmark_value><bookmark_value>རྩོམ་སྒྲིབ་; པར་རིས་</bookmark_value><bookmark_value>འཚག་འདེམས་བརྗེ་བསྒྱུར་</bookmark_value><bookmark_value>སྙོམས་འདྲེད་འཚག་འདེམས་</bookmark_value><bookmark_value>རྣོ་ཅན་འཚག་འདེམས་</bookmark_value><bookmark_value>སྒྲ་ཚེག་འཚག་འདེམས་</bookmark_value><bookmark_value>མོ་ཚོར་འཚག་འདེམས་</bookmark_value><bookmark_value>ཪྙིང་ཅན་འཚག་འདེམས་</bookmark_value><bookmark_value>མདོག་མང་མདོག་དབྱིའི་འཚག་འདེམས་</bookmark_value><bookmark_value>ཧྥུ་ཧྥུ་སྒྱུ་རྩལ་འཚག་འདེམས་</bookmark_value><bookmark_value>སྣག་སྨྱུག་འཚག་འདེམས་</bookmark_value><bookmark_value>མ་སེ་ཁེ་འཚག་འདེམས་</bookmark_value><bookmark_value>པར་རིས་;འཚག་འདེམས་</bookmark_value><bookmark_value>འཚག་འདེམས་;པར་རིས་</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"གནས་རིས་བསྒར་འཛུད་རྩོམ་སྒྲིག་ཉར་ཚགས་བྱེད་\">གནས་རིས་བསྒར་འཛུད་རྩོམ་སྒྲིག་ཉར་ཚགས་བྱེད་</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "གནས་རིས་བཪྙན་རིས་ཞིག་$[officename] ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ནང་བསྒར་འཛུད་བྱེད་ $[officename] ལས་དེབ་ $[officename] གསལ་སྟོན་ཡིག་ཟིན་དང་ $[officename] རིས་འགོད་ཡིག་ཚགས་ནང་།"
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "ཡིག་ཆ་འདེམས།<emph>\"ཡིག་ཆའི་རིགས་\"</emph>སྒྲོམ་ནང་ དམིགས་ངེས་རིགས་ཀྱི་ཡིག་ཆ་འདེམས་པ་ཚད་བཀག་བྱེད།"
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/optionen.po b/source/bo/helpcontent2/source/text/shared/optionen.po
index 06b0fee92e6..ebc42ae58ec 100644
--- a/source/bo/helpcontent2/source/text/shared/optionen.po
+++ b/source/bo/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "ལྟོས་བཅས་ཀྱི་ URL གནས་ཡུལ་ཉར་ཚགས་བྱེད།"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/bo/helpcontent2/source/text/simpress/guide.po b/source/bo/helpcontent2/source/text/simpress/guide.po
index 29623c841d5..57a1d3ee2a1 100644
--- a/source/bo/helpcontent2/source/text/simpress/guide.po
+++ b/source/bo/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གནས་པའི་གནས་སའི་མདུན་གྱི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་འདྲ་ཕབ་བྱེད་པར་འདེམས་ཆོག་ དེ་ནས་<emph>[རྩོམ་སྒྲིག་] - [སྦྱར་བ་]</emph>རྐྱང་རྡེབ་བྱས་དགོས།"
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "ཚོས་གཞི་ ཚོན་ཕྲའི་རི་མོ་དང་གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་བླུགས་སྣོན་"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>ཚོས་གཞི་; རེའུ་འགོད་བླུགས་སྣོན་</bookmark_value><bookmark_value>ཚོན་ཕྲའི་རི་མོ་; རེའུ་འགོད་བླུགས་སྣོན་</bookmark_value><bookmark_value>གྲིབ་གཟུགས་ཐིག་; རེའུ་འགོད་བླུགས་སྣོན་</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"ཚོས་གཞི་ ཚོན་ཕྲའི་རི་མོ་དང་གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་བླུགས་སྣོན་\">ཚོས་གཞི་ ཚོན་ཕྲའི་རི་མོ་དང་གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་བླུགས་སྣོན་</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "རེའུ་འགོད་བེད་སྤྱོད་ཀྱི་ཚོས་གཞི་ ཚོན་ཕྲའི་རི་མོ་འམ་གྲིབ་གཟུགས་ཐིག་ལ་དོ་དམ་བྱས་ཆོག། $[officename] བླུགས་སྣོན་ཆོག་པ་མ་ཟད་ཡིག་ཚགས་ནང་བེད་སྤྱོད་པའི་རེའུ་འགོད་ཚོ་གཅིག་མཁོ་འདོན་བྱས་ཡོད། གལ་ཏེ་དགོང་ངེས་ཡིན་ན་ རེའུ་འགོད་ནང་གཞི་རྒྱུ་ཁ་སྣོན་སམ་སུབ་ཆོག་ལ་ རང་མཚན་འཇོག་གྱི་རེའུ་འགོད་གསར་འཛུགས་བྱས་ན་ཨང་ཆོག"
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "ཚོས་གཞི་རེའུ་འགོད་བླུགས་སྣོན་"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "གཡས་མཐེབ་ཚལ་ཐོ<emph>[གསབ་སྣོན་བཟོ་ལྟ་་...]</emph>འདེམས་པ་ དེ་ནས་<emph>\"ཚོས་གཞི་\"</emph>འདེམས་གཞི་ཁ་ལ་རྐྱང་རྡེབ་བྱེད།"
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "<emph>\"ཚོས་གཞི་རེའུ་མིག་བླུགས་པ་\"</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས།"
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "བླུགས་སྣོན་བྱེད་རྒྱུ་ཚོད་གཞི་རེའུ་འགོད་ཪྙེད་པ དེ་ནས་<emph>\"ཁ་ཕྱེ་\"</emph>ལ་རྐྱང་རྡེབ་བྱེད་ ཚོས་གཞི་རེའུ་འགོད་ཡིག་ཆའི་རྣམ་གཞག་ནི་ [filename].soc"
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "ཚོས་གཞི་རེའུ་འགོད་ཉར་ཚགས་བྱས་ན་ <emph>\"ཚོས་གཞི་རེའུ་མིག་ཉར་ཚགས་\"</emph>ཁྱེད་ཀྱིས་གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས་ལ་ ཡིག་ཆའི་མིང་ནང་བཅུག་བྱས་པ་དང་ དེ་ནས་<emph>\"ཉར་ཚགས་\"</emph>ལ་རྐྱང་རྡེབ་བྱེད།"
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "ཚོན་ཕྲའི་རི་མོ་རེའུ་འགོད་བླུགས་སྣོན་"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "གཡས་མཐེབ་ཚལ་ཐོ<emph>[གསབ་སྣོན་བཟོ་ལྟ་་...]</emph>འདེམས་པ་ དེ་ནས་<emph>\"ཚོན་ཕྲའི་རི་མོ་\"</emph>འདེམས་གཞི་ཁ་ལ་རྐྱང་རྡེབ་བྱེད།"
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "<emph>\"བླུགས་སྣོན་བྱེད་རྒྱུ་ཚོན་ཕྲའི་རི་མོ་རེའུ་མིག་\"</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས།"
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "བླུགས་སྣོན་བྱེད་རྒྱུ་ཚོད་ཕྲའི་་རེའུ་འགོད་ཪྙེད་པ དེ་ནས་<emph>\"ཁ་ཕྱེ་\"</emph>ལ་རྐྱང་རྡེབ་བྱེད་ ཚོན་ཕྲའི་རི་མོ་རེའུ་འགོད་ཡིག་ཆའི་རྣམ་གཞག་ནི་ [filename].sog"
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "ཚོན་ཕྲའི་རི་མོ་རེའུ་འགོད་ཉར་ཚགས་བྱེད་ <emph>\"ཚོན་ཕྲའི་རི་མོ་རེའུ་མིག་་ཉར་ཚགས་\"</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས་ ཡིག་ཆའི་མིང་ནང་བཅུག་བྱས་པ་དང་ དེ་ནས་<emph>\"ཉར་ཚགས་\"</emph>ལ་རྐྱང་རྡེབ་བྱེད།"
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་བླུགས་སྣོན་"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "གཡས་མཐེབ་ཚལ་ཐོ<emph>[གསབ་སྣོན་བཟོ་ལྟ་་...]</emph>འདེམས་པ་ དེ་ནས་<emph>\"གྲིབ་གཟུགས་ཐིག་\"</emph>འདེམས་གཞི་ཁ་ལ་རྐྱང་རྡེབ་བྱེད།"
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "<emph>\"གྲིབ་གཟུགས་རེའུ་མིག་བླུགས་པ་\"</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས།"
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "བླུགས་སྣོན་བྱེད་རྒྱུ་གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་ཪྙེད་པ་དང་ དེ་ནས་<emph>\"ཁ་ཕྱེ་\"</emph>ལ་རྐྱང་རྡེབ་བྱེད། གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་ཡིག་ཆའི་རྣམ་གཞག་ཡིན་ [filename].soh"
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "གྲིབ་གཟུགས་ཐིག་རེའུ་འགོད་ཉར་ཚགས་བྱེད་ <emph>\"གཟུགས་ཐིག་རེའུ་མིག་ཉར་ཚགས་\"</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས་ ཡིག་ཆའི་མིང་ནང་བཅུག་བྱས་པ་དང་ དེ་ནས་<emph>\"ཉར་ཚགས་\"</emph>ལ་རྐྱང་རྡེབ་བྱེད།"
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"གསབ་སྣོན་བཟོ་ལྟ་\">གསབ་སྣོན་བཟོ་ལྟ་་</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "ལས་ཀའི་རེའུ་མིག་བསྒར་འཛུད་བྱེད་རྒྱུའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ཏུ་བརྗེ་བ།"
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "<emph>[བསྒར་འཛུད་] - [ལས་ཀའི་རེའུ་མིག་]</emph>འདེམས་པ། ལས་ཀའི་རེའུ་མིག་ནང་དེ་རྗེས་རྐྱང་རྡེབ་བྱས་པའི་གཞི་གྲངས་ནང་བཅུག་བྱས་ཆོག་"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "ལས་ཀའི་རེའུ་མིག་བསྒར་འཛུད་བྱེད་རྒྱུའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ཏུ་བརྗེ་བ།"
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "<emph>[བསྒར་འཛུད་] - [བྱ་ཡུལ་] - [OLE བྱ་ཡུལ་...]</emph>འདེམས་དགོས།"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"སྒྲོན་བཪྙན་སྤྱིན་ཤོག་པར་དབྱིབས་\">སྒྲོན་བཪྙན་སྤྱིན་ཤོག་པར་དབྱིབས་</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE བྱ་ཡུལ་\">OLE བྱ་ཡུལ་</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/bo/helpcontent2/source/text/swriter/00.po b/source/bo/helpcontent2/source/text/swriter/00.po
index 2d47b58ea8e..9eef81ade85 100644
--- a/source/bo/helpcontent2/source/text/swriter/00.po
+++ b/source/bo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "ཕྲེང་གི་མཐོ་ཚད་ལེགས་ཤོས།"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "ཕྲེང་ཚང་མ་ཆ་སྙོམས་ཁྱབ་ཚུལ།"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index 4027227a4d5..7036ff8d1f5 100644
--- a/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/source/bo/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "གབ་པའི་དུམ་མཚམས།"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"གབ་པའི་དུམ་མཚམས་\">གབ་པའི་དུམ་མཚམས་</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "དྲང་ཕྱང་ཁ་ཕྱོགས།"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "གལ་ཏེ་ཁྱོད་རང་བྱ་ཡུལ་ཚད་མཐོའི་ནན་འཕྱང་བརྒྱབ་ན་མཐིལ་མཐའ་དང་དཀྱིལ་བསྡུ་སྙོམས་གཤིས་འདེམས་གཞི་ཁོ་ན་བེད་སྤྱོད།"
+msgid "by"
+msgstr "ནས།"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "ནས།"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
-#. vYDyu
+#. 6ThGZ
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id41652926572150\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "བར།"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "གལ་ཏེ་ཁྱོད་རང་བྱ་ཡུལ་ཚད་མཐོའི་ནན་འཕྱང་བརྒྱབ་ན་མཐིལ་མཐའ་དང་དཀྱིལ་བསྡུ་སྙོམས་གཤིས་འདེམས་གཞི་ཁོ་ན་བེད་སྤྱོད།"
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"གཞན་དག་\">གཞན་དག་</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "མིང་།"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "འདེམས་ངེས་རྣམ་གྲང་མིང་དང་འབྲེལ་བའི་ཐག་སྦྲེལ་ཡིག་རྒྱུག"
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "བྱ་ཡུལ་ རིས་དབྱིབས་སམ་སྒྲོམ་གཞིར་ཐད་མིང་གཞན་གཏན་འཁེལ་ བྱས་ན་བྱུང་རིང་བའི་ཡིག་ཚགས་ལས་སྣོན་སྐབས་དེ་ཚོ་མགྱོགས་པ་མཉེས་ཐུབ།"
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "གསལ་གཤརགཤར་ཡི་གེ་(སྒྲོམ་གཞི་འཕྱོ་སྒུལ་ཁོ་ནར་སྤྱོད་ རིས་དབྱིབས་དང་བྱ་ཡུལ་)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">འདེམས་ངེས་རྣམ་གྲང་སྤྱོད་མི་ཐུབ་པའི་སྐབས་ Web མིག་བཤར་ནང་མངོན་པའི་ཡིག་དེབ་ནང་འཇུག་དགོས་འདེངམས་རྒྱུའི་ཡི་གེ་ཡང་ལེའུ་ལྷག་མ་སྤྱོད་པའི་རོགརོག་རམ་སྤྱད་ཆོག་</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "ཐག་སྦྲེལ་སྔ་མ།"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">ཐག་སྦྲེལ་རིས་ལྟར་ནང་གནས་པའི་མིག་སྔའི་རྣམ་གྲང་སྔོན་གྱི་རྣམ་གྲང་མངོན་ཐུབ་(བྱ་ཡུལ་ རིས་དབྱིབས་སམ་སྒྲོམ་གཞི་)གལ་ཏེ་སྒྲོམ་གཞི་ཐག་སྦྲེལ་ཡིན་ན་མིག་སྔའི་སྒྲོམ་གཞི་དང་་དམིགས་ཡུལ་སྒྲོམ་གཞི་ཚང་མ་ངེས་པར་སྟོང་པར་འཇོག་རྒྱུ་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "ཐག་སྦྲེལ་ཕྱི་མ།"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">ཐག་སྦྲེལ་རིམ་ལྟར་ནང་གནས་པའི་མིང་སྔའི་རྣམ་གྲང་རྗེས་ཀྱི་རྣམ་གྲང་མངོན་པ་(བྱ་ཡུལ་རིས་དབྱིབས་སམ་སྒྲོམ་) གལ་ཏེ་སྒྲོམ་ཐག་སྦྲེལ་ཡིན་ན་དམིགས་ཡུལ་སྒྲོམ་ངེས་པར་དུ་སྟོང་པ་འཇོག་དགོས་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/bo/helpcontent2/source/text/swriter/guide.po b/source/bo/helpcontent2/source/text/swriter/guide.po
index 45c9dcfd49f..664070ed1c7 100644
--- a/source/bo/helpcontent2/source/text/swriter/guide.po
+++ b/source/bo/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"གནས་ངེས་བྱ་ཡུལ་\">གནས་ངེས་བྱ་ཡུལ་</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "སྒྲོམ་ནང་དུ་"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "འདེམས་ངེས་རྣམ་གྲངས་ནི་མཐའ་འཁོར་གྱི་སྒྲོམ་གཞིར་འཆིང་བརྒྱབ་པ།"
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "ཡིག་ཆའི་ནང་ནས་པར་རིས་བསྒར་འཛུད་"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>པར་རིས་; གླེང་སྒྲོམ་བརྒྱུད་པར་རིས་བསྒར་འཛུད་</bookmark_value><bookmark_value>བསྒར་འཛུད་; གླེང་སྒྲོམ་བརྒྱུད་པར་རིས་བསྒར་འཛུད་</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"ཡིག་ཆའི་ནང་ནས་པར་རིས་བསྒར་འཛུད་\">ཡིག་ཆའི་ནང་ནས་པར་རིས་བསྒར་འཛུད་</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "ཡིག་ཚགས་ནང་བསྒར་འཛུད་བྱ་རྒྱུའི་པར་རིས་ཀྱི་གནས་སར་རྐྱང་རྡེབ་བྱ།"
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "བསྒར་འཛུད་བྱ་རྒྱུའི་ཡིག་ཆ་ཪྙེད་རྗེས་ <emph>\"ཁ་ཕྱེ་\"</emph>ལ་རྐྱང་རྡེབ་བྱ།"
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr ""
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "<emph>ཡིག་ཚིག་ཁ་གསབ་འཐུས་ཚང་འགུལ་སློང་</emph>དོར་བ།"
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
index 608a612c1af..4e642c57d28 100644
--- a/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1268,6 +1268,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "གོང་མའི་ལས་ཁྲར་སྒྱུར་བ།"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10809,15 +10819,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "ཡིག་ཕྲེང་སྙོམས་བགོས།"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21623,14 +21633,14 @@ msgctxt ""
msgid "~Image"
msgstr "བཪྙན་རིས།"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26554,15 +26564,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "འཆིང་རྒྱབ་བརྗེ་བ།"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26575,6 +26585,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "འཆིང་བརྒྱབ།"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31355,6 +31375,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34488,14 +34518,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "དུམ་མཚམས་དང་པོ།(~F)"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34518,14 +34558,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "ནང་སྐུམ་ཐང་རྒྱ་ཆེ་རུ་གཏོང་བ།"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/bo/sc/messages.po b/source/bo/sc/messages.po
index 68b0cfddad3..c96bdab224f 100644
--- a/source/bo/sc/messages.po
+++ b/source/bo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17449,383 +17449,401 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "ལས་ཀའི་རེའུ་མིག་འདེམས་པ།"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "ལས་ཀའི་རེའུ་མིག་འདེམས་པ།(~S)"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "ཚད་ཁྲེ།"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "ཁྲེ་ཚད་འདི་བརྒྱུད་ནས་གཏན་འཇགསགནས་སའི་དམིགས་བྱ་ཚོད་འཛིན་བྱེད།"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "ལས་ཀའི་རེའུ་མིག་དེས་ཡིག་ཚགས་ནང་གི་གཞི་གྲངས་གོ་རིམ་སྒྲིག་སྟངས་ཡིན།"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "ཡིག་ཚགས་མཐོང་རིས།"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "ལས་ཀའི་རེའུ་མིག་%1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "%1གི་སྡེ་ཚན་ཁྲ་མིག"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "གཡོན་ཕྱོགས་ཁུལ་ཁོངས།"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "སྔོན་ལྟ་པར་འདེབས།"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "བར་དཀྱིལ་ཁུལ་ཁོངས།"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "གཡས་ཕྱོགས་ཀྱི་ཁུལ་ཁོངས།"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "ཤོག་མགོ་། ཤོག་གྲངས་%1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "ཤོག་ཞབས། ཤོག་ལེ%1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "ཕྲེང་ནང་འཇུག"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "དེར་ཁྱེད་ཀྱིས་ཡི་གེ་དང་ཨང་གི་སྤྱི་འགྲོས་བཅས་རྩོམ་སྒྲིག་དང་འཇུག་ཐུབ།"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "མཚམས་སྦྱོར་སྟོན་པ།"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "བྱི་མཐེབ་མནན་པ།"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "རྩོམ་སྒྲིག་ཚང་།(~M)"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME གློག་རྡུལ་རེའུ་མིག"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr " (ལྟ་ཀློག་ཁོ་ན་)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
#, fuzzy
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "སྔོན་ལྟའི་ཕན་འབྲས།(~V)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "ཁུལ་ཁོངས་ལ་གཞུང་གི་གདོང་འཛར་ཡོད་པ།(~B)"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "ཁུལ་ཁོངས་ནང་ཕྲེང་རྟགས་ཡོད་པ།(~B)"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "ནང་འཇུག་གི་གྲངས་ཐང་འདི་ནུས་མེད།"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "གསར་སྣོན་རང་འགུལ་རྣམ་གཞག"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "མིང་བསྐྱར་འདོགས་ཀྱི་རང་འགུལ་རྣམ་གཞག"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "མིང་།"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "རང་འགུལ་རྣམ་གཞག་སུབ་རྒྱུ།"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "ཁྱེད་རང་གིས་དངོས་གནས་བཤར་བྱང་#འདི་སུབ་བམ།"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "ཁ་བརྒྱབ།(~C)"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "ཟླ་བ་གཅིག"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "ཟླ་གཉིས་པ།"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "ཟླ་བ་གསུམ་པ།"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "བྱང་།"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr ""
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "ལྷོ།"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "ཁྱོན་བསྡོམས།"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "འཆིང་རྒྱབ་བརྗེ་བ།"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17833,1286 +17851,1306 @@ msgstr "ཆ་རྐྱེན།"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "ནང་དོན།"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "ལས་ཀའི་རེའུ་མིག"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "ཁུལ་ཁོངས་ཀྱི་མིང་།"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་ཁུལ་ཁོངས།"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "བཪྙན་རིས།"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-དམིགས་བྱ།"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "མཆན་མགྲེལ།"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "འབྲེལ་མཐུད་བྱེད་ཁུལ།"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "རི་མོ་འབྲི་བ།"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "སྤྱོད་བཞིན་པའི་"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "མི་སྤྱོད་པ།"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "གབ་བཅུག"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "མིག་སྔའི་མཐོང་སྒྲོམ།"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "འཆར་གཞིའི་མིང་།"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "དཔྱད་གཏམ།"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "རིམ་འཕར་རིམ་སྒྲིག"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "རིམ་ཆག་རིམ་སྒྲིག"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "མིང་སྒྲོམ།"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "ཕྲེང་ནང་འཇུག"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ཚབ་རྩིས་ཁྲིད་སྟོན།"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "བེད་སྤྱོད།"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "འདོར་བ།"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "སྤྱི་འགྲོས།"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "ཧ་མི་གོ་བའི་སྤྱོད་དུད།"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "སྟར་པ་བསྒར་འཛུད་བྱས་པ།"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "ཕྲེང་བར་འཇུག"
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "ལས་ཀའི་རེའུ་མིག་བར་འཇུག་བྱས་འདུག"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "སྟར་པ་དེ་སུབ་པ།"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "ཕྲེང་སུབ།"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "ལས་ཀའི་རེའུ་མིག་སུབ་འདུག"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "ཁུལ་ཁོངས་སྤོ་བ།"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "ནང་དོན་བཟོ་བཅོས་བྱས་འདུག"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "ནང་དོན་བཟོ་བཅོས་བྱས་འདུག"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "བཟོ་བཅོས་ཐུབ། "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "མ་ཡིག།"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "བཟོ་བཅོས་འདོར་བ།"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "དང་ལེན་གྱི།"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "ཁས་མི་ལེན་པའི།"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "གཤར་བྱང་མེད་པ།"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<སྟོང་ཆད།>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "ཚོ་སྒྲིག"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "ཁྱོན་བསྡོམས།"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "mean"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "མཚམས་སྦྱོར།"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "འགྱུར་རུང་བ་།"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "ས་ཁོངས།"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "གྲངས་ཐང་ཆུང་ཤོས།(~M)"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "གྲངས་ཐང་ཆེ་ཤོས་(~M)"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "ཁྱོན་སྡོམ།"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "གྲངས་ཀ"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "སྤྱིར་བཏང་།"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "དབྱིབས་རྩེ།"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "གྲངས་ཐང་ཆུང་ཤོས།(~M)"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "གྲངས་ཐང་ཆེ་ཤོས་(~M)"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "mean"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "མཚམས་སྦྱོར།"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "alpha"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "འགྱུར་རུང་བ་།"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "འགྱུར་རུང་བ་།"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "མངག་ཉོ།"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "གཏད་གྲངས།"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "རང་བསྒྱུར་བ།"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
#, fuzzy
@@ -24160,6 +24198,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "གླེང་སྒྲོམ་ཞིག་ཁ་ཕྱེ་ནས་རྒྱུ་གཅིག་ཆ་མཉམ་ཚུལ་འགྲོལ་བར་སྤྱོད། "
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31874,49 +31942,43 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
#, fuzzy
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "སྐད་བརྡ།"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
#, fuzzy
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "གདམ་ཚན།"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "སྐད་བརྡའི་རིམ་སྒྲིག་འདེམས་གཞི་འདེམས་པ། "
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "རིམ་སྒྲིག་སྒྲིག་སྲོལ་གྱི་སྐད་བརྡ་འདེམས་པ། "
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "རིམ་སྒྲིག་འདེམས་པ།"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32948,26 +33010,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "རིམ་སྒྲིག"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33410,346 +33460,340 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "གྲངས་ཐང་འབུར་ཐོན་དུ་མངོན་པ།(~V)"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "འཆིང་བརྒྱབ།"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "གསལ་བ།"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "ཆུ་སྙོམས་ཁ་ཕྱོགས་ཀྱི་འགྲིལ་མདའི་ཚང་།"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "དྲང་འཕྱང་ཁ་ཕྱོགས་ཀྱི་འགྲིལ་བྱང།"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "སྒེའུ་ཁུང་།(~W)"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "མངོན་པའི་སྡུར་ཚད།"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "ཤོག་གྲངས་བརྗེ་བ།"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "མངོན་པ།"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "གབ་པ།"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "རི་མོ་འབྲི་བ།"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "མངོན་པ།"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "གབ་པ།"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "མངོན་པ།"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "གབ་པ།"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "མངོན་པ།"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "གབ་པ།"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "བྱ་ཡུལ།"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/bo/sd/messages.po b/source/bo/sd/messages.po
index 5d8740f7f9c..4390b6aa7d1 100644
--- a/source/bo/sd/messages.po
+++ b/source/bo/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -662,11 +662,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "ཐིག་རིས་མདའ་རྟགས།"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "ཁྱེད་ཀྱིས་ཐིག་རིས་གསར་པའི་མདའ་རྩེ་དེར་མིང་ཞིག་འཁོད་དང་།"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/bo/sfx2/messages.po b/source/bo/sfx2/messages.po
index 15eb92a1aae..586033b89c0 100644
--- a/source/bo/sfx2/messages.po
+++ b/source/bo/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2282,6 +2282,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "“ཡིན་”ཡང་ན་“མིན་”"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3338,93 +3346,87 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "གྲངས་ཀའི་མིང་རྟགས་འགོད་པ།..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "ཆེ་ཆུང་།:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
#, fuzzy
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "ཧ་མི་གོ་བ།"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "ས་གནས།"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "རིགས།:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "གསང་ཨང་བཟོ་བཅོས།(~P)..."
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "ཡིག་ཚགས་མ་པང་རིགས་དབྱེ།"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/bo/starmath/messages.po b/source/bo/starmath/messages.po
index 703fd8f4f2d..3574cc3591a 100644
--- a/source/bo/starmath/messages.po
+++ b/source/bo/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2866,7 +2866,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/bo/svtools/messages.po b/source/bo/svtools/messages.po
index 71017a1126f..623dbbb25ba 100644
--- a/source/bo/svtools/messages.po
+++ b/source/bo/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1353,401 +1353,409 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE རྩིས་འགྲོ་མེད།"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "གཞིའི་ཡིག་ཆ།"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "ཤོག་འཛར་ཡིག་ཆ།"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "རིས་དབྱིབས།"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "ཡིག་ཆ་སྒྲིག་སྦྱོར།"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "ཉེར་སྤྱོད་གོ་རིམ།"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "གཞི་གྲངས་མཛོད་ཀྱི་རེའུ་མིག"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "རྒྱུད་ཁོངས་ཡིག་ཆ།"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Wordཡིག་ཚགས།"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "རོགས་རམ་ཡིག་ཆ།"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTMLཡིག་ཚགས།"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "ཡིག་ཚགས་ཡིག་ཆ།"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "ཡིག་ཆ་ཟིན་ཐོ་འགོད་པ།"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice 5.0 དཔེ་པང་།"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 གཙོ་བོའི་ཚོད་འཛིན་ཡིག་ཚགས།"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice 5.0 དཔེ་པང་།"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "ཡིག་དེབ་ཀྱི་ཡིག་ཆ།"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "འབྲེལ་མཐུད།"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
#, fuzzy
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 5.0 དཔེ་པང་།"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel ཡིག་ཚགས།"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel དཔེ་པང་།"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "ཡིག་ཆར་མཆན་འགོད།"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ཡིག་ཆ།"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ཡིག་ཚང་།"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "ཡི་གེ་སྒྲིག་གཅོད་ཀྱི་ཡིག་ཚགས།"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "ལས་ཀའི་དེབ།"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "རི་མོ་འབྲི་བ།"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTMLཡིག་ཚགས།"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "གཙོ་བོའི་ཚོད་འཛིན་ཡིག་ཚགས།"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "སྤྱི་འགྲོས།"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "གཞི་གྲངས་མཛོད།"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "ཆ་ཤས་ཀྱི་འགུལ་སློང་འཕྲུལ་ཆས།"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "མཉེན་སྡེར།"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "འོད་སྡེར་སྒུལ་འདེད་ཡོ་ཆས།"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "དྲ་རྒྱའི་སྦྲེལ་མཐུད།"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Microsoft PowerPoint ཡིག་ཚགས།"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Microsoft PowerPoint དཔེ་པང་།"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Microsoft PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML ཡིག་ཚགས།"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "%PRODUCTNAME %PRODUCTVERSIONགྲངས་གཞིའི་ཐོ་མཛོད།"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION རི་མོ་འབྲི་བ།"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION སྤྱི་འགྲོས།"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION གཙོ་བོའི་ཚོད་འཛིན་ཡིག་ཚགས།"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTVERSION ལས་ཀའི་དེབ།"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "%PRODUCTNAME %PRODUCTVERSION ཡི་གེ་སྒྲིག་གཅོད་ཀྱི་ཡིག་ཚགས།"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "%PRODUCTNAME %PRODUCTVERSION ཡི་ལས་དེབ་དཔེ་པང་།"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTVERSION རིས་འབྲིའི་དཔེ་པང་།"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "%PRODUCTNAME %PRODUCTVERSION འགྲེམས་སྟོན་ཟིན་བྲིས་ཀྱི་དཔེ་པང་།"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "%PRODUCTNAME %PRODUCTVERSION ཡི་གེ་སྒྲིག་གཅོད་ཀྱི་དཔེ་པང་།"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAMEརྒྱ་སྐྱེད།"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5679,70 +5687,64 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "འདེམས་གཞི།(~O)..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "མིང་།"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "རྣམ་པ།"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "རིགས།"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "ས་གནས།"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "མཆན་འགྲེལ།"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "གཏོགས་གཤིས།..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "གཏག་པར།"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/bo/svx/messages.po b/source/bo/svx/messages.po
index 2e86b3f449a..9491b466688 100644
--- a/source/bo/svx/messages.po
+++ b/source/bo/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11983,17 +11983,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "གཡོན་དུམ་བུའི་མཐའ་སྒྲོམ།"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "གཡས་དུམ་བུའི་མཐའ་སྒྲོམ།"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18065,33 +18065,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "སྒྲོམ་གྱི་ཁ་གཏད།"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "ཡི་གེ: "
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/bo/sw/messages.po b/source/bo/sw/messages.po
index ec6ef519149..b5cc401d699 100644
--- a/source/bo/sw/messages.po
+++ b/source/bo/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1768,302 +1768,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10200,6 +10218,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12897,65 +12929,101 @@ msgid "Options"
msgstr "གདམ་ཚན།"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14966,165 +15034,165 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "ཤོག་ཨང་ཁོངས་ཀྱི་དག་བཅོས་ཐང་ལ་ཉེར་སྤྱོད་བྱེད་རྒྱུ་ནང་བཅུག་བྱེད་པ་སྟེ་ དཔེར་ན་ \"+1\" "
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "སྤྱོད་ཆོག་ཀྱི་ཁོངས་རིགས་སྒྲིག་དགོས། ཡིག་ཚགས་ལ་ཁོངས་ཁ་སྣོན་བྱེད་ ཁོངས་ཀྱི་རིགས་ལ་ལ་རྐྱང་རྡེབ་བྱེད་ \"འདེམས་པ་\"རེའུ་འགོད་ནང་ཁོངས་ལ་རྐྱང་རྡེབ་བྱེད་དགོས་དེ་ནས་\"བསྒར་འཛུད་\"གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱེད།"
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "རིགས།"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "འདེམས་ངེས་ཁོངས་ཀྱི་རྣམ་གཞར་ཉེར་སྤྱོད་བྱེད་རྒྱུ་ལ་རྐྱང་རྡེབ་བྱེད་འམ \"རྣམ་གཞག་གཞན་...\"ལ་རྐྱང་རྡེབ་བྱེད་པས་མཚན་འཇོག་རང་མཚན་འཇོག་རྣམ་གཞག་ཏུ་མཚན་འཇོག་བྱས་ཆོག།"
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "ཧུང།..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "གྲངས་ཐང་།"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "མིང་།"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "རྣམ་གྲངས།"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "གཤར་བྱང་གསར་པ་ནང་འཇུག།"
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "\"གཤར་བྱང་\"ནང་གི་ནང་དོན་རེའུ་འགོད་ནང་ཐོག་ཏུ་ཁ་སྣོན་བྱེད་དགོས།"
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "གཤར་བྱང་འགོད་པ།ཆེས་གོང་གི་གཤར་བྱང་ཡིག་ཚགས་ནང་མངོན་གྱི་རེད།"
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "རེའུ་འགོད་ནང་ནས་བདམས་པའི་གཤར་བྱང་སུབ་པ།"
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "སྟེང་ལ་སྤོ་སྒུལ་བྱེད།"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "རེའུ་འགོད་ནང་བདམས་ཪྙིན་པའི་གཤར་བྱང་མདུན་དུ་སྤོ་དགོས།"
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "འོག་ལ་སྤོ་སྒུལ་བྱེད།"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "རེའུ་འགོད་ནང་བདམས་པའི་གཤར་བྱང་སྤོ་དགོས།"
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "མིང་།"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "\"རེའུ་འགོད་ནང་བཅུག་\"མིང་གཅིག་ཡོད་པ་ཁོ་ནས་ནང་འཇུག་བྱེད་ཆེད་ཡིན།"
@@ -16260,11 +16328,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "འདེམས་ངེས་རྣམ་གྲང་མིང་འཇུག་"
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "འདེམས་ངེས་རྣམ་གྲང་སྤྱོད་མི་ཐུབ་པའི་སྐབས་ Web མིག་བཤར་ནང་མངོན་པའི་ཡིག་དེབ་ནང་འཇུག་དགོས་འདེངམས་རྒྱུའི་ཡི་གེ་ཡང་ལེའུ་ལྷག་མ་སྤྱོད་པའི་རོགརོག་རམ་སྤྱད་ཆོག་"
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -16279,187 +16347,229 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<མེད།>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "ཐག་སྦྲེལ་རིས་ལྟར་ནང་གནས་པའི་མིག་སྔའི་རྣམ་གྲང་སྔོན་གྱི་རྣམ་གྲང་མངོན་ཐུབ་(བྱ་ཡུལ་ རིས་དབྱིབས་སམ་སྒྲོམ་གཞི་)གལ་ཏེ་སྒྲོམ་གཞི་ཐག་སྦྲེལ་ཡིན་ན་མིག་སྔའི་སྒྲོམ་གཞི་དང་་དམིགས་ཡུལ་སྒྲོམ་གཞི་ཚང་མ་ངེས་པར་སྟོང་པར་འཇོག་རྒྱུ་"
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<མེད།>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "ཐག་སྦྲེལ་རིམ་ལྟར་ནང་གནས་པའི་མིང་སྔའི་རྣམ་གྲང་རྗེས་ཀྱི་རྣམ་གྲང་མངོན་པ་(བྱ་ཡུལ་རིས་དབྱིབས་སམ་སྒྲོམ་) གལ་ཏེ་སྒྲོམ་ཐག་སྦྲེལ་ཡིན་ན་དམིགས་ཡུལ་སྒྲོམ་ངེས་པར་དུ་སྟོང་པ་འཇོག་དགོས་"
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "གསལ་བཤད།"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "ནང་དོན།"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "འདེམས་ངེས་རྣམ་གྲང་ཀྱི་ནང་དོན་བསྒྱུར་བཅོས་ལ་བཀག་འགོག་དགོས་"
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "གནས་ས།"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "མིག་སྔའི་ཡིག་ཚགས་ནང་འདེམས་ངེས་རྣམ་གྲང་ཀྱི་གནས་ས་འཕྱིང་རྒྱབ་"
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "ཆེ་ཆུང་།"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "འདེམས་ངེས་རྣམ་གྲང་ཆེ་ཆུང་བཀོད་སྒྲིག་"
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "སྲུང་སྐྱོབ།(~P)"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "སྟེང་ཕྱོགས།"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "དཀྱིལ་བསྡུ།"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "འོག་ཕྱོགས།"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "ཀྱོག་ཙམ་གྱི་(སྲུང་སྐྱོབ་འབྲི་བ་)ཡིག་ཚགས་སྒྲོམ་ནང་གི་ནང་དོན་རྩོམ་སྒྲིག་བྱས་ཆོག་"
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "ཚེག"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "ཡིག་ཚགས་གཏག་པར་སྐབས་འདེམསངེས་ཀྱི་རྣམ་གྲང་ཚུད་ཡོད་"
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "སྒྲོམ་གཞིའི་ནང་གི་ཡི་གེའི་ཁ་ཕྱོགས་གཏན་འཁེལ་བཀོད་སྒྲིག་སྤྱོད་དགོས་ན་རིའུ་འགོད་ནང་ནས་ད་ཡོད་ཡི་གེའི་ཁ་ཕྱོགས་བཀོད་སྒྲིག་བརྒྱུད་སྤྱོད་ཐོག་འདེམས་དགོས།"
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "ཡི་གེའི་ཁ་ཕྱོགས།"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "གཏོགས་གཤིས།"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<མེད།>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<མེད།>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17810,123 +17920,117 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "འདེམས་གཞི།(~O)..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "གདམ་ཚན།"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "ཨང་སྒྲིག"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "མཚམས་གཅོད་རྟགས།"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "གནས་ས།"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "ཁ་བྱང་ནང་བེད་སྤྱོད་པའི་ཨང་བྲིས་རིགས་འདེམས་དགོས།"
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "ཨང་ཀའི་དང་མཚན་མཆན་ཡི་གེ་བར་གྱི་འདེམས་རུང་ཡི་གེ་ཡིག་རྟགས་ཐོན་པ་ནང་བཅུག་བྱེད།"
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "མཚན་མཆན་ཨང་བྲིས་རྗེས་སུ་མངོན་རྒྱུ་ཡི་གེ་ནང་བཅུག་བྱེད་དགོས།"
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "འདེམས་ངེས་རྣམ་གྲངས་ཀྱི་སྟེང་ཕྱོགས་སམ་འོག་ཕྱོགས་ཀྱི་མཚན་མཆན་ཁ་སྣོན་བྱེད་དགོས།འདེམས་གཞི་དེ་བྱ་ཡུལ་ཆ་ཤས་ཞིག་ཁོ་ནར་སྤྱོད་ཆོག།"
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "ཁུལ་ཁོངས།"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "མཚན་མཆན་རིགས་དབྱེ་འདེམས་པ་དང་ ཡང་ན་མིང་ནང་བཅུག་གྱི་རིགས་དབྱེ་གསར་པ་གསར་འཇུག་བྱེད་དགོས།མཚན་མཆན་ཤོག་མཆན་ནང་ རིས་དབྱེབས་ཡི་གེ་མཚན་མཆན་ཨང་གྲངས་ཀྱི་མདུན་དུ་མངོན།སྔོན་བཀོད་ཀྱི་མཚན་མཆན་རིགས་ཚང་མར་མིང་ཞིག་དང་རིགས་དབྱེ་མིང་མཚུངས་པའི་དུམ་མཚམས་བཟོ་ལྟ་ཡོད།"
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "གཏོགས་གཤིས།"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[མེད།]"
diff --git a/source/br/cui/messages.po b/source/br/cui/messages.po
index 4b90269dd08..7124017ae01 100644
--- a/source/br/cui/messages.po
+++ b/source/br/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1746,11 +1746,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Taolenn"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Mar plij, enankit un anv evit ar penn bir nevez :"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3174,10 +3174,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3359,10 +3359,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3516,10 +3516,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3552,51 +3552,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6616,186 +6622,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Ment :"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Yezh :"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Yezh :"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Ment :"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Ment :"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Yezh :"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Ment :"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Yezh :"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Alberz"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8006,32 +7982,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Tes_tenn all :"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Deskrivadur :"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18808,23 +18796,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Enrollañ penn ar bir ?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Daskemmet eo bet ar penn bir hep bezañ bet enrollet."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "He fellout a ra deoc'h enrollañ ar penn bir bremañ ?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18910,17 +18898,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Ha fellout a ra deoc'h dilemel al linennaoueg ?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Dilemel penn ar bir ?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Ha fellout a ra deoc'h dilemel ar penn bir ?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21111,247 +21099,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Em_gefreek"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "arouezenn e _dibenn al linenn"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "arouezenn e der_où al linenn"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Troc'hadur ar gerioù"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Enlakaat"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Gant st_il ar bajenn :"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Rizh :"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Niverenn bajenn :"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Lec'hiadur :"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Stil pajenn"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Pajenn"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Bann"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "A-raok"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Goude"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Lammoù"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Arabat troc'hañ ar rannbennad"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Mirout gant ar rannbennad da heul"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Keweriad an _emzivadezed"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Keweriad an in_tañvezed"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "linenn"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "linenn"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Dibarzhioù"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/br/editeng/messages.po b/source/br/editeng/messages.po
index 02da45707cf..d764e161ee6 100644
--- a/source/br/editeng/messages.po
+++ b/source/br/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 15:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1319,393 +1319,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 a gedelloù"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Stil pajenn : "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kranellerezh "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "prennet "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Krennet "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Skeudenn"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "tra ebet"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Pikoù "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Kelc'h "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Kelc'had leun "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Tired "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "A-us"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Dindan"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Divlinennet diweredekaet"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Divlinennet"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Esaouiñ an nodrezhoù emgefreek ebet"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Esaouiñ an nodrezhoù emgefreek ebet"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Poentadur ebet e pukañ e dibenn al linenn"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Poentadur puket e dibenn al linenn"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Derc'hel kont eus an arouezennoù difennet e deroù ha dibenn al linennoù"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Leuskel a-gostez an arouezennoù berzet e deroù hag e dibenn al linennoù"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Hep c'hwelañ an arouezennoù"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "C'hwelañ an arouezennoù dre $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Lakaat da genglotañ gant al linenn"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Arouezennoù skeuliadet dre $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Arouezennoù skeuliadet ebet"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Hep torosennadur"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Torosennadur"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Engravet"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Steudadur emgefreek an destenn"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Steudadur an destenn war al linenn diazez"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Steudadur an destenn e-krec'h"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Steudadur an destenn e kreiz"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Steudadur an destenn en traoñ"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Tuadur an desten eus an tu kleiz d'an tu dehou (a-blaen)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Tuadur an desten eus an tu dehou d'an tu kleiz (a-blaen)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Tuadur an desten eus an tu dehou d'an tu kleiz (a-serzh)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Tuadur an desten eus an tu kleiz d'an tu dehou (a-serzh)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Arverañ arventenn tuadur an destenn eus an ergorenn uheloc'h"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Steudadur ar rannbennad ouzh kael an destenn (mar gweredekaet)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Ar rannbennad ne steud ket ouzh kael an destenn"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Divasklet"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Masklet"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Kludell baper"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Hervez arventennoù ar voullerez]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Lemel kuit"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Dilec'hiañ"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Enlakaat"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Amsaviñ"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Seveniñ an doareennoù"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Adderaouekaat an doareennoù"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Pukañ"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Seveniñ ar stiloù"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Kemmañ an direnneg"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "%x eo ar ger"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "%x eo ar rannbennad"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Emgefreek"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Padellig lun er rannbennad"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Padellig lun"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Rannbennad : $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Fellout a ra deoc'h kenderc'hel adalek deroù an teul ?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Kenderc'hel ar gwiriadur e dibenn an teul ?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1715,43 +1739,43 @@ msgstr ""
" ne oa ket bet tu da enlakaat ar ger er geriadur."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Leun eo ar geriadur "
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "E mod lenn hepken emañ ar geriadur "
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Pukañ"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Skrammañ an isrannbennadoù"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Bihanaat"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Seveniñ an doareennoù"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Enlakaat"
diff --git a/source/br/fpicker/messages.po b/source/br/fpicker/messages.po
index 4b2f5998872..41cb6aa5b8f 100644
--- a/source/br/fpicker/messages.po
+++ b/source/br/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "A_nv ar restr :"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Rizh ar restr:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "E mod _lenn nemetken"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Enrollañ gant ur ger-tremen"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Askouezhadenn emgefreek anv ar restr"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Embann arventennoù ar _sil"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
index ef33ab4b4d7..9f6057789fc 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1253,6 +1253,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Mont d'ar follenn gent"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10744,15 +10754,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Rannadur kenfeuriek ar renkoù "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21501,15 +21511,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Skeudenn"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Ergorenn ha lun"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26394,15 +26404,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Kemmañ an eoriañ"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26414,6 +26424,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Eo~riañ"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31141,6 +31161,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34249,14 +34279,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Rannbennad kentañ"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34279,14 +34319,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Kreskaat ar pukad"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/br/sc/messages.po b/source/br/sc/messages.po
index ad6d9c033cd..f1b46ba3f17 100644
--- a/source/br/sc/messages.po
+++ b/source/br/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17227,377 +17227,395 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Diuz follennoù"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Follennoù diuzet"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Reolenn"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Merañ a ra ar reolenn-mañ ergorennoù o lec'hiadurioù fest."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Alberz"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Diskouez a ra ar follennad-mañ lec'hiadur ar roadennoù en teul."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Skrammañ an teul"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Follenn %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Kellig %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Lijorenn gleiz"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Alberz pajenn"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Lijorenn greiz"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Lijorenn dehou"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Reollin ar bajenn %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Troad pajenn ar bajenn %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Linenn enankañ"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Euvradur hag embannadur an testennoù, niveroù ha reollunioù"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Lennadur mediaoù"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Afell al logodenn pouezet"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barrenn ostilhoù ar reollun"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Renkelloù %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(E mod lenn nemetken)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Mod an alberz)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
#, fuzzy
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Leuskel a-gostez ar pajennoù goullo evit ar moulladur"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Moarvat ne oa ket tro da hizivaat an tarzh mod DDE da heul rak ne oa ket digor tarzh an teul. Mar plij, lañsit tarzh an teul ha klaskit en-dro."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "N'eo ket bet karget ar restr diavaez da heul. N'eo ket bet hizivaet ar roadennoù ereet ouzh ar restr-mañ."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Hizivaat an ereoù diavaez."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Tikedennoù ~bann zo e-barzh al lijorenn"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Tikedennoù ~renk zo e-barzh al lijorenn"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Gwerzh didalvoudek"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Reollun spisaet ebet."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "N'eus ket bet spisaet na renk na bann."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "N'eo ket bet despizet nag anv na lijorenn"
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Anv dizespizet pe dave kellig direizh"
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Ar reollunioù ne 'z eont ket d'ober ur bann."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Ar reollunioù ne 'z eont ket d'ober ur renk."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Ouzhpennañ un EmVentrezhañ"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Adenvel an EmVentrezhañ"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Anv"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Dilemel an EmVentrezhañ"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Ha fellout a ra deoc'h dilemel an EmVentrezhañ # ?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Serriñ"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Genv"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "C'hwev"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Meurzh"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Norzh"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Kreiz"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Su"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Hollad"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Eoriñ ouzh ar bajenn"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Eoriñ ouzh ar gellig"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17605,434 +17623,434 @@ msgstr "Diferadenn"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Endalc'had"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Follennoù"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Anvioù lijorenn"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Lijorennoù ar stlennvon"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Skeudennoù"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Ergorennoù mod OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Askelennoù"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Lijorennoù ereet"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Ergorennoù tresañ"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "oberiat"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "dizoberiant"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "kuzh"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Prenestr oberiat"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Anv ar senario"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Askelenn"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Rummañ war gresk"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Rummañ war zigresk"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Rummañ personelaet"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Maez anv"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Linenn enankañ"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Skoazeller ar c'hevreizhennoù"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Asantiñ"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Nullañ"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Reollun"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Astenn barrenn ar reollunioù"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Diskar barrenn ar reollunioù"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Arveriad dianav"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Bann enlakaet"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Renk enlakaet "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Follenn enlakaet"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Bann dilamet"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Renk dilamet"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Follenn dilamet"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Lijorenn dilec'hiet"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Endalc'had kemmet"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Endalc'had kemmet"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Daskemmet e "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orin"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Daskemmadur nac'het"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Bet degemeret"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Bet nac'het"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Enankad ebet"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<goullo>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "N'eo ket gwarezet"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "N'eo ket gwarezet gant ur ger-tremen"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "N'eo ket keverlec'h gant an enrinegañ"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Keverlec'h gant an enrinegañ"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Adviziata"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Keitad hefiñv"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Lenkraat argemmvac'hel"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Dezrann an hebiant"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Parenn eeun"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
#, fuzzy
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Div barenn"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Strolladoù"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Etre ar strolladoù"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "E-kreiz ar strolladoù"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Tarzh ar argemm"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Gwerzh P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "Eizik F"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Hollad"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Keflen"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18040,13 +18058,13 @@ msgstr "Keflen"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kehebiant"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18054,100 +18072,100 @@ msgstr "Kehebiant"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Stadegoù deskrivañ"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Keitad"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Fazi skoueriek"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mod"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Kreiztuenn"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Hebiant"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Forc'had rizh"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Ankemparzhder"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Lijorenn"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Izek"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Uc'hek"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sammad"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Kont"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
#, fuzzy
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
@@ -18155,120 +18173,120 @@ msgstr "Trede perranner"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Dargouezhek ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Unvan"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "niver kevan unvan"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Reizh"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiek"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomiek leiel"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Khi-daou"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Mentoniel"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Izek"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Uc'hek"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Keitad"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Forc'had rizh"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Kreiztuenn"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Gwerzh p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Niver a daolioù arnod"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18276,366 +18294,366 @@ msgstr "Gwerzh nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Standilhonañ"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Prouad f"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
#, fuzzy
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Prouad f"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Prouad-z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
#, fuzzy
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Prouad-z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
#, fuzzy
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Prouad an dizalc'h (Khi-daou)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Argizañ"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Argizañ"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Bann %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Renk %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Argemmenn 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Argemmenn 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
#, fuzzy
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Diforc'h goulakaet ar c'heitad"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Niñvadurioù"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
#, fuzzy
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Diforc'h ar c'heitad bet gwelet"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Gwerzh P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
#, fuzzy
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Gwerzh eizhik"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
#, fuzzy
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Prouad stadegoù"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "_Uelinennek"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Treoliek"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Mac'h"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Skouerenn argizañ"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Kenskejañ"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
#, fuzzy
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) war an tu dehou"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F war an tu dehou eizhik"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
#, fuzzy
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) war an tu kleiz"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F war an tu kleiz dehou"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
#, fuzzy
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P daoudu"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
#, fuzzy
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
@@ -18643,49 +18661,49 @@ msgstr "F daoudu eizhik"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Keflen Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Hebiant an diforc'hioù"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Stadeg t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
#, fuzzy
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) untu"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t untu eizhik"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) daoudu"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
@@ -18693,41 +18711,41 @@ msgstr "t daoudu eizhik"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
#, fuzzy
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Hebiant anavezet"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
#, fuzzy
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) untu"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z untu eizhik"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
#, fuzzy
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (T<=z) daoudu"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
#, fuzzy
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
@@ -18735,182 +18753,202 @@ msgstr "z daoudu eizhik"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Roadennoù an arveriaded hegerz ebet"
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(haeziñ ezpellaus)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23829,6 +23867,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31374,44 +31442,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Urzh rummañ personelaet"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Yezh"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Dibarzhioù"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Dibarzhioù rummañ"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32433,26 +32495,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Urzh rummañ _personelaet"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Rummañ"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32884,338 +32934,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Me_neger askelennoù"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Usskediñ ar gwerzhioù"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Eoriñ"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Dic'hlannañ an de_stenn"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Skrammañ an daveoù e liv"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Skrammañ"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Reollinoù ar _bannoù/ar renkoù"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Barrenn dibunañ a-_blaen"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Barrenn dibunañ a-_serzh"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Ivin_elloù ar follennoù"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Arouezioù ar steuñv"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Prenestr"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Goubredañ ar f_ollennoù"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoum"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Lammoù _pajenn"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Linennoù-dealfoù e-_pad an dilec'hiañ"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Linennoù ar _gael :"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Liv :"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Diskouez"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Skrammañ war kelligoù livet"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Kuzhat"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Skoazelloù evit ar gweled"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Er_gorennoù/Skeudennoù :"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Ergor_ennoù tresañ :"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Diskouez"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Kuzhat"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Diskouez"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Kuzhat"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Diskouez"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Kuzhat"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Ergorennoù"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/br/sd/messages.po b/source/br/sd/messages.po
index 6991145cad1..f7ed813f2af 100644
--- a/source/br/sd/messages.po
+++ b/source/br/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -662,11 +662,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Penn pellañ al linenn"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Bizskrivit un anv evit ar penn bir nevez :"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/br/sfx2/messages.po b/source/br/sfx2/messages.po
index 91fa80fb05e..6b2659d75cc 100644
--- a/source/br/sfx2/messages.po
+++ b/source/br/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2279,6 +2279,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ya pe get"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3322,87 +3330,81 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Arverañ roadennoù an arveriad"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Adderaouekaat ar perzhioù"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Sinadur _niverel..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Ment :"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "dianav"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Lec'hiadur :"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Rizh :"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Kemmañ ar _ger tremen"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Patrom :"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Enrollañ skeudenn an alberz gant an teul-mañ"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/br/starmath/messages.po b/source/br/starmath/messages.po
index 749ef558d2f..0ba6f5e6695 100644
--- a/source/br/starmath/messages.po
+++ b/source/br/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/br/svtools/messages.po b/source/br/svtools/messages.po
index 21989a4242f..dadde5dec82 100644
--- a/source/br/svtools/messages.po
+++ b/source/br/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1343,398 +1343,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "Faziek eo ar JRE"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Boneg Tarzh"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Restr ar sinedoù"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Skeudennoù"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Restr kefluniañ"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Arload"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Taolenn ur stlennvon"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Restr ar reizhiad"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Teul mod MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Restr ar skoazell"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Teul mod HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Restr diell"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Restr ar c'herzhlevr"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Stlennvon mod StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Teul mestr mod StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Skeudenn mod StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Restr mod testenn"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Eren"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Patromoù mod StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Teul mod MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Patrom mod MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Restr keweriañ dre lodoù"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Restr"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Teuliad"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Testenn"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Renkell"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Kinnigadenn"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tresadenn"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Teul mod HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Teul mestr"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Reollun"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Stlennvon"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Patrom renkell mod OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Patrom tresadenn mod OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Patrom kinnigadenn mod OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Patrom teul testenn mod OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unvez lec'hel"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Unvez ar gantenn"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Unvez ar Sederom"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Kennask ouzh ar rouedad"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Teul mod MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Patrom mod MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Treyonennaoueg mod MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Reollun mod OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Diervad mod OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Tresadenn mod OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Renkell mod OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Kinnigadenn mod OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Teul testenn mod OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Teul mestr mod OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Teul mod MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Stlennvon mod OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Tresadenn mod OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Reollun mod OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Teul mestr mod OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Kinnigadenn mod OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Renkell mod OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Testenn mod OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Patrom renkell mod OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Patrom tresadenn mod OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Patrom kinnigadenn mod OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Patrom testenn mod OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Askouezh %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5645,68 +5653,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Dibarzhioù..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Anv :"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Stad :"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Rizh :"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Lec'hiadur :"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Askelenn :"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Perzhioù..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Moullerez"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/br/svx/messages.po b/source/br/svx/messages.po
index 518b45c2ca6..a130e477217 100644
--- a/source/br/svx/messages.po
+++ b/source/br/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Breton <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/br/>\n"
@@ -11880,17 +11880,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Riblenn ar rannbennad kleiz"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Riblenn ar rannbennad dehou"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17777,32 +17777,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Stern :"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Testenn :"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/br/sw/messages.po b/source/br/sw/messages.po
index 7de9105decf..2912ab20568 100644
--- a/source/br/sw/messages.po
+++ b/source/br/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1769,302 +1769,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10037,6 +10055,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12634,65 +12666,101 @@ msgid "Options"
msgstr "Dibarzhioù"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14630,157 +14698,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Rizh"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Gwerzh"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "A_nv"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Neuze"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "A-hend-all"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "El_fenn"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Elfennoù war ar _roll"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Kas d'ar c'hr_ec'h"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Disken_n"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "A_nv"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15853,10 +15921,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15871,176 +15939,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Tra ebet>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Tra ebet>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Ere kent :"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Ere _da-heul"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Deskrivadur :"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Endal_c'hadoù"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Lec'hiadur"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Ment"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Gwareziñ"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Lein"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Kreizet"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Traoñ"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Steudadur an endalc'had"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Daskemmus en teul mod lenn hepken"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Mo_ullañ"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Tuadur an _destenn :"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Perzhioù"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Ere kent :"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Tra ebet>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Ere _da-heul"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Tra ebet>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17364,116 +17474,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Emgefreek..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Dibarzhioù..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Leadell"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Niverenniñ :"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Kefarz :"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Lec'hiadur :"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Kefarzoù an niverenniñ :"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Rummad :"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Perzhioù"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Alberz"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Tra ebet]"
diff --git a/source/brx/cui/messages.po b/source/brx/cui/messages.po
index 14d1177892a..570a98960fc 100644
--- a/source/brx/cui/messages.po
+++ b/source/brx/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1756,11 +1756,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "फारिलाइ"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "अननानै गोदान थिरनि बिजौ जंफारनि थाखाय मोनसे मुं सोसन:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3192,10 +3192,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3377,10 +3377,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3534,10 +3534,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3570,51 +3570,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6714,195 +6720,163 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "महर"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "राव"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "राव"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "महर"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "महर"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "राव"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "महर"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "राव"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
#, fuzzy
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "सिगांनि नुथाय"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8152,33 +8126,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "बिबेखेवनाय"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -19235,22 +19221,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19345,18 +19331,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "नोंथांङा XX मेक्र'खौ हुखुमोरनो सानो नामा?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "नोंथाङा बाहायग्राखौ थारैनो हुखुमोरनो सानो नामा?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21609,256 +21594,280 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "हाइफेन सिन"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "सोसन"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "रोखोम"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "बिखं अनजिमा"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "थासारि"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "बिखं आदब"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "बिखं"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
#, fuzzy
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "खाम्फाफोर"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "सिगां"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "उनाव"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "आनथोरखौ बोखावनो नाङा"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "उननि आनथोरजों लाखि"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "सारिफोर"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "सारिफोर"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "उफ्राफोर"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/brx/editeng/messages.po b/source/brx/editeng/messages.po
index 95d24222df7..f9d311d3f29 100644
--- a/source/brx/editeng/messages.po
+++ b/source/brx/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 19:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1371,52 +1371,76 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "बिखं आदब: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "कार्निं"
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "गथा जाहोनाय"
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "बोसावगारि"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "रावबो नङा"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
@@ -1424,351 +1448,351 @@ msgstr "बेंखन"
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "गोजौआव"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "गाहायाव"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
#, fuzzy
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "नैगुण-सारि"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "नैगुण-सारि"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
#, fuzzy
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "महर गोरोब होनो"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
#, fuzzy
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "निदान सुंनाय"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "एरसोखोमानाय"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "लेखा बिलाइ ट्रे"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "हुखुमोर"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "लोरि"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "सोसन"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "जायगा सोलाय हो"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "गुणफोर बाहाय"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "गुणफोरखौ फिन फज'"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "इनडेन्ट"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "आदब बाहाय"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "~केस सोलाय"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
#, fuzzy
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "सोदोबा"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
#, fuzzy
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "आन्थोरा"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "गावनो गाव"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "फोरमान बिलाइनि जागायनायाव आनजाद खालामनायखौ सालाय लांबाय थांनो?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "फोरमान बिलाइनि जागायनायाव आनजाद खालामनायखौ सालाय लांबाय थांनो?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1776,44 +1800,44 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "इनडेन्ट"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
#, fuzzy
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "दालाय बिन्दुफोरखौ दिन्थि"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "हरखाब बायनाय"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "गुणफोर बाहाय"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "सोसन"
diff --git a/source/brx/fpicker/messages.po b/source/brx/fpicker/messages.po
index 3091637f2bd..bee539debc6 100644
--- a/source/brx/fpicker/messages.po
+++ b/source/brx/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -227,61 +227,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "फाइलनि मुं:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "फाइल~ रोखोम:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "~फरायनो-थाखायल'"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "पासवर्डजों थिना दोन"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "~गावनो गाव फाइल मुं बारायनाय"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "फिल्टार फज'नायफोर सुजु"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
index ee00d6c510b..d86ea037285 100644
--- a/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1267,6 +1267,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "सिगांनि सिटसिम"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10828,15 +10838,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "समानै लारिफोरखौ रानना हो"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21645,14 +21655,14 @@ msgctxt ""
msgid "~Image"
msgstr "मुसुखा"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26571,15 +26581,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "एंखरखौ सोलायहो"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26592,6 +26602,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "एंखर"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31369,6 +31389,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34500,14 +34530,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~गिबि आनथोर"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34530,14 +34570,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "इन्डेन्ट बेसेन बांहोनाय"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/brx/sc/messages.po b/source/brx/sc/messages.po
index a5316f0df9c..73559a1f5b2 100644
--- a/source/brx/sc/messages.po
+++ b/source/brx/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17306,382 +17306,400 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "शिटफोर सायख"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~सायख जानाय सिटफोर"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "खुंगिरि"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "थि थासारिफोराव बे खुंगिरिया मुवाफोरखौ सामलायो।"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "गिबि नुथाय"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "माबोरै फोरमान बिलाइआव डाटाखौ साजाय जायो बे शिटआ दिनथियो।"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "फोरमान बिलाइ नुथाय"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "शिट %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "खथासा %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "आगसि ओनसोल"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "बिखं गिबि नुथाय"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "मिरु ओनसोल"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "आगदा ओनसोल"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "%1 बिखंनि हेडार"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr " %1 बिखंनि फुटार"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "इनपुट सारि"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "बेयावहाय नोंथाङा फराय बिजाब, अनजिमा आरो फरमुलाफोरखौ सोसनो एबा सुजुयो।"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "मेडिया प्लेबेक"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "माउस बुथाम नारसिनबाय"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "~फरमुला बार"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME स्प्रेडशिट"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(फरायनो-थाखायल')"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr ""
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME कल्क"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "खाम्फा लेबेलफोराव सारि थायो।"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "~सारि लेबेलफोराव सारि थायो।"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "बाहाय जाथावै बेसेन।"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr ""
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr ""
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "मुं"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr ""
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "नोंथाङा थारैनो # हाबनायखौ हुखुमोरनो सानो नामा?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~बन्द खालाम"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr ""
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr ""
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "मार्च"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "साहा"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "MID"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "खोला"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "गासै "
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "एंखरखौ सोलायहो"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17689,1284 +17707,1304 @@ msgstr "थासारि"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "थानाय आयदाफोर"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "शिटफोर"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "सारिनि मुंफोर"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "डाटाबेस सारिफोर"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "मुसुखाफोर"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE मुवाफोर"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "सुंद' लिरनाय"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "सोमोनदो जानाय ओनसोलफोर"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "सावगारि बोनाय मुवाफोर"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "मावथि"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "मावथि नङै"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "एसोखोमानाय"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "मावथि विंडो"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "नुथाय मुं"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "सुद' लिरथाय"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "गोजौ फरसे बांनाय थाखो खालामनाय\" "
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "गाहायजों खमाननाय थाखो खालामनाय"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "मुं बाक्सु"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "इनपुट सारि"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "हाबाफारि वीजार्ड"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "आजाव"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "नेवसि"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "फरमुलाफोर"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr ""
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "खाम्फा फज'नाय"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "सारि फज'नाय"
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "शीट फज'नाय"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "खाम्फा हुखुमोरनाय"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "सारि हुखुमोरनाय"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "शीट हुखुमोरनाय"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "सारि गैया खालामनाय"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "थानाय आयदा सोलायनाय"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "थानाय आयदा सोलायनाय"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "सोलायनाय सिम"
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "गुबै"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "सोलायनायफोर नेवसिनाय"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "आजावनाय"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "नेवसिनाय"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "जेबो हाबनाय गैया"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<लांदां>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "हानजा"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "गासै "
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "मिन"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "रोखोम"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "सोलायस्लु"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "सारि"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "~खम बिबां"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "~बांसिन बिबां"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "दाजाबगासै"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "साननाय"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "नरमाल"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "भुमसु"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "~खम बिबां"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "~बांसिन बिबां"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "मिन"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "सिगमा"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "आलफा"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "सोलायस्लु"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "सोलायस्लु"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "थिखानायफोर"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "ल'गारिदम"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "गोहो"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "इन्टारनेट"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23992,6 +24030,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31684,45 +31752,39 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "राव"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "उफ्राफोर"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "उफ्राफोरखौ थाखो खालाम"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32752,26 +32814,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "रोखोम"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33211,346 +33261,340 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "~बेसेन फोसावनाय"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "एंखर"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "दिनथिफुं"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "समानथि स्क्रल बार"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "थोंगोर स्क्रल बार"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "~विंडो"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "जुम"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "बिखं सिफाय"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "दिनथि"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "एरसो"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "सावगारि बोनाय मुवाफोर"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "दिनथि"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "एरसो"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "दिनथि"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "एरसो"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "दिनथि"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "एरसो"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "मुवाफोर"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/brx/sd/messages.po b/source/brx/sd/messages.po
index a9c0a1f0cb4..96f7abf4917 100644
--- a/source/brx/sd/messages.po
+++ b/source/brx/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -661,11 +661,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "सारि जोबनाय"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "अननानै गोदान थिरनि बिजौ जंफारनि थाखाय मोनसे मुं सोसन:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/brx/sfx2/messages.po b/source/brx/sfx2/messages.po
index 2a8989ee25e..51013d3f871 100644
--- a/source/brx/sfx2/messages.po
+++ b/source/brx/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2252,6 +2252,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3308,92 +3316,86 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "डिजिटाल चहिफोर"
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "महर:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "मोनथिमोनै"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "जायगा:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "रोखोम:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "पासवर्डखौ~ सोलाय..."
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "टेमप्लेटफोर"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/brx/starmath/messages.po b/source/brx/starmath/messages.po
index 81b7f89145d..9c50e8f38ee 100644
--- a/source/brx/starmath/messages.po
+++ b/source/brx/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2859,7 +2859,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/brx/svtools/messages.po b/source/brx/svtools/messages.po
index 5370a945d21..11702729098 100644
--- a/source/brx/svtools/messages.po
+++ b/source/brx/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1352,401 +1352,409 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE आ गोरोनथि गोनां"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "फुंखा क'ड"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "बिजाबनि बिखं सिन फाइल"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "बो सावगारि"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "बायजोनि महर फाइल"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "बाहायनाय"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "डाटाबेस फारिलाइ"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "सिस्टेम फाइल"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "मायक्र'सफ्ट वर्ड फोरमान बिलाइ"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "मदद फाइल"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML फोरमान बिलाइ"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "आर्किभ फाइल"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "लग फाइल"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice 5.0 टेमप्लेट"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 गाहाय फोरमान बिलाइ"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice 5.0 टेमप्लेट"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "फराय बिजाब फाइल"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "सोमोन्दो"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
#, fuzzy
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 5.0 टेमप्लेट"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "मायक्र'सफ्ट एक्सेल फोरमान बिलाइ"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "मायक्र'सफ्ट एक्सेल टेमप्लेट"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "बेच फाइल"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "फाइल"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "फल्डार"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "फराय बिजाब फोरमान बिलाइ"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "स्प्रेडशीट"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "प्रेजेन्टेसन"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "सावगारि"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML फोरमान बिलाइ"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "गाहाय फोरमान बिलाइ"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "फरमुला"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "डाटाबेस"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "जायगानि ड्राइभ"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "डिस्क ड्राइभ"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM ड्राइभ"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "नेटवर्क फोनांजाबनाय"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "मायक्र'सफ्ट पावारपइन्ट फोरमान बिलाइ"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "मायक्र'सफ्ट पावारपइन्ट टेमप्लेट"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "मायक्र'सफ्ट पावारपइन्ट दिनथिनाय"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML फोरमान बिलाइ"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "उदां फोरमान बिलाइ डाटाबेस"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "उदां फोरमान बिलाइ सावगारि"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "उदां फोरमान बिलाइ फरमुला"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "उदां फोरमान बिलाइ गाहाय फोरमान बिलाइ"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "उदां फोरमान बिलाइ प्रेजेनटेसन"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "उदां फोरमान बिलाइ स्प्रेडशीट"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "उदां फोरमान बिलाइ फराय बिजाब"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "उदां फोरमान बिलाइ स्प्रेडशीट टेमप्लेट"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "उदां फोरमान बिलाइ सावगारि टेमप्लेट"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "उदां फोरमान बिलाइ प्रेजेनटेसन टेमप्लेट"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "उदां फोरमान बिलाइ फराय बिजाब टेमप्लेट"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr ""
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5662,70 +5670,64 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "उफ्राफोर..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "मुं"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "थाखो मान:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "रोखोम"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "जायगा:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "बिबुंथि:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "आखुथायफोर..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "साफायग्रा"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/brx/svx/messages.po b/source/brx/svx/messages.po
index 8526af9f2c2..d28c5477297 100644
--- a/source/brx/svx/messages.po
+++ b/source/brx/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bodo <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/brx/>\n"
@@ -11962,17 +11962,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "आगसि आन्थोर सिमना"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "आगदानि आन्थोर सिमना"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18031,33 +18031,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "फ्रेम"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "फराय बिजाब: "
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/brx/sw/messages.po b/source/brx/sw/messages.po
index f5e8dab43dd..589eb23ddaa 100644
--- a/source/brx/sw/messages.po
+++ b/source/brx/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1768,302 +1768,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10191,6 +10209,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12881,65 +12913,101 @@ msgid "Options"
msgstr "उफ्राफोर"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14948,165 +15016,165 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "रोखोम"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "मेक्र'..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "बेसेन"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "मुं"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "आइटेम "
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "साजों लोरि होनाय"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "गाहायजों लोरिहोनाय"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "मुं"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -16236,10 +16304,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -16255,188 +16323,230 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<जेबो नङा>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<जेबो नङा>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "बिबेखेवनाय"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "आयदाफोर"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "थासारि"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "महर"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "रैखाथि"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "गोजौ"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "मिरु"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "गाहाय"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "साफाय"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "आनजाद फोनांजाब"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "आखुथायफोर"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<जेबो नङा>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<जेबो नङा>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17788,122 +17898,116 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "उफ्राफोर..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "उफ्राफोर"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "अनजिमा होनाय"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "बोखावग्रा"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "थासारि"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "थाखो"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "आखुथायफोर"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "सिगांनि नुथाय"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "रावबो नङा"
diff --git a/source/bs/cui/messages.po b/source/bs/cui/messages.po
index 07cf71cee7d..eb8ff97afd0 100644
--- a/source/bs/cui/messages.po
+++ b/source/bs/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1752,11 +1752,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabela"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Unesite ime za novi vrh strelice:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3182,10 +3182,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3367,10 +3367,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3524,10 +3524,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3560,51 +3560,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6713,194 +6719,162 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Veličina"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "_Jezik:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "_Jezik:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Veličina"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Veličina"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "_Jezik:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Veličina"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "_Jezik:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Pregled"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8141,34 +8115,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Unesite naziv za sliku"
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
-#, fuzzy
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternativni _tekst"
+msgid "_Text Alternative:"
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Opis"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Unesite opis za lokaciju"
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Izlistava svojstva za odabranu lokaciju."
@@ -19213,24 +19198,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
-#, fuzzy
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Snimi vrh strelice ?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Vrh strijelice je naštiman bez snimanja."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Želite li snimiti vrh strijelice sada?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -19318,19 +19302,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Da li želite izbrisati šrafuru?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Izbriši vrh strelice ?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Da li zaista želite izbrisati vrh strelice ?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21571,252 +21553,276 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomatski"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Z_nakovi na kraju reda"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Zna_kovi na početku reda"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Rastavljanje riječi"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Ubaci"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Mark this tick box, and then select the break type that you want to use."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
#, fuzzy
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Sa st_ilom stranice"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Oznacite prostor, zatim oznacite stil stranice koji zelite koristiti za pocetnui stranicu poslije preloma."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Vrsta:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Broj stranice"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Pozicija"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Stil stranice"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Oddaberite stil formatiranja za prvu stranicu poslije preloma."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Stranica"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolona"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Izaberite tip preloma koji zelite ubacioti."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Ispred"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Poslije"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Soznacite gdje zelite ubaciti prelom."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Prijelom"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Ne dijeli odlomak"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Pomjera cijeli paragrav na slijedecu stranicu ili kolonu nakon ubacenog preloma.."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Zadrži sa slijedećim odlomkom"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Cuva trenutni i sljedeci paragraf zajedno kada je prelom ili prelom kolone ubacen."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Kontrola _siročića"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph before a page break. Mark this tick box, and then enter a number in the Lines box."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Kontrola _udovica"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph in the first page after the break. Mark this tick box, and then enter a number in the Lines box."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph before a page break. Mark this tick box, and then enter a number in the Lines box."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph in the first page after the break. Mark this tick box, and then enter a number in the Lines box."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
#, fuzzy
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Linije"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
#, fuzzy
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Linije"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opcije"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/bs/editeng/messages.po b/source/bs/editeng/messages.po
index 608d32e63f2..28931a9345b 100644
--- a/source/bs/editeng/messages.po
+++ b/source/bs/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 20:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1320,393 +1320,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 crtice"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Stil stranice: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Sljubljivanje "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "zaključano "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Zgusnuto "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Ilustracija"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ništa"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Tačke "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Krug "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Popunjena kružnica "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Naglasak "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Iznad"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Ispod"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dvostruki"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dvostruki red"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Bez automatskog razmicanja znakova"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Bez automatskog razmicanja znakova"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Bez viseće interpunkcije na kraju linije"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Viseća interpunkcija na kraju linije"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Primijeni listu zabranjenih znakova na početke i krajeve linija"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Nemoj primijeniti liste zabranjenih znakova na početke i krajeve linija"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Bez rotiranih znakova"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Znak rotiran za $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Prilagodi redu"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Znakovi skalirani $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Bez skaliranih znakova"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Bez opuštanja"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reljef"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Urezano"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automatsko poravnanje teksta"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Tekst poravnat s osnovnom linijom"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Tekst poravnat na vrh"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Tekst poravnat po sredini"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Tekst poravnat s dnom"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Smjer teksta s lijeva na desno (vodoravno)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Smjer teksta s desna na lijevo (okomito)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Smjer teksta s desna na lijevo (okomito)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Smjer teksta s lijeva na desno (okomito)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Korisni postavke smjera teksta nadređenog objekta"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Odlomak se poravnava s tekst mrežom (ako je aktivna)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Odlomak se ne poravnava s tekst mrežom"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Nije skriven"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Skriveno"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Ladica za papir"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Iz postavki štampača]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Obriši"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Pomjeri"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ubaci"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Zamijeni"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Primijeni atribute"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Vrati atribute"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Uvlačenje"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Primijeni stilove"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Promjena u velika/mala slova"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Riječ je %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Odlomak je %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatski"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Slika tačke u odlomku"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Slika tačke"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Nastavi sa provjerom od početka dokumenta?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Nastavi sa provjerom od kraja dokumenta?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1716,43 +1740,43 @@ msgstr ""
"zbog nepoznatog razloga."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Rječnik je već pun."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Rječnik je samo za čitanje."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Uvuci"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Prikaži pod-tačke"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Zatvori"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Primijeni atribute"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ubaci"
diff --git a/source/bs/fpicker/messages.po b/source/bs/fpicker/messages.po
index 38e9900bbaa..9c222265e4a 100644
--- a/source/bs/fpicker/messages.po
+++ b/source/bs/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -232,61 +232,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Ime datoteke:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "~Vrsta dokumenta:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "~Samo za čitanje"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Snimi sa š~ifrom"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "~Automatska ekstenzija datoteke"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "~Izmijeni opcije filtera"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po
index c3476a9acdd..6d07158d3c5 100644
--- a/source/bs/helpcontent2/source/text/scalc/01.po
+++ b/source/bs/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bosnian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bs/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/sdraw.po b/source/bs/helpcontent2/source/text/sdraw.po
index 8ad446e2a47..2a5955af084 100644
--- a/source/bs/helpcontent2/source/text/sdraw.po
+++ b/source/bs/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index 7c31dffc062..c030d243e2a 100644
--- a/source/bs/helpcontent2/source/text/shared/00.po
+++ b/source/bs/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr ""
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr ""
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "Dno"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
+msgid "Anchor"
msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index 44652edd033..64b095fd1ea 100644
--- a/source/bs/helpcontent2/source/text/shared/01.po
+++ b/source/bs/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,31 +15370,31 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Insert – Object\">Unesi - Objekat</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
+msgid "Style"
msgstr ""
#. bzFsD
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekat"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Objekat</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format\">Oblik</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,13 +26368,13 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154923\">Ikona</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. r4N82
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr "Opis"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr "Opis"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Naslov"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr "Opis"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
+msgid "Manage Arrow Styles"
msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Naslov"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Izmijeni"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr "Usidri"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Usidri</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Na stranu</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Na stranu</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Na stranu</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Na stranu</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Na stranu</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/bs/helpcontent2/source/text/shared/02.po b/source/bs/helpcontent2/source/text/shared/02.po
index cd6fadea162..daffbd80caa 100644
--- a/source/bs/helpcontent2/source/text/shared/02.po
+++ b/source/bs/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11851,13 +11851,13 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
+msgid "Anchor (menu)"
msgstr ""
#. n59sV
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr ""
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Nadimak (alias)</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/bs/helpcontent2/source/text/shared/guide.po b/source/bs/helpcontent2/source/text/shared/guide.po
index 46365da3009..785a877c3ab 100644
--- a/source/bs/helpcontent2/source/text/shared/guide.po
+++ b/source/bs/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14218,13 +14218,13 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr ""
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
msgstr ""
#. acbbz
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr ""
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr ""
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po
index 17fb5ef5e05..31310c153e8 100644
--- a/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/source/bs/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Snimi URLove relativno na datotečni sistem"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/bs/helpcontent2/source/text/simpress/guide.po b/source/bs/helpcontent2/source/text/simpress/guide.po
index e17ad52830b..ef8b9042bb9 100644
--- a/source/bs/helpcontent2/source/text/simpress/guide.po
+++ b/source/bs/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr ""
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr ""
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr ""
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr ""
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr ""
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr ""
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr ""
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr ""
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr ""
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr ""
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr ""
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr ""
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr ""
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr ""
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr ""
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr ""
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr ""
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr ""
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,13 +5893,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr ""
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
msgstr ""
#. 6WivQ
@@ -6145,13 +5947,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr ""
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. GDkX7
@@ -6199,13 +6001,13 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr ""
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
msgstr ""
#. xQ5JW
diff --git a/source/bs/helpcontent2/source/text/swriter/00.po b/source/bs/helpcontent2/source/text/swriter/00.po
index 88be8754d7c..3ebf7dd6e0c 100644
--- a/source/bs/helpcontent2/source/text/swriter/00.po
+++ b/source/bs/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimalna visina reda"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,22 +2329,22 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. sa4Tg
diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po
index 042f86f0095..5b980c679b6 100644
--- a/source/bs/helpcontent2/source/text/swriter/01.po
+++ b/source/bs/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Skriveni paragrafi"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Skriveni paragrafi</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "Verticalno"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Ako sidro objekt u okvir s fiksnim visine, samo \"Dno\" i \"Centar\" poravnanje opcije su dostupne."
+msgid "by"
+msgstr "od"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "od"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
-#. vYDyu
+#. KNJTn
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id561652926613710\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr ""
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Ako sidro objekt u okvir s fiksnim visine, samo \"Dno\" i \"Centar\" poravnanje opcije su dostupne."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,31 +20428,22 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060100.xhp\" name=\"Type\">Vrsta</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Ime"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
+msgid "Accessibility"
msgstr ""
#. XPcB4
@@ -20410,22 +20473,22 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr ""
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
+msgid "Text Alternative (images and OLE objects only)"
msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
+msgid "Sequences (frames only)"
msgstr ""
#. x4uAe
@@ -20437,13 +20500,13 @@ msgctxt ""
msgid "Previous link"
msgstr ""
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
msgstr ""
#. 8PUQ5
@@ -20455,13 +20518,13 @@ msgctxt ""
msgid "Next link"
msgstr ""
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
msgstr ""
#. AkGAN
diff --git a/source/bs/helpcontent2/source/text/swriter/guide.po b/source/bs/helpcontent2/source/text/swriter/guide.po
index b11ea35a54b..2c325b4fe87 100644
--- a/source/bs/helpcontent2/source/text/swriter/guide.po
+++ b/source/bs/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr ""
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "U okvir"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
+msgid "Anchors the selected object to the surrounding frame."
msgstr ""
-#. qbj2P
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
+
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,13 +9259,13 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr ""
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
msgstr ""
#. necx9
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr ""
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr ""
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,13 +19276,13 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr ""
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
+msgid "Uncheck <emph>Enable word completion</emph>."
msgstr ""
#. CRACd
diff --git a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
index f077e17a789..7bcc9dbcbf8 100644
--- a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1260,6 +1260,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Na prethodnu tabelu"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10803,15 +10813,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Ravnomjerno rasporedi redove "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21622,14 +21632,14 @@ msgctxt ""
msgid "~Image"
msgstr "~Slika"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26546,15 +26556,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Promijeni sidro"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26567,6 +26577,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Usidri"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31328,6 +31348,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34460,14 +34490,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Prvi odlomak"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34490,14 +34530,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Povećaj vrijednost uvlačenja"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/bs/sc/messages.po b/source/bs/sc/messages.po
index 70fc84b371c..9a3d89527d0 100644
--- a/source/bs/sc/messages.po
+++ b/source/bs/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17229,379 +17229,397 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Izaberi tablice"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Izabrane tablice"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Linijar"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Ovaj linijar upravlja objektima na fiksnim položajima."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Pregled"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Ova tablica pokazuje kako će podaci biti raspoređeni u dokumentu."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Prikaz dokumenta"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Tabela %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Ćelija %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Lijevo područje"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Pregled stranice"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Centralno područje"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Desno područje"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Zaglavlje stranice %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Podnožje stranice %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Linija unosa"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Ovdje unosite ili mijenjate tekst, brojeve i formule."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Prikaz multimedijalnih datoteka"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Dugme miša pritisnuto"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Lista formula"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME tablice"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(samo za čitanje)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Režim pregleda)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
#, fuzzy
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "_Suzbija izlaz praznih stranica"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Traženi DDE izvor nije mogao biti ažuriran najvjerovatnije jer izvorni dokument nije otvoren. Molimo otvorite izvorni dokument i pokušajte ponovo."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Traženi vanjski dokument nije mogao biti pokrenut. Podaci povezani sa ovim dokumentom nisu ažurirani."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Opseg sadrži ~naslove kolona"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Opseg sadrži zaglavlje r~edova"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Neispravna vrijednost"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Dodaj AutoFormat"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Preimenuj AutoFormat"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Naziv"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Obriši AutoFormat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Da li ste sigurni da želite obrisati stavku #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Zatvori"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Sjever"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Sredina"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Jug"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Ukupno"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Promijeni sidro"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17609,438 +17627,438 @@ msgstr "Uslov"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Sadržaj"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Stranice"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Imena raspona"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Opsezi baza podataka"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
#, fuzzy
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Slika"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE objekti"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Komentari"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Povezana područja"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Objekti crteža"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktivno"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "neaktivno"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "skriveno"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktivni prozor"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Ime scenarija"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "_Komentari"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sortiraj rastuće"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sortiraj opadajuće"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Sortiraj proizvoljno"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Prostor za ime"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Linija unosa"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Čarobnjak za funkcije"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Prihvati"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Otkaži"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "_Formule"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Proširi listu formula"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Suzi listu formula"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Nepoznat korisnik"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolona umetnuta"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Red umetnut "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "List umetnut "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolona izbrisana"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Red izbrisan"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "List izbrisan"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Raspon pomjeren"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Promijenjen sadržaj"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Promijenjen sadržaj"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Promijenjeno u "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Originalno"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Promjene odbijene"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Prihvaćeno"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Odbijeno"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Zabranjen ulaz"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<prazno>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Nije zaštićen"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Nije zaštićen lozinkom"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash nije kompatibilan"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash kompatibilan"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Ponovo unesite"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Pokretni prosjek"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponencijalno umekšavanje"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Analiza varijance"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - jedan faktor"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grupe"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Između grupa"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Unutar grupa"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Izvor varijacije"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
#, fuzzy
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-vrijednost"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F kritično"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Ukupno"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korelacija"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
#, fuzzy
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
@@ -18048,13 +18066,13 @@ msgstr "Korelacija"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovarijansa"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
#, fuzzy
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
@@ -18062,231 +18080,231 @@ msgstr "Kovarijansa"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Opisna statistika"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Srednja vrijednost"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
#, fuzzy
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standardna greška"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Režim"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Medijana"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varijanca"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
#, fuzzy
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardna Devijacija"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
#, fuzzy
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Zakrivljenost"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
#, fuzzy
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Odstupanje"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
#, fuzzy
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Opseg"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minim_um"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "_Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Broj"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
#, fuzzy
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Slučajni ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Jednobrazno"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Jednobrazan cijeli broj"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Običan"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Koši"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernuli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Dvočlana"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negativna binomijalna"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Hi kvadrat"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrijski"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minim_um"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "_Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Srednja vrijednost"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardna Devijacija"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Medijana"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p vrijednost"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Broj pokušaja"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
@@ -18294,613 +18312,633 @@ msgstr "nu vrijednost"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Prikupljanje uzoraka, vrijednosti"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolona %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Red %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Promjenljivo"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Promjenljivo"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Operacije:"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-vrijednost"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
#, fuzzy
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Linearni"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritamski"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Stepeno"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Vrste regresije"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Internet"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Nema korisničkih podataka na raspolaganju."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(ekskluzivni pristup)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23920,6 +23958,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Otvara se okvir za dijalog u kojem možete riješiti jednadžbu s promjenjivom."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31596,46 +31664,40 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Slobodno sortiranje"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Jezik"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opcije"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Izaberi sortirajucu opciju za jezik."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Izaberite jezik da pravila sortiranja."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Opcije sortiranja"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32665,26 +32727,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "_Proizvoljni redoslijed sortiranja"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sortiranje"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33125,340 +33175,334 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Indikator komentara"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Isticanje vrijednosti"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Sidro"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Prijelom _teksta"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Prikaži referencu u boji"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Prikaži"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Zaglavlja _kolona/redova"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "_Horizontalni klizač"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Vertikalni klizač"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "_Kartice listova"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Konturni simboli"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Prozor"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_inhroniziraj stranice"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Ako je označeno, svi papiri su prikazani sa istim faktorom zumiranja. Ako nije označeno, svaki papir može imati svoje sopstveni faktor zumiranja."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zumiraj"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Prijelomi stranica"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Pomoćne linije _tokom pomicanja"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Linije mreže:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Boja:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Prikaži"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Prikaži na obojenim ćelijama"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Sakrij"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
#, fuzzy
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Vizuelni pomoćnici"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
#, fuzzy
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jekti / Slika:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Crtanje objekata:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Prikaži"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Sakrij"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Prikaži"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Sakrij"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Prikaži"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Sakrij"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekti"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/bs/sd/messages.po b/source/bs/sd/messages.po
index d71385acdb4..a7b3074b368 100644
--- a/source/bs/sd/messages.po
+++ b/source/bs/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -662,11 +662,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Kraj linije"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Unesite ime za novi vrh strelice:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/bs/sfx2/messages.po b/source/bs/sfx2/messages.po
index 9c5c8d01742..be13d248e0b 100644
--- a/source/bs/sfx2/messages.po
+++ b/source/bs/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2283,6 +2283,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Da ili ne"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3335,87 +3343,81 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Primijeni podatke o korisniku"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Digitalni potpis..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Veličina:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "nepoznata"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Mjesto:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Vrsta:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Izmijeni _lozinku"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Šablon:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/bs/starmath/messages.po b/source/bs/starmath/messages.po
index 78e49948009..d3ded098b0c 100644
--- a/source/bs/starmath/messages.po
+++ b/source/bs/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2830,7 +2830,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/bs/svtools/messages.po b/source/bs/svtools/messages.po
index 66db0f9ad60..45495d2ab12 100644
--- a/source/bs/svtools/messages.po
+++ b/source/bs/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1349,398 +1349,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE je neispravan"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Izvorni kod"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Datoteka zabilješki"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Ilustracije"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfiguracijska datoteka"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplikacija"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Tabela baze podataka"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Sistemska datoteka"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word dokument"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Datoteka pomoći"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Arhivska datoteka"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Dnevnik"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Baza podataka"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 master dokument"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice slika"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekstualna datoteka"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Veza"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Staroffice 3.0 - 5.0 šablon"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel dokument"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel šablon"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Komandna datoteka"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Datoteka"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Direktorij"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Tekstualni dokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Proračunska tablica"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Prezentacija"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Crtež"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Master dokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Baza podataka"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 šablon proračunske tablice"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 šablon za crtanje"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 šablon prezentacije"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 šablon tekstualnog dokumenta"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Lokalni disk"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Disk jedinica"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM jedinica"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Mrežna konekcija"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint dokument"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint šablon"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint prezentacija"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 Formula"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 grafikon"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 Crtež"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 Proračunske tablice"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 prezentacija"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 Tekstualni dokument"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 master dokument"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument baza podataka"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument crtež"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument formula"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument master dokument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument prezentacija"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument tablični proračun"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument tekst"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument šablon tabličnog proračuna"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument šablon crteža"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument šablon prezentacije"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument šablon teksta"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Dodatak za %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5670,73 +5678,67 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opcije..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Ime"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
#, fuzzy
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Vrsta"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Lokacija"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
#, fuzzy
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Komentar"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Postavke..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Štampač"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/bs/svx/messages.po b/source/bs/svx/messages.po
index 5621fc5f43f..d2e5176ed36 100644
--- a/source/bs/svx/messages.po
+++ b/source/bs/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11944,17 +11944,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Lijeva granica odlomka"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Desna granica odlomka"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18022,33 +18022,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Okvir"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Tekst: "
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "<ahelp hid=\"svx/ui/imapdialog/container\"/>Prikazuje mapu slike, tako da može kliknuti i editovati željenu lokaciju."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/bs/sw/messages.po b/source/bs/sw/messages.po
index abbddfc788f..b0c5536cf7d 100644
--- a/source/bs/sw/messages.po
+++ b/source/bs/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1767,302 +1767,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10188,6 +10206,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Otvara kutiju Natpisa. Sadrži iste informacije kao kutija koju dobijete putem menija Pomagala - Opcije - %PRODUCTNAME Pisaè - AutoNatpis."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12839,65 +12871,101 @@ msgid "Options"
msgstr "Opcije"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14847,157 +14915,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Upišite vrijednost ostatka koji želite da primijenite na polje broja stranice, npr. \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Ispisuje dostupne vrste polja. Da bi dodali polje u vaš dokument, pritisnite na vrstu polja, pritisnite na polje u Izaberi spisku, i onda pritisnite Ubaci."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Tip"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Pritisnite na format koji želite da primijenite na odabrano polje, ili pritisnite na \"Dodatni formati\" da definišete prilagoðeni format."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Vrijednost"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "_Naziv"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Onda"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Inače"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Predmet"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "_Predmet na listi"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Pomjeri _gore"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Pomjeri _dolje"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "_Ime"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -16079,10 +16147,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -16097,178 +16165,220 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Bez>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Bez>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Prethodni link:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_Sljedeći link:"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Opis"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Sadržaji"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_ozicija"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Veličina"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "_Zaštićeno"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Vrh"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centrirano"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Dno"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Uređivanje u dokumentu koji je samo za čitanje"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Štampanj_e"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Smijer _Teksta:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Svojstva"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Prethodni link:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Bez>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_Sljedeći link:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Bez>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17594,122 +17704,116 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automatski..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opcije..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Naslov"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numerisanje"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separator"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Pozicija"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Odaberi vrstu numeracije koju želite da koristite u natpisu."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Upišite neobavezne znakove teksta da se pojave izmeðu broja i teksta natpisa."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
#, fuzzy
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Separator za numerisanje"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Upišite tekst koji želite da se prikaže poslije broja natpisa."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Dodaje natpis iznad ili ispod odabranog predmeta. Ova opcija je dostupna samo za neke objekte."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorija"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Odaberite kategoriju natpisa, ili upišite ime da napravite novu kategoriju. Tekst kategorije se pojavljuje prije broja natpisa u oznaci natpisa. Svaka predefinisana kategorija natpisa je formatirana sa stilom paragrafa istog imena. "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Svojstva"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Predpregled"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[None]"
diff --git a/source/ca-valencia/cui/messages.po b/source/ca-valencia/cui/messages.po
index c46fcc4ac84..fd80e412b29 100644
--- a/source/ca-valencia/cui/messages.po
+++ b/source/ca-valencia/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ca_VALENCIA/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Taula"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Inseriu ací el nom per al nou extrem de la fletxa:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Voleu transposar una taula de Writer? Copieu i enganxeu-la al Calc, transposeu-la amb el copia i enganxa especial i després copia i enganxa especial ▸ Text formatat en el Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Per a obtindre la barra d'eines «Text vertical» en la barra de dibuix, marqueu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Llengües predeterminades per als documents ▸ Asiàtic, i feu el botó visible fent-hi clic dret."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Seleccioneu opcions a «Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Ajudes a la formatació ▸ Visualització de» per a indicar quins caràcters no imprimibles voleu que es mostren."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Voleu que el cursor vagi a la cel·la de la dreta després d'introduir un valor al Calc? Utilitzeu la tecla Tab en comptes de l'Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Per a mostrar la barra de desplaçament a l'esquerra, activeu «Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Text complex» i marqueu «Full ▸ De dreta a esquerra»"
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Ajuda del %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Més informació"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Executa aquesta acció ara..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Suggeriment del dia: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Ord"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opc"
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Seleccioneu o afegiu el certificat de serveis de seguretat de xarxa correcte per utilitzar a les signatures digitals."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Seleccioneu la formatació que voleu aplicar."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Mida:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Llengua:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Característiques..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Llengua:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Seleccioneu la formatació que voleu aplicar."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Mida:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Característiques..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Mida:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Llengua:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Seleccioneu la formatació que voleu aplicar."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Característiques..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Mida:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Seleccioneu la formatació que voleu aplicar."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Llengua:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Característiques..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Previsualització"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Indiqueu la formatació i el tipus de lletra que voleu aplicar."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Introduïu un nom per a la imatge."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Text alternatiu:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Introduïu el text que voleu visualitzar quan es mostre el ratolí en un lloc d'accés en un navegador."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Descripció:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Introduïu una descripció per a la zona sensible."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Enumera les propietats de la zona sensible seleccionada."
@@ -18770,23 +18758,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Voleu guardar l'extrem de la fletxa?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "L'extrem de la fletxa s'ha modificat sense haver-lo guardat."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Voleu guardar l'extrem de la fletxa ara?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18872,17 +18860,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Esteu segur que voleu suprimir l'ombreig?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Voleu suprimir l'extrem de la fletxa?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Esteu segur que voleu suprimir l'extrem de la fletxa?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21069,247 +21057,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Au_tomàtica"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Insereix automàticament els guionets allà on són necessaris en un paràgraf."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Introduïu el nombre màxim de línies consecutives sobre les quals es pot aplicar la partició de mots."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Introduïu el nombre mínim de caràcters que han d'aparèixer al començament de la línia després del guionet."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Introduïu el nombre mínim de caràcters que s'ha de deixar al final de la línia davant del guionet."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Caràcters al _final de la línia"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Ca_ràcters al començament de la línia"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "No partisques els mots en _MAJÚSCULES"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Partició de mots"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Insereix"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Activeu esta casella de selecció i, a continuació, seleccioneu el tipus de salt que voleu utilitzar."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Amb est_il de pàgina:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Activeu esta casella de selecció i, a continuació, seleccioneu l'estil de pàgina que voleu utilitzar per a la primera pàgina després del salt."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Tipus"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Introduïu el número de pàgina correspondent a la primera pàgina després del salt. Si voleu continuar amb la numeració de pàgines actual, deixeu la casella desactivada."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Nú_mero de pàgina:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posició:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estil de pàgina"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Seleccioneu l'estil de formatació que s'aplicarà per a la primera pàgina després del salt."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Pàgina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Seleccioneu el tipus de salt que voleu inserir."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Abans"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Després"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Seleccioneu el lloc on voleu inserir el salt."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Salts"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Mantín les _línies juntes"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Desplaça tot el paràgraf a la pàgina o a la columna següent després d'inserir un salt."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Conserva amb el paràgraf següent"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Manté el paràgraf actual i el paràgraf següent junts quan s'insereix un salt o un salt de columna."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "C_ontrol de línies òrfenes"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf abans d'un salt de pàgina. Activeu esta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Control de línies _vídues"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf de la primera pàgina posterior al salt. Activeu esta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf abans d'un salt de pàgina. Activeu esta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf de la primera pàgina posterior al salt. Activeu esta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "línies"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "línies"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opcions"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Especifiqueu les opcions de partició de mots i paginació."
diff --git a/source/ca-valencia/editeng/messages.po b/source/ca-valencia/editeng/messages.po
index ed7ba72cfb3..91559a99ab7 100644
--- a/source/ca-valencia/editeng/messages.po
+++ b/source/ca-valencia/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2020-05-23 22:48+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/editengmessages/ca_VALENCIA/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 guionets"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estil de la pàgina: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Interlletratge "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "bloquejat "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensat "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Gràfic"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "cap"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Punts "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cercle "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Cercle ple "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Accent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Damunt"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Davall"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Línies dobles desactivades"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Línies dobles activades"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Sense espaiat entre caràcters automàtic"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Sense espaiat entre caràcters automàtic"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Sense puntuació eixint a fi de línia"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Puntuació eixint a fi de línia"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplica la llista de caràcters prohibits a l'inici i a fi de línia"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "No apliques la llista de caràcters prohibits a l'inici i a fi de línia"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Sense gir de caràcters"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Gir de caràcters de $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Ajusta a la línia"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "El text no està girat"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "El text està girat $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Ampliació de caràcters del $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Sense ampliació de caràcters"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Sense relleu"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relleu"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gravat"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Alineació automàtica del text"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Text alineat a la línia de base"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Text alineat a la part superior"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Text alineat al mig"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Text alineat a la part inferior"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Direcció del text d'esquerra a dreta (horitzontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Direcció del text de dreta a esquerra (horitzontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Direcció del text de dreta a esquerra (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Direcció del text d'esquerra a dreta (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Utilitza la configuració de la direcció del text per a objectes superordinats"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Direcció de text d'esquerra a dreta (vertical des de baix)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "El paràgraf s'ajusta a la graella del text (si està activa)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "El paràgraf no s'ajusta a la graella del text"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "No amagat"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Amagat"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Safata de paper"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[De la configuració d'impressora]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Suprimeix"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Mou"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Insereix"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Reemplaça"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplica els atributs"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reinicialitza els atributs"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sagnat"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplica els estils"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Canvia a majúscules/minúscules"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "La paraula és: %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "El paràgraf és: %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automàtic"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Pic d'imatge al paràgraf"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Pic d'imatge"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paràgraf: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Voleu continuar la verificació des de l'inici del document?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Voleu continuar la verificació des del final del document?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"a causa d'un error desconegut."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "El diccionari està ple."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "El diccionari és només de lectura."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sagna"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Mostra els subpunts"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Redueix"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplica els atributs"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Insereix"
diff --git a/source/ca-valencia/fpicker/messages.po b/source/ca-valencia/fpicker/messages.po
index 86152fb328a..a70796cd418 100644
--- a/source/ca-valencia/fpicker/messages.po
+++ b/source/ca-valencia/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-23 22:47+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/fpickermessages/ca_VALENCIA/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Data de modificació"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Nom del fitxer:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Tipus de fitxer:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Només lectu_ra"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Guarda amb contrasenya"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Extensió del nom del fitxer _automàtica"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Edita els paràmetres del _filtre"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Xifra amb clau GPG"
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/01.po b/source/ca-valencia/helpcontent2/source/text/scalc/01.po
index b8f4fc3dea4..064313c7ac5 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca_VALENCIA/>\n"
@@ -2870,6 +2870,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Mostra una llista dels fulls del document actual. Per a seleccionar un full, premeu les tecles de fletxa amunt o fletxa avall per a desplaçar-vos a un full de la llista. Per a afegir un full a la selecció, manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre premeu les tecles de cursor, i després premeu la barra espaiadora. Per a seleccionar un interval de fulls, manteniu premuda la tecla Maj i premeu les tecles de cursor.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56114,13 +56186,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56402,14 +56474,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Aquesta funció calcula els resultats de la mateixa manera que la funció <link href=\"#Section311\" name=\"ceilingprecise\">ARRODMULTSUP.PRECIS</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63998,13 +64070,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67643,13 +67715,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68651,6 +68723,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/sdraw.po b/source/ca-valencia/helpcontent2/source/text/sdraw.po
index cd7bad0be9e..e57be6f1503 100644
--- a/source/ca-valencia/helpcontent2/source/text/sdraw.po
+++ b/source/ca-valencia/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-07-18 19:35+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/ca_VALENCIA/>\n"
@@ -1007,24 +1007,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Aquest menú permet inserir elements, com ara gràfics i guies, en documents del Draw."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Imatge</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Insereix una imatge"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po
index 3b8d31bc581..d3e8fd7a60b 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca_VALENCIA/>\n"
@@ -2663,6 +2663,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Els objectes d'enllaç i incrustació (OLE) es poden enllaçar o incrustar a un document de destinació. Amb la incrustació s'insereix una còpia de l'objecte i els detalls del programa d'origen en el document de destinació. Si voleu editar l'objecte, només cal que activeu el programa d'origen fent doble clic a l'objecte."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7910,23 +7919,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Àudio o vídeo"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Trieu <emph>Insereix ▸ Objecte</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Objecte OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7955,14 +7964,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Objecte OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Fórmula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8000,14 +8009,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Trieu <emph>Format ▸ Tipus de diagrama</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8018,14 +8027,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Trieu <emph>Format ▸ Tipus de diagrama</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8036,23 +8045,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Trieu <emph>Format ▸ Tipus de diagrama</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12212,23 +12221,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Inferior"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Trieu <emph>Format ▸ Ancora</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "A la barra <emph>Disseny de formulari</emph>, feu clic a"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12239,68 +12257,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Canvia l'àncora"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Trieu <emph>Format ▸ Ancora ▸ A la pàgina</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Trieu <emph>Format ▸ Ancora ▸ Al paràgraf</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Trieu <emph>Format ▸ Ancora ▸ Al caràcter</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Trieu <emph>Format ▸ Ancora ▸ Com a caràcter</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Trieu <emph>Format ▸ Ancora ▸ Al marc</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Trieu <emph>Format ▸ Ancora ▸ A la cel·la</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12473,13 +12491,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12986,13 +13049,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index c4bda1f3176..6c367b71df8 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca_VALENCIA/>\n"
@@ -9053,13 +9053,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Representa majúscules si l'opció <emph>Distingeix entre majúscules i minúscules</emph> s'ha seleccionat a <emph>Opcions</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15371,32 +15371,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Inserció d'imatges"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserció d'imatges\">Inserció d'imatges</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Estil de marc"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15407,6 +15407,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Seleccioneu l'estil de marc que voleu aplicar al gràfic.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15443,41 +15461,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Mostra una previsualització del fitxer gràfic seleccionat.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objecte"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objecte\">Objecte</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Fórmula\">Fórmula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26288,13 +26306,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Afig una ombra al text seleccionat o, si el cursor es troba en una paraula, l'afig a tota la paraula.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26306,13 +26324,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26324,13 +26342,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Ajusta l'alçària de les files seleccionades perquè coincidisca amb l'alçària de la fila més alta de la selecció.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26351,14 +26369,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icona</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribueix les files equitativament"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26882,14 +26900,14 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objectes;títols i descripcions</bookmark_value><bookmark_value>descripcions dels objectes</bookmark_value><bookmark_value>títols;objectes</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26900,32 +26918,32 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Assigna un títol i una descripció a l'objecte seleccionat. Ambdós són accessibles per a les eines d'accessibilitat, i també com a etiquetes alternatives quan exporteu el document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Títol"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduïu un text de títol. Este nom curt es mostra com a etiqueta alternativa en format HTML. Les eines d'accessibilitat poden llegir este text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26936,14 +26954,32 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduïu una descripció. El text de descripció llarg descriu als usuaris un objecte complex o un grup d'objectes mitjançant un programa de lectura de pantalla. La descripció es mostra com a etiqueta alternativa per a les eines d'accessibilitat.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27557,32 +27593,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Editeu o creeu estils de fletxa.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organitza els estils de fletxa"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Permet organitzar la llista d'estils de fletxa actual."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Títol"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27629,14 +27674,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Per definir un estil de fletxa personalitzat, seleccioneu un objecte de dibuix al document i, tot seguit, feu clic ací.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modifica"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30986,23 +31031,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ancora"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Ancoratge\">Ancora</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Defineix les opcions d'ancoratge per a l'objecte seleccionat.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31031,23 +31076,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"A la pàgina\">A la pàgina</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ancora l'element seleccionat a la pàgina actual.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Els elements ancorats romanen a la pàgina actual encara que inseriu o suprimiu text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31076,14 +31139,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Al paràgraf\">Al paràgraf</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ancora l'element seleccionat al paràgraf actual.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31112,32 +31184,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Al caràcter\">Al caràcter</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ancora l'element seleccionat a un caràcter.</ahelp> Esta orde només està disponible per a objectes gràfics."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "L'àncora es mostra davant del caràcter."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Per a alinear una imatge en relació amb el caràcter al qual està ancorada, feu clic amb el botó dret damunt de la imatge i trieu <emph>Propietats</emph>. A continuació, feu clic a la pestanya <emph>Tipus</emph> i, a l'àrea <emph>Posició</emph>, seleccioneu <emph>Caràcter</emph> en els quadres anomenats <emph>a</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31184,14 +31256,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Al marc\">Al marc</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ancora l'element seleccionat al marc que l'envolta.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31211,14 +31283,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Com a caràcter\">Com a caràcter</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ancora l'element seleccionat com a caràcter en el text actual. Si l'alçària de l'element seleccionat és superior a la mida del tipus de lletra actual, s'ampliarà l'alçària de la línia que continga este element.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/02.po b/source/ca-valencia/helpcontent2/source/text/shared/02.po
index 139ed067789..62faa53aa14 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/02.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ca_VALENCIA/>\n"
@@ -11852,14 +11852,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Per a obtindre més informació, consulteu l'apartat <link href=\"text/shared/01/05030500.xhp\" name=\"Vores\"><emph>Vores</emph></link> de l'Ajuda."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Canvia l'àncora"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11870,23 +11870,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>àncores; canviar</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Canvia l'àncora\">Canvia l'àncora</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Permet commutar entre les opcions d'ancoratge.</ahelp></variable> La icona <emph>Canvia l'àncora</emph> només es veu quan se selecciona un objecte com un gràfic, un camp de control <switchinline select=\"appl\"><caseinline select=\"WRITER\">o un marc</caseinline></switchinline>."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/guide.po b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
index 6daee8066a1..958ef70c1dc 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ca_VALENCIA/>\n"
@@ -14219,14 +14219,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>gràfics, vegeu també imatges</bookmark_value><bookmark_value>imatges</bookmark_value><bookmark_value>imatges; inserció i edició de mapes de bits</bookmark_value><bookmark_value>il·lustracions, vegeu imatges</bookmark_value><bookmark_value>mapes de bits; inserció i edició</bookmark_value><bookmark_value>gràfics de píxels; inserció i edició</bookmark_value><bookmark_value>exportació; mapes de bits</bookmark_value><bookmark_value>importació; mapes de bits</bookmark_value><bookmark_value>imatges; edició</bookmark_value><bookmark_value>edició; imatges</bookmark_value><bookmark_value>filtre d'inversió</bookmark_value><bookmark_value>filtre de suavització</bookmark_value><bookmark_value>filtre d'augment de la nitidesa</bookmark_value><bookmark_value>filtre de supressió del soroll</bookmark_value><bookmark_value>filtre d'inversió de colors</bookmark_value><bookmark_value>filtre d'envelliment</bookmark_value><bookmark_value>filtre de reducció de la gamma de colors</bookmark_value><bookmark_value>filtre d'art pop</bookmark_value><bookmark_value>filtre d'esbós al carbonet</bookmark_value><bookmark_value>filtre de mosaic</bookmark_value><bookmark_value>imatges;filtres</bookmark_value><bookmark_value>filtres;imatges</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserir, suprimir i guardar mapes de bits\">Inserir, suprimir i guardar mapes de bits</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14246,14 +14246,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Podeu inserir una imatge de mapa de bits als documents del $[officename] Writer, el $[officename] Calc, el $[officename] Draw i el $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Trieu <emph>Insereix - Imatge - Des d'un fitxer</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14264,6 +14264,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Seleccioneu el fitxer. Al quadre <emph>Tipus de fitxer</emph> podeu restringir la selecció a determinats tipus de fitxers."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21581,6 +21590,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
index f82e49d8f56..54e20ab7bbe 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca_VALENCIA/>\n"
@@ -917,14 +917,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\"> Especifica que el <item type=\"productname\">%PRODUCTNAME</item> guarda tots els documents oberts en guardar la informació de recuperació automàtica. Utilitza el mateix interval de temps que la recuperació automàtica.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Guarda els URL relatius al sistema de fitxers"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/simpress/guide.po b/source/ca-valencia/helpcontent2/source/text/simpress/guide.po
index 051a55418d7..fa62af102c4 100644
--- a/source/ca-valencia/helpcontent2/source/text/simpress/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ca_VALENCIA/>\n"
@@ -4337,204 +4337,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Seleccioneu la diapositiva després de la qual voleu enganxar la diapositiva copiada, i trieu <emph>Edita ▸ Enganxa</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Càrrega de llistes de colors, degradats i ombreigs"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colors; càrrega de llistes</bookmark_value><bookmark_value>degradats; càrrega de llistes</bookmark_value><bookmark_value>ombreigs; càrrega de llistes</bookmark_value><bookmark_value>càrrega; colors/degradats/ombreigs</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Càrrega de llistes de colors, degradats i ombreigs\">Càrrega de llistes de colors, degradats i ombreigs</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Podeu utilitzar llistes per organitzar patrons de colors, degradats o ombreigs. El $[officename] proporciona diverses llistes que podeu carregar i utilitzar al document. Si voleu, podeu afegir o suprimir elements d'una llista o, fins i tot, crear llistes personalitzades."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Per carregar una llista de colors:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Trieu <emph>Format - Àrea</emph> i després feu clic a la pestanya <emph>Colors</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Feu clic al botó <emph>Carrega la llista de colors</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Cerqueu la llista de colors que voleu carregar i feu clic a <emph>Obri</emph>. Els fitxers de llista de colors tenen el format [nomdelfitxer].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Per guardar una llista de colors, feu clic al botó <emph>Guarda la llista de colors</emph>, introduïu un nom de fitxer i feu clic a <emph>Guarda</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Per carregar una llista de degradats:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Trieu <emph>Format - Àrea</emph> i feu clic a la pestanya <emph>Degradats</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Feu clic al botó <emph>Carrega la llista de degradats</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Cerqueu la llista de degradats que voleu carregar i feu clic a <emph>Obri</emph>. Els fitxers de llista de degradats tenen el format [nomdelfitxer].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Per guardar una llista de degradats, feu clic al botó <emph>Guarda la llista de degradats</emph>, introduïu un nom de fitxer i feu clic a <emph>Guarda</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Per carregar una llista d'ombreigs:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Trieu <emph>Format - Àrea</emph> i feu clic a la pestanya <emph>Ombreig</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Feu clic al botó <emph>Carrega la llista d'ombreigs</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Cerqueu la llista d'ombreigs que voleu carregar i feu clic a <emph>Obri</emph>. Els fitxers de llista d'ombreigs tenen el format [nomdelfitxer].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Per guardar una llista d'ombreigs, feu clic al botó <emph>Guarda la llista d'ombreigs</emph>, introduïu un nom de fitxer i feu clic a <emph>Guarda</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Àrea\">Format - Àrea</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6092,14 +5894,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Aneu a la diapositiva on voleu inserir el full de càlcul."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Trieu <emph>Insereix - Objecte - Objecte OLE</emph>. Feu clic a <emph>Crea'n un de nou</emph> i seleccioneu Full de càlcul del %PRODUCTNAME. Feu clic a D'acord. Feu clic al full de càlcul per introduir les dades."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6146,14 +5948,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Aneu a la diapositiva on voleu inserir el full de càlcul."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Trieu <emph>Insereix - Objecte - Objecte OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6200,14 +6002,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Format de la diapositiva\">Format - Format de la diapositiva</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insereix ▸ Objecte ▸ Objecte OLE\">Insereix ▸ Objecte ▸ Objecte OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/00.po b/source/ca-valencia/helpcontent2/source/text/swriter/00.po
index cf8c67589cd..b72fb3b9fba 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-23 22:45+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/ca_VALENCIA/>\n"
@@ -2033,6 +2033,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Trieu la pestanya <emph>Insereix ▸ Marc ▸ Marc ▸ Opcions</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2303,14 +2312,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Alçària òptima de la fila"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Trieu <emph>Taula ▸ Adaptació automàtica ▸ Distribueix les files equitativament</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2321,23 +2330,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Obriu la barra d'eines <emph>Optimitza la mida</emph> des de la barra <emph>Taula</emph> i feu clic a"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribueix les files equitativament"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
index 2c78f18627c..b72c973abc2 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca_VALENCIA/>\n"
@@ -4391,23 +4391,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Mostra l'aspecte que tindrà el document al moment d'imprimir-lo.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Paràgrafs amagats"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Paràgrafs amagats\">Paràgrafs amagats</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15011,14 +15011,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Files d'encapçalament"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Seleccioneu el nombre de files que voleu utilitzar per a l'encapçalament.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18269,41 +18269,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Seleccioneu l'opció d'alineació vertical per a l'objecte.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Si ancoreu un objecte a un marc amb una alçària fixa, només estaran disponibles les opcions d'alineació \"Inferior\" i \"Centre\"."
+msgid "by"
+msgstr "per"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "per"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Introduïu la quantitat d'espai que voleu deixar entre l'extrem superior de l'objecte seleccionat i el punt de referència que seleccioneu en el quadre <emph>A</emph>.</ahelp> Aquesta opció només està disponible si seleccioneu «Des de la part superior» o «Des de la part inferior» (com a caràcter) en el quadre <emph>Vertical</emph>."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18314,13 +18377,13 @@ msgctxt ""
msgid "to"
msgstr "a"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18359,13 +18422,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18413,6 +18476,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Si ancoreu un objecte a un marc amb una alçària fixa, només estaran disponibles les opcions d'alineació \"Inferior\" i \"Centre\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20357,32 +20429,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Opcions\">Opcions</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nom"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Especifica el nom de l'element seleccionat i dels enllaços associats."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20411,23 +20474,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Assigneu un nom amb sentit a l'objecte, al gràfic o al marc, perquè el pugueu localitzar ràpidament en els documents llargs."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Text alternatiu (només marcs flotants, gràfics i objectes)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Introduïu el text que es visualitzarà en un navegador web quan l'element seleccionat no estiga disponible. El text alternatiu també s'utilitza per assistir persones discapacitades.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20438,14 +20501,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Enllaç anterior"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Mostra l'element (objecte, gràfic o marc) que va davant de l'element actual en una seqüència d'enllaços. Per afegir o canviar l'enllaç anterior, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc actual i el marc de destinació han d'estar buits.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20456,14 +20519,14 @@ msgctxt ""
msgid "Next link"
msgstr "Enllaç posterior"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Mostra l'element (objecte, gràfic o marc) que va després de l'element actual en una seqüència d'enllaços. Per afegir o canviar l'enllaç següent, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc de destinació ha d'estar buit.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/guide.po b/source/ca-valencia/helpcontent2/source/text/swriter/guide.po
index d3954d7daa0..05a7907e8e2 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-29 00:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ca_VALENCIA/>\n"
@@ -44,22 +44,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Col·locació d'objectes\">Col·locació d'objectes</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -197,22 +197,49 @@ msgctxt ""
msgid "To frame"
msgstr "Al marc"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ancora l'element seleccionat al marc que l'envolta."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9233,14 +9260,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Inserció d'un gràfic des d'un fitxer"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>imatges; inserció mitjançant un diàleg</bookmark_value> <bookmark_value>inserció; imatges, mitjançant un diàleg</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9251,33 +9278,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserció d'un gràfic des d'un fitxer\">Inserció d'un gràfic des d'un fitxer</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Feu clic a la part del document on vulgueu inserir el gràfic."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Trieu <link href=\"text/shared/01/04140000.xhp\" name=\"Insereix ▸ Imatge ▸ Des d'un fitxer\"><emph>Insereix ▸ Imatge ▸ Des d'un fitxer</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Cerqueu el fitxer gràfic que vulgueu inserir i feu clic a <emph>Obri</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19277,14 +19277,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Trieu <item type=\"menuitem\">Eines - Opcions de correcció automàtica - Compleció de paraules</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Desactiveu la casella <emph>Habilita la compleció de paraules</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
index b3c9df5ffbb..7a3f7ef9a08 100644
--- a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ca_VALENCIA/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Al full anterior"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Alçària òptima de fila"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribueix les files equitativament "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Imatge"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objecte i forma"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "~Gira o inverteix"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Canvia l'àncora"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Àn~cora"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Primer paràgra~f"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimitza l'amplària de columna"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Augmenta el valor del sagnat"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimitza l'alçària de fila"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/ca-valencia/sc/messages.po b/source/ca-valencia/sc/messages.po
index 3966c2212f3..aadb1cf49ae 100644
--- a/source/ca-valencia/sc/messages.po
+++ b/source/ca-valencia/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ca_VALENCIA/>\n"
@@ -16941,1622 +16941,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Selecció de fulls"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Fulls ~seleccionats"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Regle"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Aquest regle gestiona objectes en posicions fixes."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Previsualitza"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Aquest full mostra com es presentaran les dades en el document."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Vista de document"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Full %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cel·la %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Àrea esquerra"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Previsualització de la pàgina"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Àrea central"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Àrea dreta"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Capçalera de la pàgina %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Peu de la pàgina %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Línia d'entrada"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Ací és on introduïu o editeu textos, nombres i fórmules."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Reproductor multimèdia"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "En prémer el botó del ratolí"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barra d'eines de fórmula"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Fulls de càlcul del %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(només de lectura)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Mode de previsualització)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Pàgines:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Suprimeix l'eixida de pàgines buides"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Imprimeix tots els fulls"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Imprimeix els fulls seleccionats"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Imprimeix les cel·les seleccionades"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Des d'on:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Totes les ~pàgines"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Pà~gines:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "La següent font DDE no es pot actualitzar possiblement perquè el document font no està obert. Obriu el document font una altra vegada i torneu-ho a provar."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "No s'ha pogut carregar el següent fitxer extern. Les dades enllaçades des d'aquest fitxer no s'actualitzaran."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "S'estan actualitzant enllaços externs."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "L'interval conté eti~quetes de columna"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "L'interval conté ~etiquetes de fila"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "El valor no és vàlid"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "No s'ha indicat cap fórmula."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "No s'ha indicat cap fila ni cap columna."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "El nom o l'interval no s'ha definit."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "El nom no s'ha definit o bé la referència a la cel·la és incorrecta."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Les fórmules no formen una columna."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Les fórmules no formen una fila."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Afig una formatació automàtica"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Canvia el nom a la formatació automàtica"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nom"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Suprimeix la formatació automàtica"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Esteu segur que voleu suprimir la formatació automàtica #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Tan~ca"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Gen."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Febr."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Març"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Nord"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Centre"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Sud"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Àncora de pàgina"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Àncora de cel·la"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Condició "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Contingut"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Fulls"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Noms d'intervals"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Intervals de la base de dades"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Imatges"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Objectes OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comentaris"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Àrees enllaçades"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Objectes de dibuix"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "actiu"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactiu"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "ocult"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Finestra activa"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nom de l'escenari"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentari"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Orde ascendent"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ordena de forma descendent"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Orde personalitzat"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Àrea del full"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Línia d'entrada"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Auxiliar de funcions"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Accepta"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancel·la"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Seleccioneu una funció"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Fórmula"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Amplia la barra de fórmules"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Redueix la barra de fórmules"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuari desconegut"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "S'ha inserit una columna"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "S'ha inserit una fila "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "S'ha inserit un full "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "S'ha suprimit la columna"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "S'ha suprimit la fila"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "S'ha suprimit el full"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "S'ha mogut l'interval"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "El contingut ha canviat"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "El contingut ha canviat"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "S'ha canviat a "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Els canvis s'han rebutjat"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Acceptat"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Rebutjat"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Cap entrada"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<buit>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "No protegit"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "No protegit amb contrasenya"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "El resum és incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "El resum és compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Torneu a introduir-la"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Mitjana mòbil"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Suavitzat exponencial"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Anàlisi de la variància"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Anàlisi de la variància (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - factor únic"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - dos factors"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grups"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Entre els grups"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Dins els grups"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Origen de la variació"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Significància F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Valor P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F crític"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Correlació"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Correlacions"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covariància"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Covariàncies"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Estadístiques descriptives"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Mitjana"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Error estàndard"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variància"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desviació estàndard"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Curtosi"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asimetria"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Àrea"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Mínim"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Màxim"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Compta"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Primer quartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tercer quartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Aleatori ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Enter uniforme"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomial"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomial negativa"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Khi quadrada"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geomètrica"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Mínim"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Màxim"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Mitjana"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desviació estàndard"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Valor p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Nombre d'intents"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Valor ni"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Mostreig"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Prova F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Prova F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Prova t aparellada"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Prova t aparellada"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Prova z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Prova z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Prova d'independència (khi quadrat)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regressió"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regressió"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Anàlisi de Fourier"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Anàlisi de Fourier"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Columna %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Fila %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Diferència mitjana hipotètica"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observacions"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Diferència mitjana observada"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R² ajustat"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Nombre de variables X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Valor P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Valor crític"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Prova estadística"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Inferior"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Superior"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "L'interval introduït no és vàlid."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "L'adreça d'eixida no és vàlida."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineal"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarítmic"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potència"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "L'interval de variables independents no és vàlid."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "L'interval de les variables dependents no és vàlid."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "El nivell de confiança ha de ser en l'interval (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "L'interval de la variable Y no pot tindre més d'1 columna."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "L'interval de la variable Y no pot tindre més d'1 fila."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Regressió d'una variable: el nombre d'observacions en X i Y han de coincidir."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Regressió multivariable: el nombre d'observacions en X i Y han de coincidir."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Model de regressió"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Estadístiques de regressió"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residual"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Nivell de confiança"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Coeficients"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Estadístic t"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Intercepció"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Y predit"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Eixida bruta d'ESTLIN"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) cua dreta"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F cua dreta crítica"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) cua esquerra"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F cua esquerra crítica"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P bilateral"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F bilateral crítica"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Correlació de Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variància de les diferències"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Estadístic t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) unilateral"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t unilateral crítica"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) bilateral"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t bilateral crítica"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Variància coneguda"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) unilateral"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z unilateral crítica"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) bilateral"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z bilateral crítica"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Transformada de Fourier"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Transformada de Fourier inversa"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Real"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginari"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitud"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Heu seleccionat més de dues columnes en el mode de columnes agrupades."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Heu seleccionat més de dues files en el mode de línies agrupades."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "No hi ha dades en l'interval d'entrada."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "L'eixida és massa llarga per a escriure-la en el full."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Interval d'entrada de dades"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Permet l'actualització"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "A la cel·la"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "A la cel·la (canvia de mida amb la cel·la)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "A la pàgina"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "No hi ha dades d'usuari disponibles."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(accés exclusiu)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "No hi ha cap interval amb nom en el document seleccionat"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Utilitza una ordenació personalitzada que hàgeu definit a %PRODUCTNAME Calc ▸ Llistes d'ordenació del quadre de diàleg Opcions."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Especifica que s'incloga un petit rectangle a l'extrem superior dret d'una cel·la per indicar que existeix un comentari. El comentari només es mostrarà quan s'habilitin els consells a %PRODUCTNAME - General del quadre de diàleg Opcions."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23441,6 +23479,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Obri un diàleg que vos permet solucionar una equació amb una variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30907,44 +30975,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Tipus d'ordenació personalitzat"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Llengua"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opcions"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Seleccioneu una opció d'ordenació per a la llengua."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Seleccioneu la llengua per a les regles d'ordenació."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Opcions d'ordenació"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Estableix opcions d'ordenació addicionals."
@@ -31951,26 +32013,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Ordenació _personalitzada"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordena"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Indiqueu els paràmetres per a calcular i presentar subtotals."
@@ -32401,338 +32451,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Indicador de _comentari"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Realçament dels valors"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Activeu la casella Realçament dels valors per a mostrar el contingut de les cel·les de colors diferents, segons el tipus. Les cel·les de text es formaten de color negre, les cel·les de fórmules de color verd, les cel·les de nombres de color blau i les cel·les protegies amb fons gris clar, independentment de quin format de visualització s'haja triat."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Àncor_a"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Especifica si es mostra la icona d'àncora quan se selecciona un objecte inserit, com ara un gràfic."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Desbordament de te_xt"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Si una cel·la conté text més extens que l'amplària de la cel·la, este text es mostra damunt les cel·les buides adjacents de la mateixa fila. Si no hi ha cel·les buides adjacents, es mostra un petit triangle a la vora de la cel·la per indicar que el text continua."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Mostra les referències en color"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ">Especifica que cada referència es realça en color a la fórmula. Els intervals de cel·les també queden envoltats amb una vora de color quan se selecciona per a l'edició la cel·la que conté la referència."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Mostra"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "_Capçaleres de columnes i files"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Especifica si s'han de mostrar les capçaleres de fila i columna."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Barra de desplaçament horit_zontal"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Especifica si es mostra una barra de desplaçament vertical a la dreta de la finestra del document."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Barra de desplaçament _vertical"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Especifica si es mostra una barra de desplaçament vertical a la dreta de la finestra del document."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "P_estanyes dels fulls"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Especifica si es mostren les pestanyes dels fulls a la part inferior del document de full de càlcul. "
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Símbols d'esque_ma"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Si heu definit un esquema, l'opció Símbols d'esquema especifica si es veuran els símbols d'esquema al full."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Resum de la _cerca"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Finestra"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_incronitza els fulls"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Si està activada, es mostren tots els fulls amb el mateix factor d'escala. Si no ho està, cada full pot tindre el seu propi factor d'escala."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Escala"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Salts de _pàgina"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Indica si s'han de veure els salts de pàgina dins d'una àrea d'impressió definida."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Línies d'ajuda en _moure"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Indica si s'han de visualitzar les guies en moure dibuixos, marcs, imatges i altres objectes."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Línies de la _graella:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Color:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Mostra"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Mostra en les cel·les acolorides"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Amaga"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Indica quan es mostraran les línies de graella. Per defecte, es mostraran les línies de graella només a les cel·les que no tenen un color de fons. També podeu triar mostrar les línies de graella a les cel·les amb color de fons o ocultar-les."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Especifica un color per a les línies de graella al document actual."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Ajudes visuals"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jectes/imatges:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Objectes de _dibuix:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Mostra"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Amaga"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Defineix si els objectes i les imatges estan visibles o ocults."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Mostra"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Amaga"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Defineix si els diagrames del document estan visibles o ocults."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Mostra"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Amaga"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Defineix si els objectes de dibuix del documetn estan visibles o ocults."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objectes"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ca-valencia/sd/messages.po b/source/ca-valencia/sd/messages.po
index 527bd3fce91..59df3e5b61e 100644
--- a/source/ca-valencia/sd/messages.po
+++ b/source/ca-valencia/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ca_VALENCIA/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Fi de línia"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Introduïu un nom nou per a l'extrem de la fletxa:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/ca-valencia/sfx2/messages.po b/source/ca-valencia/sfx2/messages.po
index c25842d3e3e..f3cbb139e6a 100644
--- a/source/ca-valencia/sfx2/messages.po
+++ b/source/ca-valencia/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ca_VALENCIA/>\n"
@@ -2272,6 +2272,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Sí o no"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Guarda el nom complet de l'usuari amb el fitxer. Per editar el nom, trieu Eines - Opcions - %PRODUCTNAME - Dades de l'usuari."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3312,86 +3320,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Aplica les dades de l'usuari"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Restableix les propietats"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Reinicialitza el temps d'edició a zero, assigna la data i l'hora actuals com a data i hora de creació, i estableix el número de versió a 1. També se suprimeixen les dates de modificació i d'impressió."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Signatures _digitals..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Mida:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "desconegut"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Ubicació:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Tipus:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Canvia la _contrasenya"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Plantilla:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Mostra el nom del fitxer."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Guarda la imatge de previsualització amb aquest document"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Conté informació bàsica sobre el fitxer actual."
diff --git a/source/ca-valencia/starmath/messages.po b/source/ca-valencia/starmath/messages.po
index ebfaaebf7ee..7ddc4368c87 100644
--- a/source/ca-valencia/starmath/messages.po
+++ b/source/ca-valencia/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ca_VALENCIA/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Obri el diàleg Símbols, on podeu triar un símbol per a inserir en la fórmula."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Categories dels elements"
diff --git a/source/ca-valencia/svtools/messages.po b/source/ca-valencia/svtools/messages.po
index 880e7f79c72..e441e1d8126 100644
--- a/source/ca-valencia/svtools/messages.po
+++ b/source/ca-valencia/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ca_VALENCIA/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "El JRE no funciona correctament"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Obri el diàleg Opcions d'impressió, on podeu canviar les opcions d'impressió globals definides en Eines ▸ Opcions ▸ %PRODUCTNAME Writer/Web ▸ Imprimeix per al document actual."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Codi font"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Fitxer de marcadors"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Gràfics"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Fitxer de configuració"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplicació"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Taula de la base de dades"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Fitxer del sistema"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Document de l'MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Fitxer d'ajuda"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Document HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Fitxer d'arxiu"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Fitxer de registre"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Base de dades de l'StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Document mestre de l'StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Imatge de l'StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Fitxer de text"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Enllaç"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Plantilla de l'StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Document de l'MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Plantilla de l'MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Fitxer de lot"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fitxer"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Document de text"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Full de càlcul"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentació"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Dibuix"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Document HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Document mestre"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Fórmula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base de dades"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Plantilla de full de càlcul de l'OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Plantilla de dibuix de l'OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Plantilla de presentació de l'OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Plantilla de document de text de l'OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unitat local"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Unitat de disc dur"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Unitat de CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Connexió de xarxa"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Document de l'MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Plantilla de l'MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Exposició de l'MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Fórmula de l'OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Diagrama de l'OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Dibuix de l'OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Full de càlcul de l'OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Presentació de l'OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Document de text de l'OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Document mestre de l'OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Document MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Base de dades OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Dibuix OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Fórmula OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Document mestre OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Presentació OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Full de càlcul OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Text OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Plantilla de full de càlcul OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Plantilla de dibuix OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Plantilla de presentació OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Plantilla de text OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Extensió del %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Verificador ortogràfic Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Divisor de paraules Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Tesaure MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Llista de paraules ignorades"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opcions..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nom:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Estat:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Tipus:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ubicació:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comentaris:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propietats..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Modifica els paràmetres d'impressió del sistema operatiu per al document actual."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Enumera les impressores que hi ha instal·lades al sistema operatiu. Per a canviar la impressora per defecte, seleccioneu el nom d'una altra impressora a la llista."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Impressora"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Seleccioneu la impressora per defecte que s'ha d'utilitzar per al document actual."
diff --git a/source/ca-valencia/svx/messages.po b/source/ca-valencia/svx/messages.po
index 8a6b055d0ff..128d1f0768f 100644
--- a/source/ca-valencia/svx/messages.po
+++ b/source/ca-valencia/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca_VALENCIA/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Vora esquerra del paràgraf"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Vora dreta del paràgraf"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Marc:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Introduïu el text que voleu visualitzar quan es mostre el ratolí en un lloc d'accés en un navegador."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Introduïu l'URL del fitxer que voleu obrir en fer clic en el punt d'accés seleccionat."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "<ahelp hid=\"svx/ui/imapdialog/container\"/>Mostra el mapa d'imatge perquè pugueu fer clic a les zones sensibles i editar-les."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Permet adjuntar URL a àrees específiques anomenades punts d'accés en una imatge o un grup d'imatges. Un mapa d'imatge és un grup d'un o més punts d'accés."
diff --git a/source/ca-valencia/sw/messages.po b/source/ca-valencia/sw/messages.po
index 9425c53800d..4f62ba1ad48 100644
--- a/source/ca-valencia/sw/messages.po
+++ b/source/ca-valencia/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ca_VALENCIA/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Paràgraf: partició de mots no s'aplica a les majúscules"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Paràgraf: elements per a la interoperabilitat"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Paràgraf amb sagnat automàtic de la primera línia"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Paràgraf amb una distància de caràcter"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Paràgraf: connectat a la vora"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Paràgraf: regles prohibides"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Paràgraf: puntuació penjant"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Paràgraf: partició de mots"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "El paràgraf reinicia la numeració"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Paràgraf: manté junt"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Paràgraf: ajusta l'última línia"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Paràgraf: marge esquerre"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Paràgraf: marge esquerre relatiu"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Paràgraf: compta el nombre de línies"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Paràgraf: valor inicial del número de línia"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Paràgraf: espaiat de línia"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Paràgraf: orfes"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Paràgraf: mode de registre actiu"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Paràgraf: marge dret"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Paràgraf: marge dret relatiu"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Paràgraf: format d'ombra"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Separació del paràgraf"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Paràgraf: nom de l'estil"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Paràgraf: tabulacions"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Paràgraf: marge superior"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Paràgraf: marge superior relatiu"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Paràgraf: atributs per l'usuari"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Paràgraf: alineació vertical"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Paràgraf: vídues"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Marca de referència"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Vora dreta"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Distància de la vora dreta"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ajustament de ruby"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Nom de l'estil de caràcter ruby"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby és damunt"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Posició del ruby"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Text ruby"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Ajusta a la graella"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Elements per a la interoperabilitat d'estils"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Camp de text"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Marc de text"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Paràgraf de text"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Secció de text"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Taula de text"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Atributs de text definits per l'usuari"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Vora superior"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Distància de la vora superior"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Nom de l'estil de caràcters no visitat"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Nom de l'estil de caràcters visitat"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Mode d'escriptura"
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Obri el diàleg Llegenda. Conté la mateixa informació que el diàleg que podeu obtindre amb el menú %PRODUCTNAME Writer - Llegenda automàtica del quadre de diàleg Opcions."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Opcions"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Introduïu el valor de desplaçament que voleu aplicar a un camp de número de pàgina, per exemple \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Llista els tipus de camp disponibles. Per afegir un camp al document, feu clic en un tipus de camp, feu clic en un camp de la llista Selecciona i, a continuació, feu clic a Insereix."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Tipus"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Selecciona"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Feu clic en el format que voleu aplicar al camp seleccionat, o bé feu clic a \"Formats addicionals\" per definir un format personalitzat."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Format"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Obri el Selector de macros, on podeu triar la macro que voleu executar quan feu clic al camp seleccionat en el document."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Valor"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Defineix els paràmetres de funció addicionals per als camps. El tipus de paràmetre depèn del tipus de camp que seleccioneu."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "No_m"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Aleshores"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Introduïu el text que es visualitzarà quan es complisca la condició en el quadre Aleshores, i el text que es visualitzarà quan la condició no es trobe en el quadre Si no."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Altrament"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Introduïu el text que es visualitzarà quan es complisca la condició en el quadre Aleshores, i el text que es visualitzarà quan la condició no es trobe en el quadre Si no."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Element"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Introduïu un element nou."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Afig l'element a la llista."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Elements de la _llista"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Llista els elements. L'element de més amunt es mostra en el document."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Elimina l'element seleccionat de la llista."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Mou a_munt"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Mou l'element seleccionat cap amunt a la llista."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Mou a_vall"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Mou l'element seleccionat cap avall a la llista."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "No_m"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Introduïu un nom exclusiu per a la Llista d'entrada."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Introduïu un nom per a l'element seleccionat."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Introduïu el text que es visualitzarà en un navegador web quan l'element seleccionat no estiga disponible. El text alternatiu també s'utilitza per assistir persones discapacitades."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Cap>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Mostra l'element (objecte, gràfic o marc) que va davant de l'element actual en una seqüència d'enllaços. Per afegir o canviar l'enllaç anterior, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc actual i el marc de destinació han d'estar buits."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Cap>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Mostra l'element (objecte, gràfic o marc) que va després de l'element actual en una seqüència d'enllaços. Per afegir o canviar l'enllaç següent, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc de destinació ha d'estar buit."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Enllaç _anterior:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Enllaç _següent:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Descripció:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Continguts"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Evita els canvis en els continguts de l'element seleccionat."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osició"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Bloqueja la posició de l'element seleccionat en el document actual."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Mida"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Bloqueja la mida de l'element seleccionat."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Protegeix"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Superior"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centrat"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Inferior"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Indica l'alineació vertical del contingut del marc. Es refereix principalment al contingut de text però també afecta les taules i altres objectes ancorats a l'àrea de text (ancorats com a caràcter, per a caràcter o paràgraf), com ara marcs, gràfics o dibuixos."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Alineació del contingut"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editable en documents de només de lectura"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Vos permet editar els continguts d'un marc en un document que és només de lectura (protegit contra l'escriptura)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Im_primeix"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Inclou l'element seleccionat quan imprimiu el document."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Especifica la direcció preferida del flux del text en un marc. Per utilitzar els paràmetres de flux de text per defecte, seleccioneu Utilitza els paràmetres d'objecte superordinat a la llista."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Direcció del _text:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propietats"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Enllaç _anterior:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Cap>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Enllaç _següent:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Cap>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Indica les propietats de l'objecte, imatge o marc seleccionat."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Auto..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opcions..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Llegenda"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numeració:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separador:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posició:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Seleccioneu el tipus de numeració que voleu utilitzar en la llegenda."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Introduïu els caràcters opcionals que han d'aparèixer entre el número i el text de la llegenda."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Separador de numeració:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Escriviu el text que voleu que aparega després del nombre de la llegenda."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Afig la llegenda per sobre o per sota de l'element seleccionat. Esta opció només està disponible per a alguns objectes."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Categoria:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Seleccioneu la categoria de la llegenda, o escriviu un nom per a crear una categoria nova. El text de la categoria apareix davant del número de llegenda a l'etiqueta de la llegenda. Cada categoria de llegenda predefinida es formata amb un estil de paràgraf amb el mateix nom."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propietats"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Previsualització"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Afig una llegenda numerada a un gràfic, a una taula, a un marc, a un marc de text o a un objecte de dibuix seleccionat."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Cap]"
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index 64ed1418626..959066ccd98 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ca/>\n"
"Language: ca\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Taula"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Inseriu aquí el nom per al nou extrem de la fletxa:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Voleu transposar una taula de Writer? Copieu i enganxeu-la al Calc, transposeu-la amb el copia i enganxa especial i després copia i enganxa especial ▸ Text formatat en el Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Per a obtenir la barra d'eines «Text vertical» en la barra de dibuix, marqueu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Llengües predeterminades per als documents ▸ Asiàtic, i feu el botó visible fent-hi clic dret."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Podeu crear un diagrama basat en una taula de Writer fent clic en la taula i triant Insereix ▸ Diagrama."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Seleccioneu opcions a «Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Ajudes a la formatació ▸ Visualització de» per a indicar quins caràcters no imprimibles voleu que es mostrin."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Voleu que el cursor vagi a la cel·la de la dreta després d'introduir un valor al Calc? Utilitzeu la tecla Tab en comptes de l'Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Per a mostrar la barra de desplaçament a l'esquerra, activeu «Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Text complex» i marqueu «Full ▸ De dreta a esquerra»"
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "No utilitzeu mai determinats estils de fletxa? Elimineu-los mitjançant el botó Suprimeix a la pestanya Format ▸ Quadre de text i forma ▸ Línia ▸ Estils de fletxa."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Ajuda del %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Més informació"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Executa aquesta acció ara..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Suggeriment del dia: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Ord"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opc"
@@ -4362,7 +4368,7 @@ msgstr "Informació de la versió"
#: cui/uiconfig/ui/aboutdialog.ui:429
msgctxt "aboutdialog|btnCopyVersionTooltip"
msgid "Copy all version information in English"
-msgstr "Copia la informació de la versió en anglès"
+msgstr "Copia en anglès tota la informació quant a la versió"
#. Ujmto
#: cui/uiconfig/ui/accelconfigpage.ui:80
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Seleccioneu o afegiu el certificat de serveis de seguretat de xarxa correcte per utilitzar a les signatures digitals."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Seleccioneu la formatació que voleu aplicar."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Mida:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Llengua:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per a corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Característiques..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Llengua:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per a corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Seleccioneu la formatació que voleu aplicar."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Mida:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Característiques..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Mida:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Llengua:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Seleccioneu la formatació que voleu aplicar."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per a corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Característiques..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per a corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Mida:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Seleccioneu la formatació que voleu aplicar."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Introduïu o selecioneu la mida del tipus de lletra que voleu aplicar. Per a tipus de lletra escalables, també podeu introduir valors decimals."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per a corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Llengua:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Característiques..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Defineix la llengua que el verificador ortogràfic ha d'utilitzar per a corregir la part seleccionada del text que teclegeu. Els mòduls de llengua disponibles s'indiquen mitjançant una marca de selecció."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Lletra tipogràfica del text"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Previsualització"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Indiqueu la formatació i el tipus de lletra que voleu aplicar."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Introduïu un nom per a la imatge."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Text alternatiu:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Introduïu el text que voleu visualitzar quan es mostri el ratolí en un lloc d'accés en un navegador."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Descripció:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Introduïu una descripció per a la zona sensible."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Enumera les propietats de la zona sensible seleccionada."
@@ -13628,7 +13616,7 @@ msgstr "Descripció"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Alternativa _textual:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Genereu codis lineals o matricials per a representar qualsevol text o URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Voleu desar l'extrem de la fletxa?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "L'extrem de la fletxa s'ha modificat sense haver-lo desat."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Voleu desar l'extrem de la fletxa ara?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Esteu segur que voleu suprimir l'ombreig?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Voleu suprimir l'extrem de la fletxa?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Esteu segur que voleu suprimir l'extrem de la fletxa?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Columnes de text"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Au_tomàtica"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Insereix automàticament els guionets allà on són necessaris en un paràgraf."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Introduïu el nombre màxim de línies consecutives sobre les quals es pot aplicar la partició de mots."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Introduïu el nombre mínim de caràcters que han d'aparèixer al començament de la línia després del guionet."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Introduïu el nombre mínim de caràcters que s'ha de deixar al final de la línia davant del guionet."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Caràcters al _final de la línia"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Ca_ràcters al començament de la línia"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Línies partides consecutives _màximes"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "No parteixis els mots en _MAJÚSCULES"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Partició de mots"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Insereix"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Activeu aquesta casella de selecció i, a continuació, seleccioneu el tipus de salt que voleu utilitzar."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Amb est_il de pàgina:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Activeu aquesta casella de selecció i, a continuació, seleccioneu l'estil de pàgina que voleu utilitzar per a la primera pàgina després del salt."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Tipus:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Introduïu el número de pàgina correspondent a la primera pàgina després del salt. Si voleu continuar amb la numeració de pàgines actual, deixeu la casella desactivada."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Nú_mero de pàgina:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posició:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estil de pàgina"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Seleccioneu l'estil de formatació que s'aplicarà per a la primera pàgina després del salt."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Pàgina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Seleccioneu el tipus de salt que voleu inserir."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Abans"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Després"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Seleccioneu el lloc on voleu inserir el salt."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Salts"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Mantén les _línies juntes"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Desplaça tot el paràgraf a la pàgina o a la columna següent després d'inserir un salt."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Conserva amb el paràgraf següent"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Manté el paràgraf actual i el paràgraf següent junts quan s'insereix un salt o un salt de columna."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "C_ontrol de línies òrfenes"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf abans d'un salt de pàgina. Activeu aquesta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Control de línies _vídues"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf de la primera pàgina posterior al salt. Activeu aquesta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf abans d'un salt de pàgina. Activeu aquesta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el nombre mínim de línies d'un paràgraf de la primera pàgina posterior al salt. Activeu aquesta casella de selecció i, a continuació, introduïu un nombre en el quadre Línies."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "línies"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "línies"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opcions"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Especifiqueu les opcions de partició de mots i paginació."
diff --git a/source/ca/editeng/messages.po b/source/ca/editeng/messages.po
index 1b87303e9d7..0a942157601 100644
--- a/source/ca/editeng/messages.po
+++ b/source/ca/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-28 07:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ca/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 guionets"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estil de la pàgina: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Interlletratge "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "blocat "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensat "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Gràfic"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "cap"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Punts "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cercle "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Cercle ple "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Accent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "A sobre"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "A sota"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Línies dobles desactivades"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Línies dobles activades"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Sense espaiat entre caràcters automàtic"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Sense espaiat entre caràcters automàtic"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Sense puntuació sortint a fi de línia"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Puntuació sortint a fi de línia"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplica la llista de caràcters prohibits a l'inici i a fi de línia"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "No apliquis la llista de caràcters prohibits a l'inici i a fi de línia"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Sense gir de caràcters"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Gir de caràcters de $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Ajusta a la línia"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "El text no està girat"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "El text està girat $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Ampliació de caràcters del $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Sense ampliació de caràcters"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Sense relleu"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relleu"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gravat"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Alineació automàtica del text"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Text alineat a la línia de base"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Text alineat a la part superior"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Text alineat al mig"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Text alineat a la part inferior"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Direcció del text d'esquerra a dreta (horitzontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Direcció del text de dreta a esquerra (horitzontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Direcció del text de dreta a esquerra (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Direcció del text d'esquerra a dreta (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Utilitza la configuració de la direcció del text per a objectes superordinats"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Direcció de text d'esquerra a dreta (vertical des de baix)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "El paràgraf s'ajusta a la graella del text (si està activa)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "El paràgraf no s'ajusta a la graella del text"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "No amagat"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Amagat"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Safata de paper"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[De la configuració d'impressora]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Suprimeix"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Mou"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Insereix"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Reemplaça"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplica els atributs"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reinicialitza els atributs"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sagnat"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplica els estils"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Canvia a majúscules/minúscules"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "La paraula és: %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "El paràgraf és: %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automàtic"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Pic d'imatge al paràgraf"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Pic d'imatge"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paràgraf: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Voleu continuar la verificació des de l'inici del document?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Voleu continuar la verificació des del final del document?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"a causa d'un error desconegut."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "El diccionari està ple."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "El diccionari és només de lectura."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sagna"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Mostra els subpunts"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Redueix"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplica els atributs"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Insereix"
diff --git a/source/ca/fpicker/messages.po b/source/ca/fpicker/messages.po
index 070d7764f61..0e749ecdd33 100644
--- a/source/ca/fpicker/messages.po
+++ b/source/ca/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/ca/>\n"
"Language: ca\n"
@@ -195,13 +195,13 @@ msgstr "Llocs"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Afegeix la carpeta actual a Llocs"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Elimina la carpeta actual de Llocs"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Data de modificació"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Obre"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Re_produeix"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Nom del fitxer:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Tipus de fitxer:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Només lectu_ra"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Desa amb contrasenya"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Extensió del nom del fitxer _automàtica"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Edita els paràmetres del _filtre"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Xifra amb clau GPG"
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index abe75f64c75..307733579c2 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1552290669.000000\n"
@@ -24148,7 +24148,7 @@ msgctxt ""
"hd_id3148554\n"
"help.text"
msgid "<variable id=\"Switch_h1\"><link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Switch Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Switch_h1\"><link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Funció Switch</link></variable>"
#. yBnoz
#: 03090410.xhp
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared/03.po b/source/ca/helpcontent2/source/text/sbasic/shared/03.po
index a977165a2f9..1103cf5aea7 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-04 10:54+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562337011.000000\n"
#. ViEWM
@@ -24108,7 +24108,7 @@ msgctxt ""
"par_id181612441703306\n"
"help.text"
msgid "\"?\" represents any single character;"
-msgstr ""
+msgstr "«?» representa qualsevol caràcter individual;"
#. CFPcW
#: sf_string.xhp
@@ -24243,7 +24243,7 @@ msgctxt ""
"par_id471580293142283\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: la cadena que es comprovarà. Si és buida, el mètode retorna <literal>False</literal>."
#. 7Ryzp
#: sf_string.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index a73c0d47cd2..65999e575c9 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-10 09:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1560441763.000000\n"
@@ -2870,6 +2870,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Mostra una llista dels fulls del document actual. Per a seleccionar un full, premeu les tecles de fletxa amunt o fletxa avall per a desplaçar-vos a un full de la llista. Per a afegir un full a la selecció, manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre premeu les tecles de cursor, i després premeu la barra espaiadora. Per a seleccionar un interval de fulls, manteniu premuda la tecla Maj i premeu les tecles de cursor.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56649,15 +56721,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Per a un nombre positiu la funció arrodoneix cap amunt (a part de zero). Per a un nombre negatiu la funció arrodoneix cap amunt (cap a zero). S'ignora el signe del valor significatiu."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
-#, fuzzy
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Aquesta funció calcula resultats idèntics a la funció <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56968,14 +57039,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Per a un nombre positiu la funció arrodoneix cap amunt (a part de zero). Per a un nombre negatiu la funció arrodoneix cap amunt (cap a zero). S'ignora el signe del valor significatiu."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Aquesta funció calcula els resultats de la mateixa manera que la funció <link href=\"#Section311\" name=\"ceilingprecise\">ARRODMULTSUP.PRECIS</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -64896,13 +64967,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "Text <emph></emph> Un text o referència a una cel·la on s'ha d'aplicar l'expressió regular."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -68661,15 +68732,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Paràmetres del<unk>"
-#. 36mEY
+#. gMCQC
#: solver.xhp
-#, fuzzy
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Els ajustaments del diàleg es mantenen fins que tanqueu el document actual."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -69767,6 +69837,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "Guia de referència del Lpsolve <link href=\"http//lpsolve.sourceforge.net/\">a sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/guide.po b/source/ca/helpcontent2/source/text/scalc/guide.po
index 15746fab997..e9be2f00ba8 100644
--- a/source/ca/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-04 12:33+0100\n"
-"PO-Revision-Date: 2022-03-21 10:38+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: Weblate 4.12.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551343811.000000\n"
@@ -586,23 +586,21 @@ msgstr "Definició dels colors de fons o dels gràfics de fons"
#. PE8wQ
#: background.xhp
-#, fuzzy
msgctxt ""
"background.xhp\n"
"bm_id3149346\n"
"help.text"
msgid "<bookmark_value>spreadsheets; backgrounds</bookmark_value><bookmark_value>backgrounds;cell ranges</bookmark_value><bookmark_value>tables; backgrounds</bookmark_value><bookmark_value>cells; backgrounds</bookmark_value><bookmark_value>rows, see also cells</bookmark_value><bookmark_value>columns, see also cells</bookmark_value>"
-msgstr "Fulls de càlcul <bookmarkvalue>; fons</bookmarkvalue>fons <bookmarkvalue>;intervals de cel·les taules</bookmarkvalue><bookmarkvalue>; fons</bookmarkvalue>cel·les <bookmarkvalue>; fons files</bookmarkvalue><bookmarkvalue>vegeu també cel·les</bookmarkvalue>columnes <bookmarkvalue>vegeu també cel·les </bookmarkvalue>"
+msgstr "<bookmark_value>fulls de càlcul; fons</bookmark_value><bookmark_value>fons;intervals de cel·les</bookmark_value><bookmark_value>taules;fons</bookmark_value><bookmark_value>cel·les;fons</bookmark_value><bookmark_value>files, mostra també les cel·les</bookmark_value><bookmark_value>columnes, mostra també les cel·les</bookmark_value>"
#. tMFWU
#: background.xhp
-#, fuzzy
msgctxt ""
"background.xhp\n"
"hd_id3149346\n"
"help.text"
msgid "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link> </variable>"
-msgstr "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\"> Definició de colors de fons o gràfics de fons</link> </variable>"
+msgstr "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Definició dels colors de fons dels gràfics de fons</link> </variable>"
#. gwwiM
#: background.xhp
@@ -678,13 +676,12 @@ msgstr "Seleccioneu el gràfic i feu clic a <emph>Obre</emph>"
#. 2BGVn
#: background.xhp
-#, fuzzy
msgctxt ""
"background.xhp\n"
"par_id3153575\n"
"help.text"
msgid "The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>."
-msgstr "El gràfic s'insereix ancorat a la cel·la actual. Podeu moure i escalar el gràfic com vulgueu. En el menú contextual podeu utilitzar l'ordre <menuitem>Organitza - Al fons</menuitem> per col·locar-lo al fons. Per seleccionar un gràfic que s'ha col·locat al fons utilitzeu el Navegador <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\"></link> ."
+msgstr "El gràfic s'insereix ancorat a la cel·la actual. Podeu moure i escalar el gràfic com vulgueu. Al menú de context podeu utilitzar l'ordre <menuitem>Organitza ▸ Al fons</menuitem> per a col·locar-lo al fons. Per a seleccionar un gràfic que s'ha col·locat al fons, feu servir el <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navegador</link>."
#. vTxFX
#: background.xhp
@@ -5605,13 +5602,12 @@ msgstr "Seleccioneu tots els fulls que vulgueu mantenint premuda la tecla <switc
#. xSB4o
#: edit_multitables.xhp
-#, fuzzy
msgctxt ""
"edit_multitables.xhp\n"
"par_idN10614\n"
"help.text"
msgid "You can use <emph>Shift</emph>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Page Up</emph> or <emph>Page Down</emph> to select multiple sheets using the keyboard."
-msgstr "Podeu utilitzar <emph>Maj</emph>+<switchinline select=\"sys\"><caseinline select=\"MAC\"> <emph>Ordre</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Pàgina Amunt</emph>o <emph>Av Pàg</emph>per seleccionar múltiples fulls utilitzant el teclat."
+msgstr "Podeu utilitzar <emph>Maj</emph>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Ordre</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Re pàg</emph> o <emph> Av pàg</emph> per seleccionar diversos fulls amb el teclat."
#. bwHKS
#: edit_multitables.xhp
diff --git a/source/ca/helpcontent2/source/text/sdraw.po b/source/ca/helpcontent2/source/text/sdraw.po
index 818cf004e30..7d039c6d85a 100644
--- a/source/ca/helpcontent2/source/text/sdraw.po
+++ b/source/ca/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-16 11:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557994534.000000\n"
@@ -1015,24 +1015,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Aquest menú permet inserir elements, com ara gràfics i guies, en documents del Draw."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Imatge</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Insereix una imatge"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index e30fa9e8e94..4defe8081d9 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
-"PO-Revision-Date: 2022-05-03 12:47+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561601622.000000\n"
@@ -2680,6 +2680,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Els objectes d'enllaç i incrustació (OLE) es poden enllaçar o incrustar a un document de destinació. Amb la incrustació s'insereix una còpia de l'objecte i els detalls del programa d'origen en el document de destinació. Si voleu editar l'objecte, només cal que activeu el programa d'origen fent doble clic a l'objecte."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -3349,7 +3358,7 @@ msgctxt ""
"par_id3153716\n"
"help.text"
msgid "This command can be activated if an object is selected. A link named \"Link to xxx\" (<emph>xxx</emph> represents the name of the object) will be created directly in the same directory as that of the selected object."
-msgstr "Es pot activar aquesta ordre si hi ha un objecte seleccionat. Es crearà un enllaç directament anomenat \"Enllaç a xxx\" (on <emph>xxx</emph> representa el nom de l'objecte) en el mateix directori que el de l'objecte seleccionat."
+msgstr "Es pot activar aquesta ordre si hi ha un objecte seleccionat. Es crearà un enllaç directament anomenat «Enllaç a xxx» (on <emph>xxx</emph> representa el nom de l'objecte) en el mateix directori que el de l'objecte seleccionat."
#. HKFbQ
#: 00000011.xhp
@@ -7992,23 +8001,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Àudio o vídeo"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Trieu <emph>Insereix ▸ Objecte</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Objecte OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -8037,14 +8046,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Objecte OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Fórmula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8082,14 +8091,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Trieu <emph>Format ▸ Tipus de diagrama</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8100,14 +8109,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Trieu <emph>Format ▸ Tipus de diagrama</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8118,23 +8127,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Trieu <emph>Format ▸ Tipus de diagrama</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Trieu <emph>Insereix ▸ Objecte ▸ Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12432,23 +12441,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Inferior"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Trieu <emph>Format ▸ Ancora</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "A la barra <emph>Disseny de formulari</emph>, feu clic a"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12460,68 +12478,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "Icona <image id=\"imgid3145357\" src=\"cmd/sctoggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"altid3145357\"> Ancora</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Canvia l'àncora"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Trieu <emph>Format ▸ Ancora ▸ A la pàgina</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Trieu <emph>Format ▸ Ancora ▸ Al paràgraf</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Trieu <emph>Format ▸ Ancora ▸ Al caràcter</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Trieu <emph>Format ▸ Ancora ▸ Com a caràcter</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Trieu <emph>Format ▸ Ancora ▸ Al marc</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Trieu <emph>Format ▸ Ancora ▸ A la cel·la</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12704,14 +12722,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Trieu <menuitem>Format </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"> <menuitem>Text Box i Shape </menuitem></caseinline><caseinline select=\"CALC\"> <menuitem>Objecte </menuitem></caseinline></switchinline><menuitem>Línia </menuitem> Estils de línia XYGN pestanya</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\"> Trieu <menuitem>Format </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"> <menuitem>Text Box i Shape </menuitem></caseinline><caseinline select=\"CALC\"> <menuitem>Objecte </menuitem></caseinline></switchinline> <menuitem>Línia Estils de fletxa</menuitem>.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -13258,15 +13321,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Obriu el menú contextual de l'objecte i trieu <menuitem>Name</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
-#, fuzzy
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Obriu el menú contextual de l'objecte i trieu <menuitem>Descripció</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index 93ef833017e..bbed1e8b758 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca/>\n"
@@ -9169,15 +9169,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Representa majúscules si l'opció <emph>Distingeix entre majúscules i minúscules</emph> s'ha seleccionat a <emph>Opcions</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
-#, fuzzy
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Per a una llista completa de metacaràcters admesos i sintaxi vegeu <link href=\"https//unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Expressió regular documentació</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15616,33 +15615,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Inserció d'imatges"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserció d'imatges\">Inserció d'imatges</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
-#, fuzzy
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"imagetext\"><variable id=\"grafiktext\"><ahelp hid=\".unoInsertGraphic\">Insereix una imatge en el document actual<switchinline select=\"appl\"><caseinline select=\"WRITER\">amb l'ajust de pàgina òptima i centrat centrat centrada</caseinline><caseinline select=\"CALC\">a la posició actual de la cel·la</caseinline><defaultinline>Centra a la pàgina o diapositiva</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Estil de marc"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15653,6 +15651,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Seleccioneu l'estil de marc que voleu aplicar al gràfic.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15689,42 +15705,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Mostra una previsualització del fitxer gràfic seleccionat.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objecte"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objecte\">Objecte</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
-#, fuzzy
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Insereix un objecte incrustat en el document incloent-hi les fórmules diagrames diagrames i objectes OLE.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Fórmula\">Fórmula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26799,15 +26814,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Afegeix una ombra al text seleccionat o, si el cursor es troba en una paraula, l'afegeix a tota la paraula.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
-#, fuzzy
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribueix les files equitativament"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26819,15 +26833,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmarkvalue>taula rows;distribute de l'alçada uniformement</bookmarkvalue> de de de <bookmarkvalue>fila height;distribute de piques.</bookmarkvalue>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
-#, fuzzy
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribueix les files equitativament</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26838,15 +26851,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Ajusta l'alçada de les files seleccionades perquè coincideixi amb l'alçada de la fila més alta de la selecció.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
-#, fuzzy
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Tria <emph>Taula - Mida - Distribueix files equitativament</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26866,14 +26878,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icona</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribueix les files equitativament"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -27404,14 +27416,14 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objectes;títols i descripcions</bookmark_value><bookmark_value>descripcions dels objectes</bookmark_value><bookmark_value>títols;objectes</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -27422,32 +27434,32 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Assigna un títol i una descripció a l'objecte seleccionat. Ambdós són accessibles per a les eines d'accessibilitat, i també com a etiquetes alternatives quan exporteu el document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Títol"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduïu un text de títol. Aquest nom curt es mostra com a etiqueta alternativa en format HTML. Les eines d'accessibilitat poden llegir aquest text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -27458,14 +27470,32 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduïu una descripció. El text de descripció llarg descriu als usuaris un objecte complex o un grup d'objectes mitjançant un programa de lectura de pantalla. La descripció es mostra com a etiqueta alternativa per a les eines d'accessibilitat.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -28081,32 +28111,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Editeu o creeu estils de fletxa.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organitza els estils de fletxa"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Permet organitzar la llista d'estils de fletxa actual."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Títol"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -28153,14 +28192,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Per definir un estil de fletxa personalitzat, seleccioneu un objecte de dibuix al document i, tot seguit, feu clic aquí.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modifica"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -31597,23 +31636,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ancora"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Ancoratge\">Ancora</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Defineix les opcions d'ancoratge per a l'objecte seleccionat.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31642,23 +31681,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"A la pàgina\">A la pàgina</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ancora l'element seleccionat a la pàgina actual.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Els elements ancorats romanen a la pàgina actual encara que inseriu o suprimiu text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31687,14 +31744,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Al paràgraf\">Al paràgraf</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ancora l'element seleccionat al paràgraf actual.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31723,32 +31789,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Al caràcter\">Al caràcter</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ancora l'element seleccionat a un caràcter.</ahelp> Aquesta ordre només està disponible per a objectes gràfics."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "L'àncora es mostra davant del caràcter."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Per a alinear una imatge en relació amb el caràcter al qual està ancorada, feu clic amb el botó dret damunt de la imatge i trieu <emph>Propietats</emph>. A continuació, feu clic a la pestanya <emph>Tipus</emph> i, a l'àrea <emph>Posició</emph>, seleccioneu <emph>Caràcter</emph> en els quadres anomenats <emph>a</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31795,14 +31861,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Al marc\">Al marc</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ancora l'element seleccionat al marc que l'envolta.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31822,14 +31888,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Com a caràcter\">Com a caràcter</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ancora l'element seleccionat com a caràcter en el text actual. Si l'alçada de l'element seleccionat és superior a la mida del tipus de lletra actual, s'ampliarà l'alçada de la línia que contingui aquest element.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/02.po b/source/ca/helpcontent2/source/text/shared/02.po
index e259251c374..fbb9139fac2 100644
--- a/source/ca/helpcontent2/source/text/shared/02.po
+++ b/source/ca/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ca/>\n"
@@ -12049,14 +12049,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Per a obtenir més informació, consulteu l'apartat <link href=\"text/shared/01/05030500.xhp\" name=\"Vores\"><emph>Vores</emph></link> de l'Ajuda."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Canvia l'àncora"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -12067,23 +12067,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>àncores; canviar</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Canvia l'àncora\">Canvia l'àncora</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Permet commutar entre les opcions d'ancoratge.</ahelp></variable> La icona <emph>Canvia l'àncora</emph> només es veu quan se selecciona un objecte com un gràfic, un camp de control <switchinline select=\"appl\"><caseinline select=\"WRITER\">o un marc</caseinline></switchinline>."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/guide.po b/source/ca/helpcontent2/source/text/shared/guide.po
index 2fcd9766fcd..509a7666be5 100644
--- a/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/source/ca/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ca/>\n"
@@ -14353,14 +14353,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>gràfics, vegeu també imatges</bookmark_value><bookmark_value>imatges</bookmark_value><bookmark_value>imatges; inserció i edició de mapes de bits</bookmark_value><bookmark_value>il·lustracions, vegeu imatges</bookmark_value><bookmark_value>mapes de bits; inserció i edició</bookmark_value><bookmark_value>gràfics de píxels; inserció i edició</bookmark_value><bookmark_value>exportació; mapes de bits</bookmark_value><bookmark_value>importació; mapes de bits</bookmark_value><bookmark_value>imatges; edició</bookmark_value><bookmark_value>edició; imatges</bookmark_value><bookmark_value>filtre d'inversió</bookmark_value><bookmark_value>filtre de suavització</bookmark_value><bookmark_value>filtre d'augment de la nitidesa</bookmark_value><bookmark_value>filtre de supressió del soroll</bookmark_value><bookmark_value>filtre d'inversió de colors</bookmark_value><bookmark_value>filtre d'envelliment</bookmark_value><bookmark_value>filtre de reducció de la gamma de colors</bookmark_value><bookmark_value>filtre d'art pop</bookmark_value><bookmark_value>filtre d'esbós al carbonet</bookmark_value><bookmark_value>filtre de mosaic</bookmark_value><bookmark_value>imatges;filtres</bookmark_value><bookmark_value>filtres;imatges</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserir, suprimir i desar mapes de bits\">Inserir, suprimir i desar mapes de bits</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14380,14 +14380,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Podeu inserir una imatge de mapa de bits als documents del $[officename] Writer, el $[officename] Calc, el $[officename] Draw i el $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Trieu <emph>Insereix - Imatge - Des d'un fitxer</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14398,6 +14398,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Seleccioneu el fitxer. Al quadre <emph>Tipus de fitxer</emph> podeu restringir la selecció a determinats tipus de fitxers."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21744,6 +21753,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/optionen.po b/source/ca/helpcontent2/source/text/shared/optionen.po
index a3ccbd0d892..7b50457a3da 100644
--- a/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca/>\n"
@@ -920,14 +920,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\"> Especifica que el <item type=\"productname\">%PRODUCTNAME</item> desa tots els documents oberts en desar la informació de recuperació automàtica. Utilitza el mateix interval de temps que la recuperació automàtica.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Desa els URL relatius al sistema de fitxers"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/guide.po b/source/ca/helpcontent2/source/text/simpress/guide.po
index d67756ab551..85b68c903de 100644
--- a/source/ca/helpcontent2/source/text/simpress/guide.po
+++ b/source/ca/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561340732.000000\n"
@@ -4392,204 +4392,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Seleccioneu la diapositiva després de la qual voleu enganxar la diapositiva copiada, i trieu <emph>Edita ▸ Enganxa</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Càrrega de llistes de colors, degradats i ombreigs"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colors; càrrega de llistes</bookmark_value><bookmark_value>degradats; càrrega de llistes</bookmark_value><bookmark_value>ombreigs; càrrega de llistes</bookmark_value><bookmark_value>càrrega; colors/degradats/ombreigs</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Càrrega de llistes de colors, degradats i ombreigs\">Càrrega de llistes de colors, degradats i ombreigs</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Podeu utilitzar llistes per a organitzar patrons de colors, degradats o ombreigs. El $[officename] proporciona diverses llistes que podeu carregar i utilitzar al document. Si voleu, podeu afegir o suprimir elements d'una llista o, fins i tot, crear llistes personalitzades."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Per a carregar una llista de colors:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Trieu <emph>Format ▸ Àrea</emph> i feu clic a la pestanya <emph>Colors</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Feu clic al botó <emph>Carrega la llista de colors</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Cerqueu la llista de colors que voleu carregar i feu clic a <emph>Obre</emph>. Els fitxers de llista de colors tenen el format [nomdelfitxer].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Per a desar una llista de colors, feu clic al botó <emph>Desa la llista de colors</emph>, introduïu un nom de fitxer i feu clic a <emph>Desa</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>colors; colors per defecte</bookmark_value><bookmark_value>colors; colors del LibreOffice</bookmark_value><bookmark_value>colors del LibreOffice</bookmark_value><bookmark_value>colors; colors HLC</bookmark_value><bookmark_value>colors del Material Design</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "La llista de colors HLC de freieFarbe es basa en el model CIELAB i està optimitzada per a la impressió professional en CMYK. Els colors de les llistes de compatibilitat i HTML estan optimitzats per a monitors amb resolució de 256 colors. Les paletes «LibreOffice» i «Material» contenen els colors oficials del LibreOffice i Material Design, respectivament. La paleta tonal.soc forneix un joc de colors organitzats per contrast de luminància que funcionen en diferents dispositius de maquinari."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Per a carregar una llista de degradats:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Trieu <emph>Format ▸ Àrea</emph> i feu clic a la pestanya <emph>Degradats</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Feu clic al botó <emph>Carrega la llista de degradats</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Cerqueu la llista de degradats que voleu carregar i feu clic a <emph>Obre</emph>. Els fitxers de llista de degradats tenen el format [nomdelfitxer].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Per a desar una llista de degradats, feu clic al botó <emph>Desa la llista de degradats</emph>, introduïu un nom de fitxer i feu clic a <emph>Desa</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Per a carregar una llista d'ombreigs:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Trieu <emph>Format ▸ Àrea</emph> i feu clic a la pestanya <emph>Ombreig</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Feu clic al botó <emph>Carrega la llista d'ombreigs</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Cerqueu la llista d'ombreigs que voleu carregar i feu clic a <emph>Obre</emph>. Els fitxers de llista d'ombreigs tenen el format [nomdelfitxer].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Per a desar una llista d'ombreigs, feu clic al botó <emph>Desa la llista d'ombreigs</emph>, introduïu un nom de fitxer i feu clic a <emph>Desa</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format ▸ Àrea</link>"
-
#. vf3R9
#: photo_album.xhp
#, fuzzy
@@ -6197,14 +5999,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Aneu a la diapositiva on voleu inserir el full de càlcul."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Trieu <emph>Insereix - Objecte - Objecte OLE</emph>. Feu clic a <emph>Crea'n un de nou</emph> i seleccioneu Full de càlcul del %PRODUCTNAME. Feu clic a D'acord. Feu clic al full de càlcul per introduir les dades."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6251,14 +6053,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Aneu a la diapositiva on voleu inserir el full de càlcul."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Trieu <emph>Insereix - Objecte - Objecte OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6305,14 +6107,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format ▸ Disposició de la diapositiva\">Format ▸ Disposició de la diapositiva</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insereix ▸ Objecte ▸ Objecte OLE\">Insereix ▸ Objecte ▸ Objecte OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/00.po b/source/ca/helpcontent2/source/text/swriter/00.po
index 5e67a7e214a..a5a0055b04d 100644
--- a/source/ca/helpcontent2/source/text/swriter/00.po
+++ b/source/ca/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-17 11:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ca/>\n"
@@ -2056,6 +2056,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Trieu la pestanya <emph>Insereix ▸ Marc ▸ Marc ▸ Opcions</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2327,14 +2336,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Alçada òptima de la fila"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Trieu <emph>Taula ▸ Adaptació automàtica ▸ Distribueix les files equitativament</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2345,23 +2354,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Obriu la barra d'eines <emph>Optimitza la mida</emph> des de la barra <emph>Taula</emph> i feu clic a"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribueix les files equitativament"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/01.po b/source/ca/helpcontent2/source/text/swriter/01.po
index 3c7d9f9572a..30f37419fa6 100644
--- a/source/ca/helpcontent2/source/text/swriter/01.po
+++ b/source/ca/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca/>\n"
@@ -4459,23 +4459,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Mostra l'aspecte que tindrà el document al moment d'imprimir-lo.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Paràgrafs amagats"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Paràgrafs amagats\">Paràgrafs amagats</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15150,14 +15150,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Files d'encapçalament"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Seleccioneu el nombre de files que voleu utilitzar per a l'encapçalament.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18427,41 +18427,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Seleccioneu l'opció d'alineació vertical per a l'objecte.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Si ancoreu un objecte a un marc amb una alçada fixa, només estaran disponibles les opcions d'alineació \"Inferior\" i \"Centre\"."
+msgid "by"
+msgstr "per"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "per"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Introduïu la quantitat d'espai que voleu deixar entre l'extrem superior de l'objecte seleccionat i el punt de referència que seleccioneu en el quadre <emph>A</emph>.</ahelp> Aquesta opció només està disponible si seleccioneu «Des de la part superior» o «Des de la part inferior» (com a caràcter) en el quadre <emph>Vertical</emph>."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18472,13 +18535,13 @@ msgctxt ""
msgid "to"
msgstr "a"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18517,13 +18580,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18571,6 +18634,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Si ancoreu un objecte a un marc amb una alçada fixa, només estaran disponibles les opcions d'alineació \"Inferior\" i \"Centre\"."
+
#. bQXrs
#: 05060100.xhp
#, fuzzy
@@ -20522,33 +20594,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Opcions\">Opcions</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
-#, fuzzy
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Especifica les propietats del gràfic o del marc seleccionat o del marc.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nom"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Especifica el nom de l'element seleccionat i dels enllaços associats."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20577,23 +20639,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Assigneu un nom amb sentit a l'objecte, al gràfic o al marc, perquè el pugueu localitzar ràpidament en els documents llargs."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Text alternatiu (només marcs flotants, gràfics i objectes)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Introduïu el text que es visualitzarà en un navegador web quan l'element seleccionat no estigui disponible. El text alternatiu també s'utilitza per assistir persones discapacitades.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20604,14 +20666,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Enllaç anterior"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Mostra l'element (objecte, gràfic o marc) que va davant de l'element actual en una seqüència d'enllaços. Per afegir o canviar l'enllaç anterior, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc actual i el marc de destinació han d'estar buits.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20622,14 +20684,14 @@ msgctxt ""
msgid "Next link"
msgstr "Enllaç posterior"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Mostra l'element (objecte, gràfic o marc) que va després de l'element actual en una seqüència d'enllaços. Per afegir o canviar l'enllaç següent, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc de destinació ha d'estar buit.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index fb388db6cd9..ed52d33d51c 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:41+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ca/>\n"
@@ -44,23 +44,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Col·locació d'objectes\">Col·locació d'objectes</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Un objecte, com ara una imatge, es posiciona dins d'un document mitjançant àncores adjuntades a altres elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Una àncora determina el punt de referència d'un objecte. El punt de referència podria ser la pàgina o el marc on hi ha l'objecte, un paràgraf o fins i tot un caràcter. Una imatge sempre té una àncora i, per tant, un punt de referència."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -197,23 +197,50 @@ msgctxt ""
msgid "To frame"
msgstr "Al marc"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ancora l'element seleccionat al marc que l'envolta."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Quan inseriu un objecte, un gràfic o un marc, apareix una icona d'àncora al lloc on l'objecte està ancorat. Podeu moure una àncora o, tenint en compte altres restriccions de l'objecte, posicionar un objecte en relació amb el punt de referència de l'àncora arrossegant l'objecte. Per a canviar les opcions d'ancoratge d'un element, feu clic amb el botó dret a l'element, i després trieu una opció del submenú <item type=\"menuitem\">Ancora</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -9251,14 +9278,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Inserció d'un gràfic des d'un fitxer"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>imatges; inserció mitjançant un diàleg</bookmark_value> <bookmark_value>inserció; imatges, mitjançant un diàleg</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9269,33 +9296,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserció d'un gràfic des d'un fitxer\">Inserció d'un gràfic des d'un fitxer</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Feu clic a la part del document on vulgueu inserir el gràfic."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Trieu <link href=\"text/shared/01/04140000.xhp\" name=\"Insereix ▸ Imatge ▸ Des d'un fitxer\"><emph>Insereix ▸ Imatge ▸ Des d'un fitxer</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Cerqueu el fitxer gràfic que vulgueu inserir i feu clic a <emph>Obre</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19412,14 +19412,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Trieu <item type=\"menuitem\">Eines - Opcions de correcció automàtica - Compleció de paraules</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Desactiveu la casella <emph>Habilita la compleció de paraules</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index c1913189821..376dccb9cd0 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ca/>\n"
"Language: ca\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Al full anterior"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Alçada òptima de fila"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribueix les files equitativament "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20176,7 +20186,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Up"
-msgstr ""
+msgstr "Mou cap amunt"
#. J83AS
#: GenericCommands.xcu
@@ -20206,7 +20216,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Down"
-msgstr ""
+msgstr "Mou cap avall"
#. ZEVXU
#: GenericCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Insereix un objecte OLE"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "Objecte ~OLE..."
#. zKjoT
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Imatge"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objecte i forma"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "~Gira o inverteix"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Canvia l'àncora"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Àn~cora"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Insereix un objecte OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Primer paràgra~f"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimitza l'amplada de columna"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Augmenta el valor del sagnat"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimitza l'alçada de fila"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/ca/sc/messages.po b/source/ca/sc/messages.po
index 2618903bf5f..b93922024ec 100644
--- a/source/ca/sc/messages.po
+++ b/source/ca/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ca/>\n"
"Language: ca\n"
@@ -16948,1622 +16948,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Selecció de fulls"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Fulls ~seleccionats"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Regle"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Aquest regle gestiona objectes en posicions fixes."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Previsualitza"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Aquest full mostra com es presentaran les dades en el document."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Vista de document"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Full %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cel·la %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Àrea esquerra"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Previsualització de la pàgina"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Àrea central"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Àrea dreta"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Capçalera de la pàgina %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Peu de la pàgina %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Línia d'entrada"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Aquí és on introduïu o editeu textos, nombres i fórmules."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Reproductor multimèdia"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "En prémer el botó del ratolí"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barra d'eines de fórmula"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Fulls de càlcul del %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(només de lectura)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Mode de previsualització)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Pàgines:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Suprimeix la sortida de pàgines buides"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Imprimeix tots els fulls"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Imprimeix els fulls seleccionats"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Imprimeix les cel·les seleccionades"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Des d'on:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Totes les ~pàgines"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Pà~gines:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "La següent font DDE no es pot actualitzar possiblement perquè el document font no està obert. Obriu el document font una altra vegada i torneu-ho a provar."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "No s'ha pogut carregar el següent fitxer extern. Les dades enllaçades des d'aquest fitxer no s'actualitzaran."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "S'estan actualitzant externs."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "L'interval conté eti~quetes de columna"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "L'interval conté ~etiquetes de fila"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "El valor no és vàlid"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "No s'ha indicat cap fórmula."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "No s'ha indicat cap fila ni cap columna."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "El nom o l'interval no s'ha definit."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "El nom no s'ha definit o bé la referència a la cel·la és incorrecta."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Les fórmules no formen una columna."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Les fórmules no formen una fila."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Afegeix una formatació automàtica"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Canvia el nom a la formatació automàtica"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nom"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Suprimeix la formatació automàtica"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Esteu segur que voleu suprimir la formatació automàtica #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Tan~ca"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Gen"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Febr"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Març"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Nord"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Centre"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Sud"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Àncora de pàgina"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Àncora de cel·la"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Condició "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Continguts"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Fulls"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Noms d'intervals"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Intervals de la base de dades"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Imatges"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Objectes OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comentaris"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Àrees enllaçades"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Objectes de dibuix"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "actiu"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactiu"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "ocult"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Finestra activa"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nom de l'escenari"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentari"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Ordre ascendent"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ordena de forma descendent"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Ordre personalitzat"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Quadre Nom"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Línia d'entrada"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Auxiliar de funcions"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Accepta"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancel·la"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Seleccioneu una funció"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Fórmula"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Amplia la barra de fórmules"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Redueix la barra de fórmules"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuari desconegut"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "S'ha inserit una columna"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "S'ha inserit una fila "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "S'ha inserit un full "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "S'ha suprimit la columna"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "S'ha suprimit la fila"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "S'ha suprimit el full"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "S'ha mogut l'interval"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "El contingut ha canviat"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "El contingut ha canviat"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "S'ha canviat a "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Els canvis s'han rebutjat"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Acceptat"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Rebutjat"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Cap entrada"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<buit>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "No protegit"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "No protegit amb contrasenya"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "El resum és incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "El resum és compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Torneu a introduir-la"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Mitjana mòbil"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Suavitzat exponencial"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Anàlisi de la variància"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Anàlisi de la variància (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - factor únic"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - dos factors"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grups"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Entre els grups"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Dins els grups"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Origen de la variació"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Significància F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Valor P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F crític"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Correlació"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Correlacions"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covariància"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Covariàncies"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Estadístiques descriptives"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Mitjana"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Error estàndard"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variància"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desviació estàndard"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Curtosi"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asimetria"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Àrea"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Mínim"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Màxim"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Compta"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Primer quartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tercer quartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Aleatori ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Enter uniforme"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binòmica"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binòmica negativa"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Khi quadrada"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geomètrica"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Mínim"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Màxim"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Mitjana"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desviació estàndard"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Valor p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Nombre d'intents"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Valor ni"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Mostratge"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Prova F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Prova F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Prova t aparellada"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Prova t aparellada"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Prova z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Prova z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Prova d'independència (khi quadrat)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regressió"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regressió"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Anàlisi de Fourier"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Anàlisi de Fourier"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Columna %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Fila %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Diferència mitjana hipotètica"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observacions"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Diferència mitjana observada"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R² ajustat"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Nombre de variables X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Valor P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Valor crític"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Prova estadística"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Inferior"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Superior"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "L'interval introduït no és vàlid."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "L'adreça de sortida no és vàlida."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineal"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarítmic"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potència"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "L'interval de variables independents no és vàlid."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "L'interval de les variables dependents no és vàlid."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "El nivell de confiança ha de ser en l'interval (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "L'interval de la variable Y no pot tenir més d'1 columna."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "L'interval de la variable Y no pot tenir més d'1 fila."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Regressió d'una variable: el nombre d'observacions en X i Y han de coincidir."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Regressió multivariable: el nombre d'observacions en X i Y han de coincidir."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Model de regressió"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Estadístiques de regressió"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residu"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Nivell de confiança"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Coeficients"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Estadístic t"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Intercepció"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Y predit"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Sortida bruta de ESTLIN"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) cua dreta"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F cua dreta crítica"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) cua esquerra"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F cua esquerra crítica"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P bilateral"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F bilateral crítica"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Correlació de Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variància de les diferències"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Estadístic t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) unilateral"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t unilateral crítica"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) bilateral"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t bilateral crítica"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Variància coneguda"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) unilateral"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z unilateral crítica"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) bilateral"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z bilateral crítica"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Transformada de Fourier"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Transformada de Fourier inversa"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Real"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginari"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitud"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Heu seleccionat més de dues columnes en el mode de columnes agrupades."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Heu seleccionat més de dues files en el mode de línies agrupades."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "No hi ha dades en l'interval d'entrada."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "La sortida és massa llarga per a escriure-la en el full."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Interval d'entrada de dades"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Permet l'actualització"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Permeteu l'actualització només si confieu en aquest document."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "A la cel·la"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "A la cel·la (canvia de mida amb la cel·la)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "A la pàgina"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "No hi ha dades d'usuari disponibles."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(accés exclusiu)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "No hi ha cap interval amb nom en el document seleccionat"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Finíssima (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Molt fina (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Fina (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Mitjana (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Gruixuda (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Molt gruixuda (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Finíssima doble (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Fina/mitjana (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Mitjana/finíssima (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Mitjana/mitjana (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Utilitza una ordenació personalitzada que hàgiu definit a %PRODUCTNAME Calc ▸ Llistes d'ordenació del quadre de diàleg Opcions."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Especifica que s'inclogui un petit rectangle a l'extrem superior dret d'una cel·la per a indicar que existeix un comentari. El comentari només es mostrarà quan s'habilitin els consells a %PRODUCTNAME - General del quadre de diàleg Opcions."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23448,6 +23486,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Obre un diàleg que us permet solucionar una equació amb una variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30732,19 +30800,19 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Direcció:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "L'interval conté..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Capçaleres:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
@@ -30914,44 +30982,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Tipus d'ordenació personalitzat"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Llengua"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opcions"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Seleccioneu una opció d'ordenació per a la llengua."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Seleccioneu la llengua per a les regles d'ordenació."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Opcions d'ordenació"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Estableix opcions d'ordenació addicionals."
@@ -31958,26 +32020,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Ordenació _personalitzada"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordena"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Indiqueu els paràmetres per a calcular i presentar subtotals."
@@ -32408,338 +32458,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Indicador de _comentari"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Realçament dels valors"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Activeu la casella Realçament dels valors per a mostrar el contingut de les cel·les de colors diferents, segons el tipus. Les cel·les de text es formaten de color negre, les cel·les de fórmules de color verd, les cel·les de nombres de color blau i les cel·les protegies amb fons gris clar, independentment de quin format de visualització s'hagi triat."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Àncor_a"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Especifica si es mostra la icona d'àncora quan se selecciona un objecte inserit, com ara un gràfic."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Desbordament de te_xt"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Si una cel·la conté text més extens que l'amplada de la cel·la, aquest text es mostra damunt les cel·les buides adjacents de la mateixa fila. Si no hi ha cel·les buides adjacents, es mostra un petit triangle a la vora de la cel·la per a indicar que el text continua."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Mostra les referències en color"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ">Especifica que cada referència es realça en color a la fórmula. Els intervals de cel·les també queden envoltats amb una vora de color quan se selecciona per a l'edició la cel·la que conté la referència."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Mostra"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "_Capçaleres de columnes i files"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Especifica si s'han de mostrar les capçaleres de fila i columna."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Barra de desplaçament horit_zontal"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Especifica si es mostra una barra de desplaçament vertical a la dreta de la finestra del document."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Barra de desplaçament _vertical"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Especifica si es mostra una barra de desplaçament vertical a la dreta de la finestra del document."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "P_estanyes dels fulls"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Especifica si es mostren les pestanyes dels fulls a la part inferior del document de full de càlcul."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Símbols d'esque_ma"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Si heu definit un esquema, l'opció Símbols d'esquema especifica si es veuran els símbols d'esquema al full."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Resum de la _cerca"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Finestra"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_incronitza els fulls"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Si està activada, es mostren tots els fulls amb el mateix factor d'escala. Si no ho està, cada full pot tenir el seu propi factor d'escala."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Escala"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Salts de _pàgina"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Indica si s'han de veure els salts de pàgina dins d'una àrea d'impressió definida."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Línies d'ajuda en _moure"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Indica si s'han de visualitzar les guies en moure dibuixos, marcs, imatges i altres objectes."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Línies de la _graella:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Color:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Mostra"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Mostra en les cel·les acolorides"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Amaga"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Indica quan es mostraran les línies de graella. Per defecte, es mostraran les línies de graella només a les cel·les que no tenen un color de fons. També podeu triar mostrar les línies de graella a les cel·les amb color de fons o amagar-les."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Especifica un color per a les línies de graella al document actual."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "_Busca:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Del _tema"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "S_istema"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Ajudes visuals"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jectes/imatges:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Diagrames:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Objectes de _dibuix:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Mostra"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Amaga"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Defineix si els objectes i les imatges estan visibles o ocults."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Mostra"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Amaga"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Defineix si els diagrames del document estan visibles o ocults."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Mostra"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Amaga"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Defineix si els objectes de dibuix del documetn estan visibles o amagats."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objectes"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ca/sd/messages.po b/source/ca/sd/messages.po
index 0c2d01e4c97..f835150920a 100644
--- a/source/ca/sd/messages.po
+++ b/source/ca/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562916317.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Fi de línia"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Introduïu un nom nou per a l'extrem de la fletxa:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/ca/sfx2/messages.po b/source/ca/sfx2/messages.po
index 11334639c36..6954b447b0d 100644
--- a/source/ca/sfx2/messages.po
+++ b/source/ca/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:41+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ca/>\n"
@@ -2276,6 +2276,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Sí o no"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Desa el nom complet de l'usuari amb el fitxer. Per a editar el nom, trieu Eines ▸ Opcions ▸ %PRODUCTNAME ▸ Dades de l'usuari."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3316,86 +3324,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Aplica les dades de l'usuari"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Desa el nom complet de l'usuari amb el fitxer. Podeu editar el nom escollint Eines ▸ Opcions ▸ Dades d'usuari."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Reinicialitza les propietats"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Reinicialitza el temps d'edició a zero, assigna la data i l'hora actuals com a data i hora de creació, i estableix el número de versió a 1. També se suprimeixen les dates de modificació i d'impressió."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Signatures _digitals..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Mida:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "desconegut"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Ubicació:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Tipus:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Canvia la _contrasenya"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Plantilla:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Mostra el nom del fitxer."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Desa la imatge de previsualització amb aquest document"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "PPP preferents per a les imatges"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Conté informació bàsica sobre el fitxer actual."
diff --git a/source/ca/starmath/messages.po b/source/ca/starmath/messages.po
index b5ae375fb80..dfbf56475a7 100644
--- a/source/ca/starmath/messages.po
+++ b/source/ca/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-02-21 07:40+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ca/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Obre el diàleg Símbols, on podeu triar un símbol per a inserir en la fórmula."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Categories dels elements"
diff --git a/source/ca/svtools/messages.po b/source/ca/svtools/messages.po
index fdd6a3a4010..96e748173fc 100644
--- a/source/ca/svtools/messages.po
+++ b/source/ca/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:42+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ca/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564413316.000000\n"
#. fLdeV
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "El JRE no funciona correctament"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Obre el diàleg Opcions d'impressió, on podeu canviar les opcions d'impressió globals definides en Eines ▸ Opcions ▸ %PRODUCTNAME Writer/Web ▸ Imprimeix per al document actual."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Codi font"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Fitxer de marcadors"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Gràfics"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Fitxer de configuració"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplicació"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Taula de la base de dades"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Fitxer del sistema"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Document del MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Fitxer d'ajuda"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Document HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Fitxer d'arxiu"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Fitxer de registre"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Base de dades de l'StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Document mestre de l'StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Imatge de l'StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Fitxer de text"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Enllaç"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Plantilla de l'StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Document del MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Plantilla del MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Fitxer de lot"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fitxer"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Document de text"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Full de càlcul"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentació"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Dibuix"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Document HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Document mestre"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Fórmula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base de dades"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Plantilla de full de càlcul de l'OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Plantilla de dibuix de l'OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Plantilla de presentació de l'OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Plantilla de document de text de l'OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unitat local"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Unitat de disc dur"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Unitat de CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Connexió de xarxa"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Document del MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Plantilla del MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Exposició del MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Fórmula de l'OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Diagrama de l'OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Dibuix de l'OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Full de càlcul de l'OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Presentació de l'OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Document de text de l'OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Document mestre de l'OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Document MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Base de dades OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Dibuix OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Fórmula OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Document mestre OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Presentació OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Full de càlcul OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Text OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Plantilla de full de càlcul OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Plantilla de dibuix OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Plantilla de presentació OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Plantilla de text OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Extensió del %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Verificador ortogràfic Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Divisor de paraules Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Tesaure MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Llista de paraules ignorades"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opcions..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nom:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Estat:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Tipus:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ubicació:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comentaris:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propietats..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Modifica els paràmetres d'impressió del sistema operatiu per al document actual."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Enumera les impressores que hi ha instal·lades al sistema operatiu. Per a canviar la impressora per defecte, seleccioneu el nom d'una altra impressora a la llista."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Impressora"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Seleccioneu la impressora per defecte que s'ha d'utilitzar per al document actual."
diff --git a/source/ca/svx/messages.po b/source/ca/svx/messages.po
index d3fe6226d8b..e09e23f71a2 100644
--- a/source/ca/svx/messages.po
+++ b/source/ca/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Vora esquerra del paràgraf"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Vora dreta del paràgraf"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Marc:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Introduïu el text que voleu visualitzar quan es mostri el ratolí en un lloc d'accés en un navegador."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Introduïu l'URL del fitxer que voleu obrir en fer clic en el punt d'accés seleccionat."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Mostra el mapa d'imatge perquè pugueu fer clic a les zones sensibles i editar-les."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Permet adjuntar URL a àrees específiques anomenades punts d'accés en una imatge o un grup d'imatges. Un mapa d'imatge és un grup d'un o més punts d'accés."
diff --git a/source/ca/sw/messages.po b/source/ca/sw/messages.po
index 4b6a5fa04f5..d377761744b 100644
--- a/source/ca/sw/messages.po
+++ b/source/ca/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ca/>\n"
"Language: ca\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Paràgraf: partició de mots no s'aplica a les majúscules"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Paràgraf: elements per a la interoperabilitat"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Paràgraf amb sagnat automàtic de la primera línia"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Paràgraf amb una distància de caràcter"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Paràgraf: connectat a la vora"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Paràgraf: regles prohibides"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Paràgraf: puntuació penjant"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Paràgraf: partició de mots"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "El paràgraf reinicia la numeració"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Paràgraf: manté junt"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Paràgraf: ajusta l'última línia"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Paràgraf: marge esquerre"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Paràgraf: marge esquerre relatiu"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Paràgraf: compta el nombre de línies"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Paràgraf: valor inicial del número de línia"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Paràgraf: espaiat de línia"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Paràgraf: orfes"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Paràgraf: mode de registre actiu"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Paràgraf: marge dret"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Paràgraf: marge dret relatiu"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Paràgraf: format d'ombra"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Separació del paràgraf"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Paràgraf: nom de l'estil"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Paràgraf: tabulacions"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Paràgraf: marge superior"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Paràgraf: marge superior relatiu"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Paràgraf: atributs per l'usuari"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Paràgraf: alineació vertical"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Paràgraf: vídues"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Marca de referència"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Vora dreta"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Distància de la vora dreta"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ajustament de ruby"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Nom de l'estil de caràcter ruby"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby és a sobre"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Posició del ruby"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Text ruby"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Ajusta a la graella"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Elements per a la interoperabilitat d'estils"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Camp de text"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Marc de text"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Paràgraf de text"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Secció de text"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Taula de text"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Atributs de text definits per l'usuari"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Vora superior"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Distància de la vora superior"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Nom de l'estil de caràcters no visitat"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Nom de l'estil de caràcters visitat"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Mode d'escriptura"
@@ -5376,7 +5394,7 @@ msgstr "marc"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Objecte OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Imatge"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Objectes OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Línia de base ~centrada"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Insereix un objecte OLE"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Edita l'objecte OLE"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Obre el diàleg Llegenda. Conté la mateixa informació que el diàleg que podeu obtenir amb el menú %PRODUCTNAME Writer - Llegenda automàtica del quadre de diàleg Opcions."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,63 +12565,99 @@ msgid "Options"
msgstr "Opcions"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Afegeix"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Modifica"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Elimina"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Mou cap amunt"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Mou cap avall"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
@@ -12608,7 +12676,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Valor:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Introduïu el valor de desplaçament que voleu aplicar a un camp de número de pàgina, per exemple «+1»."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Mostra els tipus de camp disponibles. Per a afegir un camp al document, feu clic en un tipus de camp, feu clic en un camp de la llista Selecciona i, a continuació, feu clic a Insereix."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Tipus"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Selecciona"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Feu clic en el format que voleu aplicar al camp seleccionat, o bé feu clic a «Formats addicionals» per a definir un format personalitzat."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Format"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Obre el Selector de macros, on podeu triar la macro que voleu executar quan feu clic al camp seleccionat en el document."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Valor"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Defineix els paràmetres de funció addicionals per als camps. El tipus de paràmetre depèn del tipus de camp que seleccioneu."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "No_m"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Aleshores"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Introduïu el text que es visualitzarà quan es compleixi la condició en el quadre Aleshores, i el text que es visualitzarà quan la condició no es trobi en el quadre Si no."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Sinó"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Introduïu el text que es visualitzarà quan es compleixi la condició en el quadre Aleshores, i el text que es visualitzarà quan la condició no es trobi en el quadre Si no."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Element"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Introduïu un element nou."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Afegeix l'element a la llista."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Elements de la _llista"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Llista els elements. L'element de més amunt es mostra en el document."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Elimina l'element seleccionat de la llista."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Mou a_munt"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Mou l'element seleccionat cap amunt a la llista."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Mou a_vall"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Mou l'element seleccionat cap avall a la llista."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "No_m"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Introduïu un nom exclusiu per a la Llista d'entrada."
@@ -15696,7 +15764,7 @@ msgstr "Marc"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posició i mida"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Introduïu un nom per a l'element seleccionat."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Introduïu el text que es visualitzarà en un navegador web quan l'element seleccionat no estigui disponible. El text alternatiu també s'utilitza per assistir persones discapacitades."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Cap>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Mostra l'element (objecte, gràfic o marc) que va davant de l'element actual en una seqüència d'enllaços. Per a afegir o canviar l'enllaç anterior, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc actual i el marc de destinació han d'estar buits."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Cap>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Mostra l'element (objecte, gràfic o marc) que va després de l'element actual en una seqüència d'enllaços. Per a afegir o canviar l'enllaç següent, seleccioneu un nom de la llista. Si esteu enllaçant marcs, el marc de destinació ha d'estar buit."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Enllaç _anterior:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Enllaç _següent:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Descripció:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Accessibilitat"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Continguts"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Evita els canvis en els continguts de l'element seleccionat."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osició"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Bloqueja la posició de l'element seleccionat en el document actual."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Mida"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Bloqueja la mida de l'element seleccionat."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Protegeix"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "Alineació _vertical:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Superior"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centrat"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Inferior"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Indica l'alineació vertical del contingut del marc. Es refereix principalment al contingut de text però també afecta les taules i altres objectes ancorats a l'àrea de text (ancorats com a caràcter, per a caràcter o paràgraf), com ara marcs, gràfics o dibuixos."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Alineació del contingut"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editable en documents de només de lectura"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Us permet editar els continguts d'un marc en un document que és només de lectura (protegit contra l'escriptura)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Im_primeix"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Inclou l'element seleccionat quan imprimiu el document."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Especifica la direcció preferida del flux del text en un marc. Per utilitzar els paràmetres de flux de text per defecte, seleccioneu Utilitza els paràmetres d'objecte superordinat a la llista."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Direcció del _text:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propietats"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Enllaç _anterior:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Cap>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Enllaç _següent:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Cap>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Indica les propietats de l'objecte, imatge o marc seleccionat."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automàtic..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Obre el diàleg Llegenda. Té la mateixa informació que el diàleg que obtindreu amb el menú Writer - AutoCaption al quadre de diàleg Opcions."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opcions..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Llegenda"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numeració:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separador:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posició:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Seleccioneu el tipus de numeració que voleu utilitzar en la llegenda."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Introduïu els caràcters opcionals que han d'aparèixer entre el número i el text de la llegenda."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Separador de numeració:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Escriviu el text que voleu que aparegui després del nombre de la llegenda."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Afegeix la llegenda per sobre o per sota de l'element seleccionat. Aquesta opció només està disponible per a alguns objectes."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Categoria:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Seleccioneu la categoria de la llegenda, o escriviu un nom per a crear una categoria nova. El text de la categoria apareix davant del número de llegenda a l'etiqueta de la llegenda. Cada categoria de llegenda predefinida es formata amb un estil de paràgraf amb el mateix nom."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propietats"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Previsualització"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Afegeix una llegenda numerada a un gràfic, a una taula, a un marc, a un marc de text o a un objecte de dibuix seleccionat."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Cap]"
@@ -22387,13 +22491,13 @@ msgstr "Afegeix o elimina el nivell d'esquema, l'estil de llista o la numeració
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Objecte OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posició i mida"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24703,7 +24807,7 @@ msgstr "Imatge"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posició i mida"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24727,7 +24831,7 @@ msgstr "Enllaç"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Gir"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/ckb/cui/messages.po b/source/ckb/cui/messages.po
index 074b2841d8d..24f34589c90 100644
--- a/source/ckb/cui/messages.po
+++ b/source/ckb/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ckb/>\n"
@@ -1723,10 +1723,10 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "خشتە"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. xD9BU
@@ -3148,10 +3148,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3333,10 +3333,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3490,10 +3490,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3526,51 +3526,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "یارمەتی %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "زانیاری زیاتر"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "‫⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "‫Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "‫Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "‫⌥ Opt"
@@ -6584,186 +6590,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "قەبارە:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "زمان:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "تایبەتمەندی..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "زمان:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "قەبارە:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "تایبەتمەندی..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "قەبارە:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "زمان:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "تایبەتمەندی..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "قەبارە:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "زمان:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "تایبەتمەندی..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "پێشبینین"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7974,32 +7950,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_پێناسە:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18738,22 +18726,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -18840,16 +18828,16 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr ""
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
+msgid "Do you really want to delete the arrow style?"
msgstr ""
#. 4AubG
@@ -21037,247 +21025,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "خۆکارا_نە"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "نێوانگر ڕێزمانی"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_هێنان"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_جۆر:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "ژمارەی _پەڕە:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "شوێن:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "شێوازی پەڕە"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "پەڕە"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "ستوون"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "پێش"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "دوای"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "بڕینەکان"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_جیایان مەکەرەوە"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_بمێنەوە لەگەڵ بەندی داهاتوو"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "هێڵەکان"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "هێڵەکان"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "هەڵبژاردەکان"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/ckb/editeng/messages.po b/source/ckb/editeng/messages.po
index 8f5db91f7f1..ad7dc792e73 100644
--- a/source/ckb/editeng/messages.po
+++ b/source/ckb/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ckb/>\n"
@@ -1314,393 +1314,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "شێوازی پەڕە: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "داخراو "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "چڕ "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "گرافیک"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "هیچ"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "خاڵ "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "بازنە "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "سەرەوە"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "خوارەوە"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "ڕێنەدان بە بۆشای نووسەی خۆکار"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "ڕێنەدان بە بۆشای نووسەی خۆکار"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "نووسە نەخولاوەتەوە"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "نووسە خولاوە بە $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "بیگونجێنە لەسەر هێڵەکە"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "دەق نەخولاوەتەوە"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "دەق خولاوە بە $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "نووسە پێوانەکراوە"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "داتاشراو"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "ڕێککردنی دەقی خۆکارانە"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "دەق ڕێکخراوە لە هێڵی بنکە"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "دەق ڕێکخراوە لە سەرەوە"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "دەق ڕێکخراوە لە ناوەڕاست"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "دەق ڕێکخراوە لە خوارەوە"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "ئاڕاستەی دەق لە چەپەوە بۆ ڕاست (ئاسۆیی)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "ئاڕاستەی دەق لە ڕاستەوە بۆ چەپ (ئاسۆیی)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "ئاڕاستەی دەق لە ڕاستەوە بۆ چەپ (ستوونی)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "ئاڕاستەی دەق لە چەپەوە بۆ ڕاست (ستوونی)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "ئاڕاستەی دەق لە چەپەوە بۆ ڕاست (ستوونی لە خوارەوە)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "شاراوە نیە"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "شاراوە"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "سڕینەوە"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "بیجوڵێنە"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "هێنان"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "جێگۆڕکێ"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr ""
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "بۆشایی"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "شێوەکان جێبەجێبکە"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "خۆکار"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1708,43 +1732,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "بۆشایی"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr ""
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "هێنان"
diff --git a/source/ckb/fpicker/messages.po b/source/ckb/fpicker/messages.po
index a3a5f0c1a0a..26fd46a7113 100644
--- a/source/ckb/fpicker/messages.po
+++ b/source/ckb/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/ckb/>\n"
@@ -229,55 +229,55 @@ msgid "Date modified"
msgstr "ئەو رۆژەی کە پەڕگە دەستکاریکراوە"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_ناوی پەڕگە:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "جۆری _پەڕگە:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "تەنها _خوێندنەوە"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "‫پاشەکەوتکردن لەگەڵ وشەی تێپەڕبوو"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_پاشگری ناوی پەڕگەی خۆکار"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ڕێکخستنەکانی _پاڵێوکردن دەستکاریبکە"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "باهێماکردنی بە هۆی کلیلی GPG"
diff --git a/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
index 6a6abdee5ae..31249194ff4 100644
--- a/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-10-04 14:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ckb/>\n"
@@ -1245,6 +1245,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "بۆ شیتی پێشوو"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10675,14 +10685,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "بەرزی نموونەیی ڕیز"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
+msgid "Distribute Rows Evenly"
msgstr ""
#. tjGQ2
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~وێنە"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~تەن و شێوەکان"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "سوڕا~نەوە یان هەڵگەڕانەوە"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "لەنگەر بگۆڕە"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "لەنگ~گەر"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,14 +34078,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~یەکەم بەند"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34078,14 +34118,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr ""
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/ckb/sc/messages.po b/source/ckb/sc/messages.po
index 063b942aa69..2e21c58d297 100644
--- a/source/ckb/sc/messages.po
+++ b/source/ckb/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ckb/>\n"
@@ -16856,1622 +16856,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr ""
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr ""
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr ""
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr ""
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "پێشبینین"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr ""
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr ""
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr ""
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr ""
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr ""
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr ""
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr ""
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr ""
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "سەرپەڕ لە پەڕەی %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "پێپەڕ لە پەڕەی %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr ""
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr ""
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "لێدانەوەی میدیا"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr ""
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr ""
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr ""
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(تەنها خوێندنەوە)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(دۆخی پێشبینین)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "پەڕەکان:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "هەموو شیتەکان چاپ بکە"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "شیتی دیاریکراو چاپ بکە"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "خانەی دیاریکراو چاپ بکە"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "هەموو ~پەڕەکان"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "پەڕە~کان:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "‫%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr ""
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr ""
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "نرخ نەگونجاوە"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "هیچ هاوکێشەیەک دیارینەکراوە"
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "زیادکردنی شێوەپێدانی خۆکار"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr ""
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "ناو"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "شێوەپێدانی خۆکار دەسڕیتەوە"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr ""
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~داخستن"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "کانونی دووەم"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "شوبات"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "ئازار"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "باکوور"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "ناوەڕاست"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "باشوور"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "کۆی گشتی"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr ""
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "مەرج "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "ناوەڕۆک"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "شیتەکان"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "ناوی بوار"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr ""
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "وێنەکان"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr ""
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "لێدوانەکان"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "ڕووبەری بەستەرکراو"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "کێشانی تەنەکان"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "چالاک"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ناچالاک"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "شاراوە"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "پەنجەرەی چالاک"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "ناوی سیناریۆ"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "لێدوان"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "ڕێکخستنی بەرەوژوور"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "ڕێکخستنی بەرەوخوار"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "ڕیزکردن بە دڵی خۆت"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr ""
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "پەسەند کردن"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "هه‌ڵوه‌شاندنه‌وه‌"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "کردار هەڵبژێرە"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "هاوکێشە"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "شریتی هاوکێشەکان فراوان بکە"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "شریتی هاوکێشەکان دابخە"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "بەکارهێنەری نەناسراو"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "ستوون هاوردەکرا"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "ریز هاوردەکرا "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "شیت هاوردەکرا "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "ستوون سڕاوەتەوە"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "ڕیز سڕاوەتەوە"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "شیت سڕاوەتەوە"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "بوار گوێزراوە"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "ناوەڕۆکی گۆڕاو"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "ناوەڕۆکی گۆڕاو"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "گۆڕا بۆ "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "ڕەسەن"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "گۆڕانکارییەکان ڕەتکرایەوە"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "پەسەندکراو"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "ڕەتکراوە"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "< بەتاڵ >"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "نە پارێزراوە"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "گرووپەکان"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "لەنێوان گرووپەکان"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "لەناو گرووپەکان"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "‫SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "‫df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "‫MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "‫F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "کۆی گشتی"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "هەڵەی ستاندارد"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "دۆج"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "گۆڕاو"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "لادانی ستاندارد"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "بوار"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "کەمترین"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "زۆرترین"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "کۆ"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "ژماردن"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "یەکسان"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "ئاسایی"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "بەرنۆڵی"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "دووڕادەیی"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "ئەندازەیی"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "کەمترین"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "زۆرترین"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "لادانی ستاندارد"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr ""
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "نموونەکردن"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "ئەلفا"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "گۆڕاو ١"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "گۆڕاو ٢"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "‫df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "هێڵی"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "لۆگاریتمی"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "تووان"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "خەیاڵی"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "بڕ"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "بۆ خانەی"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "بۆ پەڕەی"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23353,6 +23391,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30819,44 +30887,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "ڕیزکردن بە دڵی خۆت"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "زمان"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "هەڵبژاردەکان"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "هەڵبژاردەی ڕیزکردن"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31863,26 +31925,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "ڕیزکردن بە دڵی خ_ۆت"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "ڕیزکردن"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32313,338 +32363,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "دیارخەری _لێدوان"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr ""
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr ""
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "نیشاندان"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "سەرپەڕی ستو_ون/ڕیزەکان"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "شریتی جوڵانی _ئاسۆیی"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "شریتی جوڵانی _ستوونی"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "بازدەرەکانی شی_ت"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "پەنجەرە"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "هاوکەت_گەریکردنی شیتەکان"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "زووم"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_بڕینی پەڕە"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_هێڵی هێڵەکی:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_ڕەنگ:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "پیشاندان"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "پیشاندان لە خانەی ڕەنگکراو"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "شاردنەوە"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "تەنە_کان/وێنەکان/"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "تەنەکانی _کێشان:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "پیشاندان"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "شاردنەوە"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "پیشاندان"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "شاردنەوە"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "پیشاندان"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "شاردنەوە"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "شتەکان"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ckb/sd/messages.po b/source/ckb/sd/messages.po
index 03fe7415cde..148a3833fc4 100644
--- a/source/ckb/sd/messages.po
+++ b/source/ckb/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ckb/>\n"
@@ -646,10 +646,10 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "هێڵ کۆتایدێت"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. 7y2Si
diff --git a/source/ckb/sfx2/messages.po b/source/ckb/sfx2/messages.po
index 273204aa765..9dbf885acef 100644
--- a/source/ckb/sfx2/messages.po
+++ b/source/ckb/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ckb/>\n"
@@ -2196,6 +2196,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "بەڵێ یان نەخێر"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3236,86 +3244,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "واژووی دی_جیتاڵی…"
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_قەبارە:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "نەزانراو"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_شوێن:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_جۆر:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr ""
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr ""
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/ckb/starmath/messages.po b/source/ckb/starmath/messages.po
index 5aabeabe2be..a023c4e80ea 100644
--- a/source/ckb/starmath/messages.po
+++ b/source/ckb/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ckb/>\n"
@@ -2818,7 +2818,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/ckb/svtools/messages.po b/source/ckb/svtools/messages.po
index ab603cc36f0..e63483c685b 100644
--- a/source/ckb/svtools/messages.po
+++ b/source/ckb/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ckb/>\n"
@@ -1336,398 +1336,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "کۆسی سەرچاوە"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "پەڕگەی دڵخوازەکان"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "گرافیک"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "پەڕگەی ڕێکخستن"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "نەرمەواڵا"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr ""
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "پەڕگەی سیستم"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "پەڕگەی یارمەتی"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "بەڵگەنامەی HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "پەڕگەی ئەرشیف"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr ""
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr ""
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "بەستەر"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr ""
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr ""
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "پەڕگە"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "بوخچە"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "بەڵگەنامەی دەق"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "خشتە"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "پێشکەشکردن"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "کێشان"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "بەڵگەنامەی HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "بەڵگەنامەی سەرەکی"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "هاوکێشە"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "بنکەی دراو"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "داڕێژەی خشتەیی OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "داڕێژەی کێشانی OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "داڕێژەی پێشکەشکردنی OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "داڕێژەی دەقی بەڵگەنامەی OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "لێخوڕی ناوخۆیی"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "په‌پکه‌لێخوڕ"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "وەگەڕخەری CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "پەیوەندی ڕایەڵە"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr ""
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "هاوکێشەی OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "کێشان OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "خشتەی OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "پێشکەش OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "دەقی بەڵگەنامەی OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "بنکەدراوی OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "‫OpenDocument کێشان"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "هاوکێشەی OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr ""
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "پێشکەشکردن OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "‫OpenDocument خشتەیی"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "دەقی OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "داڕێژەی خشتەیی OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "داڕێژەی کێشانی OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "داڕێژەی پێشکەشکردنی OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "داڕێژەی دەقی OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "زیادکراوەکانی %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "لیستی پیتە پشتگوێخراوەکان"
@@ -5596,68 +5604,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "هەڵبژاردەکان..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "ناو:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "دۆخ:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "جۆر:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "شوێن:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "لێدوان:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "تایبەتمەندی…"
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "چاپکەر"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/ckb/svx/messages.po b/source/ckb/svx/messages.po
index c95383da454..9bafa00ae9b 100644
--- a/source/ckb/svx/messages.po
+++ b/source/ckb/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ckb/>\n"
@@ -11791,16 +11791,16 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
+msgid "Left of paragraph text area"
msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
+msgid "Right of paragraph text area"
msgstr ""
#. qvFns
@@ -17606,32 +17606,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr ""
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/ckb/sw/messages.po b/source/ckb/sw/messages.po
index 23001e9dbc6..e0cdf34bdfa 100644
--- a/source/ckb/sw/messages.po
+++ b/source/ckb/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 13:19+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-09 12:58+0200\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ckb/>\n"
"Language: ckb\n"
@@ -1729,302 +1729,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9933,6 +9951,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12508,65 +12540,101 @@ msgid "Options"
msgstr "هەڵبژاردەکان"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14502,157 +14570,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_جۆر"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr ""
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr ""
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "نا_و"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr ""
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr ""
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr ""
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "نا_و"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15725,10 +15793,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15743,176 +15811,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<نیە>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<نیە>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_پێناسە:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_ناوەڕۆک"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr ""
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_قەبارە"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "پاراستن"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "سەرەوە"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "لە ناوەڕاست"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "خوارەوە"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr ""
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_ئاڕاستەی دەق:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "تایبەتمەندی"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<نیە>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<نیە>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17219,116 +17329,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "هەڵبژاردەکان..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "سەردێڕ"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr ""
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "جیاکەرەوە:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "شوێن:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ""
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "جیاکەرەوە بە ژمارە:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "هاوپۆل:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "تایبەتمەندی"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "پێشبینین"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "<نیە>"
diff --git a/source/cs/cui/messages.po b/source/cs/cui/messages.po
index 26e44feda0c..2750f1fbf58 100644
--- a/source/cs/cui/messages.po
+++ b/source/cs/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/cs/>\n"
"Language: cs\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabulka"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Zadejte název nové šipky:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "V Navigátoru můžete vybírat nadpisy spolu s následujícím textem a
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Chcete v aplikaci Writer rychle vytvořit objekt matematického vzorce? Zadejte vzorec, vyberte jej a převeďte text pomocí Vložit ▸ Objekt OLE ▸ Vzorec."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Potřebujete transponovat tabulku ve Writeru? Zkopírujte ji a vložte do Calcu, transponujte ji pomocí Zkopírovat a Vložit jinak a nakonec ji zkopírujte a ve Writeru vložte jako Vložit jinak ▸ Formátovaný text."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Nástroj „Svislý text“ z nástrojové lišty Kresba dostanete, zaškrtnete-li Nástroje ▸ Možnosti ▸ Jazyková nastavení ▸ Jazyky ▸ Výchozí jazyky ▸ Asijské (a tlačítko změníte na viditelné po kliknutí pravým tlačítkem)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Graf založený na tabulce ve Writeru vytvoříte tím, že do tabulky kliknete a zvolíte Vložit > Graf."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Výběrem z Nástroje ▸ Možnosti ▸ %PRODUCTNAME Writer ▸ Pomůcky pro formátování ▸ Zobrazovat určíte, které řídicí znaky se budou zobrazovat."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Chcete, aby kurzor přešel po zadání hodnoty v Calcu do buňky napravo? Použijte místo klávesy Enter tabulátor."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Chcete-li zobrazit posuvník nalevo, povolte Nástroje ▸ Možnosti ▸ Jazyková nastavení ▸ Jazyky ▸ Komplexní text a zaškrtněte List ▸ Zprava doleva."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Nikdy jste nepoužili určité styly šipek? Odstraňte je tlačítkem Smazat na kartě Formát ▸ Textové pole a tvar ▸ Čára ▸ Styly šipek."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Nápověda %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Další informace"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Spustit tuto akci právě teď..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tip dne: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Vyberte nebo přidejte správný adresář certifikátů Network Security Services, který se použije pro elektronické podpisy."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Vyberte formátování, které chcete použít."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Zadejte nebo vyberte velikost písma, kterou chcete použít. Pro škálovatelná písma je možné zadat i desetinné hodnoty."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Velikost:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Jazyk:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Nastaví jazyk, který bude použit pro kontrolu pravopisu vybraného textu nebo textu, který napíšete. Dostupné jazyky mají před názvem značku zaškrtnutí."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Vlastnosti..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Jazyk:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Nastaví jazyk, který bude použit pro kontrolu pravopisu vybraného textu nebo textu, který napíšete. Dostupné jazyky mají před názvem značku zaškrtnutí."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Vyberte formátování, které chcete použít."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Velikost:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Zadejte nebo vyberte velikost písma, kterou chcete použít. Pro škálovatelná písma je možné zadat i desetinné hodnoty."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Vlastnosti..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Západní"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Velikost:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Jazyk:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Vyberte formátování, které chcete použít."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Zadejte nebo vyberte velikost písma, kterou chcete použít. Pro škálovatelná písma je možné zadat i desetinné hodnoty."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Nastaví jazyk, který bude použit pro kontrolu pravopisu vybraného textu nebo textu, který napíšete. Dostupné jazyky mají před názvem značku zaškrtnutí."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Vlastnosti..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Nastaví jazyk, který bude použit pro kontrolu pravopisu vybraného textu nebo textu, který napíšete. Dostupné jazyky mají před názvem značku zaškrtnutí."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asijské"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Velikost:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Vyberte formátování, které chcete použít."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Zadejte nebo vyberte velikost písma, kterou chcete použít. Pro škálovatelná písma je možné zadat i desetinné hodnoty."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Nastaví jazyk, který bude použit pro kontrolu pravopisu vybraného textu nebo textu, který napíšete. Dostupné jazyky mají před názvem značku zaškrtnutí."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Jazyk:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Vlastnosti..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Komplexní"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Nastaví jazyk, který bude použit pro kontrolu pravopisu vybraného textu nebo textu, který napíšete. Dostupné jazyky mají před názvem značku zaškrtnutí."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Písmo textu"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Náhled"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Určete formátování a písmo, které chcete použít."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Zadejte název obrázku."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Alternativní text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Zadejte text, který se má zobrazit, když podržíte ukazatel myši na oblasti."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Popis:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Zadejte popis oblasti."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Zobrazí vlastnosti vybrané oblasti."
@@ -13628,13 +13616,13 @@ msgstr "Popis"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Alter_nativní text:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Zadejte krátký popis netextového obsahu pro uživatele, kteří tento objekt neuvidí."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13652,7 +13640,7 @@ msgstr "_Popis:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Zadejte delší vysvětlení netextového obsahu, které je příliš složité na to, aby bylo stručně popsáno v alternativním textu."
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Generuje lineární a maticové kódy pro jakýkoliv text či URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Uložit šipku?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Šipka nebyla po úpravě uložena."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Přejete si šipku nyní uložit?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Přejete si smazat dané šrafování?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Smazat šipku?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Opravdu si přejete smazat danou šipku?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Textové sloupce"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "_Automaticky"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Automaticky vkládá spojovníky na potřebná místa."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Zadejte maximální počet po sobě jdoucích řádků, na kterých může být rozdělené slovo."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Zadejte minimální počet znaků, které musí být na začátku řádku po spojovníku."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Zadejte minimální počet znaků, které mají zůstat na konci řádku, než se vloží spojovník."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "znaky na kon_ci řádku"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "znaky na _začátku řádku"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Maximální počet řádků s dělením slov za sebou"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "N_edělit slova VELKÝMI PÍSMENY"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Dělení slov"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Vlož_it"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Zaškrtněte toto pole a poté vyberte typ zalomení, který chcete použít."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Se st_ylem stránky:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Zaškrtněte toto pole a poté vyberte styl stránky, který chcete použít pro první stranu po zalomení."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Typ:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Zadejte číslo stránky, které se přiřadí první stránce po zalomení. Pokud chcete pokračovat v aktuálním číslování, ponechte pole nezaškrtnuté."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Čís_lo stránky:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Umístění:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Styl stránky"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Vyberte styl formátování, který se použije pro první stránku po zalomení."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Stránka"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Sloupec"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Vyberte typ zalomení, který chcete vložit."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Před"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Za"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Vyberte, kam chcete zalomení vložit."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Zalomení"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Nedělit odstavec"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Při zalomení stránky či sloupce se odstavec nerozděluje, ale celý se posune na následující stránku či do následujícícho sloupce."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Svázat s násle_dujícím odstavcem"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Při zalomení stránky či sloupce ponechá současný a následující odstavec pohromadě."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Kontrola _sirotků"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Určuje minimální počet řádků v odstavci před zalomení stránky. Zaškrtněte toto pole a poté zadejte číslo do pole Řádky."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Kontrola _vdov"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Určuje minimální počet řádků v odstavci po zalomení stránky. Zaškrtněte toto pole a poté zadejte číslo do pole Řádky."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Určuje minimální počet řádků v odstavci před zalomení stránky. Zaškrtněte toto pole a poté zadejte číslo do pole Řádky."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Určuje minimální počet řádků v odstavci po zalomení stránky. Zaškrtněte toto pole a poté zadejte číslo do pole Řádky."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "řádky"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "řádky"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Možnosti"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Upřesněte možnosti dělení slov a tok textu."
diff --git a/source/cs/dbaccess/messages.po b/source/cs/dbaccess/messages.po
index df59ccbc593..a9cf98bc465 100644
--- a/source/cs/dbaccess/messages.po
+++ b/source/cs/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1563225070.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "Provést SQL příkaz"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Zadejte administrační příkaz SQL, který chcete spustit."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "Spustit SQL příkaz _přímo"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Spustí SQL dotaz přímo bez zpracování znaků escape."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "Zo_brazit výstup příkazů „select“"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Zobrazí výsledek příkazu SQL SELECT v poli Výstup."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "_Provést"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Seznam dříve spuštěných SQL příkazů. K opětovnému spuštění příkazu klepněte na příkaz a poté klepněte na Spustit."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "SQL příkaz"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Zobrazuje výsledky spuštěného SQL příkazu, a to včetně chyb."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Stav"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Zobrazuje výsledky spuštěného SQL příkazu."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/cs/editeng/messages.po b/source/cs/editeng/messages.po
index c48c27b5560..80212cf23a8 100644
--- a/source/cs/editeng/messages.po
+++ b/source/cs/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-01 16:19+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/cs/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 spojovníků"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Styl stránky: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "uzamčeno "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Zúžené"
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Obrázek"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "žádný"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Tečky "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Kruh "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Vyplněný kruh "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Akcent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Nad"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Pod"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dvojité řádky vypnuto"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dvojité řádky"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Bez automatických rozestupů mezi znaky"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Bez automatických rozestupů mezi znaky"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Bez předsazené interpunkce na konci řádku"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Předsazená interpunkce na konci řádku"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplikovat seznam zakázaných znaků na začátek a konec řádků"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Neaplikovat seznam zakázaných znaků na začátek a konec řádků"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Bez otočených znaků"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Znak otočený o $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Přizpůsobit řádce"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Text není otočený"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Text je otočený o $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Znaky zvětšené o $(ARG1) %"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Bez zvětšení znaků"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Bez reliéfu"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reliéf"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Rytina"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automatické zarovnání textu"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Text zarovnán na základnu"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Text zarovnán nahoru"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Text zarovnán na střed"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Text zarovnán dolů"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Směr textu zleva doprava (vodorovně)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Směr textu zprava doleva (vodorovně)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Směr textu zprava doleva (svisle)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Směr textu zleva doprava (svisle)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Použít nastavení směru textu nadřazeného objektu"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Směr textu zleva doprava (svisle zdola)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Odstavec je přichytáván na mřížku (je-li aktivní)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Odstavec není přichytáván na mřížku"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Viditelný"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Skrytý"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Zásobník papíru"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Z nastavení tiskárny]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Smazat"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Přesunout"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Vložit"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Nahradit"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Použít atributy"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Obnovit atributy"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Odsadit"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Použít styly"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Změnit velikost písmen"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Slovo je %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Odstavec je %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatická"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Odrážka s obrázkem v odstavci"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Odrážka s obrázkem"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Odstavec: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Pokračovat v kontrole od začátku dokumentu?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Pokračovat v kontrole od konce dokumentu?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"slovo přidat do slovníku."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Slovník je již plný."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Slovník je jen pro čtení."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Odsadit"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Zobrazit podbody"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Skrýt všechno"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Použít atributy"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Vložit"
diff --git a/source/cs/fpicker/messages.po b/source/cs/fpicker/messages.po
index e54dae32daf..288e3f1e2c9 100644
--- a/source/cs/fpicker/messages.po
+++ b/source/cs/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/cs/>\n"
"Language: cs\n"
@@ -195,13 +195,13 @@ msgstr "Místa"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Přidat aktuální složku k Místům"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Smazat vybranou složku z Míst"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Datum změny"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Otevřít"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Pře_hrát"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Název souboru:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Typ souboru:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Jen pro čtení"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Uložit s heslem"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Automatická přípona názvu souboru"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Upravit nastavení _filtru"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Zašifrovat klíčem GPG"
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po
index 4401655b74c..bf9879ce755 100644
--- a/source/cs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/cs/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-05-31 19:44+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1542486017.000000\n"
#. yzYVt
@@ -10814,7 +10814,7 @@ msgctxt ""
"par_id3150359\n"
"help.text"
msgid "Lof (FileNumber) As Long"
-msgstr ""
+msgstr "Lof (FileNumber) As Long"
#. 6oGoB
#: 03020303.xhp
@@ -10823,7 +10823,7 @@ msgctxt ""
"par_id3150869\n"
"help.text"
msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the <literal>Open</literal> statement."
-msgstr ""
+msgstr "<emph>FileNumber:</emph> Číselný výraz určující číslo otevřeného souboru určené v příkazu <literal>Open</literal>."
#. EAe7H
#: 03020303.xhp
@@ -10832,7 +10832,7 @@ msgctxt ""
"par_id3147349\n"
"help.text"
msgid "To obtain the length of a file that is not open, use the <link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen function\"><literal>FileLen</literal></link> function."
-msgstr ""
+msgstr "Chcete-li zjistit velikost souboru, který není otevřen, použijte funkci <link href=\"text/sbasic/shared/03020408.xhp\" name=\"Funkce FileLen\"><literal>FileLen</literal></link>."
#. AGL3X
#: 03020304.xhp
@@ -11876,7 +11876,7 @@ msgctxt ""
"par_id401651744449325\n"
"help.text"
msgid "Use <link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"ScriptForge.FileSystem service\">ScriptForge.FileSystem</link> service <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen\" name=\"GetFileLen method\">GetFileLen()</link> method when size is expected to be over 2 gigabytes."
-msgstr ""
+msgstr "Pokud očekáváte velikost větší než 2 gigabajty, použijte metodu <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen\" name=\"Metoda GetFileLen\">GetFileLen()</link> služby <link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"Služba ScriptForge.FileSystem\">ScriptForge.FileSystem</link>."
#. Fo2XH
#: 03020408.xhp
@@ -11894,7 +11894,7 @@ msgctxt ""
"par_id3150439\n"
"help.text"
msgid "This function determines the length of a file. If the <literal>FileLen</literal> function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the <link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof function\"><literal>Lof</literal></link> function."
-msgstr ""
+msgstr "Tato funkce určuje délku souboru. Je-li funkce <literal>FileLen</literal> zavolána na otevřený soubor, vrátí délku souboru před otevřením. Chcete-li určit aktuální délku otevřeného souboru, použijte funkci <link href=\"text/sbasic/shared/03020303.xhp\" name=\"Funkce Lof\"><literal>Lof</literal></link>."
#. FerKv
#: 03020409.xhp
@@ -24953,7 +24953,7 @@ msgctxt ""
"par_id3156152\n"
"help.text"
msgid "CDbl (Expression As Variant) As Double"
-msgstr ""
+msgstr "CDbl (Expression As Variant) As Double"
#. Hs9F5
#: 03100500.xhp
@@ -24998,7 +24998,7 @@ msgctxt ""
"par_id3154142\n"
"help.text"
msgid "CInt (Expression As Variant) As Integer"
-msgstr ""
+msgstr "CInt (Expression As Variant) As Integer"
#. UnfBB
#: 03100500.xhp
@@ -25115,7 +25115,7 @@ msgctxt ""
"par_id3147573\n"
"help.text"
msgid "CLng (Expression As Variant) As Long"
-msgstr ""
+msgstr "CLng (Expression As Variant) As Long"
#. HDHVW
#: 03100600.xhp
@@ -25124,7 +25124,7 @@ msgctxt ""
"par_id3159414\n"
"help.text"
msgid "If <literal>Expression</literal> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error."
-msgstr ""
+msgstr "Pokud <literal>Expression</literal> nespadá do rozsahu platných hodnot typu long integer mezi -2 147 483 648 a 2 147 483 647, $[officename] Basic vrátí chybu přetečení."
#. hgEwt
#: 03100600.xhp
@@ -25367,7 +25367,7 @@ msgctxt ""
"par_id3148983\n"
"help.text"
msgid "CSng (Expression As Variant) As Single"
-msgstr ""
+msgstr "CSng (Expression As Variant) As Single"
#. ZodWe
#: 03100900.xhp
@@ -25376,7 +25376,7 @@ msgctxt ""
"par_id3153897\n"
"help.text"
msgid "<emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered using a dot \".\" as the decimal point and a comma \",\" as the thousands separator (for instance 123,456.78), which may differ from your %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>."
-msgstr ""
+msgstr "<emph>Expression</emph>: Řetězcový nebo číselný výraz, který chcete převést. Chcete-li převést řetězec, číslo je nutné zadat s použitím tečky \".\" jako oddělovače desetinných míst a čárky \",\" jako oddělovače tisíců (například 123,456.78). Toto nastavení se může lišit od <link href=\"text/shared/optionen/01140000.xhp\" name=\"jazyková nastavení\">jazykových nastavení</link> %PRODUCTNAME."
#. 6CgWz
#: 03100900.xhp
@@ -25385,7 +25385,7 @@ msgctxt ""
"par_id761652451117906\n"
"help.text"
msgid "Numeric expressions are displayed according %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>:"
-msgstr ""
+msgstr "Číselné výrazy se zobrazují podle <link href=\"text/shared/optionen/01140000.xhp\" name=\"jazyková nastavení\">jazykových nastavení</link> %PRODUCTNAME:"
#. DirnZ
#: 03100900.xhp
@@ -25394,7 +25394,7 @@ msgctxt ""
"par_idm1341608224\n"
"help.text"
msgid "MsgBox CDbl(1234.5678) ' 1234.5678"
-msgstr ""
+msgstr "MsgBox CDbl(1234.5678) ' 1234,5678"
#. BoiF4
#: 03100900.xhp
@@ -25403,7 +25403,7 @@ msgctxt ""
"par_idm1341604480\n"
"help.text"
msgid "MsgBox CSng(1234.5678) ' 1234.567749023"
-msgstr ""
+msgstr "MsgBox CSng(1234.5678) ' 1234,567749023"
#. rf5Br
#: 03100900.xhp
@@ -25412,7 +25412,7 @@ msgctxt ""
"par_idm1341608242\n"
"help.text"
msgid "MsgBox CDbl(expression := 5678.1234) ' 5678.1234"
-msgstr ""
+msgstr "MsgBox CDbl(expression := 5678.1234) ' 5678,1234"
#. uVUDG
#: 03100900.xhp
@@ -25421,7 +25421,7 @@ msgctxt ""
"par_idm1341604408\n"
"help.text"
msgid "MsgBox CSng(expression := 5678.1234) ' 5678.123535156"
-msgstr ""
+msgstr "MsgBox CSng(expression := 5678.1234) ' 5678,123535156"
#. MCFBf
#: 03101000.xhp
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared/03.po b/source/cs/helpcontent2/source/text/sbasic/shared/03.po
index 099e2cd1e8b..1b39ec53b66 100644
--- a/source/cs/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/cs/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-08 10:07+0000\n"
+"PO-Revision-Date: 2022-05-31 19:44+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564160910.000000\n"
#. ViEWM
@@ -185,7 +185,7 @@ msgctxt ""
"par_id901528999850603\n"
"help.text"
msgid "• Basic macros require to load <literal>ScriptForge</literal> library using the following statement:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Python scripts require an import from <literal>scriptforge</literal> module:<br/><literal>from scriptforge import CreateScriptService</literal>"
-msgstr ""
+msgstr "• V makrech Basicu je nutné načíst knihovnu <literal>ScriptForge</literal> následujícím příkazem:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Ve skriptech Pythonu je nezbytné import z modulu <literal>scriptforge</literal>:<br/><literal>from scriptforge import CreateScriptService</literal>"
#. eotwE
#: lib_ScriptForge.xhp
@@ -5036,7 +5036,7 @@ msgctxt ""
"par_id841592919903025\n"
"help.text"
msgid "Deletes the columns of a specified range that match a filter expressed as a Calc formula. The filter is applied to each column to decide whether it will be deleted or not."
-msgstr ""
+msgstr "Smaže v zadané oblasti sloupce, které odpovídají filtru vyjádřenému v podobě vzorce Calcu. Filtr bude použit na každý sloupec, aby se zjistilo, zda má být smazán, či nikoli."
#. 4JWnp
#: sf_calc.xhp
@@ -5045,7 +5045,7 @@ msgctxt ""
"par_id601652269911029\n"
"help.text"
msgid "The deleted column can be limited to the height of the specified range or span to the height of the entire sheet, thus deleting whole columns."
-msgstr ""
+msgstr "Mazání sloupce může být omezeno na výšku určené oblasti, nebo se může týkat výšky celého listu, tj. smažou se celé sloupce."
#. VAVU3
#: sf_calc.xhp
@@ -5054,7 +5054,7 @@ msgctxt ""
"par_id701652271281106\n"
"help.text"
msgid "This method returns a string with the range address of the compacted range. If all columns are deleted, then an empty string is returned."
-msgstr ""
+msgstr "Tato metoda vrátí řetězec s adresou zmenšené oblasti. Jsou-li smazány všechny sloupce, vrátí se prázdný řetězec."
#. j2GAb
#: sf_calc.xhp
@@ -5063,7 +5063,7 @@ msgctxt ""
"par_id191652271892064\n"
"help.text"
msgid "If a range of cells is selected, calling this method will not impact the selection."
-msgstr ""
+msgstr "Pokud je vybrána oblast buněk, volání této metody výběr neovlivní."
#. WsrKe
#: sf_calc.xhp
@@ -5072,7 +5072,7 @@ msgctxt ""
"par_id771592919922181\n"
"help.text"
msgid "<emph>range</emph>: The range from which columns will be deleted, as a string."
-msgstr ""
+msgstr "<emph>range</emph>: Oblast, z níž budou sloupce smazány, a to jako řetězec."
#. Q9QBp
#: sf_calc.xhp
@@ -5081,7 +5081,7 @@ msgctxt ""
"par_id771592919932260\n"
"help.text"
msgid "<emph>wholecolumn</emph>: If this option is set to <literal>True</literal> the entire column will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted column will be limited to the height of the specified <literal>range</literal>."
-msgstr ""
+msgstr "<emph>wholecolumn</emph>: Pokud je tato možnost nastavena na <literal>True</literal>, z listu se budou mazat celé sloupce. Výchozí hodnotou je <literal>False</literal>, což znamená, že se mazání sloupců omezí na výšku oblasti zadané jako <literal>range</literal>."
#. M7qto
#: sf_calc.xhp
@@ -5090,7 +5090,7 @@ msgctxt ""
"par_id771592919915974\n"
"help.text"
msgid "<emph>filterformula</emph>: The filter to be applied to each column to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first column. When the formula returns <emph>True</emph> for a column, that column will be deleted. The default filter deletes all empty columns."
-msgstr ""
+msgstr "<emph>filterformula</emph>: Filtr, který se má použít na každý sloupec, aby určil, zda se má sloupec smazat. Filtr je vyjádřen jako vzorec Calcu, který se má použít na první sloupec. Pokud tento vzorec vrátí pro nějaký sloupec <emph>True</emph>, takový sloupec se smaže. Výchozí filtr odstraní všechny prázdné sloupce."
#. 8sYWa
#: sf_calc.xhp
@@ -5099,7 +5099,7 @@ msgctxt ""
"par_id361652271022647\n"
"help.text"
msgid "For example, suppose range <emph>A1:J200</emph> is selected (height = 200), so the default formula is <emph>=(COUNTBLANK(A1:A200)=200)</emph>. This means that if all 200 cells are empty in the first column (Column A), then the column is deleted. Note that the formula is expressed with respect to the first column only. Internally the <literal>CompactLeft</literal> method will generalize this formula for all the remaining columns."
-msgstr ""
+msgstr "Předpokládejme například, že je vybrána oblast <emph>A1:J200</emph> (výška = 200), a výchozí vzorec je tedy <emph>=(COUNTBLANK(A1:A200)=200)</emph>. To znamená, že pokud je všech 200 buněk prvního sloupce (sloupec A) prázdných, tento sloupec se smaže. Mějte na paměti, že vzorec je vyjádřen pouze vzhledem k prvnímu sloupci. Vnitřně metoda <literal>CompactLeft</literal> tento vzorec pro všechny zbývající sloupce zobecní."
#. FDspT
#: sf_calc.xhp
@@ -5108,7 +5108,7 @@ msgctxt ""
"bas_id941652271391005\n"
"help.text"
msgid "' Delete all empty columns in the range G1:L10 from Sheet1"
-msgstr ""
+msgstr "' Smaže všechny prázdné sloupce v oblasti G1:L10 na listu List1"
#. huH9x
#: sf_calc.xhp
@@ -5117,7 +5117,7 @@ msgctxt ""
"bas_id691652271390762\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"List1.G1:L10\")"
#. 2BkcC
#: sf_calc.xhp
@@ -5126,7 +5126,7 @@ msgctxt ""
"bas_id921652271392627\n"
"help.text"
msgid "' The example below is similar, but the entire column is deleted from the sheet"
-msgstr ""
+msgstr "' Následující příklad je podobný, z listu se však smažou celé sloupce"
#. 6GoCu
#: sf_calc.xhp
@@ -5135,7 +5135,7 @@ msgctxt ""
"bas_id941652271392873\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", WholeColumn := True)"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"List1.G1:L10\", WholeColumn := True)"
#. KfQRA
#: sf_calc.xhp
@@ -5144,7 +5144,7 @@ msgctxt ""
"bas_id751652271393226\n"
"help.text"
msgid "' Deletes all columns where the first row is marked with an \"X\""
-msgstr ""
+msgstr "' Smaže všechny sloupce, v nichž je první řádek označen písmenem \"X\""
#. fLJ7y
#: sf_calc.xhp
@@ -5153,7 +5153,7 @@ msgctxt ""
"bas_id761652271393514\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"List1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
#. UqpQB
#: sf_calc.xhp
@@ -5162,7 +5162,7 @@ msgctxt ""
"bas_id241652271725676\n"
"help.text"
msgid "' Deletes all columns where the sum of values in the column is odd"
-msgstr ""
+msgstr "' Smaže všechny sloupce, v nichž je součet hodnot lichý"
#. 5rxDM
#: sf_calc.xhp
@@ -5171,7 +5171,7 @@ msgctxt ""
"bas_id531652271726131\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:G10);2)=1)\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"List1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:G10);2)=1)\")"
#. i4ux6
#: sf_calc.xhp
@@ -5180,7 +5180,7 @@ msgctxt ""
"pyc_id451621536612334\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"List1.G1:L10\")"
#. j5kGd
#: sf_calc.xhp
@@ -5189,7 +5189,7 @@ msgctxt ""
"pyc_id201652272121176\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", wholecolumn = True)"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"List1.G1:L10\", wholecolumn = True)"
#. pBca4
#: sf_calc.xhp
@@ -5198,7 +5198,7 @@ msgctxt ""
"pyc_id781652272122794\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"List1.G1:L10\", filterformula = '=(G1=\"X\")')"
#. VGAj6
#: sf_calc.xhp
@@ -5207,7 +5207,7 @@ msgctxt ""
"pyc_id731652272123209\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:G10);2)=1)')"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"List1.G1:L10\", filterformula = '=(MOD(SUM(G1:G10);2)=1)')"
#. vqJ5B
#: sf_calc.xhp
@@ -5216,7 +5216,7 @@ msgctxt ""
"par_id841592919903699\n"
"help.text"
msgid "Deletes the rows of a specified range that match a filter expressed as a Calc formula. The filter is applied to each row to decide whether it will be deleted or not."
-msgstr ""
+msgstr "Smaže v zadané oblasti řádky, které odpovídají filtru vyjádřenému v podobě vzorce Calcu. Filtr bude použit na každý řádek, aby se zjistilo, zda má být smazán, či nikoli."
#. RhiRD
#: sf_calc.xhp
@@ -5225,7 +5225,7 @@ msgctxt ""
"par_id601652269910091\n"
"help.text"
msgid "The deleted rows can be limited to the width of the specified range or span to the width of the entire sheet, thus deleting whole rows."
-msgstr ""
+msgstr "Mazání řádku může být omezeno na šířku určené oblasti, nebo se může týkat šířky celého listu, tj. smažou se celé řádky."
#. Yw3WB
#: sf_calc.xhp
@@ -5234,7 +5234,7 @@ msgctxt ""
"par_id701652271283456\n"
"help.text"
msgid "This method returns a string with the range address of the compacted range. If all rows are deleted, then an empty string is returned."
-msgstr ""
+msgstr "Tato metoda vrátí řetězec s adresou zmenšené oblasti. Jsou-li smazány všechny řádky, vrátí se prázdný řetězec."
#. RtGtW
#: sf_calc.xhp
@@ -5243,7 +5243,7 @@ msgctxt ""
"par_id191652271893913\n"
"help.text"
msgid "If a range of cells is selected, calling this method will not impact the selection."
-msgstr ""
+msgstr "Pokud je vybrána oblast buněk, volání této metody výběr neovlivní."
#. X3Ekj
#: sf_calc.xhp
@@ -5252,7 +5252,7 @@ msgctxt ""
"par_id771592919922080\n"
"help.text"
msgid "<emph>range</emph>: The range from which rows will be deleted, as a string."
-msgstr ""
+msgstr "<emph>range</emph>: Oblast, z níž budou řádky smazány, a to jako řetězec."
#. sAtHM
#: sf_calc.xhp
@@ -5261,7 +5261,7 @@ msgctxt ""
"par_id771592919921160\n"
"help.text"
msgid "<emph>wholerow</emph>: If this option is set to <literal>True</literal> the entire row will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted row will be limited to the width of the specified <literal>range</literal>."
-msgstr ""
+msgstr "<emph>wholerow</emph>: Pokud je tato možnost nastavena na <literal>True</literal>, z listu se budou mazat celé řádky. Výchozí hodnotou je <literal>False</literal>, což znamená, že se mazání řádků omezí na šířku oblasti zadané jako <literal>range</literal>."
#. pKXWR
#: sf_calc.xhp
@@ -5270,7 +5270,7 @@ msgctxt ""
"par_id771592919926374\n"
"help.text"
msgid "<emph>filterformula</emph>: The filter to be applied to each row to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first row. When the formula returns <emph>True</emph> for a row, that row will be deleted. The default filter deletes all empty rows."
-msgstr ""
+msgstr "<emph>filterformula</emph>: Filtr, který se má použít na každý řádek, aby určil, zda se má řádek smazat. Filtr je vyjádřen jako vzorec Calcu, který se má použít na první řádek. Pokud tento vzorec vrátí pro nějaký řádek <emph>True</emph>, takový řádek se smaže. Výchozí filtr odstraní všechny prázdné řádky."
#. 2DsWD
#: sf_calc.xhp
@@ -5279,7 +5279,7 @@ msgctxt ""
"par_id361652271022681\n"
"help.text"
msgid "For example, suppose range <emph>A1:J200</emph> is selected (width = 10), so the default formula is <emph>=(COUNTBLANK(A1:J1)=10)</emph>. This means that if all 10 cells are empty in the first row (Row 1), then the row is deleted. Note that the formula is expressed with respect to the first row only. Internally the <literal>CompactUp</literal> method will generalize this formula for all the remaining rows."
-msgstr ""
+msgstr "Předpokládejme například, že je vybrána oblast <emph>A1:J200</emph> (šířka = 10), a výchozí vzorec je tedy <emph>=(COUNTBLANK(A1:J1)=10)</emph>. To znamená, že pokud je všech 10 buněk prvního řádku (řádek 1) prázdných, tento řádek se smaže. Mějte na paměti, že vzorec je vyjádřen pouze vzhledem k prvnímu řádku. Vnitřně metoda <literal>CompactUp</literal> tento vzorec pro všechny zbývající řádky zobecní."
#. GuWzD
#: sf_calc.xhp
@@ -5288,7 +5288,7 @@ msgctxt ""
"bas_id941652271391554\n"
"help.text"
msgid "' Delete all empty rows in the range G1:L10 from Sheet1"
-msgstr ""
+msgstr "' Smaže všechny prázdné řádky v oblasti G1:L10 na listu List1"
#. GBrKx
#: sf_calc.xhp
@@ -5297,7 +5297,7 @@ msgctxt ""
"bas_id691652271390789\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"List1.G1:L10\")"
#. FV3Ev
#: sf_calc.xhp
@@ -5306,7 +5306,7 @@ msgctxt ""
"bas_id921652271392567\n"
"help.text"
msgid "' The example below is similar, but the entire row is deleted from the sheet"
-msgstr ""
+msgstr "' Následující příklad je podobný, z listu se však smažou celé řádky"
#. Y5YVh
#: sf_calc.xhp
@@ -5315,7 +5315,7 @@ msgctxt ""
"bas_id941652271392553\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", WholeRow := True)"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"List1.G1:L10\", WholeRow := True)"
#. mFqmA
#: sf_calc.xhp
@@ -5324,7 +5324,7 @@ msgctxt ""
"bas_id751652271393117\n"
"help.text"
msgid "' Deletes all rows where the first column is marked with an \"X\""
-msgstr ""
+msgstr "' Smaže všechny řádky, na nichž je první sloupec označen písmenem \"X\""
#. gJQRm
#: sf_calc.xhp
@@ -5333,7 +5333,7 @@ msgctxt ""
"bas_id761652271393034\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"List1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
#. DoDfJ
#: sf_calc.xhp
@@ -5342,7 +5342,7 @@ msgctxt ""
"bas_id241652271725065\n"
"help.text"
msgid "' Deletes all rows where the sum of values in the row is odd"
-msgstr ""
+msgstr "' Smaže všechny řádky, na nichž je součet hodnot lichý"
#. zXErV
#: sf_calc.xhp
@@ -5351,7 +5351,7 @@ msgctxt ""
"bas_id531652271726010\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:L1);2)=1)\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"List1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:L1);2)=1)\")"
#. Mcwq5
#: sf_calc.xhp
@@ -5360,7 +5360,7 @@ msgctxt ""
"pyc_id451621536612227\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"List1.G1:L10\")"
#. tXmJD
#: sf_calc.xhp
@@ -5369,7 +5369,7 @@ msgctxt ""
"pyc_id201652272121288\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", wholerow = True)"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"LIst1.G1:L10\", wholerow = True)"
#. WZ3XF
#: sf_calc.xhp
@@ -5378,7 +5378,7 @@ msgctxt ""
"pyc_id781652272122931\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"List1.G1:L10\", filterformula = '=(G1=\"X\")')"
#. 4DfG9
#: sf_calc.xhp
@@ -5387,7 +5387,7 @@ msgctxt ""
"pyc_id731652272123109\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:L1);2)=1)')"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"List1.G1:L10\", filterformula = '=(MOD(SUM(G1:L1);2)=1)')"
#. n6vJD
#: sf_calc.xhp
@@ -9500,7 +9500,7 @@ msgctxt ""
"par_id391651225506119\n"
"help.text"
msgid "Centers the current dialog instance in the middle of a parent window. Without arguments, the method centers the dialog in the middle of the current window."
-msgstr ""
+msgstr "Zarovná aktuální instanci dialogového okna na střed rodičovského okna. Bez argumentů metoda dialogové okno zarovná na střed aktuálního okna."
#. xEJEH
#: sf_dialog.xhp
@@ -9509,7 +9509,7 @@ msgctxt ""
"par_id391651552206119\n"
"help.text"
msgid "Returns <literal>True</literal> when successful."
-msgstr ""
+msgstr "V případě úspěšného zarovnání vrátí <literal>True</literal>."
#. Woksx
#: sf_dialog.xhp
@@ -9518,7 +9518,7 @@ msgctxt ""
"par_id1001585441257789\n"
"help.text"
msgid "<emph>Parent</emph>: An optional object that can be either …"
-msgstr ""
+msgstr "<emph>Parent</emph>: Nepovinný objekt, kterým může být:"
#. DCeY9
#: sf_dialog.xhp
@@ -9527,7 +9527,7 @@ msgctxt ""
"par_id412598177970993\n"
"help.text"
msgid "a ScriptForge dialog object"
-msgstr ""
+msgstr "objekt dialogového okna knihovny ScriptForge"
#. D5yN3
#: sf_dialog.xhp
@@ -9536,7 +9536,7 @@ msgctxt ""
"par_id81591858229301\n"
"help.text"
msgid "a ScriptForge document (Calc, Base, ...) object"
-msgstr ""
+msgstr "objekt dokumentu (Calc, Base, ...) knihovny ScriptForge"
#. 8DDWf
#: sf_dialog.xhp
@@ -9545,7 +9545,7 @@ msgctxt ""
"bas_id12598185484092\n"
"help.text"
msgid "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' The dialog that caused the event"
-msgstr ""
+msgstr "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' Dialogové okno, které způsobilo událost"
#. dx9rf
#: sf_dialog.xhp
@@ -9554,7 +9554,7 @@ msgctxt ""
"bas_id641598184589492\n"
"help.text"
msgid "Set oDialog2 = CreateScriptService(\"Dialog\", ...) ' Open a second dialog"
-msgstr ""
+msgstr "Set oDialog2 = CreateScriptService(\"Dialog\", ...) ' Otevře druhé dialogové okno"
#. kqFdv
#: sf_dialog.xhp
@@ -9563,7 +9563,7 @@ msgctxt ""
"pyc_id351619267575732\n"
"help.text"
msgid "dlg1 = CreateScriptService('DialogEvent.Dialog', event) # The dialog having caused the event"
-msgstr ""
+msgstr "dlg1 = CreateScriptService('DialogEvent.Dialog', event) # Dialogové okno, které způsobilo událost"
#. fDQAG
#: sf_dialog.xhp
@@ -9572,7 +9572,7 @@ msgctxt ""
"pyc_id431619267576082\n"
"help.text"
msgid "dlg2 = CreateScriptService('Dialog', ...) # Open a second dialog"
-msgstr ""
+msgstr "dlg2 = CreateScriptService('Dialog', ...) # Otevře druhé dialogové okno"
#. 4qLn9
#: sf_dialog.xhp
@@ -9797,7 +9797,7 @@ msgctxt ""
"par_id21598187953697\n"
"help.text"
msgid "Moves the topleft corner of a dialog to new coordinates and/or modify its dimensions. All distances are expressed in 1/100 mm. Without arguments, the method resets the initial dimensions. Return <literal>True</literal> if the resize was successful."
-msgstr ""
+msgstr "Přesune levý horní roh dialogového okna na nové souřadnice a/nebo změní rozměry okna. Všechny vzdálenosti jsou udávány v setinách mm. Bez argumentů tato metoda nastaví výchozí rozměry. V případě úspěšné změny vrátí <literal>True</literal>."
#. XRdLE
#: sf_dialog.xhp
@@ -9806,7 +9806,7 @@ msgctxt ""
"par_id481651236673068\n"
"help.text"
msgid "<emph>Left</emph>: the horizontal distance from the top-left corner"
-msgstr ""
+msgstr "<emph>Left</emph>: vodorovná vzdálenost od levého horního rohu"
#. FcTcU
#: sf_dialog.xhp
@@ -9815,7 +9815,7 @@ msgctxt ""
"par_id721651236674379\n"
"help.text"
msgid "<emph>Top</emph>: the vertical distance from the top-left corner"
-msgstr ""
+msgstr "<emph>Top</emph>: svislá vzdálenost od levého horního rohu"
#. uX7ps
#: sf_dialog.xhp
@@ -9824,7 +9824,7 @@ msgctxt ""
"par_id991651236674995\n"
"help.text"
msgid "<emph>Width</emph>: the width of the rectangle containing the dialog"
-msgstr ""
+msgstr "<emph>Width</emph>: šířka obdélníku představujícího dialogové okno"
#. ApqA8
#: sf_dialog.xhp
@@ -9833,7 +9833,7 @@ msgctxt ""
"par_id771651236675564\n"
"help.text"
msgid "<emph>Height</emph>: the height of the rectangle containing the dialog"
-msgstr ""
+msgstr "<emph>Height</emph>: výška obdélníku představujícího dialogové okno"
#. H4CtP
#: sf_dialog.xhp
@@ -9842,7 +9842,7 @@ msgctxt ""
"par_id211651236676180\n"
"help.text"
msgid "Negative or missing arguments are left unchanged"
-msgstr ""
+msgstr "Záporné nebo vynechané argumenty neprovedou žádnou změnu."
#. guvaM
#: sf_dialog.xhp
@@ -9851,7 +9851,7 @@ msgctxt ""
"bas_id791620301085031\n"
"help.text"
msgid "oDialog.Resize(1000, 2000, Height := 6000) ' Width is not changed"
-msgstr ""
+msgstr "oDialog.Resize(1000, 2000, Height := 6000) ' Šířka se nezmění"
#. pEVvm
#: sf_dialog.xhp
@@ -9860,7 +9860,7 @@ msgctxt ""
"par_id181620112217958\n"
"help.text"
msgid "With Python:"
-msgstr ""
+msgstr "Pomocí Pythonu:"
#. gBerj
#: sf_dialog.xhp
@@ -9869,7 +9869,7 @@ msgctxt ""
"pyc_id941620303073866\n"
"help.text"
msgid "oDialog.Resize(1000, 2000, Height = 6000) # Width is not changed"
-msgstr ""
+msgstr "oDialog.Resize(1000, 2000, Height = 6000) # Šířka se nezmění"
#. ARCGg
#: sf_dialog.xhp
diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po
index 0f62408ff21..3a417686d63 100644
--- a/source/cs/helpcontent2/source/text/scalc/01.po
+++ b/source/cs/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1559927186.000000\n"
@@ -2870,6 +2870,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">V seznamu jsou vypsány listy aktuálního dokumentu. Pro výběr jednoho listu použijte kurzorové klávesy nahoru nebo dolů. Chcete-li vybrat více listů v seznamu, podržte stisknutou klávesu <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, pomocí kurzorových kláves nahoru nebo dolů najeďte na požadovaný list a stiskněte mezerník. Chcete-li vybrat více listů jdoucích po sobě, podržte stisknutou klávesu Shift a vyberte požadovaný rozsah pomocí kláves nahoru nebo dolů. </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56114,14 +56186,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Pro kladné číslo funkce zaokrouhluje nahoru (směrem od nuly), pro záporné zaokrouhluje také nahoru (směrem k nule). Znaménko hodnoty násobku se neuvažuje."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Tato funkce počítá stejné výsledky jako funkce <link href=\"#Section312\" name=\"ISO.CEILING\">ISO.CEILING</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56402,14 +56474,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Pro kladné číslo funkce zaokrouhluje nahoru (směrem od nuly), pro záporné zaokrouhluje také nahoru (směrem k nule). Znaménko hodnoty násobku se neuvažuje."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Tato funkce počítá stejné výsledky jako funkce <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63998,14 +64070,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Text</emph>: Text nebo odkaz na buňku, na který se má regulární výraz použít."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Výraz</emph>: Text představující regulární výraz ve tvaru podle <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">projektu ICU</link>. Není-li nalezena shoda a není zadána <emph>Náhrada</emph>, funkce vrátí #N/A."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67643,14 +67715,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Nastavení řešitele"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Nastavení dialogového okna se zachovají do té doby, než zavřete aktuální dokument."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68651,6 +68723,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">Referenční příručka řešitele lp_solve na sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/sdatabase.po b/source/cs/helpcontent2/source/text/sdatabase.po
index 602d9485698..27e156287bf 100644
--- a/source/cs/helpcontent2/source/text/sdatabase.po
+++ b/source/cs/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-02-23 11:28+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. ugSgG
#: 02000000.xhp
@@ -391,7 +391,7 @@ msgctxt ""
"hd_id3153394\n"
"help.text"
msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Návrh dotazu\">Návrh dotazu</link>"
#. GU8Jd
#: 02010100.xhp
@@ -454,7 +454,7 @@ msgctxt ""
"par_id3150255\n"
"help.text"
msgid "The lower pane of the Design View is where you define the query. To define a query, specify the database field names to include and the criteria for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
+msgstr "V dolní části režimu návrhu definujete dotaz. Pro definici dotazu vyberte názvy databázových polí, které má dotaz obsahovat, a kritéria pro zobrazení polí. Chcete-li přeuspořádat sloupce v dolní části režimu návrhu, přetáhněte záhlaví sloupce na nové místo nebo vyberte sloupec a stiskněte <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+klávesy šipek."
#. GMVkG
#: 02010100.xhp
@@ -994,7 +994,7 @@ msgctxt ""
"par_id3145134\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first criteria by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Určuje první kritérium, podle kterého se filtruje obsah datového pole.</ahelp>"
#. qpADC
#: 02010100.xhp
@@ -2443,7 +2443,7 @@ msgctxt ""
"par_id191120151905518123\n"
"help.text"
msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
+msgstr "V nejjednodušším případě, kdy uživatel vkládá hodnotu, které se mají záznamy rovnat, je název parametru s uvozující dvojtečkou zadán do řádku Kritérium. V <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">režimu SQL</link>to lze zapsat jako <item type=\"input\">WHERE \"Pole\" = :Nazev_parametru</item>"
#. DZCXm
#: 02010100.xhp
@@ -2461,7 +2461,7 @@ msgctxt ""
"par_id191120151931441881\n"
"help.text"
msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
+msgstr "Při výběru záznamů podle části obsahu textového pole bývá užitečné přidat skrytý sloupec s kritériem <item type=\"input\">\"LIKE '%' || :Cast_pole || '%'\"</item>. Tím vyberete záznamy s přesnou shodou. Požadujete-li, aby při testování nezáleželo na velikosti písmen, řešením může být použití pole <item type=\"input\">LOWER (Nazev_pole)</item> a kritéria <item type=\"input\">LIKE LOWER ( '%' || :Cast_pole || '%' )</item>. Důležité jsou mezery v kritériu: jsou-li vynechány, syntaktický analyzátor SQL celé kritérium interpretuje jako řetězec, s nímž se má obsah shodovat. V <link href=\"text/sdatabase/02010100.xhp#sqlmode\">režimu SQL</link> lze toto zapsat jako <item type=\"input\">LOWER ( \"Nazev_pole\" ) LIKE LOWER ( '%' || :Cast_pole || '%' )</item>."
#. sSSB9
#: 02010100.xhp
@@ -5881,7 +5881,7 @@ msgctxt ""
"hd_id91652478785999\n"
"help.text"
msgid "Show output of \"select\" statements"
-msgstr ""
+msgstr "Zobrazit výstup příkazů „select“"
#. nB4gp
#: 11080000.xhp
@@ -5890,7 +5890,7 @@ msgctxt ""
"par_id281652481037143\n"
"help.text"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Zobrazí výstup SQL příkazu SELECT v poli Výstup."
#. uaXF8
#: 11080000.xhp
@@ -5899,7 +5899,7 @@ msgctxt ""
"hd_id3154071\n"
"help.text"
msgid "Execute"
-msgstr ""
+msgstr "Provést"
#. 6UCdY
#: 11080000.xhp
@@ -5908,7 +5908,7 @@ msgctxt ""
"par_id3151210\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute</emph> box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Spustí příkaz zadaný do pole <emph>Příkaz k provedení</emph>.</ahelp>"
#. BQmT9
#: 11080000.xhp
@@ -5926,7 +5926,7 @@ msgctxt ""
"par_id3149045\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Lists the previously executed SQL commands. To run a command again, click the command, and then click <emph>Execute</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/sqlhistory\">Seznam dříve spuštěných SQL příkazů. K opětovnému spuštění příkazu klepněte na příkaz a poté klepněte na <emph>Provést</emph>.</ahelp>"
#. AvXck
#: 11080000.xhp
@@ -5944,7 +5944,7 @@ msgctxt ""
"par_id3151054\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Displays the status, including errors, of the SQL command that you ran.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/status\">Zobrazuje stav spuštěného SQL příkazu, a to včetně chyb.</ahelp>"
#. 8qcm5
#: 11080000.xhp
@@ -5953,7 +5953,7 @@ msgctxt ""
"hd_id841652479655639\n"
"help.text"
msgid "Output"
-msgstr ""
+msgstr "Výstup"
#. pEFoq
#: 11080000.xhp
@@ -5962,7 +5962,7 @@ msgctxt ""
"par_id511652479714010\n"
"help.text"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Zobrazuje výsledky spuštěného SQL příkazu."
#. 93Xfs
#: 11090000.xhp
diff --git a/source/cs/helpcontent2/source/text/sdraw.po b/source/cs/helpcontent2/source/text/sdraw.po
index a1dc82880f7..fea3e5b1bc8 100644
--- a/source/cs/helpcontent2/source/text/sdraw.po
+++ b/source/cs/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-05 19:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/cs/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Tato nabídka vám umožňuje vkládat do dokumentů Draw další prvky, např. grafiku či záchytné body."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"Obrázek\">Obrázek</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Vloží obrázek."
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index 1da08f5fe78..f1269dd22a0 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:47+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547112717.000000\n"
#. 3B8ZN
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Zkratka slov Object Linking and Embedding. Objekty mohou být propojeny s cílovým dokumentem nebo do něj vloženy. U vložených objektů se jedná o vložení kopie daného objektu a detailů o zdrojovém programu do cílového dokumentu. Chcete-li objekt upravit, aktivujte zdrojový program poklepáním na objekt."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Zvuk nebo video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Zvolte <emph>Vložit - Objekt</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Objekt OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Objekt OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Vzorec</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Zvolte <emph>Formát - Typ grafu</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Graf</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Zvolte <emph>Formát - Typ grafu</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Graf</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Zvolte <emph>Formát - Typ grafu</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Graf</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Graf</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Dolů"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Zvolte <emph>Formát - Ukotvení</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "Na liště <emph>Návrh formuláře</emph> klepněte na"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Ikona Ukotvení</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Změnit ukotvení"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Zvolte <emph>Formát - Ukotvit - Ke stránce</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Zvolte <emph>Formát - Ukotvení - Na odstavec</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Zvolte <emph>Formát - Ukotvení - Na znak</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Zvolte <emph>Formát - Ukotvení - Jako znak</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Zvolte <emph>Formát - Ukotvení - Na rámec</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Zvolte <emph>Formát - Ukotvení - K buňce</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,14 +12490,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Zvolte kartu <menuitem>Formát - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Textové pole a tvar - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objekt - </menuitem></caseinline></switchinline><menuitem>Čára - Styly čar</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Zvolte kartu <menuitem>Formát - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Textové pole a tvar - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objekt - </menuitem></caseinline></switchinline><menuitem>Čára - Styly šipek</menuitem>.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12985,14 +13048,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Otevřete místní nabídku objektu a zvolte <menuitem>Název</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Otevřete místní nabídku objektu a zvolte <menuitem>Popis</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index fdf5495f23c..e4d9def0c45 100644
--- a/source/cs/helpcontent2/source/text/shared/01.po
+++ b/source/cs/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-08 10:08+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547111868.000000\n"
#. 3u8hR
@@ -9052,14 +9052,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Představuje velký znak, je-li v <emph>Možnostech</emph> zaškrtnuta volba <emph>Rozlišovat velikost</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Úplný seznam dostupných speciálních znaků a syntaxe naleznete v <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"Dokumentace regulárních výrazů v projektu ICU\">dokumentaci regulárních výrazů v projektu ICU</link>."
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Vkládání obrázků"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Vkládání obrázků\">Vkládání obrázků</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Vloží do aktuálního dokumentu obrázek <switchinline select=\"appl\"><caseinline select=\"WRITER\">s optimálním obtékáním stránky a zarovnaný na střed řádku</caseinline><caseinline select=\"CALC\">na aktuální pozici kurzoru</caseinline><defaultinline>zarovnaný na střed stránky nebo snímku</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Styl rámce"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Vyberte styl rámce obrázku.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Zobrazí náhled vybraného obrázku.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekt"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Objekt\">Objekt</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Vloží do dokumentu objekt, například vzorec, 3D model, graf nebo objekt OLE.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Vzorec\">Vzorec</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Je-li kurzor na slově, přidá stín k označenému textu nebo celému slovu.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Rovnoměrně rozmístit řádky"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,14 +26323,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>řádky tabulky;rozmístit výšku rovnoměrně</bookmark_value><bookmark_value>výška řádku;rovnoměrně rozmístit</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Rozmístit rovnoměrně\">Rovnoměrně rozmístit řádky</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26323,14 +26341,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Upraví výšku označených řádků podle výšky nejvyššího řádku ve výběru.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Zvolte <emph>Tabulka - Velikost - Rovnoměrně rozmístit řádky</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Ikonka</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Rovnoměrně rozmístit řádky"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Popis"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objekty;nadpisy a popisy</bookmark_value> <bookmark_value>popisy objektů</bookmark_value> <bookmark_value>nadpisy;objekty</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Popis"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Přiřadí vybranému objektu nadpis a popis. Tyto údaje jsou využívány nástroji pro zpřístupnění a použijí se při exportu dokumentu jako alternativní popis.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titulek"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Zadejte nadpis. Tento krátký název se použije jako alternativní značka v HTML formátu. Tento text také mohou načítat nástroje pro zpřístupnění.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Popis"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Zadejte popis. Můžete zadat dlouhý popis složitějšího objektu nebo skupiny objektů pro uživatele s hlasovou čtečkou. Popis používají nástroje pro zpřístupnění.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Upraví nebo vytvoří styly šipek.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organizovat styly šipek"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Umožňuje organizovat aktuální seznam stylů šipek."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Název"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Chcete-li nastavit vlastní styl šipky, vyberte v dokumentu objekt kresby a klepněte zde.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Změnit"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ukotvení"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Ukotvení\">Ukotvení</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Nastavení možností ukotvení vybraného objektu.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Na stránku\">Na stránku</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ukotví vybraný objekt k aktuální stránce.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Ukotvený objekt zůstane na aktuální stránce, i když vložíte nebo smažete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"K odstavci\">K odstavci</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ukotví vybraný objekt k aktuálnímu odstavci.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,32 +31183,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Ke znaku\">Ke znaku</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ukotví vybraný objekt ke znaku.</ahelp> Tento příkaz je k dispozici jen pro objekty obrázků."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Ikonka s kotvou se zobrazí před znakem."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Chcete-li zarovnat obrázek relativně ke znaku, ke kterému je ukotven, klepněte pravým tlačítkem na obrázek a poté vyberte <emph>Vlastnosti</emph>. Klepněte na kartu <emph>Typ</emph> a v části <emph>Umístění</emph> zvolte v poli <emph>k</emph> hodnotu <emph>Znak</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"K rámci\">K rámci</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ukotví vybraný objekt k rámci, který jej obklopuje.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Jako znak\">Jako znak</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ukotví vybraný objekt v aktuálním textu jako znak. Je-li výška vybraného objektu větší než aktuální výška písma, výška řádku se zvětší.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/02.po b/source/cs/helpcontent2/source/text/shared/02.po
index 3b8cfeab821..c5a00fdff4d 100644
--- a/source/cs/helpcontent2/source/text/shared/02.po
+++ b/source/cs/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-08 10:08+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561117732.000000\n"
#. Edm6o
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Více informací naleznete v části <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Ohraničení</emph></link>."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Změnit ukotvení"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,23 +11869,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>ukotvení; změna</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Změnit ukotvení\">Změnit ukotvení</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Umožní vám přepínat mezi možnostmi ukotvení.</ahelp></variable> Ikona <emph>Změnit ukotvení</emph> je viditelná, pouze pokud je vybrán objekt obrázku, kontrolního pole<switchinline select=\"appl\"><caseinline select=\"WRITER\"> nebo rámce</caseinline></switchinline>."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po
index 6ea553045a3..4fe715fc6bf 100644
--- a/source/cs/helpcontent2/source/text/shared/guide.po
+++ b/source/cs/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-05-31 19:45+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/cs/>\n"
"Language: cs\n"
@@ -5756,7 +5756,7 @@ msgctxt ""
"par_id3150276\n"
"help.text"
msgid "An inserted drawing object is anchored to the current paragraph. You can change the anchor by selecting the object and clicking the <emph>Change Anchor</emph> icon on the <emph>OLE Object</emph> toolbar or the <emph>Frame</emph> toolbar. This opens a popup menu where you can select the anchor type."
-msgstr ""
+msgstr "Vložený objekt kresby se ukotví k aktuálnímu odstavci. Ukotvení je možné změnit, když označíte objekt a klepnete na ikonu <emph>Změnit ukotvení</emph> na nástrojové liště <emph>Objekt OLE</emph> nebo <emph>Rámec</emph>. Otevře se nabídka, ve které je možné vybrat typ ukotvení."
#. TTFkG
#: copy_drawfunctions.xhp
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>grafika, viz také obrázky</bookmark_value><bookmark_value>obrázky; vkládání a úpravy rastrů</bookmark_value><bookmark_value>ilustrace; vkládání</bookmark_value><bookmark_value>rastry; vkládání a úpravy</bookmark_value><bookmark_value>pixelová grafika; vkládání a úpravy</bookmark_value><bookmark_value>exportování; rastry</bookmark_value><bookmark_value>importování; rastry</bookmark_value><bookmark_value>obrázky; úpravy</bookmark_value><bookmark_value>úpravy; obrázky</bookmark_value><bookmark_value>převrátit; filtr</bookmark_value><bookmark_value>vyhladit; filtr</bookmark_value><bookmark_value>zaostřit; filtr</bookmark_value><bookmark_value>odstranění šumu;filtr</bookmark_value><bookmark_value>solarizace; filtr</bookmark_value><bookmark_value>ztmavnutí; filtr</bookmark_value><bookmark_value>posterizace; filtr</bookmark_value><bookmark_value>pop-art; filtr</bookmark_value><bookmark_value>kresba uhlem;filtr</bookmark_value><bookmark_value>mozaika; filtr</bookmark_value><bookmark_value>obrázky; filtry</bookmark_value><bookmark_value>filtry; obrázky</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Vložení, úpravy a uložení rastrových obrázků\">Vložení, úpravy a uložení rastrových obrázků</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Rastrový obrázek je možné vložit do dokumentů $[officename] Writer, $[officename] Calc, $[officename] Draw a $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Zvolte <emph>Vložit - Obrázek - Ze souboru</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Vyberte soubor. V poli <emph>Typ souboru</emph> můžete omezit zobrazení na určitý typ souborů."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr "Zkopíruje formátování buňky určené v dialogovém okně <menuitem>Formát - Buňky</menuitem>."
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/help.po b/source/cs/helpcontent2/source/text/shared/help.po
index 4ae45020605..4086370f71d 100644
--- a/source/cs/helpcontent2/source/text/shared/help.po
+++ b/source/cs/helpcontent2/source/text/shared/help.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-02-10 16:37+0000\n"
+"PO-Revision-Date: 2022-05-31 19:49+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedhelp/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1563910365.000000\n"
#. jdDhb
@@ -869,7 +869,7 @@ msgctxt ""
"hd_id471652287598699\n"
"help.text"
msgid "<variable id=\"externalvideo\">External video</variable>"
-msgstr ""
+msgstr "<variable id=\"externalvideo\">Externí video</variable>"
#. CKGLp
#: browserhelp.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id311644338760624\n"
"help.text"
msgid "<variable id=\"ytaccept\">Please accept this video. By accepting you will be accessing content from YouTube, a service provided by an external third party.</variable>"
-msgstr ""
+msgstr "<variable id=\"ytaccept\">Je nutné odsouhlasit přijetí tohoto videa. Po souhlasu získáte přístup k obsahu z YouTube, služby poskytované externě třetí stranou.</variable>"
#. BvoqF
#: browserhelp.xhp
@@ -896,4 +896,4 @@ msgctxt ""
"par_id91644338793051\n"
"help.text"
msgid "<variable id=\"ytprivacy\">YouTube Privacy Policy</variable>"
-msgstr ""
+msgstr "<variable id=\"ytprivacy\">Pravidla ochrany soukromí služby YouTube</variable>"
diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po
index 4cc5fcd0270..399c0a0a6b9 100644
--- a/source/cs/helpcontent2/source/text/shared/optionen.po
+++ b/source/cs/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-31 22:25+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/cs/>\n"
@@ -917,14 +917,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Určuje, zda bude <item type=\"productname\">%PRODUCTNAME</item> při ukládání informací pro automatické obnovení ukládat také všechny otevřené dokumenty. Použije se stejný časový interval jako pro automatické obnovení.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "URL ukládat relativně k systému souborů"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress/02.po b/source/cs/helpcontent2/source/text/simpress/02.po
index acd5f373041..b7a41c93b19 100644
--- a/source/cs/helpcontent2/source/text/simpress/02.po
+++ b/source/cs/helpcontent2/source/text/simpress/02.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-12 11:50+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
-"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
+"PO-Revision-Date: 2022-05-31 19:45+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1561035032.000000\n"
#. AiACn
@@ -5000,7 +5000,7 @@ msgctxt ""
"par_id3151076\n"
"help.text"
msgid "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href=\"text/simpress/02/11070000.xhp\" name=\"All Levels\"><menuitem>Show All Levels</menuitem></link> icon.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Skryje na aktuálním snímku všechny nadpisy kromě nadpisu snímku. Skryté nadpisy jsou naznačeny černou čarou před titulkem snímku. Nadpisy zobrazíte klepnutím na ikon <link href=\"text/simpress/02/11070000.xhp\" name=\"Všechny úrovně\">Zobrazit všechny úrovně</menuitem></link>.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:OutlineCollapseAll\">Skryje na aktuálním snímku všechny nadpisy kromě nadpisu snímku. Skryté nadpisy jsou naznačeny černou čarou před titulkem snímku. Nadpisy zobrazíte klepnutím na ikon <link href=\"text/simpress/02/11070000.xhp\" name=\"Všechny úrovně\"><menuitem>Zobrazit všechny úrovně</menuitem></link>.</ahelp>"
#. F7upw
#: 11060000.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress/guide.po b/source/cs/helpcontent2/source/text/simpress/guide.po
index da4073f361e..01707ca0577 100644
--- a/source/cs/helpcontent2/source/text/simpress/guide.po
+++ b/source/cs/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-23 11:28+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547390017.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Vyberte snímek, za kterým má následovat kopírovaný snímek, a zvolte <emph>Úpravy - Vložit</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Načtení seznamů barev, přechodů a šrafování"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>barvy;načítání seznamů</bookmark_value><bookmark_value>přechody;načítání seznamů</bookmark_value><bookmark_value>šrafování;načítání seznamů</bookmark_value><bookmark_value>načítání;barvy/přechody/šrafování</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Načtení seznamů barev, přechodů a šrafování\">Načtení seznamů barev, přechodů a šrafování</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Pro organizování barev, přechodů nebo šrafování můžete použít seznamy. $[officename] poskytuje několik seznamů, které je možné načíst do vašeho dokumentu. Pokud chcete, je možné přidávat nebo ubírat prvky seznamů, nebo dokonce vytvořit vlastní seznamy."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Pro načtení seznamu barev:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Zvolte <emph>Formát - Oblast</emph> a klepněte na kartu <emph>Barvy</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Klepněte na ikonu <emph>Načíst seznam barev</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Najděte seznam barev, který si přejete načíst, a klepněte na <emph>Otevřít</emph>. Soubor seznamu barev má formát [jméno_souboru].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pro uložení seznamu barev klepněte na ikonu <emph>Uložit seznam barev</emph>, zadejte jméno souboru a klepněte na <emph>Uložit</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>barvy; výchozí barvy</bookmark_value><bookmark_value>barvy; barvy LibreOffice</bookmark_value><bookmark_value>barvy LibreOffice</bookmark_value><bookmark_value>barvy; barvy HLC</bookmark_value><bookmark_value>barvy pro Material design</bookmark_value><bookmark_value>barvy; web</bookmark_value><bookmark_value>barvy; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "Seznam barev freiFarbe HLC využívá model CIELAB a je optimalizovaný pro profesionální tisk CMYK. Barvy v seznamech Web a HTML jsou optimalizované pro displeje s barevnou hloubkou 256 barev. Palety „LibreOffice“ a „Material“ obsahující oficiální paletu pro LibreOffice, resp. pro Material design. Paleta tonal.soc nabízí sadu barev uspořádaných podle kontrastu svítivosti, které fungují na různém hardwaru."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Pro načtení seznamu přechodů:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Zvolte <emph>Formát - Oblast</emph> a klepněte na kartu <emph>Přechody</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Klepněte na ikonu <emph>Načíst seznam přechodů</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Najděte seznam přechodů, který si přejete načíst, a klepněte na <emph>Otevřít</emph>. Soubor seznamu přechodů má formát [jméno_souboru].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pro uložení seznamu přechodů klikněte na ikonu <emph>Uložit seznam přechodů</emph>, zadejte název souboru a poté klikněte na tlačítko <emph>Uložit</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Pro načtení seznamu šrafování:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Zvolte <emph>Formát - Oblast</emph> a klepněte na kartu <emph>Šrafování</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Klepněte na ikonu <emph>Načíst seznam šrafování</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Najděte seznam šrafování, který si přejete načíst, a klepněte na <emph>Otevřít</emph>. Soubor seznamu šrafování má formát [jméno_souboru].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pro uložení seznamu šrafování klepněte na ikonu <emph>Uložit seznam šrafování</emph>, zadejte jméno souboru a klepněte na <emph>Uložit</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Formát - Oblast\">Formát - Oblast</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Přejděte na snímek, do kterého si přejete vložit sešit."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Zvolte <emph>Vložit - Objekt OLE</emph>. Klepněte na <emph>Vytvořit nový</emph> a zvolte Sešit %PRODUCTNAME. Klepněte na OK. Po klepnutí do sešitu můžete zadávat data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Přejděte na snímek, do kterého si přejete vložit sešit."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Zvolte <emph>Vložit - Objekt - Objekt OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Formát - Rozvržení snímku\">Formát - Rozvržení snímku</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Vložit - Objekt - Objekt OLE\">Vložit - Objekt - Objekt OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po
index 62acdda4272..c0fcb2b7d27 100644
--- a/source/cs/helpcontent2/source/text/swriter.po
+++ b/source/cs/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-05-31 19:49+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547110029.000000\n"
#. x2qZ6
@@ -2597,7 +2597,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "OLE Object Bar"
-msgstr ""
+msgstr "Lišta objekt OLE"
#. iiqD4
#: main0216.xhp
@@ -2606,7 +2606,7 @@ msgctxt ""
"hd_id3150726\n"
"help.text"
msgid "<link href=\"text/swriter/main0216.xhp\" name=\"OLE Object Bar\">OLE Object Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0216.xhp\" name=\"Lišta objekt OLE\">Lišta objekt OLE</link>"
#. phgBb
#: main0216.xhp
@@ -2615,7 +2615,7 @@ msgctxt ""
"par_id3150746\n"
"help.text"
msgid "<ahelp hid=\"HID_OLE_TOOLBOX\">The <emph>OLE Object</emph> bar appears when objects are selected, and contains the most important functions for formatting and positioning objects.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_OLE_TOOLBOX\">Lišta <emph>objekt OLE</emph> se zobrazí, je-li vybrán objekt. Obsahuje nejdůležitější funkce pro formátování a umístění objektů.</ahelp>"
#. FGEsG
#: main0216.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter/00.po b/source/cs/helpcontent2/source/text/swriter/00.po
index cfec6de57b9..387f3405e90 100644
--- a/source/cs/helpcontent2/source/text/swriter/00.po
+++ b/source/cs/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/cs/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Zvolte kartu <emph>Vložit - Rámec - Rámec - Možnosti</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimální výška řádku"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Zvolte <emph>Tabulka - Automatická úprava - Rovnoměrně rozmístit řádky</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Otevřete <emph>Optimalizovat velikost</emph> na liště <emph>Tabulka</emph> a klepněte na"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Ikona Rovnoměrně rozmístit řádky</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Rovnoměrně rozmístit řádky"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po
index 5ee74837239..0abcc43e7d5 100644
--- a/source/cs/helpcontent2/source/text/swriter/01.po
+++ b/source/cs/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-05-31 19:43+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n"
"Language: cs\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Zobrazí dokument tak, jak bude vypadat, když jej vytisknete.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Skryté odstavce"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Skryté odstavce\">Skryté odstavce</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -4460,7 +4460,7 @@ msgctxt ""
"bm_id991649682491332\n"
"help.text"
msgid "<bookmark_value>manual break;next full line</bookmark_value><bookmark_value>manual break;right</bookmark_value><bookmark_value>manual break;clear right</bookmark_value><bookmark_value>clear right;manual break</bookmark_value><bookmark_value>manual break;clear left</bookmark_value><bookmark_value>manual break;left</bookmark_value><bookmark_value>clear left;manual break</bookmark_value><bookmark_value>manual break;next line</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ruční zalomení;další úplný řádek</bookmark_value><bookmark_value>ruční zalomení;vpravo</bookmark_value><bookmark_value>ruční zalomení;bez obtékání vpravo</bookmark_value><bookmark_value>obtékání vpravo;ruční zalomení</bookmark_value><bookmark_value>ruční zalomení;bez obtékání vlevo</bookmark_value><bookmark_value>obtékání vlevo;ruční zalomení</bookmark_value><bookmark_value>ruční zalomení;vlevo</bookmark_value><bookmark_value>ruční zalomení;další řádek</bookmark_value>"
#. FuBqy
#: 04010000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Řádky záhlaví"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Vyberte požadovaný počet řádků pro záhlaví tabulky.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Svisle"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Nastavení svislého zarovnání objektu.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Pokud ukotvíte objekt k rámu s pevnou výškou, jsou k dispozici pouze možnosti \"Dole\" a \"Na střed\"."
+msgid "by"
+msgstr "o"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "o"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Určete vzdálenost mezi horním okrajem vybraného objektu a referenčním bodem, který vyberete v poli <emph>K</emph>.</ahelp> Tato volba je k dispozici pouze tehdy, pokud v poli <emph>Svisle</emph> vyberete \"Shora\" nebo \"Zdola\" (jako znak)."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,14 +18376,14 @@ msgctxt ""
msgid "to"
msgstr "k"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
-msgstr "<ahelp hid=\".\">Vyberte oblast nebo referenční bod pro určení svislého zarovnání.</ahelp> Objekt lze umístit vzhledem k následujícím oblastem či referenčním bodům:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
+msgstr ""
#. 5GxHP
#: 05060100.xhp
@@ -18358,14 +18421,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Textová oblast stránky:</emph> objekt se umístí vzhledem k celé výšce textu, tj. vzdálenosti od horního k dolnímu okraji."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Znak:</emph> objekt se umístí vzhledem ke svislé vzdálenosti, kterou zabírá znak."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr "<menuitem>Textová oblast rámce</menuitem>: k dispozici pouze pro ukotvení „K rámci“; textová oblast rámce."
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Pokud ukotvíte objekt k rámu s pevnou výškou, jsou k dispozici pouze možnosti \"Dole\" a \"Na střed\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Možnosti\">Možnosti</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Nastavení vlastností vybraného objektu, obrázku nebo rámce.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Název"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Určuje název vybraného objektu a přiřazené odkazy."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Přiřadí objektu, obrázku nebo rámci smysluplný název, abyste ho v rozsáhlých dokumentech mohl snadno nalézt."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternativní text (jen plovoucí rámce, obrázky a objekty)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Zadejte text, který se zobrazí ve webovém prohlížeči, pokud není vybraný objekt k dispozici. Alternativní text také pomáhá lidem s postižením.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Předchozí odkaz"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Zobrazuje prvek (objekt, obrázek nebo rámec), který je v řadě odkazů před současným prvkem. Chcete-li přidat nebo změnit předchozí odkaz, vyberte název ze seznamu. Pokud spojujete rámce, současný a cílový rámec musejí být prázdné.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Následující odkaz"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Zobrazuje prvek (objekt, obrázek nebo rámec), který je v řadě odkazů po současném prvku. Chcete-li přidat nebo změnit následující odkaz, vyberte název ze seznamu. Pokud spojujete rámce, současný a cílový rámec musejí být prázdné.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter/guide.po b/source/cs/helpcontent2/source/text/swriter/guide.po
index 9c2ec4e7991..af7f32ab1a1 100644
--- a/source/cs/helpcontent2/source/text/swriter/guide.po
+++ b/source/cs/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-04 09:45+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-05-31 19:46+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/cs/>\n"
"Language: cs\n"
@@ -43,23 +43,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Umístění objektů\">Umístění objektů</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Objekt, například obrázek, je v dokumentu umístěn pomocí ukotvení, které je připojeno k jinému prvku."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Ukotvení určuje referenční bod pro objekt. Tímto referenčním bodem může být stránka či rámec, v nichž se objekt nachází, odstavec, nebo dokonce znak. Obrázek má vždy ukotvení, a tedy i referenční bod."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -196,23 +196,50 @@ msgctxt ""
msgid "To frame"
msgstr "K rámci"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ukotvení vybraného prvku k okolnímu rámci"
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
-#. qbj2P
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
+
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Když vložíte objekt, obrázek nebo rámec, zobrazí se ikona kotvy, která označuje místo, kam je objekt ukotven. Ukotvení můžete přesunout nebo můžete – při zvážení umístění jiných objektů – přetažením objekt umístit relativně k referenčnímu bodu ukotvení. Vlastnosti ukotvení změníte klepnutím na objekt pravým tlačítkem myši a volbou možnosti podnabídky <item type=\"menuitem\">Ukotvit</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -1616,7 +1643,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "Click the <emph>Borders</emph> icon on the <emph>OLE Object</emph> toolbar or <emph>Frame</emph> toolbar to open the <emph>Borders</emph> window."
-msgstr ""
+msgstr "Pro otevření okna <emph>Ohraničení</emph> klepněte na nástrojové liště <emph>Objekt OLE</emph> nebo <emph>Rámec</emph> na ikonu <emph>Ohraničení</emph>."
#. 2ZzA5
#: border_object.xhp
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Vložení obrázku ze souboru"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>obrázky; vkládání pomocí dialogu</bookmark_value> <bookmark_value>vkládání; obrázky, pomocí dialogu</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Vložení obrázku ze souboru\">Vložení obrázku ze souboru</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Klepněte na místo v dokumentu, kam si přejete vložit obrázek."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Zvolte <link href=\"text/shared/01/04140000.xhp\" name=\"Vložit - Obrázek - Ze souboru\"><emph>Vložit - Obrázek - Ze souboru</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Najděte soubor obrázku, který si přejete vložit, a klepněte na <emph>Otevřít</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Vyberte <item type=\"menuitem\">Nástroje - Automatické opravy - Nastavení automatických oprav - Dokončování slov</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Zrušte zaškrtnutí možnosti <emph>Povolit dokončování slov</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
index 1a7804faa5f..909dd714e3a 100644
--- a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/cs/>\n"
"Language: cs\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Na předchozí list"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimální výška řádku"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Rovnoměrně rozmístit řádky"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Vložit objekt OLE"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "~Objekt OLE..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Otevřít dialogové okno pro vložení objektu OLE"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "Obj~ekt OLE"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Nabídka pro úpravu a ukládání objektů OLE"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Obrázek"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Obj~ekt a tvar"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Vybrat počáteční a koncovou šipku pro čáry."
#. FDhkx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "~Objekt OLE"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "O~točit nebo překlopit"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Změnit ukotvení"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "~Ukotvit"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Zadejte popisek identifikující objekt"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Zadejte popis netextového obsahu (kvůli zpřístupnění)"
#. YwMhY
#: GenericCommands.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Vlastnosti ovládacího prvku s obsahem"
#. npNpZ
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Vložit seznam v rozbalovacím poli s obsahem"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Vložit obrázek s obsahem"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "Nabídka Vložit objekt OLE"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Vložit objekt OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~První odstavec"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimalizovat šířku sloupce"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Zvětšit odsazení"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimalizovat výšku řádku"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/cs/sc/messages.po b/source/cs/sc/messages.po
index 1331a704a0c..f5c2967c198 100644
--- a/source/cs/sc/messages.po
+++ b/source/cs/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-08 09:55+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/cs/>\n"
"Language: cs\n"
@@ -16952,1622 +16952,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Vybrat listy"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Vybrané listy"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Pravítko"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Pravítko, které spravuje objekty s pevným umístěním."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Náhled"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Tento list zobrazuje, jak budou uspořádána data v dokumentu."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Pohled na dokument"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "List %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Buňka %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Oblast vlevo"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Náhled tisku"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Oblast uprostřed"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Oblast vpravo"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Záhlaví stránky %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Zápatí stránky %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Vstupní řádka"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Zde zadáváte nebo upravujete text, čísla nebo vzorce."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Přehrávání médií"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Stisknutí tlačítka myši"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Lišta vzorců"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Sešit %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(jen pro čtení)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Režim náhledu)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Stránky:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Potlačit výstup prázdných stránek"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Vytisknout všechny listy"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Vytisknout vybrané listy"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Vytisknout vybrané buňky"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Od které:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "~Všechny stránky"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Strá~nky:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Následující DDE zdroj nemohl být aktualizován, nejspíše protože zdrojový soubor nebyl otevřen. Otevřete zdrojový soubor a pokus opakujte."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Následující externí soubor se nepodařilo načíst. Údaje připojené z tohoto souboru nebyly aktualizovány."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Aktualizace externích odkazů."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Oblast obsahuje popisky s~loupců"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Oblast obsahuje popisky řád~ků"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Neplatná hodnota"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Vzorec nebyl zadán."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Nebyl uveden řádek ani sloupec."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Nedefinovaný název nebo oblast."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Nedefinovaný název nebo špatný odkaz na buňku."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Vzorce netvoří sloupec."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Vzorce netvoří řádek."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Přidat automatický formát"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Přejmenovat automatický formát"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Název"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Smazat automatický formát"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Opravdu si přejete smazat automatický formát #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Zavřít"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "I."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "II."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "III."
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Sever"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Střed"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Jih"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Celkem"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Ukotvit ke stránce"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Ukotvit k buňce"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Podmínka "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Obsah"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Listy"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Názvy oblasti"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Databázové oblasti"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Obrázky"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Objekty OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Komentáře"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Propojené oblasti"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Objekty kresby"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktivní"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "neaktivní"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "skrytý"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktivní okno"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Název scénáře"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Komentář"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Řadit vzestupně"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Řadit sestupně"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Vlastní řazení"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Pole názvu"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Vstupní řádka"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Průvodce funkcí"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Přijmout"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Zrušit"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Vybrat funkci"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Vzorec"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Rozšířit vstupní řádku"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Sbalit vstupní řádku"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Neznámý uživatel"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Sloupec byl vložen"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Řádek byl vložen "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "List byl vložen "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Sloupec byl smazán"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Řádek byl smazán"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "List byl smazán"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Oblast přesunuta"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Změnit obsah"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Změnit obsah"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Změněno na "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Původní"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Změny odmítnuty"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Přijato"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Odmítnuto"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Žádná položka"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<prázdné>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Není uzamčen"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Není uzamčen heslem"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Nekompatibilní otisk"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Kompatibilní otisk"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Zadejte znovu"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Klouzavý průměr"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Exponenciální vyrovnávání"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Analýza rozptylu"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Analýza rozptylu (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - jednofaktorová"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - dvoufaktorová"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Skupiny"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Mezi skupinami"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Ve skupinách"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Zdroj variability"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Významnost F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-hodnota"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F kritické"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Celkem"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korelace"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korelace"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovariance"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovariance"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Popisná statistika"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Střední hodnota"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standardní chyba"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Medián"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Rozptyl"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Směrodatná odchylka"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Špičatost"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Šikmost"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Rozpětí"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maximum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Součet"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Počet"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "První kvartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Třetí kvartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Náhodné ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Rovnoměrné"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Rovnoměrné celočíselné"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normální"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchyho"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulliho"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomické"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negativní binomické"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chí kvadrát"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrické"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maximum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Střední hodnota"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Směrodatná odchylka"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Medián"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Hodnota p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Počet pokusů"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Hodnota ný"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Vzorkování"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Párový t-test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Párový t-test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Test nezávislosti (chí kvadrát)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regrese"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regrese"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourierova analýza"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourierova analýza"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Sloupec %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Řádek %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Proměnná 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Proměnná 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Rozdíl středních hodnot v hypotéze"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Pozorování"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Pozorovaný rozdíl středních hodnot"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Upravené R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Počet proměnných X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-hodnota"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kritická hodnota"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Testová statistika"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Dolní"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Horní"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Vstupní rozsah je neplatný."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Neplatná adresa výstupu."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineární"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmická"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Mocninná"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Oblast nezávislých proměnných není platná."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Oblast závislých proměnných není platná."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Interval spolehlivost musí být v mezích (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Oblast proměnné Y nemůže mít více než 1 sloupec."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Oblast proměnné Y nemůže mít více než 1 řádek."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Jednorozměrná regrese: Počet pozorování proměnných X a Y si musí odpovídat."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Vícerozměrná regrese: Počet pozorování proměnných X a Y si musí odpovídat."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regresní model"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Statistiky regrese"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Rezidua"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Hladina spolehlivosti"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koeficienty"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-statistika"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Absolutní člen"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Předpovídané Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Výstup funkce LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) pravostranný"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F kritické pravostranný"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) levostranný"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F kritické levostranný"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P dvoustranný"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F kritické dvoustranný"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearsonova korelace"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Rozptyl rozdílů"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t statistika"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) jednostranný"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t kritické jednostranný"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) dvoustranný"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t kritické dvoustranný"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Známý rozptyl"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) jednostranný"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z kritické jednostranný"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) dvoustranný"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z kritické dvoustranný"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourierova transformace"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inverzní Fourierova transformace"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reálná část"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginární část"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Velikost"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fáze"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "V režimu seskupení po sloupcích vybrány více než dva sloupce."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "V režimu seskupení po řádcích vybrány více než dva řádky."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Vstupní oblast neobsahuje žádná data."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Výstup je příliš dlouhý pro zápis do sešitu."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Vstupní oblast dat"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Povolit aktualizace"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Aktualizace povolte pouze tehdy, pokud tomuto dokumentu důvěřujete."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "K buňce"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "K buňce (měnit velikost s buňkou)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Ke stránce"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Údaje nejsou k dispozici."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(výhradní přístup)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Ve vybraném dokumentu nejsou k dispozici žádné pojmenované oblasti"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Vlasová (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Velmi tenká (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Tenká (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Střední (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Tlustá (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Velmi tlustá (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dvojitá vlasová (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Tenká/střední (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Střední/vlasová (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Střední/střední (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Použije vlastní pořadí řazení, které se definuje v dialogovém okně Možnosti v %PRODUCTNAME Calc - Řazené seznamy."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Určuje, zda bude přítomnost komentáře indikovat obdélníček v pravém horním rohu buňky. Komentář se ukáže pouze tehdy, jsou-li povoleny tipy v %PRODUCTNAME - Obecné v dialogovém okně Možnosti."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23452,6 +23490,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Otevře dialog, kde je možné vyřešit rovnici s proměnnou."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30724,37 +30792,37 @@ msgstr "Možnosti řazení pro označenou oblast."
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "Shora dolů (seřadit řádky)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "Zleva doprava (seřadit sloupce)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Směr:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Rozsah obsahuje..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Záhlaví:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Možnosti řazení"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30918,44 +30986,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Vlastní pořadí řazení"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Zvolte vlastní pořadí řazení, které chcete použít. Vlastní pořadí řazení nastavíte volbou Nástroje - Možnosti - Calc - Řazené seznamy."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Jazyk"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Možnosti"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Určete nastavení řazení pro jazyk."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Vyberte jazyk pro pravidla řazení."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Možnosti řazení"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Nastaví doplňujících volby pro řazení."
@@ -31962,26 +32024,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "V_lastní pořadí řazení"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Použije vlastní pořadí řazení, které se definuje v dialogovém okně Možnosti v Calc - Řazené seznamy."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Použije vlastní pořadí řazení, které se definuje v dialogovém okně Možnosti v Calc - Řazené seznamy."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Řadit"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Nastavení pro výpočet a zobrazení mezisoučtů."
@@ -32412,338 +32462,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Indikátor kom_entáře"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Určuje, zda bude přítomnost komentáře indikovat obdélníček v pravém horním rohu buňky. Komentář se ukáže pouze tehdy, jsou-li povoleny tipy v části Obecné v dialogovém okně Možnosti."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Zvýrazňování hodnot"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Zaškrtnutím pole Zvýrazňování hodnot se bude obsah buněk zobrazovat podle typu v různých barvách. Textové buňky budou formátovány černě, vzorce zeleně, čísla modře a zamčené buňky se světle šedým pozadím, bez ohledu na svůj formát zobrazení."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Ukotvení"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Určuje, zda se zobrazuje ikona kotvy, je-li označen vložený objekt, např. obrázek."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Přetečení _textu"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Pokud buňka obsahuje text, který je širší než šířka buňky, text se zobrazí přes prázdné sousední buňky ve stejném řádku. Pokud sousední buňky nejsou prázdné, zobrazí se na okraji buňky malý trojúhelníček, který naznačuje, že text ještě pokračuje."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Zobr_azit odkazy barevně"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Odkazy ve vzorci se barevně zvýrazní. Pokud upravujete buňku obsahující odkaz, ohraničí se barvou také oblast buněk."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Zobrazit"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Zá_hlaví sloupců a řádků"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Určuje, zda se zobrazí záhlaví řádků a sloupců."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Vodorovný _posuvník"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Určuje, zda se má zobrazovat vodorovný posuvník v dolní části okna dokumentu."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Svislý posuvník"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Určuje, zda se má zobrazovat svislý posuvník v pravé části okna dokumentu."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Karty l_istů"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Určuje, zda se v dolní části okna dokumentu mají zobrazovat karty listů."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "S_ymboly pro souhrny"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Pokud jste určili souhrny, volbou Symboly pro souhrny určíte, zda se mají symboly pro souhrny zobrazovat na okraji sešitu."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Shrnutí _vyhledávání"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Okno"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Syn_chronizovat listy"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Pokud je volba zaškrtnuta, všechny listy se zobrazují ve stejném přiblížení. Pokud není zaškrtnuta, každý list má vlastní míru přiblížení."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Přiblížení"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Za_lomení stránky"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Určuje, zda se v určené tiskové oblasti mají zobrazovat zalomení stránky."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Vo_dítka při přesouvání"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Určuje, zda se při přesouvání kreseb, rámců, obrázků a dalších objektů mají zobrazovat vodítka."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Mřížka:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Barva:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Zobrazit"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Zobrazit i u obarvených buněk"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Skrýt"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Určuje, kdy se zobrazí mřížka. Ve výchozím nastavení se zobrazí jen u buněk, které nemají barvu pozadí. Můžete zvolit zobrazování mřížky také pro buňky s barvou pozadí, nebo mřížku skrývat."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Určuje barvu mřížky v aktuálním dokumentu."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "U_kazatel:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Z _motivu vzhledu"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Zobrazí ukazatel tak, jak je definován v motivu ikon, obvykle jako tlustý křížek."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "S_ystémový"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Zobrazí výchozí systémový ukazatel, obvykle ukazatel se šipkou."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Pomůcky zobrazení"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "_Objekty/obrázky:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Grafy:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Objekty _kresby:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Zobrazit"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Skrýt"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Určuje, zda se objekty a obrázky zobrazí nebo skryjí."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Zobrazit"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Skrýt"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Určuje, zda se grafy zobrazí nebo skryjí."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Zobrazit"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Skrýt"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Určuje, zda se objekty kresby zobrazí nebo skryjí."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekty"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Určuje, které prvky hlavního okna aplikace Calc budou zobrazeny. Také můžete zobrazit nebo skrýt zvýraznění hodnot v tabulkách."
diff --git a/source/cs/sd/messages.po b/source/cs/sd/messages.po
index 166d017fcce..a201ef95f4d 100644
--- a/source/cs/sd/messages.po
+++ b/source/cs/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-03-31 22:30+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563224604.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Konce čáry"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Zadejte název nové šipky:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/cs/sfx2/messages.po b/source/cs/sfx2/messages.po
index 8e5736ad18c..4e06fd2a9ac 100644
--- a/source/cs/sfx2/messages.po
+++ b/source/cs/sfx2/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
-"Last-Translator: Šimon Rataj <ratajs@ratajs.cz>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ano/ne"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Uloží do souboru celé jméno uživatele. Jméno lze upravit volbou Nástroje - Možnosti - %PRODUCTNAME - Uživatelské údaje."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Použít uživatelské ú_daje"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Uloží do souboru celé jméno uživatele. Jméno lze upravit volbou Nástroje - Možnosti - Uživatelské údaje."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Obnovit vlastnosti"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Nastaví čas úprav na nulu, datum vytvoření na aktuální datum a čas a číslo verze na 1. Také se smaže datum úpravy a vytištění."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Elektronické _podpisy..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Velikost:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "neznámá"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Umístění:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Typ:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Změnit _heslo"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Šablona:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Zobrazuje název souboru."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Uložit _s tímto dokumentem obrázek náhledu"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Upřednostňované DPI obrázku"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Obsahuje základní informace o souboru."
@@ -4467,7 +4469,7 @@ msgstr "Ověření hesla"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Zadány mohou být pouze znaky základní latinky"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/cs/starmath/messages.po b/source/cs/starmath/messages.po
index 1420cdc427f..8005e579514 100644
--- a/source/cs/starmath/messages.po
+++ b/source/cs/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-02-14 06:39+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/cs/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Otevře dialogové okno Symboly, kde si můžete vybrat symbol, který chcete vložit do vzorce."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Kategorie prvků"
diff --git a/source/cs/svtools/messages.po b/source/cs/svtools/messages.po
index ce7467f9df8..321f1e3c169 100644
--- a/source/cs/svtools/messages.po
+++ b/source/cs/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-09 15:08+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/cs/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE je poškozeno"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Otevře dialogové okno Možnosti tiskárny, v němž můžete nastavit možnosti, které budou mít pro aktuální dokument větší váhu než globální nastavení tiskárny v Nástroje - Možnosti - %PRODUCTNAME Writer/Web - Tisk."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Zdrojový kód"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Soubor záložek"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Obrázek"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfigurační soubor"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplikace"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Databázová tabulka"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Systémový soubor"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Dokument MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Soubor nápovědy"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archivní soubor"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Protokolový soubor"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Databáze StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Hlavní dokument StarWriter 4.0/5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Obrázek StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Textový soubor"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Odkaz"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Šablona StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Dokument MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Šablona MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Dávkový soubor"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Soubor"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Složka"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Textový dokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Sešit"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Prezentace"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Kresba"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Hlavní dokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Vzorec"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Databáze"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Šablona sešitu OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Šablona kresby OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Šablona prezentace OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Šablona textového dokumentu OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Lokální mechanika"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Disk"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD mechanika"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Síťové spojení"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Dokument MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Šablona MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Prezentace MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Vzorec OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Graf OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Kresba OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Sešit OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Prezentace OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Textový dokument OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Hlavní dokument OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Databáze OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Kresba OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Vzorec OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Hlavní dokument OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Prezentace OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Sešit OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Textový dokument OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Šablona sešitu OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Šablona kresby OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Šablona prezentace OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Šablona textového dokumentu OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Rozšíření %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Kontrola pravopisu Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Dělení slov Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Slovník synonym Mythes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Seznam ignorovaných slov"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Možnosti..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Otevře dialogové okno Možnosti tiskárny, v němž můžete nastavit možnosti, které budou mít pro aktuální dokument větší váhu než globální nastavení tiskárny v Nástroje - Možnosti - Writer/Web - Tisk."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Název:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Stav:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Typ:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Umístění:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Komentář:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Vlastnosti..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Změní nastavení tiskárny v operačním systému pro aktuální dokument."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Seznam tiskáren instalovaných v operačním systému. Chcete-li změnit výchozí tiskárnu, zvolte název tiskárny ze seznamu."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Tiskárna"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Vyberte výchozí tiskárnu pro aktuální dokument."
diff --git a/source/cs/svx/messages.po b/source/cs/svx/messages.po
index 787ce159dff..0ea9d8e6df8 100644
--- a/source/cs/svx/messages.po
+++ b/source/cs/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/cs/>\n"
"Language: cs\n"
@@ -11792,7 +11792,7 @@ msgstr "Zevnitř"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Celá oblast odstavce"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Vpravo od textové oblasti stránky"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Levé ohraničení odstavce"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Pravé ohraničení odstavce"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Rámec:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Zadejte text, který se má zobrazit, když podržíte ukazatel myši na oblasti."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Zadejte URL souboru, který chcete otevřít po klepnutí na vybranou oblast."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Zobrazí obrázkovou mapu, abyste na ni mohli klepnout a upravit oblasti."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Umožňuje připojit URL k určitým oblastem v obrázku nebo skupině obrázků. Obrázková mapa je skupina jedné či více takových oblastí."
diff --git a/source/cs/sw/messages.po b/source/cs/sw/messages.po
index 7700601803e..ffde44211ef 100644
--- a/source/cs/sw/messages.po
+++ b/source/cs/sw/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-08 10:02+0000\n"
-"Last-Translator: Šimon Rataj <ratajs@ratajs.cz>\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -1256,7 +1256,7 @@ msgstr "Pokračování předchozího stromu"
#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
-msgstr "Zobrazení název"
+msgstr "Zobrazený název"
#. JXrsY
#: sw/inc/inspectorproperties.hrc:130
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Odstavec dělení slov ne velká písmena"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Odstavec úložiště pro interoperabilitu"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Odstavec je automatické odsazení prvního řádku"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Odstavec je vzdálenost znaků"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Odstavec je spojení ohraničení"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Odstavec zakázaná pravidla"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Odstavec je zavěšená interpunkce"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Odstavec je dělení slov"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Odstavec je restartované číslování"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Odstavec udržet pohromadě"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Odstavec přizpůsobit poslední řádek"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Odstavec okraj vlevo"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Odstavec okraj vlevo relativní"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Odstavec číslování řádků počet"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Odstavec číslování řádků počáteční hodnota"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Odstavec řádkování"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Odstavec sirotci"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Odstavec řádkový rejstřík aktivní"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Odstavec okraj vpravo"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Odstavec okraj vpravo relativní"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Odstavec stín formát"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Odstavec rozdělit"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Odstavec název stylu"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Odstavec kroky tabulátoru"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Odstavec okraj nahoře"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Odstavec okraj nahoře relativní"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Odstavec uživatelem definované atributy"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Odstavec svislé zarovnání"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Odstavec vdovy"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Odkaz značka"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Ohraničení vpravo"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Ohraničení vpravo vzdálenost"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby přizpůsobit"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby znak název stylu"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby je nad"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby pozice"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby text"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Přichytit k mřížce"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Styl úložiště pro interoperabilitu"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Textové pole"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Textový rámec"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Text odstavec"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Text sekce"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Text tabulka"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Text uživatelem definované atributy"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Ohraničení nahoře"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Ohraničení nahoře vzdálenost"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Nenavštívené znak název stylu"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Navštívené znak název stylu"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Režim psaní"
@@ -5382,7 +5400,7 @@ msgstr "rámec"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Objekt OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7524,7 +7542,7 @@ msgstr "Obrázky"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Objekty OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9573,13 +9591,13 @@ msgstr "Základní ~uprostřed"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Vložit objekt OLE"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Upravit objekt OLE"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9963,8 +9981,22 @@ msgstr "Klikněte sem a zadejte text"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Vybrat položku"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Otevře dialog Popisek. Tento dialog obsahuje stejné informace jako dialog, který se otevře při použití příkazu Nástroje - Možnosti - %PRODUCTNAME Writer - Automatické popisky."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12540,82 +12572,118 @@ msgid "Options"
msgstr "Možnosti"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Vlastnosti ovládacího prvku s obsahem"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Obsahem je zástupný text"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Zobrazený název"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Hodnota"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Položky seznamu:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Přidat"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Změnit"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Odstranit"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Přesunout nahoru"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Přesunout dolů"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Vlastnosti položky seznamu s obsahem"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Zobrazený název:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Hodnota:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14536,157 +14604,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Zadejte požadovaný posun číslování pro pole čísla strany, např. „+1“."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Seznam všech dostupných polí. Chcete-li přidat pole do dokumentu, klepněte na typ pole, poté na pole v seznamu Vybrat a poté klepněte na Vložit."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Typ"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Vy_brat"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Klepněte na formát, který chcete použít na vybrané pole, nebo klepněte na „Další formáty“ a vytvořte si vlastní formát."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Formát"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Otevře dialogové okno Výběr makra, ve kterém můžete zvolit makro, které bude spuštěno po klepnutí na vybrané pole dokumentu."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Hodnota"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Nastaví dodatečné funkční parametry pole. Typ parametru závisí na vybraném typu pole."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "_Název"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Potom"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Text, který má být zobrazen při splnění podmínky, zadejte do pole Potom. Text, který má být zobrazen, pokud podmínka splněna není, zadejte do pole Jinak."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Jinak"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Text, který má být zobrazen při splnění podmínky, zadejte do pole Potom. Text, který má být zobrazen, pokud podmínka splněna není, zadejte do pole Jinak."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Položka"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Zadejte novou položku."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Přidá obsah pole Položka do seznamu."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Položky v _seznamu"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Seznam položek. Nejsvrchnější položka bude zobrazena v dokumentu."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Odstraní zvolenou položku ze seznamu."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "_Nahoru"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Posune vybranou položku v seznamu výše."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "_Dolů"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Posune vybranou položku v seznamu níže."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ná_zev"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Zadejte jedinečný název pro pole typu Vstupní seznam."
@@ -15703,7 +15771,7 @@ msgstr "Rámec"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Umístění a velikost"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15759,11 +15827,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Zadejte název vybraného objektu."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Zadejte text, který se zobrazí ve webovém prohlížeči, pokud není vybraný objekt k dispozici. Alternativní text také pomáhá lidem s postižením."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15775,178 +15843,220 @@ msgstr "_Název:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "_Alternativní text:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Žádný>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Zobrazuje prvek (objekt, obrázek nebo rámec), který je v řadě odkazů před současným prvkem. Chcete-li přidat nebo změnit předchozí odkaz, vyberte název ze seznamu. Pokud spojujete rámce, současný a cílový rámec musejí být prázdné."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Žádný>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Zobrazuje prvek (objekt, obrázek nebo rámec), který je v řadě odkazů po současném prvku. Chcete-li přidat nebo změnit následující odkaz, vyberte název ze seznamu. Pokud spojujete rámce, současný a cílový rámec musejí být prázdné."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Předchozí odkaz:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Násle_dující odkaz:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Popis:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Zpřístupnění"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Obsah"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Brání změnám obsahu vybraného objektu."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Umístění"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Uzamkne umístění vybraného objektu v aktuálním dokumentu."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Velikost"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Uzamkne velikost vybraného objektu."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Zamknout"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "_Svislé zarovnání:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Nahoru"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Na střed"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Dolů"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Určuje svislé zarovnání obsahu rámce. Týká se to především textového obsahu, ale ovlivněny budou také tabulky a další objekty ukotvené k oblasti textu (ukotvené jako znak, ke znaku nebo k odstavci), jako například rámce, obrázky či kresby."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Zarovnání obsahu"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Up_ravitelné v dokumentu jen pro čtení"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Umožňuje upravovat obsah rámce v dokumentu, která je chráněn proti zápisu (jen pro čtení)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "_Tisk"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Při tisku dokumentu se tiskne i vybraný objekt."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Určuje tok textu v rámci. Chcete-li použít výchozí nastavení toku textu, zvolte ze seznamu Použít nastavení nadřazeného objektu."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Směr textu:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Vlastnosti"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Předchozí odkaz:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Žádný>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Násle_dující odkaz:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Žádný>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Nastavení vlastností vybraného objektu, obrázku nebo rámce."
@@ -17253,116 +17363,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automaticky..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Otevře dialogové okno Popisek. Toto okno obsahuje stejné informace jako okno, které se otevře z nabídky Writer - Automatické popisky v dialogovém okně Možnosti."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Možnosti..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Popisek"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Číslování:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Oddělovač:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Umístění:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Vyberte typ číslování, které chcete použít pro popisky."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Zadejte znaky, které se zobrazí mezi číslem a textem popisku."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Oddělovač číslování:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Zadejte text, který se má zobrazit po číslu popisku."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Přidá popisek nad nebo pod vybraný objekt. Tato možnost je k dispozici jen pro některé objekty."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorie:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Vyberte kategorii popisku nebo zadejte název, chcete-li vytvořit novou kategorii. Název kategorie se zobrazí před číslem popisku. Každá přednastavená kategorie popisku se formátuje pomocí stylu stejného názvu."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Vlastnosti"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Náhled"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Přidá číslovaný popisek k vybranému obrázku, tabulce, grafu, rámci nebo tvaru."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[žádná]"
@@ -22394,13 +22498,13 @@ msgstr "K odstavci přidá nebo z něj odstraní úroveň osnovy, styl seznamu n
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Objekt OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Umístění a velikost"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24710,7 +24814,7 @@ msgstr "Obrázek"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Umístění a velikost"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24734,7 +24838,7 @@ msgstr "Hypertextový odkaz"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Otočení"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/cy/cui/messages.po b/source/cy/cui/messages.po
index 40ad405e678..7bcdf7c2b30 100644
--- a/source/cy/cui/messages.po
+++ b/source/cy/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/cy/>\n"
"Language: cy\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabl"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Rhowch enw i'r pen saeth newydd:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Gyda'r Llywiwr gallwch ddewis a symud penawdau i fyny/i lawr a'r testun
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Eisiau cael gwrthrych mathemateg yn Writer yn gyflym? T teipiwch eich fformiwla, ei ddewis, a defnyddio Mewnosod > Gwrthrych OLE > Fformiwla i drosi'r testun."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Trawsosod tabl Writer? Copïo a Gludo yn Calc, trawsosodwch gyda copïo/gludo arbennig yna copïo/gludo arbennig ›Testun wedi'i fformatio yn Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "I gael yr offeryn ‘Testun Fertigol’ yn y bar offer Lluniadu, gwiriwch Offer > Dewisiadau > Gosodiadau Iaith > Ieithoedd > Ieithoedd rhagosodedig> Asiaidd (a gwneud y botwm yn weladwy gyda chlic ar y dde)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Gallwch greu siart yn seiliedig ar dabl Writer trwy glicio yn y tabl a dewis Mewnosod ▸ Siart."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Dewiswch Offer > Dewisiadau > Writer %PRODUCTNAME > Cymhorthion Fformatio > dangos i bennu pa nodau di-argraff sy'n cael eu dangos."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Eisiau i'r cyrchwr fynd i'r gell i'r dde, ar ôl nodi gwerth yn Calc? Defnyddiwch y fysell Tab yn lle Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "I ddangos y bar sgrolio ar y chwith Offer ▸ Dewisiadau ▸ Gosodiadau Iaith ▸ Ieithoedd ▸ Cynllun testun cymhleth ac yna Dalen ▸ De i'r Chwith."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Byth yn defyddio arddulliau saeth penodol? Gallwch chi eu tynnu drwy ddefnyddio'r botwm Dileu o'r tab Fformat ▸ Blwch a Siâp Testun ▸ Llinell ▸ Arddulliau Saeth."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Cymorth %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Rhagor o wybodaeth"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Rhedeg y weithred hon nawr..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Awgrym y Dydd: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Dewiswch neu ychwanegwch gyfeiriadur Tystysgrif Gwasanaethau Diogelwch Rhwydwaith i'w ddefnyddio ar gyfer tystysgrifau digidol:"
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Dewiswch y fformatio rydych am ei osod."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Rhowch neu dewiswch y maint ffont rydych am ei osod. Ar gyfer ffontiau graddadwy, gallwch hefyd nodi gwerthoedd degol."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Maint:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Iaith:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Yn gosod yr iaith y mae'r gwiriwr sillafu yn ei defnyddio ar gyfer y testun a ddewiswyd neu'r testun rydych chi'n ei deipio. Mae gan y modiwlau iaith sydd ar gael farc ticio o'u blaenau."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Nodweddion..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Iaith:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Yn gosod yr iaith y mae'r gwiriwr sillafu yn ei defnyddio ar gyfer y testun a ddewiswyd neu'r testun rydych chi'n ei deipio. Mae gan y modiwlau iaith sydd ar gael tic o'u blaenau."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Dewiswch y fformatio rydych am ei osod."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Maint:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Rhowch neu dewiswch y maint ffont rydych am ei osod. Ar gyfer ffontiau graddadwy, gallwch hefyd nodi gwerthoedd degol."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Nodweddion..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Gorllewinol"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Maint:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Iaith:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Dewiswch y fformatio rydych am ei osod."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Rhowch neu dewiswch y maint ffont rydych am ei osod. Ar gyfer ffontiau graddadwy, gallwch hefyd nodi gwerthoedd degol."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Yn gosod yr iaith y mae'r gwiriwr sillafu yn ei defnyddio ar gyfer y testun a ddewiswyd neu'r testun rydych chi'n ei deipio. Mae gan y modiwlau iaith sydd ar gael farc gwirio o'u blaenau."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Nodweddion..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Yn gosod yr iaith y mae'r gwiriwr sillafu yn ei defnyddio ar gyfer y testun a ddewiswyd neu'r testun rydych chi'n ei deipio. Mae gan y modiwlau iaith sydd ar gael farc gwirio o'u blaenau."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asiaidd"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Maint:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Dewiswch y fformatio rydych am ei osod."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Rhowch neu dewiswch y maint ffont rydych am ei osod. Ar gyfer ffontiau graddadwy, gallwch hefyd nodi gwerthoedd degol."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Yn gosod yr iaith y mae'r gwiriwr sillafu yn ei defnyddio ar gyfer y testun a ddewiswyd neu'r testun rydych chi'n ei deipio. Mae gan y modiwlau iaith sydd ar gael farc gwirio o'u blaenau."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Iaith:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Nodweddion..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Cymhleth"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Yn gosod yr iaith y mae'r gwiriwr sillafu yn ei defnyddio ar gyfer y testun a ddewiswyd neu'r testun rydych chi'n ei deipio. Mae gan y modiwlau iaith sydd ar gael farc gwirio o'u blaenau."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Ffont Testun"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Rhagolwg"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Nodwch y fformatio a'r ffont rydych chi am ei gymhwyso."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Rhowch enw ar gyfer y ddelwedd."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Testun arall:"
+msgid "_Text Alternative:"
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Rhowch y testun rydych am ei ddangos pan fydd y llygoden yn gorffwys ar fan poeth yn y porwr."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Disgrifiad:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Rhowch ddisgrifiad ar gyfer y man poeth."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Yn rhestru'r priodweddau ar gyfer y man poeth a ddewiswyd."
@@ -13628,13 +13616,13 @@ msgstr "Disgrifiad"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "_Testun Arall:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Rhowch ddisgrifiad byr o gynnwys nad yw'n destun ar gyfer defnyddwyr nad ydynt yn gweld y gwrthrych hwn."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13652,7 +13640,7 @@ msgstr "_Disgrifiad:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Rhowch ddisgrifiad hirach o gynnwys nad yw'n destun sy'n rhy gymhleth i'w ddisgrifio yn \"Testun Arall\""
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Cynhyrchu codau llinol a matrics ar gyfer unrhyw destun neu URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Cadw'r Pen Saeth?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Cafodd y pen saeth ei newid heb ei gadw."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Hoffech chi gadw'r pen saeth?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Dileu'r lliniogi?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Dileu'r Pen Saeth?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Ydych chi wir eisiau dileu'r pen saeth?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Colofnau Testun"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "_Awtomatig"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Mewnosod cysylltnodau yn awtomatig lle mae eu hangen mewn paragraff."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Rhowch y nifer mwyaf o linellau yn olynol y gellir eu cyplysnodi."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Rhowch y nifer lleiaf o nodau y mae'n rhaid iddynt ymddangos ar ddechrau'r llinell ar ôl y cysylltnod."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Rhowch y nifer lleiaf o nodau i'w gadael ar ddiwedd y llinell cyn mewnosod cysylltnod."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "_Nodau ar ddiwedd llinell"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "_Nodau ar ddechrau llinell"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Uchafswm llinellau cyplysedig dilynol"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Peidiwch â chysylltnodi geiriau yn _CAPS"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Cysylltnodi"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Mewnosod"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Dewiswch y blwch gwirio hwn, ac yna dewiswch y math o doriad rydych am ei ddefnyddio."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Gydag arddull _tudalen:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Dewiswch y blwch ticio hwn, ac yna dewiswch arddull y dudalen rydych am ei defnyddio ar gyfer y dudalen gyntaf ar ôl y toriad."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Math:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Rhowch rif y dudalen ar gyfer y dudalen gyntaf sy'n dilyn y toriad. Os ydych chi am barhau â rhifo'r dudalen gyfredol, gadewch y blwch ticio heb ei dicio."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Rhif _tudalen:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Safle:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Arddull Tudalen"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Dewiswch yr arddull fformatio i'w ddefnyddio ar gyfer y dudalen gyntaf ar ôl y toriad."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Tudalen"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Colofn"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Dewiswch y math egwyl rydych am ei fewnosod."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Cynt"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Wedi"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Dewiswch ble rydych am fewnosod y toriad."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Toriadau"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Peidio hollti paragraffau"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Yn symud y paragraff cyfan i'r dudalen neu'r golofn nesaf wedi i doriad gael ei fewnosod"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "C_adw gyda'r paragraff nesaf"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Yn cadw'r paragraff cyfredol a'r paragraff canlynol gyda'i gilydd pan mae toriad neu doriad colofn yn cael ei fewnosod.."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Rheoli _amddifaid"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Yn pennu'r nifer lleiaf o linellau mewn paragraff cyn toriad tudalen. Dewiswch y blwch ticio hwn, ac yna nodwch rif yn y blwch Llinellau."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Rheoli _gweddwon"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Yn pennu'r nifer lleiaf o linellau mewn paragraff ar y dudalen gyntaf ar ôl y toriad. Dewiswch y blwch ticio hwn, ac yna nodwch rif yn y blwch Llinellau."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Yn pennu'r nifer lleiaf o linellau mewn paragraff cyn toriad tudalen. Dewiswch y blwch gwirio hwn, ac yna nodwch rif yn y blwch Llinellau."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Yn pennu'r nifer lleiaf o linellau mewn paragraff ar y dudalen gyntaf ar ôl y toriad. Dewiswch y blwch ticio hwn, ac yna nodwch rif yn y blwch Llinellau."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "llinellau"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "llinellau"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Dewisiadau"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Nodwch ddewisiadau cysylltnodi a thudaleniad."
diff --git a/source/cy/dbaccess/messages.po b/source/cy/dbaccess/messages.po
index 9e8ca30f11d..54bdecbd0c4 100644
--- a/source/cy/dbaccess/messages.po
+++ b/source/cy/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/cy/>\n"
"Language: cy\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565695943.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "Gweithredu Datganiad SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Rhowch y gorchymyn gweinyddu SQL rydych am ei redeg."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "Rhedeg gorchymyn SQL yn _uniongyrchol"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Gweithredwch y gorchymyn SQL yn uniongyrchol heb brosesu dihangol."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "_Dangos allbwn datganiadau \"select\""
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Dangoswch ganlyniad y gorchymyn SQL SELECT yn y blwch Allbwn."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "_Gweithredu"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Yn rhestru'r gorchmynion SQL a weithredwyd yn flaenorol. I redeg gorchymyn eto, cliciwch y gorchymyn ac yna chlicio Gweithredu."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "Gorchymyn SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Yn dangos y canlyniadau, gan gynnwys gwallau, y gorchymyn SQL wnaethoch chi ei redeg."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Statws"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Yn dangos canlyniadau'r gorchymyn SQL wnaethoch chi ei redeg."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/cy/editeng/messages.po b/source/cy/editeng/messages.po
index 2f5ff7546bd..93d20defd53 100644
--- a/source/cy/editeng/messages.po
+++ b/source/cy/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-02-04 11:39+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/cy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1510160385.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 cysylltnod"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Arddull Tudalen: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Gorgyffwrdd "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "wedi cloi "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Cyddwysedig "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Graffig"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "dim"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Dotiau "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cylch "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Cylch llawn "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Acen "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Uwchlaw"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Islaw"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Llinell ddwbl diffodd"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Llinellu ddwbl"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Dim bylchu nod awtomatig"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Dim bylchu nod awtomatig"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Dim atalnodi crog ar ddiwedd llinell"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Atalnodi crog ar ddiwedd llinell"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Gosod rhestr o nodau gwaharddedig ar ddechrau a diwedd llinellau"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Peidio gosod rhestr o nodau gwaharddedig ar ddechrau a diwedd llinellau"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Dim nodau troi"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Nod trowyd yn ôl $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Ffitio i'r linell"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Nid yw'r testun wedi ei droi"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Testun wedi ei droi gan $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Nodau wedi graddio $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Dim nodau graddedig"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Din cerfwedd"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Cerfweddol"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Ysgythru"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Aliniad testun awtomatig"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Testun wedi ei alinio i'r llinell sail"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Testun alinio i'r brig"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Testun alinio i'r canol"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Testun alinio i'r gwaelod"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Cyfeiriad testun o'r chwith i'r dde (llorweddol)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Cyfeiriad testun o'r chwith i'r dde (llorweddol)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Cyfeiriad testun o'r chwith i'r dde (fertigol)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Cyfeiriad testun o'r chwith i'r dde (fertigol)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Defnyddio gosodiadau cyfeiriad testun gwrthrych uwcholyn"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Cyfeiriad testun chwith i'r dde (vertigol o'r gwaelod)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragraff yn snapio i'r grid (os gweithredol)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragraff ddim y snapio i'r grid testun"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Nid cudd"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Cudd"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Dror papur"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[O osodiadau'r argraffydd]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Dileu"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Symud"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Mewnosod"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Newid"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Gosod priodoleddau"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Ailosod priodoleddau"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Mewnoliad"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Gosod Arddulliau"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Newid Maint"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Gair yn %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraff yn %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Awtomatig"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Bwled delwedd yn y paragraff"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Bwled delwedd"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragraff: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Parhau i wirio o gychwyn y ddogfen?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Parhau i wirio ar ddiwedd y ddogfen?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"am reswm anhysbys."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Mae'r geiriadur eisoes yn llawn."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Geiriadur darllen yn unig."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Mewnoliad"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Dangos isbwyntiau"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Cwympo"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Gosod priodoleddau"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Mewnoliad"
diff --git a/source/cy/fpicker/messages.po b/source/cy/fpicker/messages.po
index d5cfb2ff6e5..330419d704d 100644
--- a/source/cy/fpicker/messages.po
+++ b/source/cy/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/cy/>\n"
"Language: cy\n"
@@ -195,13 +195,13 @@ msgstr "Mannau"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Ychwanegu'r ffolder gyfredol i Fannau"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Tynnu'r ffolder hon o Fannau"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Dyddiad newidwyd"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Agor"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Chwarae"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Enw ffeil:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Math o ffeil:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Darllen-yn-unig"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Cadw gyda chyfrinair"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Estyniad enw ffeil awtomatig"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "_Golygu gosodiadau'r hidl"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Amgryptio gydag allwedd GPG"
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
index d34ff5c12f2..05906e57ff4 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/cy/>\n"
"Language: cy\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "I'r Ddalen Flaenorol"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Uchder Rhes Gorau"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Dosbarthu Rhesi "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Mewnosod Gwrthrych OLE"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "Gwrthrych ~OLE..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Agor deialog i fewnosod gwrthrych OLE"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "~Gwrthrych OLE"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Dewislen golygu neu gadw gwrthrychau OLE"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Delwedd"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Gwrthrych a Siâp"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Dewiswch bennau saethau dechrau a diwedd ar gyfer llinellau."
#. FDhkx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "~Gwrthrych OLE"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "~Troi neu wrthdroi"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Newid Angor"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "~Angor"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Rhowch label i adnabod gwrthrych"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Ychwanegwch ddisgrifiadau o gynnwys nad yw'n destun (ar gyfer hygyrchedd)"
#. YwMhY
#: GenericCommands.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Priodweddau Rheoli Cynnwys"
#. npNpZ
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Mewnosod Cwymplen Rhestr Rheoli Cynnwys"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Mewnosod Rheoli Cynnwys Llun"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "Dewislen Mewnosod Gwrthrych OLE"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Mewnosod Gwrthrych OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Paragraff Cyntaf"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Lleihau Lled Colofn"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Cynyddu Gwerth Mewnoliad"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Lleihau Uchder Colofn"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/cy/sc/messages.po b/source/cy/sc/messages.po
index dc836f70176..da585a2e88b 100644
--- a/source/cy/sc/messages.po
+++ b/source/cy/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/cy/>\n"
"Language: cy\n"
@@ -16965,1622 +16965,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Dewis Dalenni"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Dalenni dewiswyd"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Mesurydd"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Mae'r mesurydd yn rheoli gwrthrychau ar bwyntiau gosodedig."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Rhagolwg"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Bydd y ddalen yn dangos sut mae'r data'n cael ei drefnu yn y ddogfen."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Golwg dogfen"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Dalen %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cell %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Ardal chwith"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Rhagolwg tudalen"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Ardal ganol"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Ardal dde"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Pennyn tudalen %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Troedyn tudalen %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Llinell mewnbwn"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Dyma lle rydych yn rhoi neu olygu testun, rhifau a fformiwlâu."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Chwarae Cyfrwng"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Pwyso botwm llygoden"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Bar Offer Fformiwla"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Taenlen %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(darllen yn unig)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Modd rhagolwg)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Tudalennau:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Atal allbwn tudalennau gwag"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Argraffu Pob Tudalen"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Argraffu Dalennau Dethol"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Argraffu Celloedd Dethol"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "O'r rhai:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Pob ~Tudalen"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "~Tudalennau:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Nid oedd modd diweddaru'r ffynhonnell DDE canlynol o bosibl am nad oedd y ddogfen wreiddiol yn agored. Agorwch y ddogfen wreiddiol a cheisiwch eto."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Nid oedd modd llwytho'r ffeil allanol canlynol. Nid yw data cysylltiedig o'r ffeil hon wedi cael ei ddiweddaru."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Diweddaru cysylltiad allanol."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Ystod yn cynnwys ~labeli colofn"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Ystod yn cynnwys labeli ~rhes"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Gwerth annilys"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Fformiwla heb ei bennu."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Heb bennu rhes na cholofn."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Enw neu ystod heb ei ddiffinio."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Enw heb ei ddiffinio neu gyfeiriad cell anghywir."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Nid yw'r fformiwlâu'n ffurfio colofn."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Nid yw'r fformiwlâu'n ffurfio rhes."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Ychwanegu AwtoFformat"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Ailenwi AwtoFformat"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Enw"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Dileu AwtoFformat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Ydych chi wir eisiau dileu'r # AutoFomat?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Cau"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Ion"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Chw"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Maw"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Gogledd"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Canol"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "De"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Cyfanswm"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Angor Tudalen"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Angor Cell"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Cyflwr "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Cynnwys"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Dalen"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Enwau ystodau"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Ystodau cronfa ddata"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Delweddau"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Gwrthrychau OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Nodiadau"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Rhannau cysylltiedig"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Gwrthrychau lluniadu"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "ar waith"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "anweithredol"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "cudd"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Ffenestr Weithredol"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Enw Senario"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Sylw"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Trefnu Esgynnol"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Trefnu Disgynnol"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Trefnu Cyfaddas"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Blwch Ticio"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Llinell mewnbwn"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Dewin Cronfa Ddata"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Derbyn"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Diddymu"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Dewiswch Swyddogaeth"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Fformiwla"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Ymestyn y Bar Fformiwla"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Crynhoi'r Bar Fformiwla"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Defnyddiwr Anhysbys"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Mewnosod colofn"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Mewnosod rhes "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Mewnosod dalen "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Dileu colofn"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Dileu rhes"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Dileu dalen"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Symud ystod"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Cynnwys wedi newid"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Cynnwys wedi newid"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Newidiwyd i "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Gwreiddiol"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Gwrthod newidiadau"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Derbyn"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Gwrthod"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Dim Mynediad"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<gwag>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Heb ei ddiogelu"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Dim diogelwch cyfrinair"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Anghydnaws â hash"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Cydnaws â hash"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Ail deipio"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Cyfartaledd Newidiol"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Cynyddiad Esbonyddol"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Dadansoddiad Amrywiant"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Dadansoddiad Amrywiant (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Ffactor Unigol"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Dwy Ffactor"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grwpiau"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Rhwng Grwpiau"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "O Fewn Grwpiau"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Ffynhonnell Amrywiad"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Arwyddocâd F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Gwerth P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critigol"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Cyfanswm"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Cydberthynas"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Cydberthnasau"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Cydamrywiad"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Cydamrywiadau"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Ystadegau Disgrifiadol"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Cymedr"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Gwall Safonol"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modd"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Cymedr"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Amrywiant"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Gwyriad Safonol"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Cwrtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Sgiwedd"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Amrediad"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Lleiafswm"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Uchafswm"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Swm"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Cyfrif"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Chwartel Cyntaf"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Trydydd Chwartel"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Hap ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Unffurf"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Cyfanrif Unffurf"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Arferol"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomaidd"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomaidd Negyddol"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi Sgŵar"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrig"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Lleiafswm"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Uchafswm"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Cymedr"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Gwyriad Safonol"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Cymedr"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Gwerth p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Nifer o Geisiadau"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Gwerth nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Samplo"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Prawf F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Prawf F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Prawf-t wedi ei baru"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Prawf-t wedi ei baru"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Prawf z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "prawf z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Prawf Annibyniaeth (Chi-Sgwâr)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Atchweliad"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Atchweliad"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Dadansoddiad Fourier"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Dadansoddiad Fourier"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Colofn %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Rhes %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alffa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "_Amrywiolyn 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Amrywiolyn 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Gwahaniaeth Cymedrig Damcaniaethwyd"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Arsylwadau"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Gwahaniaeth Cymedrig Gweladwy"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R^2 addaswyd"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Cyfrif newidiolion X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Gwerth P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Gwerth Critigol"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Ystadegyn Prawf"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Is"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Uwch"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Mae'r ystod mewnbwn yn annilys."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Nid yw'r cyfeiriad allbwn yn ddilys."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Llinol"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarithmig"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Pŵer"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Nid yw ystod newidol(ion) annibynnol yn ddilys."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Nid yw ystod dibynnol y newidolyn(ion) yn ddilys."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Rhaid i'r lefel hyder fod yn y cyfwng (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Nid yw ystod newidiolyn Y yn gallu cael mwy nag 1 colofn."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Nid yw ystod newidiolyn Y yn gallu cael mwy nag 1 rhes."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Atchwiliad un-newidyn : Rhaid i'r cyfrif arsylwad X ac Y gydweddu."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Atchwiliad aml-newidyn : Rhaid i'r cyfrif arsylwad X ac Y gydweddu."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Model Atchweliad"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Ystadegau Atchweliad"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Gweddilliol"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Lefel hyder"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Cyfernodau"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Ystadegau t"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Rhyngdoriad"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Amcan Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Allbwn bras LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) cynffon de"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "Cynffon de critigol F"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) cynffon chwith"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "Cynffon chwith critigol F"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "Dwy gynffon P"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "Dwy gynffon critigol F"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Cydberthyniad Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Amrywiant o'r Gwahaniaethau"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Stad t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) un cynffon"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Critigol un cynffon"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) dwy gynffon"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "Dwy gynffon critigol t"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Amrywiad Hysbys"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (T<=z) un cynffon"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Critigol un cynffon"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (T<=z) dwy gynffon"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Dwy gynffon critigol"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Trawsnewid Fourier"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Trawsnewid Fourier Gwrthdro"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Real"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Dychmygol"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Maint"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Cyfnod"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Mwy nag dwy golofn wedi eu dewis yn y modd grwpio yn ôl colofn"
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Mwy na dwy res wedi eu dewis yn y modd grwpio yn ôl rhes."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Dim data yn yr ystod mewnbwn."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Mae'r allbwn yn rhy hir i'w ysgrifennu i'r ddalen."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Ystod data mewnbwn"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Caniatáu diweddaru"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Dim ond caniatáu diweddaru os ydych yn ymddiried yn y ddogfen hon."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "I gell"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "I Gell (newid maint gyda chell)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "I dudalen"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Dim data defnyddiwr ar gael."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(mynediad cyfyngedig)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Dim ystodau wedi'u henwi yn y dogfennau hyn"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Trwch blewyn (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Tenau iawn (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Tenau (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Canolig (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Trwchus (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Trwchus iawn (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Trwch Blewyn Dwbl (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Tenau/Canolig (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Canolig /Trwch Blewyn (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Canolig/Canolig(%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Yn defnyddio gorchymyn didoli cyfaddas a ddiffiniwyd gennych yn y blwch deialog Dewisiadau yn %PRODUCTNAME Calc - Rhestrau Trefnu."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Yn pennu bod petryal bach yng nghornel dde uchaf y gell yn nodi bod sylw yn bodoli. Dim ond pan fyddwch yn galluogi awgrymiadau o dan %PRODUCTNAME - Cyffredinol yn y blwch deialog Dewisiadau y bydd y sylw'n cael ei ddangos."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23465,6 +23503,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Yn agor deialog lle gallwch ddatrys hafaliad gyda newidyn."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30737,37 +30805,37 @@ msgstr "Nodwch yr dewisiadau didoli ar gyfer yr ystod a ddewiswyd."
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "O'r brig i'r gwaelod (trefnu rhesi)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "O'r de i chwith (trefnu colofnau)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Cyfeiriad:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Ystod yn cynnwys..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Penynnau:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Dewisiadau Trefnu"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30931,44 +30999,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Trefn trefnu cyfaddas"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Dewiswch y drefn didoli cyfaddas rydych am ei chymhwyso. I ddiffinio gorchymyn didoli arfer, dewiswch Offer - Dewisiadau - Calc - Rhestrau Trefnu."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Iaith"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Dewisiadau"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Dewiswch y dewis didoli ar gyfer yr iaith."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Dewiswch yr iaith ar gyfer y rheolau didoli."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Dewisiadau Trefnu"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Yn gosod dewisiadau didoli ychwanegol."
@@ -31975,26 +32037,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Trefn trefnu c_yfaddas"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Yn defnyddio gorchymyn didoli cyfaddas a ddiffiniwyd gennych yn y blwch deialog Dewisiadau yn Calc - Rhestrau Trefnu."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Yn defnyddio gorchymyn didoli cyfaddas a ddiffiniwyd gennych yn y blwch deialog Dewisiadau yn Calc - Rhestrau Trefnu."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Trefnu"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Pennwch y gosodiadau ar gyfer cyfrifo a chyflwyno is-gyfanswm."
@@ -32425,338 +32475,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Dangosydd sylw"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Yn pennu bod petryal bach yng nghornel dde uchaf y gell yn nodi bod sylw yn bodoli. Dim ond pan fyddwch yn galluogi awgrymiadau o dan Cyffredinol yn y blwch deialog Dewisiadau y bydd y sylw'n cael ei ddangos."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Amlygu gwerth"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Marciwch y blwch tynnu sylw Gwerth i ddangos cynnwys y gell mewn gwahanol liwiau, yn dibynnu ar y math. Mae celloedd testun wedi'u fformatio mewn du, fformwlâu mewn gwyrdd, celloedd rhif mewn glas, ac mae celloedd gwarchodedig yn cael eu dangos gyda chefndir llwyd golau, ni waeth sut mae eu harddangosiad wedi'i fformatio."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Angor"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Yn pennu a yw'r eicon angor yn cael ei ddangos pan mae gwrthrych yn cael ei ddangos wedi'i fewnosod, fel graffig."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "_Gorlif testun"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Os yw cell yn cynnwys testun sy'n ehangach na lled y gell, mae'r testun yn cael ei ddangos dros gelloedd gwag cyfagos yn yr un rhes. Os nad oes cell gyfagos wag, mae triongl bach ar ffin y gell yn nodi bod y testun yn parhau."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Dangos cyfeiriadau mewn lliw"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Yn pennu bod pob cyfeirnod wedi'i amlygu mewn lliw yn y fformiwla. Mae amrediad y celloedd hefyd wedi'i amgáu gan forder lliw cyn gynted ag y bydd y gell sy'n cynnwys y cyfeirnod yn cael ei dewis i'w golygu."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Dangos"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "_Penynnau colofn/rhes"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Yn pennu a ddylid dangos penawdau rhes a cholofn."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Bar sgrolio _llorweddol"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Yn pennu a ddylid dangos bar sgrolio fertigol ar ochr dde ffenestr y ddogfen."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Bar sgrolio _fertigol"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Yn pennu a ddylid dangos bar sgrolio fertigol ar ochr dde ffenestr y ddogfen."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "_Tabiau dalen"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Yn nodi a ddylid dangos y tabiau dalen ar waelod dogfen y daenlen."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Symbolau amlinell"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Os ydych wedi diffinio amlinelliad, mae'r opsiwn symbolau Amlinellol yn nodi a ddylid gweld y symbolau amlinellol ar ffin y ddalen."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "_Crynodeb o'r chwilio"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Ffenestr"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "_Cydweddu dalennau"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Os cânt eu gwirio, mae pob dalen yn cael eu dangos gyda'r un ffactor chwyddo. Os na chaiff ei dicio, gall pob dalen gael ei ffactor chwyddo ei hun."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Chwyddo"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Toriad tudalen"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Yn pennu a ddylid gweld y toriadau tudalen o fewn ardal argraffu ddiffiniedig."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Llinellau cymorth _wrth symud"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Yn pennu a ddylid edrych ar ganllawiau wrth symud lluniadau, fframiau, graffeg a gwrthrychau eraill."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Llinellau grid:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Lliw:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Dangos"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Dangos ar gelloedd lliw"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Cuddio"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Yn nodi pryd y bydd llinellau grid yn cael eu dangos. Y rhagosodiad yw dangos llinellau grid yn unig ar gelloedd nad oes ganddynt liw cefndir. Gallwch ddewis dangos llinellau grid hefyd ar gelloedd sydd â lliw cefndir, neu eu cuddio."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Yn nodi lliw ar gyfer y llinellau grid yn y ddogfen gyfredol."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "_Pwyntydd:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "_Themedig"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Dangoswch y pwyntydd fel mae'n cael ei ddiffinio yn thema'r eicon, yn nodweddiadol fel croes dew."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "S_ystem"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Dangoswch y pwyntydd fel rhagosodiad system, fel arfer pwyntydd saeth."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Cymhorthion Gweledol"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "G_wrthrychau/Delweddau:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Siartiau:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "G_wrthrychau lluniadu:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Dangos"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Cuddio"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Yn diffinio os yw gwrthrychau a graffeg yn cael eu dangos neu eu cuddio."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Dangos"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Cuddio"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Yn diffinio a yw siartiau yn eich dogfen yn cael eu dangos neu eu cuddio."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Dangos"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Cuddio"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Yn diffinio a yw siartiau yn eich dogfen yn cael eu dangos neu eu cuddio."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Gwrthrychau"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Yn diffinio pa elfennau o brif ffenestr Calc sy'n cael eu dangos. Gallwch hefyd ddangos neu guddio amlygu at werthoedd mewn tablau."
diff --git a/source/cy/sd/messages.po b/source/cy/sd/messages.po
index 7ff43ac7a5a..a518b66bd28 100644
--- a/source/cy/sd/messages.po
+++ b/source/cy/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-03-31 22:30+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/cy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565695968.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Diwedd Llinell"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Rhowch enw i'r pen saeth newydd:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/cy/sfx2/messages.po b/source/cy/sfx2/messages.po
index cf91cbd9d8c..7bd5f83603a 100644
--- a/source/cy/sfx2/messages.po
+++ b/source/cy/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-04 09:50+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/cy/>\n"
@@ -2275,6 +2275,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Iawn neu na"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Yn cadw enw llawn y defnyddiwr gyda'r ffeil. Gallwch olygu'r enw trwy ddewis Offer - Dewisiadau -%PRODUCTNAME - Data Defnyddiwr."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3315,86 +3323,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Rhowch ddata defnyddiwr"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Yn cadw enw llawn y defnyddiwr gyda'r ffeil. Gallwch olygu'r enw trwy ddewis Offer - Dewisiadau - Data Defnyddiwr."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Ailosod Priodweddau"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Yn ailosod yr amser golygu i sero, y dyddiad creu i'r dyddiad a'r amser cyfredol, a rhif y fersiwn i 1. Mae'r dyddiadau addasu ac argraffu hefyd yn cael eu dileu."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "_Llofnodion Digidol..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Maint:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "anhysbys"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Lleoliad:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Math:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_Newid Cyfrinair"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Templed:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Yn dangos enw'r ffeil."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Cadw llun rhagolwg gyda'r ddogfen hon"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "DPI gorau delwedd"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Yn cynnwys gwybodaeth sylfaenol am y ffeil gyfredol."
diff --git a/source/cy/starmath/messages.po b/source/cy/starmath/messages.po
index 66193d40b98..ae785c5a594 100644
--- a/source/cy/starmath/messages.po
+++ b/source/cy/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-09-13 16:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/cy/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Yn agor y dialog Symbolau, lle gallwch ddewis symbol i'w fewnosod yn y fformiwla."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Categorïau elfennau"
diff --git a/source/cy/svtools/messages.po b/source/cy/svtools/messages.po
index 608bfdaa280..9ee25621159 100644
--- a/source/cy/svtools/messages.po
+++ b/source/cy/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-04 11:39+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/cy/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE Diffygiol"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Yn agor y dialog Dewisiadau Argraffydd lle gallwch ddiystyru'r dewisiadau argraffydd eang sydd wedi'u gosod ar y panel Offer - Dewisiadau - %PRODUCTNAME Writer/Web - Panel argraffu ar gyfer y ddogfen gyfredol."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Cod ffynhonnell"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Ffeil nod tudalen"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Graffigau"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Ffeil ffurfweddiad"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Rhaglen"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Cronfa Ddata"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Ffeil system"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Dogfen MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Ffeil Cymorth"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Dogfen HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Ffeil archif"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Ffeil cofnod"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Cronfa Ddata StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Prif Ddogfen StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Delwedd StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Ffeil testun"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Cysylltiad"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Templed StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Dogfen MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Templed MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Ffeil swp"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Ffeil"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Ffolder"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Dogfen Testun"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Taenlen"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Cyflwyniad"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Lluniadu"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Dogfen HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Prif ddogfen"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Fformiwla"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Cronfa Ddata"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Templed Taenlen OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Templed Lluniadu OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Templed Cyflwyniad OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Templed Dogfen Testun OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Disg lleol"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Gyrrwr disg"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Gyrrwr CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Cysylltiad rhwydwaith"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Dogfen MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Templed MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Sioe MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Fformiwla OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Siart OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Lluniadu OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Taenlen OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Cyflwyniad OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Dogfen Testun OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Prif Ddogfen OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Dogfen MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Cronfa Ddata OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Lluniadu OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Fformiwla OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Dogfen OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Cyflwyniad OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Taenlen OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Testun OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Templed Taenlen OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Templed Lluniadu OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Templed Cyflwyniad OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Templed Testun OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Estyniad %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Gwirydd Sillafu Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Cysylltnodwr Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Thesawrws MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Rhestr o Eiriau Wedi eu Hanwybyddu"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Dewisiadau..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Yn agor y deialog Dewisiadau Argraffydd lle gallwch newid dewisiadau argraffydd eang yn Offer - Dewisiadau - Writer/Gwe - Panel argraffu'r ddogfen gyfredol."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Enw:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Statws:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Math:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Lleoliad:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Sylw:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Priodweddau..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Newid gosodiadau argraffydd eich system weithredu ar gyfer y ddogfen gyfredol."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Yn rhestru'r argraffwyr sydd wedi'u gosod ar eich system weithredu. I newid yr argraffydd rhagosodedig, dewiswch enw argraffydd o'r rhestr."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Argraffydd"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Dewiswch yr argraffydd rhagosodedig ar gyfer y ddogfen gyfredol."
diff --git a/source/cy/svx/messages.po b/source/cy/svx/messages.po
index 7db7cd80404..9f9f077d70b 100644
--- a/source/cy/svx/messages.po
+++ b/source/cy/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/cy/>\n"
"Language: cy\n"
@@ -11792,7 +11792,7 @@ msgstr "Oddi fewn"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Ardal paragraph gyfan"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "I'r dde o'r ardal testun tudalen"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Border paragraff chwith"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Border paragraff de"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Ffrâm:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Rhowch y testun rydych am ei ddangos pan fydd y llygoden yn gorffwys ar fan poeth yn y porwr."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Testun:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Rhowch yr URL ar gyfer y ffeil rydych am ei hagor pan fyddwch yn clicio ar y man poeth a ddewiswyd."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Yn dangos y map delwedd, fel y gallwch glicio a golygu'r mannau poeth."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Yn caniatáu i chi atodi URLau i feysydd penodol, o'r enw mannau poeth, ar graffig neu grŵp o graffigau. Mae map delwedd yn grŵp o un neu fwy o fannau poeth."
diff --git a/source/cy/sw/messages.po b/source/cy/sw/messages.po
index 3eb1706f0d6..e1be291c9bd 100644
--- a/source/cy/sw/messages.po
+++ b/source/cy/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/cy/>\n"
"Language: cy\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Dim Prif Lythrennau Cysylltnodi Para"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Bag Gafael Cydweithio Para"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Para yw Atred Awto Llinell Gyntaf"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Para yw Pellter Nod"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Para yw Border Cysylltu"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Para yw Rheolau Gwaharddedig"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Para yw Atalnodi Crog"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Para yw Cysylltnodi"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Para yw Ailgychwyn Rhifo"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Para Cadw Gyda'i Gilydd"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Para Addasu Llinell Olaf"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Para Ymyl Chwith"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Perthynol Ymyl Chwith Para"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Cyfrif Rhif Llinell Para"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Gwerth Cychwyn Rhif Llinell Para"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Bylchu llinell Para"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Amddifaid Para"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Gweithredol Modd Cofrestr Para"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Ymyl De Para"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Perthynol Ymyl De Para"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Fformat Cysgod Para"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Hollt Para"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Enw Arddull Para"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Ataliad Tab Para"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Ymyl Brig Para"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Perthynol Ymyl Brig Para"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Priodoleddau Diffiniedig Defnyddwyr Para"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Aliniad Fertigol Para"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Ffenestri Para"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Marc Cyfeirio"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Border De"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Pellter Border De"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Addasu Ruby"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Enw Arddull Nod Ruby"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby Uchod"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Safle Ruby"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Testun Ruby"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Snapio i'r Grid"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Bag Gafael Cydweithio Arddull"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Maes Testun"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Ffrâm Testun"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Paragraff Testun"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Adran Testun"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Tabl Testun"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Priodoleddau Diffiniedig Defnyddwyr Testun"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Border Brig"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Pellter Border Brig"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Enw Arddull Nod Heb Ymweliad"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Enw Arddull Nod Ywelwyd"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Modd Ysgrifennu"
@@ -5398,9 +5416,10 @@ msgstr "ffrâm"
#. gfjHA
#: sw/inc/strings.hrc:567
+#, fuzzy
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7545,7 +7564,7 @@ msgstr "Delwedd"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Gwrthrychau OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9594,13 +9613,13 @@ msgstr "Llinell sail yn y ~canol"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Mewnosod gwrthrych OLE"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Golygu gwrthrych OLE"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9984,8 +10003,22 @@ msgstr "Cliciwch yma i roi testun"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Dewiswch eitem"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Yn agor y deialog Egluryn. Mae ganddo'r un wybodaeth â'r ddeialog a gewch yn ôl dewislen % PRODUCTNAME Writer - AwtoEgluryn yn y blwch deialog Dewisiadau."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12561,82 +12594,118 @@ msgid "Options"
msgstr "Dewisiadau"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Priodweddau Rheoli Cynnwys"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Mae cynnwys yn destun deilydd lle"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Enw Dangos"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Gwerth"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Eitemau Rhestr:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Ychwanegu"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Newid"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Tynnu"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Symud i Fyny"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Symud i Lawr"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Priodweddau Eitemau'r Rhestr Rheoli Cynnwys"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Enw Dangos:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Gwerth:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14557,157 +14626,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Rhowch y gwerth rydych am ei osod yn erbyn maes rhif tudalen, er enghraifft \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Yn rhestru'r mathau o feysydd sydd ar gael. I ychwanegu maes at eich dogfen, cliciwch math o faes, cliciwch maes yn y rhestr Dewis, ac yna cliciwch Mewnosod."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Math"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Dewis"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Cliciwch y fformat rydych am ei osod i'r maes a ddewiswyd, neu cliciwch \"Fformatau ychwanegol\" i ddiffinio fformat cyfaddas."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Fformat"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Yn agor y Dewisydd Macro, lle gallwch ddewis y macro a fydd yn rhedeg pan gliciwch y maes a ddewiswyd yn y ddogfen."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Gwerth"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Yn gosod paramedrau swyddogaeth ychwanegol ar gyfer meysydd. Mae'r math o baramedr yn dibynnu ar y math o faes rydych yn ei ddewis."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "E_nw"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Yna"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Rhowch y testun i'w ddangos pan fydd yr amod yn cael ei fodloni yn y blwch Yna'r blwch, a'r testun i'w ddangos pan nad yw'r amod yn cael ei gyflawni yn y blwch Neu."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Neu"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Rhowch y testun i'w ddangos pan fydd yr amod yn cael ei fodloni yn y blwch Yna'r blwch, a'r testun i'w ddangos pan nad yw'r amod yn cael ei gyflawni yn y blwch Neu."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Eitem"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Rhowch eitem newydd."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Yn ychwanegu'r Eitem at y rhestr."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "E_itemau ar y rhestr"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Yn rhestru'r eitemau. Mae'r yr eitem uchaf yn cael ei dangos yn y ddogfen."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Yn tynnu'r eitem a ddewiswyd o'r rhestr."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Symud _Fyny"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Symud yr eitem a ddewiswyd i fyny yn y rhestr."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Symud _Lawr"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Symud yr eitem a ddewiswyd i lawr yn y rhestr."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "E_nw"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Rhowch enw unigryw ar gyfer y rhestr Mewnbwn."
@@ -15724,7 +15793,7 @@ msgstr "Ffrâm"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Safle a Maint"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15780,11 +15849,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Rhowch enw ar gyfer yr eitem a ddewiswyd."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Rhowch y testun i'w dangos mewn porwr gwe pan nad yw'r eitem a ddewiswyd ar gael. Mae testun arall yn cael ei ddefnyddio i gynorthwyo pobl ag anableddau."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15796,178 +15865,220 @@ msgstr "_Enw:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "_Testun Arall:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Dim>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Yn dangos yr eitem (gwrthrych, graffig, neu ffrâm) sy'n dod o flaen yr eitem gyfredol mewn dilyniant cysylltiedig. I ychwanegu neu newid y ddolen flaenorol, dewiswch enw o'r rhestr. Os ydych yn cysylltu fframiau, rhaid i'r ffrâm gyfredol a'r ffrâm darged fod yn wag."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Dim>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Yn dangos yr eitem (gwrthrych, graffig, neu ffrâm) sy'n dod ar ôl yr eitem gyfredol mewn dilyniant cysylltiedig. I ychwanegu neu newid y ddolen nesaf, dewiswch enw o'r rhestr. Os ydych yn cysylltu fframiau, rhaid i'r ffrâm darged fod yn wag."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "C_ysylltiad blaenorol:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Cysylltiad _nesaf:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Disgrifiad:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Hygyrchedd"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Cy_nnwys"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Yn atal newidiadau i gynnwys yr eitem a ddewiswyd."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Safle"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Yn cloi lleoliad yr eitem a ddewiswyd yn y ddogfen gyfredol."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Maint"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Yn cloi maint yr eitem a ddewiswyd."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Diogelu"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "_Aliniad fertigol:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Brig"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Canoli"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Gwaelod"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Yn pennu aliniad fertigol cynnwys y ffrâm. Yn bennaf mae'n golygu cynnwys testun, ond mae hefyd yn effeithio ar dablau a gwrthrychau eraill sydd wedi'u hangori i'r ardal destun (wedi'u hangori fel nod, i nod neu i baragraff), er enghraifft fframiau, graffeg neu luniadau."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Aliniad Cynnwys"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Golygu mewn dogfen darllen yn unig"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Yn caniatáu i chi olygu cynnwys ffrâm mewn dogfen sy'n ddarllenadwy yn unig (wedi'i diogelu gan ysgrifennu)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "_Argraffu"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Yn cynnwys yr eitem a ddewiswyd wrth argraffu'r ddogfen."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Yn pennu'r cyfeiriad llif testun a ffefrir mewn ffrâm. I ddefnyddio'r gosodiadau llif testun rhagosodedig ar gyfer y dudalen, dewiswch Defnyddiwch osodiadau gwrthrych gorfodol o'r rhestr."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Cyfeiriad testun:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Priodweddau"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "C_ysylltiad blaenorol:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Dim>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Cysylltiad _nesaf:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Dim>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Yn pennu priodweddau ar gyfer y gwrthrych, y graffig neu'r ffrâm a ddewiswyd."
@@ -17274,116 +17385,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Awto..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Yn agor y deialog Capsiwn. Mae ganddo'r un wybodaeth â'r ddeialog a gewch yn ôl dewislen Writer - AwtoCapsiwn yn y blwch deialog Dewisiadau."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Dewisiadau..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Egluryn"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Rhifo:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Ymwahanydd:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Safle:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Dewiswch y math o rifo rydych am ei ddefnyddio yn yr egluryn."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Rhowch nodau testun dewisol i ymddangos rhwng y rhif a thestun yr egluryn."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Ymwahanydd rhif:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Teipiwch y testun rydych am iddo ymddangos ar ôl y rhif yr egluryn."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Yn ychwanegu'r egluryn uwchlaw neu'n is na'r eitem a ddewiswyd. Mae'r dewis hwn ar gael ar gyfer rhai gwrthrychau yn unig."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Categori:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Dewiswch categori'r egluryn, neu deipiwch enw i greu categori newydd. Mae testun y categori yn ymddangos cyn y rhif pennawd yn y label pennawd. Mae pob categori o egluryn wedi'i ddiffinio ymlaen llaw wedi'i fformatio ag arddull paragraff o'r un enw."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Priodweddau"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Rhagolwg"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Yn ychwanegu egluryn wedi'i rifo at ddelwedd, tabl, siart, ffrâm neu siâp dethol."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[None]"
@@ -22415,13 +22520,13 @@ msgstr "Yn ychwanegu neu'n dileu Lefel Amlinellol, Arddull Rhestr, a rhifo lline
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Gwrthrych OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Safle a Maint"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24731,7 +24836,7 @@ msgstr "Delwedd"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Safle a Maint"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24755,7 +24860,7 @@ msgstr "Dolen"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Cylchdroi"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/da/cui/messages.po b/source/da/cui/messages.po
index 0defd1d9a4d..a041b99822d 100644
--- a/source/da/cui/messages.po
+++ b/source/da/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/da/>\n"
"Language: da\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabel"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Indtast et navn til den nye pilespids:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Med Navigator kan du markere og flytte overskrifter og teksten under ove
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Vil su hurtigt have et math-objekt ind i Writer? Skriv din formel, vælg den og brug Indsæt ▸ OLE-objekt ▸ Formel for at konvertere teksten."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Transponer en Writer-tabel? Kopier og sæt ind i Calc, transponer med Kopier/Indsæt speciel og derefter Kopier/Indsæt speciel ▸ Formateret tekst i Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Få værktøjet “Lodret Tekst” i værkstøjslinjen Tegning ved at aktivere Funktioner ▸ Indstillinger▸ Sprogindstillinger ▸ Sprog ▸ Standardsprog ▸ Asiatisk (og gør knappen synlig med et højreklik)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Du kan oprette et diagram baserret på en Writer-tabel ved at klikke på tabellen og vælge Indsæt ▸ Diagram."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Marker indstillinger i Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Writer ▸ Formateringshjælp ▸ Vis formatering for at specificere, hvilke ikke-skrivbare tegn, der skal vises."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Vil du have markøren til at gå ind i den næste celle til højre, når du har indtastet en værdi i Calc? Brug Tabulatortasten i stedet for Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Få vist rullebjælken til venstre ved at aktivere Funktioner ▸ Indstillinger ▸ Sprogindstillinger ▸ Sprog ▸ ▸"
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Hjælp"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Flere oplysninger"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Udfør denne handling nu..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Dagens tip: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘  Kommando"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥  Alt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Vælg eller tilføj den korrekte mappe med Network Security Services-certifikater, der skal bruges til digitale signaturer."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Vælg den formatering, du vil bruge."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Indtast eller marker den skriftstørrelse, du vil bruge. Ved skalerbare skrifter kan du også vælge decimaltal."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Størrelse:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "S_prog:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sætter det sprog, som stavekontrollen bruger til den valgte tekst eller til den tekst, som du skriver. Tilgængelige sprogmoduler er markeret med flueben."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Funktioner..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Sprog:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Sætter det sprog, som stavekontrollen bruger til den valgte tekst eller til den tekst, som du skriver. Tilgængelige sprogmoduler er markeret med flueben."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Vælg den formatering, du vil bruge."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Størrelse:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Indtast eller marker den skriftstørrelse, du vil bruge. Ved skalerbare skrifter kan du også vælge decimaltal."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Funktioner..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Vestlig"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Størrelse:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Sprog:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Vælg den formatering, du vil bruge."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Indtast eller marker den skriftstørrelse, du vil bruge. Ved skalerbare skrifter kan du også vælge decimaltal."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sætter det sprog, som stavekontrollen bruger til den valgte tekst eller til den tekst, som du skriver. Tilgængelige sprogmoduler er markeret med flueben."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Funktioner..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Sætter det sprog, som stavekontrollen bruger til den valgte tekst eller til den tekst, som du skriver. Tilgængelige sprogmoduler er markeret med flueben."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asiatisk"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Størrelse:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Vælg den formatering, du vil bruge."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Indtast eller marker den skriftstørrelse, du vil bruge. Ved skalerbare skrifter kan du også vælge decimaltal."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sætter det sprog, som stavekontrollen bruger til den valgte tekst eller til den tekst, som du skriver. Tilgængelige sprogmoduler er markeret med flueben."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Sprog:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Funktioner..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Kompleks"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Sætter det sprog, som stavekontrollen bruger til den valgte tekst eller til den tekst, som du skriver. Tilgængelige sprogmoduler er markeret med flueben."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Tekstskrifttype"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Forhåndsvisning"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Angiv den formatering og skrifttype, som du vil anvende."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Indtast et navn til billedet."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternativ _tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Indtast den tekst, som du vil vise, når musen hviler over hotspottet i en browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Be_skrivelse:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Indtast en beskrivelse for hotspottet."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Lister egenskaberne for det valgte hotspot."
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Generer lineære og matrix-koder til enhver tekst eller URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Gem pilehoved?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Pilehovedet blev ændret men ikke gemt."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Ønsker du at gemme pilehovedet nu ?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Ønsker du at slette skraveringen ?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Slet pilehoved?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Ønsker du at slette pilehovedet?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Tekstspalter"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "_Automatisk"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Indsætter automatisk bindestreger, hvor det er nødvendigt i et afsnit."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Indtast det maksimale antal af linjer, der i træk kan have orddeling."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Indtast det mindste antal tegn, der skal være i begyndelsen af linjen efter bindestregen."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Indtast det mindste antal tegn, der skal være i slutningen af linjen, før en bindestreg indsættes."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Tegn ved linjens slutning"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Tegn ved linjens begyndelse"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Maksimalt antal linjer efter hinanden med bindestreg."
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Sæt ikke bindestreget i ord af STORE bogstaver"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Orddeling"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Indsæt"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Marker dette afkrydsningsfelt og vælg så skiftet, som du vil bruge."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Med sidet_ypografi:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Marker dette afkrydsningsfelt og vælg så den sidetypografi, som du vil bruge til den første side efter sideskiftet."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Type"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Indtast nyt sidetal for siden efter det manuelle sideskift. Hvis du ønsker at fortsætte den nuværende nummerering skal du efterlade afkrydsningsfeltet tomt."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Side_tal:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Placering:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Sidetypografi"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Marker den formateringstypografi, der skal bruges på den første side efter sideskiftet."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Side"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolonne"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Vælg skiftet, som du vil indsætte."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Før"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Efter"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Vælg hvor du vil indsætte skiftet."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Skift"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Del ikke afsnit"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Flytter hele afsnittet til den næste side eller spalte, efter at et skift er blevet indsat."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Hold sammen med næste afsnit"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Holder det aktuelle afsnit og det følgende afsnit sammen, når et skift eller spalteskift bliver indsat."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_Fransk horeungekontrol"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Angiver det mindste antal linjer i et afsnit før et sideskift. Marker dette afkrydsningsfelt, og indtast derefter et tal i feltet Linjer."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Horeungekontrol"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Angiver det mindste antal linjer i et afsnit på den første side efter sideskiftet. Marker dette afkrydsningsfelt og indtast derefter et tal i feltet Linjer."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Angiver det mindste antal linjer i et afsnit før et sideskift. Marker dette afkrydsningsfelt, og indtast derefter et tal i feltet Linjer."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Angiver det mindste antal linjer i et afsnit på den første side efter sideskiftet. Marker dette afkrydsningsfelt og indtast derefter et tal i feltet Linjer."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "linjer"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "linjer"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Indstillinger"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Angiv indstillinger for orddeling og sideopsætning."
diff --git a/source/da/editeng/messages.po b/source/da/editeng/messages.po
index 31b62ef3bd5..34700abbdc3 100644
--- a/source/da/editeng/messages.po
+++ b/source/da/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-02-21 14:49+0000\n"
"Last-Translator: Jesper Hertel <jesper.hertel@gmail.com>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1509210149.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 bindestreger"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Sidetypografi: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Knibning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "låst "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Sammentrukket "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafik"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ingen"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Prikker "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cirkel "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Fyldt cirkel "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Accent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Over"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Under"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dobbeltlinjet fra"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dobbeltlinjet"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Ingen automatisk tegnafstand"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Ingen automatisk tegnafstand"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Ingen hængende tegnsætning ved linjens afslutning"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hængende tegnsætning ved linjens afslutning"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Tag hensyn til forbudte tegn ved linjebegyndelse og -slutning"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Tag ikke hensyn til forbudte tegn ved linjebegyndelse og -slutning"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Ingen roterede tegn"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Tegn roteret med $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Tilpas til linje"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Tekst er ikke roteret"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Tekst er roteret $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Tegnskalering $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Ingen tegnskalering"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Intet relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Indgraveret"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automatisk tekstjustering"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Tekstjustering til grundlinje"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Tekstjustering top"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Tekstjustering centreret"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Tekstjustering bund"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Tekstretning fra venstre mod højre (vandret)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Tekstretning fra højre mod venstre (vandret)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Tekstretning fra højre mod venstre (lodret)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Tekstretning fra venstre mod højre (lodret)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Anvend det overordnede objekts tekstretning"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Tekstretning venstre mod højre (lodret nedefra bunden)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Afsnit fastgøres i tekstgitteret (hvis aktiveret)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Afsnit fastgøres ikke i tekstgitteret"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Ikke skjult"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Skjult"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Papirbakke"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Fra udskriftsindstillingerne]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Slet"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Flyt"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Indsæt"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Erstat"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Anvend attributter"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Nulstil attributter"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Indryk"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Anvend typografier"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Skift versalisering"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Ordet er %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Afsnittet er %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatisk"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Billedpunkttegn i afsnit"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Billedpunkttegn"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Afsnit: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Vil du fortsætte kontrollen fra dokumentets begyndelse?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Fortsæt med at kontrollere fra dokumentets slutning?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"af en ukendt årsag."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Ordbogen er allerede fuld."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Ordbogen er skrivebeskyttet."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Indryk"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Vis underpunkter"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Fold sammen"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Anvend attributter"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Indsæt"
diff --git a/source/da/fpicker/messages.po b/source/da/fpicker/messages.po
index d2845e9ad20..48682943d7c 100644
--- a/source/da/fpicker/messages.po
+++ b/source/da/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:32+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/da/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Ændringsdato"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Åbn"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Spil"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Fil_navn:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Fil_type:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Skrivebeskyttet"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Gem med adgangskode"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Automatisk filendelse"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Rediger _filterindstillinger"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Krypter med GPG-nøgle"
diff --git a/source/da/helpcontent2/source/text/sbasic/shared.po b/source/da/helpcontent2/source/text/sbasic/shared.po
index db62d886da2..d24554cbed6 100644
--- a/source/da/helpcontent2/source/text/sbasic/shared.po
+++ b/source/da/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1561161214.000000\n"
#. yzYVt
@@ -2930,7 +2930,7 @@ msgctxt ""
"hd_id3149456\n"
"help.text"
msgid "<variable id=\"UsingSubs_h1\"><link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures, Functions and Properties</link></variable>"
-msgstr ""
+msgstr "<variable id=\"UsingSubs_h1\"><link href=\"text/sbasic/shared/01020300.xhp\">Brug af procedurer, funktioner og egenskaber</link></variable>"
#. DSyYW
#: 01020300.xhp
@@ -19970,7 +19970,7 @@ msgctxt ""
"hd_id3149416\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function\">Log Function (BASIC)</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function\">Funktionen Log (BASIC)</link>"
#. g9AWW
#: 03080202.xhp
@@ -22967,7 +22967,7 @@ msgctxt ""
"hd_id3154422\n"
"help.text"
msgid "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Call Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Call_h1\"><link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Udtrykket Kald</link></variable>"
#. nPKzF
#: 03090401.xhp
@@ -23606,7 +23606,7 @@ msgctxt ""
"hd_id3153346\n"
"help.text"
msgid "<variable id=\"Function_h1\"><link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Function Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Function_h1\"><link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Udtrykket Funktion</link></variable>"
#. i3BLj
#: 03090406.xhp
@@ -23615,7 +23615,7 @@ msgctxt ""
"par_id3159158\n"
"help.text"
msgid "A function is a block of code which runs when it is called. A function is usually called in an expression."
-msgstr ""
+msgstr "En funktion er en kodeblok, som udføres, når det kaldes. En funktion kaldes sædvanligvis i et udtryk."
#. fLBaF
#: 03090406.xhp
@@ -23624,7 +23624,7 @@ msgctxt ""
"par_id451647246564161\n"
"help.text"
msgid "You can pass data, known as parameters or arguments, into a function. You may pass a parameter by value or by reference. When by reference, modifications applied to the parameter in the function will be sent back to the calling code."
-msgstr ""
+msgstr "Du kan videregive data, kendt som parametre eller argumenter, til en funktion. Du kan videregive en parameter som værdi eller som reference. Som reference sendes ændringer, der anvendes på parameteren i funktionen, tilbage til den kaldende kode."
#. 9wMCM
#: 03090406.xhp
@@ -23741,7 +23741,7 @@ msgctxt ""
"par_id181647247913872\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Grundlæggende om subrutiner</link>"
#. yZEAJ
#: 03090407.xhp
@@ -23948,7 +23948,7 @@ msgctxt ""
"par_id181647247913872\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Grundlæggende om subrutiner</link>"
#. CCDzt
#: 03090410.xhp
@@ -26288,7 +26288,7 @@ msgctxt ""
"par_id221651071987432\n"
"help.text"
msgid "<literal>New</literal> operator is optional when setting <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link> option."
-msgstr ""
+msgstr "Operatoren <literal>New</literal> (Ny) er frivillig, når indstillingen <link href=\"text/sbasic/shared/compatible.xhp\" name=\"Option Compatible\">Option Compatible</link>."
#. JBuCh
#: 03102100.xhp
@@ -29420,7 +29420,7 @@ msgctxt ""
"hd_id3150499\n"
"help.text"
msgid "<variable id=\"Asc_h1\"><link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Asc Function (BASIC)</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Asc_h1\"><link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Funktionen Asc (BASIC)</link></variable>"
#. 8jiwA
#: 03120101.xhp
@@ -32520,7 +32520,7 @@ msgctxt ""
"par_id221651081957774\n"
"help.text"
msgid "Meaning"
-msgstr ""
+msgstr "Betydning"
#. KVBLe
#: 03130500.xhp
@@ -34131,7 +34131,7 @@ msgctxt ""
"par_id3150541\n"
"help.text"
msgid "If <literal>CreateUnoValue</literal> cannot be converted to the specified Uno type, and error occurs. For the conversion, the <literal>com.sun.star.script.Converter</literal> service is used."
-msgstr ""
+msgstr "Hvis <literal>CreateUnoValue</literal> (Opret_Uno-værdi) ikke kan konverteres til den angivne Uno-type, sker der en fejl. Til konverteringen bruges tjenesten <literal>com.sun.star.script.Converter</literal>."
#. bT3DS
#: 03132300.xhp
@@ -37011,7 +37011,7 @@ msgctxt ""
"hd_id3150669\n"
"help.text"
msgid "<variable id=\"CallByName_h1\"><link href=\"text/sbasic/shared/CallByName.xhp\">CallByName Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"CallByName_h1\"><link href=\"text/sbasic/shared/CallByName.xhp\">Funktionen CallByName</link> (kald_ved_navn)</variable>"
#. 7EWyG
#: CallByName.xhp
@@ -37029,7 +37029,7 @@ msgctxt ""
"bm_id3150669\n"
"help.text"
msgid "<bookmark_value>CallByName function</bookmark_value> <bookmark_value>API;OfficeFilePicker</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funktionen CallByName (kald_ved_navn)</bookmark_value> <bookmark_value>API;OfficeFilePicker (Office_filvælger)</bookmark_value>"
#. kJE7K
#: CallByName.xhp
@@ -37173,7 +37173,7 @@ msgctxt ""
"par_id651644588404943\n"
"help.text"
msgid "<literal>DisplayDirectory</literal> property of <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html\" name=\"FilePicker\">com.sun.star.ui.dialogs.FilePicker</link> UNO service is set to the user home folder, its content is read twice."
-msgstr ""
+msgstr "Egenskaben <literal>DisplayDirectory</literal> (vis_mappe) i UNO-tjenesten <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html\" name=\"FilePicker\">com.sun.star.ui.dialogs.FilePicker</link> er sat til brugerens hjemmemappe, dens indhold læses to gange."
#. 3DsDt
#: CallByName.xhp
@@ -39729,7 +39729,7 @@ msgctxt ""
"N0120\n"
"help.text"
msgid "<literal>CompatibilityMode()</literal> function controls or queries runtime mode. It affects all code executed after setting or resetting the runtime mode."
-msgstr ""
+msgstr "Funktionen <literal>CompatibilityMode()</literal> (kompatibilitets_tilstand()) kontrollerer eller forespørger om afviklingstilstanden. Den påvirker al kode, der afvikles efter indstilling eller nulstilling af afviklingstilstanden."
#. YSokk
#: compatibilitymode.xhp
@@ -39747,7 +39747,7 @@ msgctxt ""
"bas_id751645014686110\n"
"help.text"
msgid "CompatibilityMode(Optional Enable As Boolean) As Boolean"
-msgstr ""
+msgstr "CompatibilityMode (Kompatibilitets_tilstand) (Optional Enable As Boolean (kan_valgfrit_aktiveres_som_Boolsk)) som_Boolsk"
#. 34s7C
#: compatibilitymode.xhp
@@ -39756,7 +39756,7 @@ msgctxt ""
"par_id551648117368688\n"
"help.text"
msgid "<literal>CompatibilityMode</literal> function always returns the mode that is active after its execution. That is if called with argument, it returns the new mode, if called without argument, it returns active mode without modifying it."
-msgstr ""
+msgstr "Funktionen <literal>CompatibilityMode</literal> (kompatibilitets-tilstand) returnerer altid den tilstand, der er aktiv efter dens udførelse. Det vil sige at, hvis den er kaldt med et argument, returnerer den den nye tilstand, hvis den er kaldt uden argument, returnerer den den aktive tilstand uden at returnere den."
#. buGpD
#: compatibilitymode.xhp
@@ -39765,7 +39765,7 @@ msgctxt ""
"par_id971648117815981\n"
"help.text"
msgid "<emph>Enable</emph>: Sets or unsets new compatibility mode when the argument is present."
-msgstr ""
+msgstr "<emph>Aktiver</emph>: Sætter eller afsætter kompatibilitets-tilstand, når argumentet er tilstede."
#. ouFEB
#: compatibilitymode.xhp
@@ -39774,7 +39774,7 @@ msgctxt ""
"par_id371648123169691\n"
"help.text"
msgid "<literal>CompatibilityMode</literal> function relates to <link href=\"text/sbasic/shared/03103350.xhp#vbasupportstatement\" name=\"VBASupport compiler option\">Option VBASupport 1</link>, in which case it always returns <literal>True</literal>. It is unrelated to <link href=\"text/sbasic/shared/compatible.xhp#compatiblestatement\" name=\"Option Compatible compiler directive\">Option Compatible</link> compiler directive."
-msgstr ""
+msgstr "Funktionen <literal>CompatibilityMode</literal> (kompatibilitets-tilstand) relaterer til <link href=\"text/sbasic/shared/03103350.xhp#vbasupportstatement\" name=\"VBASupport compiler option\">Option VBASupport 1</link> (Indstillingen VBA-understøttelse 1), i hvilket tilfælde den altid returnerer <literal>True</literal> (sand). Den relaterer ikke til kompiler-direktivet <link href=\"text/sbasic/shared/compatible.xhp#compatiblestatement\" name=\"Option Compatible compiler directive\">Option Compatible</link>."
#. NM3yP
#: compatibilitymode.xhp
@@ -39837,7 +39837,7 @@ msgctxt ""
"par_id461561646613414\n"
"help.text"
msgid "With <literal>CompatibilityMode( True )</literal> the program raises an error, otherwise the <literal>Test</literal> directory and all its content is deleted."
-msgstr ""
+msgstr "Med <literal>CompatibilityMode( True )</literal> (kompatibilitets-tilstand (sand)) hejser programmet et fejlflag, eller slettes mappen <literal>Test</literal> og al dens indhold."
#. TcWG2
#: compatibilitymode.xhp
@@ -39855,7 +39855,7 @@ msgctxt ""
"par_id831561647900147\n"
"help.text"
msgid "CompatibilityMode( Enable := True ) ' Shows also normal files"
-msgstr ""
+msgstr "CompatibilityMode( Enable := True ) (Kompatibilitets-tilstand (Aktiver = Sand)) ' Viser også normale filer"
#. oBqaD
#: compatibilitymode.xhp
@@ -39864,7 +39864,7 @@ msgctxt ""
"bas_id641645017016611\n"
"help.text"
msgid "CompatibilityMode Enable := False ' Shows only directories"
-msgstr ""
+msgstr "CompatibilityMode( Enable := True ) (Kompatibilitets-tilstand (Aktiver = Falsk)) ' Viser kun mapper"
#. P7qDB
#: compatibilitymode.xhp
@@ -39927,7 +39927,7 @@ msgctxt ""
"N0110\n"
"help.text"
msgid "Allow the <literal>New</literal> operator to be optional in <literal>Dim</literal> statements."
-msgstr ""
+msgstr "Tillader operator en <literal>New</literal> (ny) at være valgfri i <literal>Dim</literal> -udtryk."
#. yJQAV
#: compatible.xhp
@@ -39937,6 +39937,8 @@ msgctxt ""
"help.text"
msgid "Allow default values for optional parameters in procedures."
msgstr ""
+"Tillad standardværdier for valgfrie parametre i procedurer.\n"
+"Allow default values for optional parameters in procedures."
#. zzETD
#: compatible.xhp
@@ -39945,7 +39947,7 @@ msgctxt ""
"N0113\n"
"help.text"
msgid "Use named arguments when multiple optional parameters exist."
-msgstr ""
+msgstr "Brug navngivne argumenter, når der findes flere valgfrie parametre."
#. 6Fb5x
#: compatible.xhp
@@ -39990,7 +39992,7 @@ msgctxt ""
"par_id381561650119146\n"
"help.text"
msgid "Statement <literal>Option VBAsupport 1</literal> implies <literal>Option Compatible</literal> statement automatically."
-msgstr ""
+msgstr "Udtrykket <literal>Option VBAsupport 1</literal> (Indstillingen VBA-understøttelse 1) indebærer automatisk udtrykket <literal>Option Compatible</literal>."
#. j8iHM
#: compatible.xhp
@@ -41169,7 +41171,7 @@ msgctxt ""
"N0182\n"
"help.text"
msgid "<variable id=\"Property_h1\"><link href=\"text/sbasic/shared/Property.xhp\" name=\"Property statement\">Property Statement</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Property_h1\"><link href=\"text/sbasic/shared/Property.xhp\" name=\"Property statement\">Udtrykket Property (Egenskab)</link></variable>"
#. CxW74
#: property.xhp
@@ -41322,7 +41324,7 @@ msgctxt ""
"par_id181647247913872\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Subroutines basics</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Subroutine basics\">Grundlæggende om subrutiner</link>"
#. KbzAx
#: property.xhp
diff --git a/source/da/helpcontent2/source/text/sbasic/shared/03.po b/source/da/helpcontent2/source/text/sbasic/shared/03.po
index 5645b183432..326ec41e5fc 100644
--- a/source/da/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/da/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560876467.000000\n"
#. ViEWM
@@ -9569,7 +9569,7 @@ msgctxt ""
"bas_id12598185484092\n"
"help.text"
msgid "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' The dialog that caused the event"
-msgstr ""
+msgstr "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' Dialogen, der udløste begivenheden"
#. dx9rf
#: sf_dialog.xhp
diff --git a/source/da/helpcontent2/source/text/scalc/01.po b/source/da/helpcontent2/source/text/scalc/01.po
index 9c674e19eec..99becca25b6 100644
--- a/source/da/helpcontent2/source/text/scalc/01.po
+++ b/source/da/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/da/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Lister arkene i det aktuelle dokument. For at vælge et ark skal du trykke på Pil op eller Pil ned for at flytte til et ark på listen. For at føje et ark til markeringen skal du holde <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, mens du trykker på piletasterne, og så trykke på mellemrumstasten. For at vælge en række ark skal du holde Skift nede og trykke piletasterne. </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56130,14 +56202,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Ved et positivt tal runder funktion op (væk fra nul). Ved et negativt tal, runder funktionen op (imod nul). Fortegnet på den signifikante værdi ignoreres."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Denne funktion beregner resultater, der er identiske med funktionen <link href=\"#Section312\" name=\"isoceiling\">ISO.LOFT</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56418,14 +56490,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Ved et positivt tal runder funktionen op (væk fra nul). Ved en negativ værdi runder funktionen op (imod nul). Signifikansens fortegn ignoreres."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Denne funktion beregner resultater, der et identiske med <link href=\"#Section311\" name=\"ceilingprecise\">funktionen LOFT.PRECISE</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -64016,14 +64088,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Tekst</emph> En tekst eller henvisning til den celle, hvor det regulære udtryk skal bruges."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Udtryk</emph>: En tekst, der repræsenterer det regulære udtryk, med <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regulære udtryk</link>. Hvis der ikke er noget match og der ikke er givet en <emph>Erstatning</emph>, returneres #N/A."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67663,14 +67735,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Indstillinger i Problemløser"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Dialogindstillingerne bevares, indtil du lukker det aktuelle dokument."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68671,6 +68743,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve referenceguide på sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/sdraw.po b/source/da/helpcontent2/source/text/sdraw.po
index 4c29ae1f225..d48766aad22 100644
--- a/source/da/helpcontent2/source/text/sdraw.po
+++ b/source/da/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-14 20:38+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562179858.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Denne menu giver dig mulighed for at indsætte elementer, såsom grafik og hjælpelinjer, i Draw-dokumenter."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Billede</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Indsæt et billede"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/00.po b/source/da/helpcontent2/source/text/shared/00.po
index b7126c074d1..7fdc32790a9 100644
--- a/source/da/helpcontent2/source/text/shared/00.po
+++ b/source/da/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-13 15:16+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/da/>\n"
@@ -2668,6 +2668,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Object Linking and Embedding (OLE)-objekter kan kædes til et måldokument, men kan også være indlejrede. Indlejring indsætter en kopi af objektet og elementer fra kildeprogrammet i måldokumentet. Hvis du vil redigere objektet, aktiveres kildeprogrammet simpelthen ved at dobbeltklikke på objektet."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7919,23 +7928,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Lyd eller video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Vælg <emph>Indsæt - Objekt</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - OLE-objekt</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7964,14 +7973,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-objekt"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Formel</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8009,14 +8018,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vælg <emph>Formater - Diagramtype</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8027,14 +8036,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vælg <emph>Formater - Diagramtype</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8045,23 +8054,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vælg <emph>Formater - Diagramtype</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - Diagram</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12221,23 +12230,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Bund"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Vælg <emph>Formater - Afsnit</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "På værktøjslinjen <emph>Formatering</emph> klikker du på"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12248,68 +12266,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Ikonet Anker</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Skift forankring"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Vælg <emph>Formater - Forankring - Til side</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Vælg <emph>Formater - Forankring - Til afsnit</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Vælg <emph>Formater - Forankring - Til tegn</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Vælg <emph>Formater - Forankring - Som tegn</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Vælg <emph>Formater - Forankring - Til ramme</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Vælg <emph>Formater - Forankring - Til celle</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12482,14 +12500,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Vælg <menuitem>Formater ▸ </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Tekstboks og figur ▸ </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objekt ▸ </menuitem></caseinline></switchinline><menuitem>Linje ▸ (fanebladet) Linjetypografier</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Vælg <menuitem>Formater ▸ </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Tekstboks og figur ▸ </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objekt ▸ </menuitem></caseinline></switchinline><menuitem>Linje ▸ (fanebladet) Piletypografier</menuitem>. tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12995,14 +13058,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Åbn objektets kontekstmenu ▸ vælg <menuitem>Navn</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Åbn objektets kontekstmenu ▸ vælg <menuitem>Beskrivelse</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/da/helpcontent2/source/text/shared/01.po b/source/da/helpcontent2/source/text/shared/01.po
index 3da94c32f69..b54c89d2a1b 100644
--- a/source/da/helpcontent2/source/text/shared/01.po
+++ b/source/da/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/da/>\n"
@@ -9052,14 +9052,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Repræsenterer et stort bogstav, hvis <emph>STORE og små bogstaver</emph> er markeret i <emph>Indstillinger.</emph>"
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Find hele listen med understøttede metategn og syntaks på <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions – dokumentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15372,32 +15372,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Indsættelse af billeder"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Indsættelse af billeder</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Indsætter etbillede i det aktuelle dokument <switchinline select=\"appl\"><caseinline select=\"WRITER\"> med optimal sideombrydning og centreret på linjen</caseinline><caseinline select=\"CALC\">på den aktuelle celles placering</caseinline><defaultinline>centreret på siden eller diasset </defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Rammetypografi"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15408,6 +15408,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Marker rammetypografien for grafikken.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15444,41 +15462,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Viser en forhåndsvisning af den valgte grafikfil.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekt"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Objekt</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Indsætter et indlejret objekt i dit dokument, herunder formler, 3-d-modeller, diagrammer og OLE-objekter.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formel\">Formel</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26291,14 +26309,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Tilføjer en skygge til den markerede tekst eller, hvis markøren er i et ord, til hele ordet.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Fordel rækker jævnt"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26309,14 +26327,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>tabelrækker;fordel højde ensartet</bookmark_value> <bookmark_value>rækkehøjde;fordel ensartet</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Fordel rækker lige</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26327,14 +26345,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Justerer højden for de valgte rækker til at passe med højden af den højeste række i markeringen.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Vælg <emph>Tabel - Størrelse - Fordel rækker lige</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26354,14 +26372,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Ikon</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Fordel rækker jævnt"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26885,14 +26903,14 @@ msgctxt ""
msgid "Description"
msgstr "Beskrivelse"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objekter;titler og beskrivelser</bookmark_value><bookmark_value>beskrivelser for objekter</bookmark_value><bookmark_value>titler;objekter</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26903,32 +26921,32 @@ msgctxt ""
msgid "Description"
msgstr "Beskrivelse"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Tildeler en titel og en beskrivelse til det valgte objekt. Disse er tilgængelige for tilgængelighedsværktøjer og som alternative mærker (tags), når du eksporterer dokumentet.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titel"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Indtast en titel. Dette korte navn er synligt som et alternativt mærke i HTML-format. Tilgængelighedsværktøjer kan læse denne tekst.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26939,14 +26957,32 @@ msgctxt ""
msgid "Description"
msgstr "Beskrivelse"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Indtast en beskrivende tekst. Den lange beskrivelsestekst kan indtastes for at beskrive et komplekst objekt eller en kompleks gruppe af objekter til brugere med skærmlæsersoftware. Beskrivelsen er synlig som et alternativt mærke for tilgængelighedsværktøjer.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27560,32 +27596,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Redigér eller opret piletyper.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Administrér piletyper"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Lader dig organisere den aktuelle liste med piletyper."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Titel"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27632,14 +27677,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">For at oprette en brugerdefineret piletype skal du vælge et tegneobjekt i dokumentet og så klikke her.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modificer"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30989,23 +31034,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Forankring"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Forankring</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Definerer forankringsindstillingerne for det valgte objekt.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31034,23 +31079,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Til siden\">Til siden</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Forankrer det valgte element til den nuværende side.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Det forankrede element forbliver på den nuværende side, selv hvis du indsætter eller sletter tekst."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31079,14 +31142,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Til afsnit\">Til afsnit</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Forankrer det valgte element til det aktuelle afsnit.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31115,32 +31187,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Til tegn\">Til tegn</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\" >Forankrer det valgte element til et tegn.</ahelp> Denne kommando er kun tilgængelig for grafikobjekter."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Ankeret bliver vist foran tegnet."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "For at justere en grafik i forhold til tegnet, som den er forankret til højreklikke du på grafikken og vælger så <emph>Grafik</emph>. Klik på fanebladet <emph>Type</emph>, og i området <emph>Placering</emph>, vælger du <emph>Tegn</emph> i feltet <emph>Til</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31187,14 +31259,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Til ramme\">Til ramme</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Forankrer det valgte element til den omgivende ramme.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31214,14 +31286,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Som tegn\">Som tegn</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Forankrer det valgte element som et tegn i den aktuelle tekst. Hvis højden for det valgte element er større end den valgte skriftstørrelse, forøges højden for linjen, som indeholder elementet.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/da/helpcontent2/source/text/shared/02.po b/source/da/helpcontent2/source/text/shared/02.po
index c626dcfc7f4..2cfed62b45f 100644
--- a/source/da/helpcontent2/source/text/shared/02.po
+++ b/source/da/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2022-05-10 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/da/>\n"
"Language: da\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561921666.000000\n"
#. Edm6o
@@ -68,7 +68,7 @@ msgctxt ""
"par_id721649333208955\n"
"help.text"
msgid "<image src=\"cmd/lc_printdefault.svg\" id=\"img_id561649333208955\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161649333208955\">Print File Directly Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_printdefault.svg\" id=\"img_id561649333208955\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161649333208955\">Ikonet Udskriv fil direkte</alt></image>"
#. UDgk9
#: 01110000.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id891649333208955\n"
"help.text"
msgid "Print File Directly"
-msgstr ""
+msgstr "Udskriv fil direkte"
#. 9hSsM
#: 01110000.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id3155341\n"
"help.text"
msgid "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Ikonet Vælg</alt></image>"
#. Dbydo
#: 01170000.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_idN10C50\n"
"help.text"
msgid "To create a square control, hold down the <keycode>Shift</keycode> key while you drag."
-msgstr ""
+msgstr "For at oprette en kvadratisk kontrol holder du <keycode>Skift</keycode>-tasten nede, mens du trækker."
#. muefe
#: 01170000.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Ikonet Vælg</alt></image>"
#. G4itx
#: 01170000.xhp
@@ -869,7 +869,7 @@ msgctxt ""
"par_idN11B65\n"
"help.text"
msgid "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon Toggle Form Control Wizards</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Ikonet Slå guiderne formularkontrol til/fra</alt></image>"
#. ySzEv
#: 01170000.xhp
@@ -905,7 +905,7 @@ msgctxt ""
"par_id671646965582973\n"
"help.text"
msgid "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Icon Form Design Tools</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Ikonet formulardesign-værktøjer</alt></image>"
#. vxxz2
#: 01170000.xhp
@@ -959,7 +959,7 @@ msgctxt ""
"par_id3163665\n"
"help.text"
msgid "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Ikonet Tekstfelt</alt></image>"
#. p3BAw
#: 01170000.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3148483\n"
"help.text"
msgid "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Ikonet Afkrydsningsfelt</alt></image>"
#. fbJjh
#: 01170000.xhp
@@ -1013,7 +1013,7 @@ msgctxt ""
"par_id3152971\n"
"help.text"
msgid "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Ikonet Alternativknap</alt></image>"
#. DJdqY
#: 01170000.xhp
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3154326\n"
"help.text"
msgid "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Ikonet Listefelt</alt></image>"
#. Dbwav
#: 01170000.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3149981\n"
"help.text"
msgid "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Ikonet Kombinationsfelt</alt></image>"
#. bUeTF
#: 01170000.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3145801\n"
"help.text"
msgid "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Ikonet Trykknap</alt></image>"
#. KTA7G
#: 01170000.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id3159622\n"
"help.text"
msgid "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Ikonet Billedknap</alt></image>"
#. B9Era
#: 01170000.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3154836\n"
"help.text"
msgid "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Ikonet Formateret felt</alt></image>"
#. W4Jis
#: 01170000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"par_id3149423\n"
"help.text"
msgid "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon Date Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Ikonet Datafelt</alt></image>"
#. sSv2y
#: 01170000.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3149396\n"
"help.text"
msgid "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon Numerical Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Ikonet Numerisk felt</alt></image>"
#. 3jPvp
#: 01170000.xhp
@@ -1274,7 +1274,7 @@ msgctxt ""
"par_id3159334\n"
"help.text"
msgid "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Ikonet Gruppefelt</alt></image>"
#. 3Suwy
#: 01170000.xhp
@@ -1328,7 +1328,7 @@ msgctxt ""
"par_id3153687\n"
"help.text"
msgid "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon Time Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Ikonet Tidsfelt</alt></image>"
#. 7apBh
#: 01170000.xhp
@@ -1364,7 +1364,7 @@ msgctxt ""
"par_id3145324\n"
"help.text"
msgid "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon Currency Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Ikonet Valutafelt</alt></image>"
#. dc7AD
#: 01170000.xhp
@@ -1391,7 +1391,7 @@ msgctxt ""
"par_id3149742\n"
"help.text"
msgid "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon Pattern Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Ikonet Mønsterfelt</alt></image>"
#. 4SYQW
#: 01170000.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3156402\n"
"help.text"
msgid "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Ikonet Tabelkontrol</alt></image>"
#. YNpAD
#: 01170000.xhp
@@ -1463,7 +1463,7 @@ msgctxt ""
"par_idN11B2C\n"
"help.text"
msgid "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Ikonet Navigationslinje</alt></image>"
#. dmjpG
#: 01170000.xhp
@@ -1499,7 +1499,7 @@ msgctxt ""
"par_id3155869\n"
"help.text"
msgid "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Ikonet Billedkontrol</alt></image>"
#. ZJDNH
#: 01170000.xhp
@@ -1535,7 +1535,7 @@ msgctxt ""
"par_id3150531\n"
"help.text"
msgid "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Ikonet Filudvalg</alt></image>"
#. 4CELT
#: 01170000.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"par_idN11A64\n"
"help.text"
msgid "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon Spin Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Ikonet Skalaknap</alt></image>"
#. rY5Pe
#: 01170000.xhp
@@ -1598,7 +1598,7 @@ msgctxt ""
"par_idN11ACA\n"
"help.text"
msgid "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon Scrollbar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Ikonet Rullefelt</alt></image>"
#. RNigC
#: 01170000.xhp
@@ -9277,7 +9277,7 @@ msgctxt ""
"bm_id871647297744020\n"
"help.text"
msgid "<bookmark_value>database field;add to form</bookmark_value><bookmark_value>forms;add database field</bookmark_value><bookmark_value>database field;add to report</bookmark_value><bookmark_value>report;add database field</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>databasefelt;føj til formular</bookmark_value><bookmark_value>formularer;tilføj databasefelt</bookmark_value><bookmark_value>databasefelt;føj til rapport</bookmark_value><bookmark_value>rapport;tilføj databasefelt</bookmark_value>"
#. AmADg
#: 01170400.xhp
@@ -10501,7 +10501,7 @@ msgctxt ""
"par_id3153750\n"
"help.text"
msgid "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Icon Display Grid</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Ikonet Vis net</alt></image>"
#. UKBCB
#: 01171200.xhp
@@ -10546,7 +10546,7 @@ msgctxt ""
"par_id3156027\n"
"help.text"
msgid "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Icon Snap to Grid</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Ikonet Fastgør til net</alt></image>"
#. Fb5KQ
#: 01171300.xhp
@@ -10582,7 +10582,7 @@ msgctxt ""
"par_id3149549\n"
"help.text"
msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Icon Helplines While Moving</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Ikonet Hjælpelinjer under flytning</alt></image>"
#. AFaA2
#: 01171400.xhp
@@ -11853,14 +11853,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Se afsnittet <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Kanter</emph></link> i hjælpen for mere information."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Skift forankring"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11871,23 +11871,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>Forankring; skifte</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Skift forankring\">Skift forankring</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\" >Giver dig mulighed for at skifte mellem forankringsindstillinger.</ahelp></variable> Ikonet <emph>Skift forankring</emph> er kun synligt, når et objekt som for eksempel grafik eller kontrolfelt<switchinline select=\"appl\"><caseinline select=\"WRITER\"> eller ramme </caseinline> </switchinline> er valgt."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
@@ -12139,7 +12139,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Demote Outline Level"
-msgstr ""
+msgstr "Sænk dispositionsniveau"
#. wGfZQ
#: 06050000.xhp
@@ -12148,7 +12148,7 @@ msgctxt ""
"hd_id3148983\n"
"help.text"
msgid "<link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote<switchinline select=\"appl\"><caseinline select=\"WRITER\"> Outline Level</caseinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Sænk<switchinline select=\"appl\"><caseinline select=\"WRITER\"> dispositionsniveau</caseinline></switchinline></link>"
#. Sfgf2
#: 06050000.xhp
@@ -12157,7 +12157,7 @@ msgctxt ""
"par_id3147285\n"
"help.text"
msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Moves a chapter heading where the cursor is located, or selected chapter headings, down one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, down one list level.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flytter en kapiteloverskrift til markørens position, eller valgte kapiteloverskrifter et dispositionsniveau nedad. </caseinline></switchinline>Flytter et listeafsnit til markørens position, eller valgte listeafsnit et listeniveau nedad.</ahelp>"
#. CFARy
#: 06050000.xhp
@@ -12167,6 +12167,8 @@ msgctxt ""
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select=\"IMPRESS\">The <menuitem>Demote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Right Arrow</keycode>.</caseinline></switchinline>"
msgstr ""
+"<switchinline select=\"appl\"><caseinline select=\"WRITER\">Ikonet <menuitem>Sænk dispositionsniveauet</menuitem> findes på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Punktopstilling</menuitem></link>, som ses, når markøren er placeret på en nummereret kapiteloverskrift eller et listeafsnit. </caseinline><caseinline select=\"IMPRESS\">Ikonet <menuitem>Sænk</menuitem> findes på værktøjslinjen <menuitem>Disposition</menuitem>, som ses under arbejde i visningen Disposition.\n"
+"Denne funktion kan også kaldes ved at trykke på <keycode>Alt+Skift+Højrepil</keycode>. </caseinline></switchinline>"
#. MsnjV
#: 06050000.xhp
@@ -12175,7 +12177,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "<image id=\"img_id3143267\" src=\"cmd/lc_decrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143267\">Icon Demote</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143267\" src=\"cmd/lc_decrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143267\">Ikonet Sænk</alt></image>"
#. pYXdC
#: 06050000.xhp
@@ -12184,7 +12186,7 @@ msgctxt ""
"par_id3149096\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Demote Outline Level</caseinline><defaultinline>Demote</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Sænk dispositionsniveauet</caseinline><defaultinline>Demote</defaultinline></switchinline>"
#. C2ctW
#: 06060000.xhp
@@ -12193,7 +12195,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Promote Outline Level"
-msgstr ""
+msgstr "Hæv dispositionsniveauet"
#. h9r7k
#: 06060000.xhp
@@ -12202,7 +12204,7 @@ msgctxt ""
"hd_id3159225\n"
"help.text"
msgid "<link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Promote<switchinline select=\"appl\"><caseinline select=\"WRITER\"> Outline Level</caseinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06060000.xhp\" name=\"Promote One Level\">Hæv<switchinline select=\"appl\"><caseinline select=\"WRITER\"> dispositionsniveau</caseinline></switchinline></link>"
#. 2oDAi
#: 06060000.xhp
@@ -12211,7 +12213,7 @@ msgctxt ""
"par_id3149999\n"
"help.text"
msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Moves a chapter heading where the cursor is located, or selected chapter headings, up one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, up one list level.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flytter et kapitel til markørens placering, eller valgte kapiteloverskrifter et dispositionsniveau opad. </caseinline></switchinline>Flytter et listeafsnit til markørens placering elle valgte kapiteloverskrifter et listeniveau opad.</ahelp>"
#. ACowG
#: 06060000.xhp
@@ -12220,7 +12222,7 @@ msgctxt ""
"par_id3149205\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The <menuitem>Promote Outline Level</menuitem> icon is on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select=\"IMPRESS\">The <menuitem>Promote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Left Arrow</keycode>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Ikonet <menuitem>Hæv dispositionsniveau</menuitem> findes på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Punktopstilling</menuitem></link>, som vises, når markøren er placeret på en nummereret kapiteloverskrift eller et listeafsnit.</caseinline><caseinline select=\"IMPRESS\">Ikonet <menuitem>Hæv</menuitem> findes på værktøjslinjen <menuitem>Disposition</menuitem>, som vises under arbejde i visningen Disposition. Denne funktion kan også kaldes ved at trykke på <keycode>Alt+Skift+Venstrepil</keycode>.</caseinline></switchinline>"
#. sACm6
#: 06060000.xhp
@@ -12229,7 +12231,7 @@ msgctxt ""
"par_id3149388\n"
"help.text"
msgid "<image id=\"img_id3155535\" src=\"cmd/lc_incrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Icon Promote</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155535\" src=\"cmd/lc_incrementlevel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155535\">Ikonet Hæv</alt></image>"
#. WBBiB
#: 06060000.xhp
@@ -12256,7 +12258,7 @@ msgctxt ""
"hd_id3144740\n"
"help.text"
msgid "<link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06100000.xhp\" name=\"Move Up\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt elementet opad</caseinline><defaultinline>Flyt opad</defaultinline></switchinline></link>"
#. BooTD
#: 06100000.xhp
@@ -12265,7 +12267,7 @@ msgctxt ""
"par_id3109850\n"
"help.text"
msgid "<ahelp hid=\".\">Moves the paragraph where the cursor is located, or selected paragraphs, to before the previous paragraph.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Flytter afsnittet til markørens placering eller valgte afsnit til placeringen foran det valgte afsnit.</ahelp>"
#. w3Rtd
#: 06100000.xhp
@@ -12285,7 +12287,7 @@ msgctxt ""
"par_id681650030725110\n"
"help.text"
msgid "The <menuitem>Move Item Up</menuitem> icon appears on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt elemtentet opad</menuitem> iVises på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Punktopstilling</menuitem></link>."
#. LWL4T
#: 06100000.xhp
@@ -12294,7 +12296,7 @@ msgctxt ""
"par_id3155555\n"
"help.text"
msgid "The <menuitem>Move Item Up</menuitem> command is always active. This function can also be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Up Arrow</keycode>."
-msgstr ""
+msgstr "Kommandoen <menuitem>Flyt elementet opad</menuitem> er altid aktiv. Denne funktion kan også kaldes ved at trykke på <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Pil op</keycode>."
#. sFtDj
#: 06100000.xhp
@@ -12303,7 +12305,7 @@ msgctxt ""
"par_id31492839456\n"
"help.text"
msgid "If you have numbered paragraphs and use the <menuitem>Move Up</menuitem> command, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger kommandoen <menuitem>Flyt opad</menuitem>, justeres tallene automatisk i den aktuelle rækkefølge."
#. hN8tA
#: 06100000.xhp
@@ -12312,7 +12314,7 @@ msgctxt ""
"par_id171650031011213\n"
"help.text"
msgid "The <menuitem>Move Up</menuitem> icon appears on the <menuitem>Outline</menuitem> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt opad</menuitem> vises på værktøjslinjen <menuitem>Disposition</menuitem>."
#. 53D5b
#: 06100000.xhp
@@ -12322,6 +12324,8 @@ msgctxt ""
"help.text"
msgid "The <menuitem>Move Up</menuitem> command is always active. This function can also be called by pressing <keycode>Alt+Shift+Up Arrow</keycode>."
msgstr ""
+"Kommandoen <menuitem>Flyt opad</menuitem> er altid aktiv. Denne funktion kan også kaldes ved at trykke på \n"
+"<keycode>Alt+Skift+Pil op</keycode>."
#. kMbJU
#: 06100000.xhp
@@ -12330,7 +12334,7 @@ msgctxt ""
"par_id154054632\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger <menuitem>Flyt nedad</menuitem>, bliver tallene automatisk tilpasset den aktuelle rækkefølge."
#. tBVE2
#: 06100000.xhp
@@ -12348,7 +12352,7 @@ msgctxt ""
"par_id3147243\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt element opad</caseinline><defaultinline>Flyt opad</defaultinline></switchinline>"
#. 5rj6N
#: 06110000.xhp
@@ -12366,7 +12370,7 @@ msgctxt ""
"hd_id3148520\n"
"help.text"
msgid "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06110000.xhp\" name=\"Move Down\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt element nedad</caseinline><defaultinline>Flyt nedad</defaultinline></switchinline></link>"
#. nDsC7
#: 06110000.xhp
@@ -12375,7 +12379,7 @@ msgctxt ""
"par_id3154228\n"
"help.text"
msgid "<ahelp hid=\".\">Moves the paragraph where the cursor is located, or selected paragraphs, to after the next paragraph.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Flytter afsnittet til markørens placering eller valgte afsnit til efter det næste afsnit.</ahelp>"
#. RgGZF
#: 06110000.xhp
@@ -12384,7 +12388,7 @@ msgctxt ""
"par_id3158405\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Item Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummererede afsnit og bruger <menuitem>Flyt element nedad</menuitem>, tilpasses tallene automatisk til den aktuelle rækkefølge."
#. vAAGh
#: 06110000.xhp
@@ -12393,7 +12397,7 @@ msgctxt ""
"par_id431650033515260\n"
"help.text"
msgid "The <menuitem>Move Item Down</menuitem> icon appears on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt element nedad</menuitem> vises på værktøjslinjen <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>punktopstilling</menuitem></link>."
#. CCELD
#: 06110000.xhp
@@ -12402,7 +12406,7 @@ msgctxt ""
"par_id3149751\n"
"help.text"
msgid "The <menuitem>Move Item Down</menuitem> command is always active. This function can also be called by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Down Arrow</keycode>."
-msgstr ""
+msgstr "Kommandoen <menuitem>Flyt element nedad</menuitem> er altid aktivt. Denne funktion kan også kaldes ved at trykke på <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Pil nedad</keycode>."
#. Cdq5E
#: 06110000.xhp
@@ -12411,7 +12415,7 @@ msgctxt ""
"par_id315840546832\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger <menuitem>Flyt nedad</menuitem>, tilpasses tallene automatisk til den aktuelle rækkefælge."
#. MWkW9
#: 06110000.xhp
@@ -12420,7 +12424,7 @@ msgctxt ""
"par_id571650033665947\n"
"help.text"
msgid "The <menuitem>Move Down</menuitem> icon appears on the <menuitem>Outline</menuitem> bar."
-msgstr ""
+msgstr "Ikonet <menuitem>Flyt nedad</menuitem> vises på værktøjslinjen <menuitem>Disposition</menuitem>."
#. BtFa5
#: 06110000.xhp
@@ -12429,7 +12433,7 @@ msgctxt ""
"par_id121650033675563\n"
"help.text"
msgid "The <menuitem>Move Down</menuitem> command is always active. This function can also be called by pressing <keycode>Alt+Shift+Down Arrow</keycode>."
-msgstr ""
+msgstr "Kommandoen <menuitem>Flyt nedad</menuitem> er altid aktiv. Denne funktion kan også kaldes ved at trykke på <keycode>Alt+Skift+Pil nedad</keycode>."
#. g4SQD
#: 06110000.xhp
@@ -12438,7 +12442,7 @@ msgctxt ""
"par_id154054632\n"
"help.text"
msgid "If you have numbered paragraphs and use <menuitem>Move Down</menuitem>, then the numbers are adjusted automatically to the current order."
-msgstr ""
+msgstr "Hvis du har nummereret afsnittene og bruger <menuitem>Flyt nedad</menuitem>, tilpasses tallene automatisk til den den aktuelle rækkefølge."
#. UDTXi
#: 06110000.xhp
@@ -12456,7 +12460,7 @@ msgctxt ""
"par_id3145212\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Flyt elementet nedad</caseinline><defaultinline>Flyt nedad</defaultinline></switchinline>"
#. ZvBbZ
#: 06120000.xhp
@@ -12528,7 +12532,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Unordered List</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Ikonet Usorteret liste</alt></image>"
#. TEain
#: 06120000.xhp
@@ -14184,7 +14188,7 @@ msgctxt ""
"par_id3151234\n"
"help.text"
msgid "<image id=\"img_id3147261\" src=\"cmd/lc_datafilterautofilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147261\">Icon AutoFilter</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147261\" src=\"cmd/lc_datafilterautofilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147261\">Ikonet Autofilter</alt></image>"
#. qhCWv
#: 12030000.xhp
@@ -14310,7 +14314,7 @@ msgctxt ""
"par_id3147261\n"
"help.text"
msgid "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153910\">Icon Refresh</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153910\" src=\"cmd/sc_reload.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153910\">Ikonet Opdater</alt></image>"
#. fovgD
#: 12050000.xhp
@@ -16650,7 +16654,7 @@ msgctxt ""
"par_id3153394\n"
"help.text"
msgid "<image id=\"img_id3147226\" src=\"cmd/lc_datafilterspecialfilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147226\">Icon Form Filter</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147226\" src=\"cmd/lc_datafilterspecialfilter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147226\">Ikonet Formularfilter</alt></image>"
#. 5NfGA
#: 12110000.xhp
@@ -16695,7 +16699,7 @@ msgctxt ""
"par_id3149999\n"
"help.text"
msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Icon Form Filter</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3146130\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146130\">Ikonet Formularfilter</alt></image>"
#. yEcEB
#: 12120000.xhp
@@ -16758,7 +16762,7 @@ msgctxt ""
"par_id3093440\n"
"help.text"
msgid "<image id=\"img_id3156414\" src=\"cmd/lc_viewformasgrid.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156414\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156414\" src=\"cmd/lc_viewformasgrid.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156414\">Ikon</alt></image>"
#. u7TDW
#: 12130000.xhp
diff --git a/source/da/helpcontent2/source/text/shared/guide.po b/source/da/helpcontent2/source/text/shared/guide.po
index 87f9370319a..217ce5b707a 100644
--- a/source/da/helpcontent2/source/text/shared/guide.po
+++ b/source/da/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-09 13:28+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/da/>\n"
@@ -14226,14 +14226,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>grafik, se også billeder</bookmark_value><bookmark_value>billeder; indsætte og redigere bitmaps</bookmark_value><bookmark_value>illustrationer; indsætte</bookmark_value><bookmark_value>bitmaps; indsætte og redigere</bookmark_value><bookmark_value>billedpunktsgrafik; indsætte og redigere</bookmark_value><bookmark_value>pixelgrafik; indsætte og redigere</bookmark_value><bookmark_value>eksportere; bitmaps</bookmark_value><bookmark_value>importere; bitmaps</bookmark_value><bookmark_value>billeder; rediger</bookmark_value><bookmark_value>redigere; billeder</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>blødgøring filter</bookmark_value><bookmark_value>skarpheds filter</bookmark_value><bookmark_value>fjern noise filter</bookmark_value><bookmark_value>solarisering filter</bookmark_value><bookmark_value>sepia filter</bookmark_value><bookmark_value>plakat filter</bookmark_value><bookmark_value>pop-kunst filter</bookmark_value><bookmark_value>trækul sketches filter</bookmark_value><bookmark_value>mosaik filter</bookmark_value><bookmark_value>billeder; filtre</bookmark_value><bookmark_value>filtre; billeder</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Indsætte, redigere og gemme bitmaps\">Indsætte, redigere og gemme bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14253,14 +14253,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Et bitmap-billede kan indsættes i $[officename] Writer, $[officename] Calc, $[officename] Draw og $[officename] Impress-dokumenter."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Vælg <emph>Indsæt - Billede - Fra fil</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14271,6 +14271,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Vælg filen. I feltet <emph>Filtype</emph> kan du begrænse udvalget til bestemte filtyper."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21590,6 +21599,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr "Kopierer celleformatering angivet med dialogen <menuitem>Formater ▸ Celler</menuitem>."
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/optionen.po b/source/da/helpcontent2/source/text/shared/optionen.po
index 3d55bdc8c27..4cc84013db3 100644
--- a/source/da/helpcontent2/source/text/shared/optionen.po
+++ b/source/da/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-13 15:16+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/da/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specificerer at <item type=\"productname\">%PRODUCTNAME</item> gemmer alle åbne dokumenter når automatisk gendannelsesinformation gemmes. Benytter det samme tidsinterval som automatisk dokumentgendannelse bruger.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Gem URL'er relativt til filsystemet"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/da/helpcontent2/source/text/simpress/guide.po b/source/da/helpcontent2/source/text/simpress/guide.po
index cdefca2647e..57b7e063c1b 100644
--- a/source/da/helpcontent2/source/text/simpress/guide.po
+++ b/source/da/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-16 00:38+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562177867.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Marker diasset, som du ønsker at det kopierede dias skal komme efter, og vælg så <emph>Rediger - Sæt ind</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Indlæsning af farve-, farvegraduerings- og skraveringslister"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>farver;indlæsning af lister</bookmark_value><bookmark_value>farvegradueringer;indlæsning af lister</bookmark_value><bookmark_value>skravering;indlæsning af lister</bookmark_value><bookmark_value>indlæsning;farver/farvegradueringer/skraveringer</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Indlæsning af farve-, farvegraduerings- og skraveringslister\">Indlæsning af farve-, farvegraduerings- og skraveringslister</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Du kan bruge lister for at organisere farver, farvegradueringer eller skraveringsmønstre. $[officename] har flere lister, som du kan hente og bruge i dit dokument. Hvis du vil, kan du tilføje eller slette elementer fra en liste eller endog oprette brugerdefinerede lister."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "For at indlæse en farveliste:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Vælg <emph>Formater - Flade</emph>, og klik så på fanebladet <emph>Farver</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Klik på knappen <emph>Indlæs farveliste</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Find farvelisten, som du vil indlæse, og klik så på <emph>Åbn</emph>. En farvelistefil har formatet [filnavn].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "For at gemme en farveliste skal du klikke på knappen <emph>Gem farveliste</emph>, indtaste et filnavn og klikke på <emph>Gem</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>farver; standardfarver</bookmark_value><bookmark_value>farver; LibreOffice-farver</bookmark_value><bookmark_value>LibreOffice farver</bookmark_value><bookmark_value>farver; HLC-farver</bookmark_value><bookmark_value>Material Design-farver</bookmark_value><bookmark_value>farver; net</bookmark_value><bookmark_value>farver; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "Farvelisten freieFarbe HLC er baseret på CIELAB-modellen og er optimeret til professionel CMYK-trykning. Farverne i Kompatibilitets- og HTML-listerne er optimeret til visning med en opløsning på 256 farver. Paletterne “LibreOffice” og “Material” indeholder alle farver fra de officielle henholdsvis LibreOffice og Material Design-paletter. Paletten tonal.soc leverer et sæt farver, der er organiseret efter luminans-kontrast, der fungerer på tværs af forskellig hardware."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "For at indlæse en farvegradueringsliste:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Vælg <emph>Formater - Flade</emph>, og klik så på fanebladet <emph>Farvegradueringer</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Klik på knappen <emph>Indlæs farvegradueringsliste</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Find farvegradueringslisten, som du vil indlæse, og klik så på <emph>Åbn</emph>. En farvegradueringslistefil har formatet [filnavn].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "For at gemme en farvegradueringsliste, klik på knappen <emph>Gem farvegradueringsliste</emph>, indtast et filnavn, og klik så på <emph>Gem</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "For at indlæse en skraveringsliste:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Vælg <emph>Formater - Flade</emph>, og klik så på fanebladet <emph>Skravering</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Klik på knappen <emph>Indlæs skraveringsliste</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Find den skraveringsiste, som du vil indlæse, og klik så på <emph>Åbn</emph>. En skraveringslistefil har formatet [filnavn].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "For at gemme en skraveringsliste, klik på knappen <emph>Gem skraveringsliste</emph>, indtast et filnavn, og klik så på <emph>Gem</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Formater - Flade\">Formater - Flade</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Gå til det dias, hvor du vil indsætte regnearket."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Vælg <emph>Indsæt - OLE-objekt</emph>. Klik på <emph>Opret ny</emph> og vælg @PRODUCTNAME-regnearket. Klik på OK. Klik i regnearket for at indtaste dine data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Gå til det dias, hvor du vil indsætte regnearket."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vælg <emph>Indsæt - Objekt - OLE-objekt</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Formater - Diaslayout\">Formater - Diaslayout</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Indsæt - Objekt - OLE-objekt\">Indsæt - Objekt - OLE-objekt</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/da/helpcontent2/source/text/swriter.po b/source/da/helpcontent2/source/text/swriter.po
index 8700a1e6ed7..a7c7c775521 100644
--- a/source/da/helpcontent2/source/text/swriter.po
+++ b/source/da/helpcontent2/source/text/swriter.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:42+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560800773.000000\n"
#. x2qZ6
@@ -1733,7 +1733,7 @@ msgctxt ""
"par_id991529755027118\n"
"help.text"
msgid "<variable id=\"form_intro\"><ahelp hid=\".\">Contains commands for activate form design mode, open control wizards and insert form controls in your document.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"form_intro\"><ahelp hid=\".\">Indeholder kommandoer til aktivering af formulardesign-tilstand, åbn kontrolelement-guider og indsæt formular-kontrolelementer i dit element.</ahelp></variable>"
#. AdXBE
#: main0120.xhp
@@ -2975,7 +2975,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Track Changes Toolbar"
-msgstr ""
+msgstr "Værktøjslinjen Registrer ændringer"
#. a8US4
#: track_changes_toolbar.xhp
@@ -2984,7 +2984,7 @@ msgctxt ""
"hd_id671647012520594\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Track Changes Toolbar</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/shared/track_changes_toolbar.xhp\" name=\"Track Changes Toolbar\">Værktøjslinjen Registrer ændringer</link></variable>"
#. 4XWe5
#: track_changes_toolbar.xhp
@@ -2993,7 +2993,7 @@ msgctxt ""
"par_id471647012520596\n"
"help.text"
msgid "Contains the commands that are available for tracking changes in your file."
-msgstr ""
+msgstr "Indeholder de kommandoer, der findes til registering af ændringer i din fil."
#. iUjGN
#: track_changes_toolbar.xhp
@@ -3002,7 +3002,7 @@ msgctxt ""
"par_id261647012734234\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Track Changes</menuitem>."
-msgstr ""
+msgstr "vælg <menuitem>Vis ▸ Værktøjslinjer ▸ Registrer ændringer</menuitem>."
#. T8AaM
#: track_changes_toolbar.xhp
@@ -3011,7 +3011,7 @@ msgctxt ""
"par_id221647013245370\n"
"help.text"
msgid "<image src=\"cmd/lc_showtrackedchanges.svg\" id=\"img_id801647013245371\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id821647013245372\">Icon Show track changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_showtrackedchanges.svg\" id=\"img_id801647013245371\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id821647013245372\">Ikonet Vis registrer ændringer</alt></image>"
#. eBTMj
#: track_changes_toolbar.xhp
@@ -3020,7 +3020,7 @@ msgctxt ""
"par_id31647013245373\n"
"help.text"
msgid "Show track changes"
-msgstr ""
+msgstr "Vis registrer ændringer"
#. FSoq4
#: track_changes_toolbar.xhp
@@ -3029,7 +3029,7 @@ msgctxt ""
"par_id791647013362400\n"
"help.text"
msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id921647013362401\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561647013362402\">Icon Record Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id921647013362401\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561647013362402\">Ikonet Registrer ændringer</alt></image>"
#. BxM8k
#: track_changes_toolbar.xhp
@@ -3038,7 +3038,7 @@ msgctxt ""
"par_id781647013362404\n"
"help.text"
msgid "Record Changes"
-msgstr ""
+msgstr "Registrer ændringer"
#. R7EFt
#: track_changes_toolbar.xhp
@@ -3047,7 +3047,7 @@ msgctxt ""
"hd_id731647013552967\n"
"help.text"
msgid "Previous Track Change"
-msgstr ""
+msgstr "Forrige registrer ænfringer"
#. nxbjC
#: track_changes_toolbar.xhp
@@ -3056,7 +3056,7 @@ msgctxt ""
"par_id901647013566069\n"
"help.text"
msgid "<image src=\"cmd/lc_previoustrackedchange.svg\" id=\"img_id151647013566070\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981647013566071\">Icon Previous track change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_previoustrackedchange.svg\" id=\"img_id151647013566070\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981647013566071\">Ikonet Forrige registrer ændring</alt></image>"
#. poJng
#: track_changes_toolbar.xhp
@@ -3065,7 +3065,7 @@ msgctxt ""
"par_id391647013566073\n"
"help.text"
msgid "Previous track change"
-msgstr ""
+msgstr "Forrige registrer ændring"
#. v76PF
#: track_changes_toolbar.xhp
@@ -3074,7 +3074,7 @@ msgctxt ""
"hd_id551647013674361\n"
"help.text"
msgid "Next Track Change"
-msgstr ""
+msgstr "Næste Registrer ændring"
#. NyWdo
#: track_changes_toolbar.xhp
@@ -3083,7 +3083,7 @@ msgctxt ""
"par_id231647013679440\n"
"help.text"
msgid "<image src=\"cmd/lc_nexttrackedchange.svg\" id=\"img_id1001647013679441\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971647013679442\">Icon Next track change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_nexttrackedchange.svg\" id=\"img_id1001647013679441\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id971647013679442\">Ikonet Næste Registrer ændring</alt></image>"
#. XE2LH
#: track_changes_toolbar.xhp
@@ -3092,7 +3092,7 @@ msgctxt ""
"par_id531647013679443\n"
"help.text"
msgid "Next track change"
-msgstr ""
+msgstr "Næste Registrer ændring"
#. cniUB
#: track_changes_toolbar.xhp
@@ -3110,7 +3110,7 @@ msgctxt ""
"par_id1001647013785665\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchange.svg\" id=\"img_id491647013785666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301647013785667\">Icon Accept Track Change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchange.svg\" id=\"img _id491647013785666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301647013785667\">Ikonet Accepter Registrer ændring</alt></image>"
#. qe8kW
#: track_changes_toolbar.xhp
@@ -3128,7 +3128,7 @@ msgctxt ""
"hd_id871647013918576\n"
"help.text"
msgid "Reject Track Change"
-msgstr ""
+msgstr "Afvis Registrer ændring"
#. Dw5dd
#: track_changes_toolbar.xhp
@@ -3137,7 +3137,7 @@ msgctxt ""
"par_id981647013912301\n"
"help.text"
msgid "<image src=\"cmd/lc_rejecttrackedchange.svg\" id=\"img_id931647013912302\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811647013912303\">Icon Reject Track Change</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejecttrackedchange.svg\" id=\"img_id931647013912302\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id811647013912303\">Ikoner Afvis Registrer ændring</alt></image>"
#. D68WB
#: track_changes_toolbar.xhp
@@ -3146,7 +3146,7 @@ msgctxt ""
"par_id21647013912304\n"
"help.text"
msgid "Reject Track Change"
-msgstr ""
+msgstr "Afvis Registrer ændring"
#. DZWAf
#: track_changes_toolbar.xhp
@@ -3155,7 +3155,7 @@ msgctxt ""
"hd_id991647014048136\n"
"help.text"
msgid "Accept All Tracked Changes"
-msgstr ""
+msgstr "Accepter alle registrerede ændringer"
#. 6FjwL
#: track_changes_toolbar.xhp
@@ -3164,7 +3164,7 @@ msgctxt ""
"par_id161647014053976\n"
"help.text"
msgid "<image src=\"cmd/lc_acceptalltrackedchanges.svg\" id=\"img_id981647014053977\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761647014053978\">Icon Accept All Tracked Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_acceptalltrackedchanges.svg\" id=\"img_id981647014053977\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761647014053978\">Ikonet Accepter alle registrerede ændringer</alt></image>"
#. B8Sna
#: track_changes_toolbar.xhp
@@ -3173,7 +3173,7 @@ msgctxt ""
"par_id701647014053979\n"
"help.text"
msgid "Accept All Tracked Changes"
-msgstr ""
+msgstr "Accepter alle registrerede ændringer"
#. CxSzX
#: track_changes_toolbar.xhp
@@ -3182,7 +3182,7 @@ msgctxt ""
"hd_id341647014115494\n"
"help.text"
msgid "Reject All Tracked Changes"
-msgstr ""
+msgstr "Afvis alle registrerede ændringer"
#. Nh45F
#: track_changes_toolbar.xhp
@@ -3191,7 +3191,7 @@ msgctxt ""
"par_id891647014121791\n"
"help.text"
msgid "<image src=\"cmd/lc_rejectalltrackedchanges.svg\" id=\"img_id141647014121792\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861647014121793\">Icon Reject All Tracked Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejectalltrackedchanges.svg\" id=\"img_id141647014121792\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id861647014121793\">Ikonet Afvis alle registrerede ændringer</alt></image>"
#. YAGs7
#: track_changes_toolbar.xhp
@@ -3200,7 +3200,7 @@ msgctxt ""
"par_id451647014121795\n"
"help.text"
msgid "Reject All Tracked Changes"
-msgstr ""
+msgstr "Afvis alle registrerede ændringer"
#. aEELF
#: track_changes_toolbar.xhp
@@ -3209,7 +3209,7 @@ msgctxt ""
"hd_id901647014258055\n"
"help.text"
msgid "Accept Track Change and select next one"
-msgstr ""
+msgstr "Accepter Registrer ændring og vælg den næste"
#. vCCQp
#: track_changes_toolbar.xhp
@@ -3218,7 +3218,7 @@ msgctxt ""
"par_id511647014293796\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Icon Accept Track Change and select next one</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Ikonet Accepter Registrer ændring og vælg den næste</alt></image>"
#. 2E2qH
#: track_changes_toolbar.xhp
@@ -3227,7 +3227,7 @@ msgctxt ""
"par_id851647014293800\n"
"help.text"
msgid "Accept Track Change and select next one"
-msgstr ""
+msgstr "Accepter Registrer ændring og vælg den næste"
#. o2wCB
#: track_changes_toolbar.xhp
@@ -3236,7 +3236,7 @@ msgctxt ""
"hd_id451647014408416\n"
"help.text"
msgid "Reject Track Change and select next one"
-msgstr ""
+msgstr "Afvis Registrer ændring og vælg den næste"
#. LGqTK
#: track_changes_toolbar.xhp
@@ -3245,7 +3245,7 @@ msgctxt ""
"par_id971647014413668\n"
"help.text"
msgid "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Icon Reject Track Change and select next one</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Ikonet Afvis Registrer ændring og vælg den næste</alt></image>"
#. h9smy
#: track_changes_toolbar.xhp
@@ -3254,7 +3254,7 @@ msgctxt ""
"par_id361647014413671\n"
"help.text"
msgid "Reject Track Change and select next one"
-msgstr ""
+msgstr "Afvis Registrer ændring og vælg den næste"
#. s3jxf
#: track_changes_toolbar.xhp
@@ -3263,7 +3263,7 @@ msgctxt ""
"par_id721647014498850\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Icon Manage Track Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Ikonet Håndter Registrer ændringer</alt></image>"
#. nyhMH
#: track_changes_toolbar.xhp
@@ -3272,7 +3272,7 @@ msgctxt ""
"par_id641647014498854\n"
"help.text"
msgid "Manage Track Changes"
-msgstr ""
+msgstr "Håndter Registrer ændringer"
#. WAoEE
#: track_changes_toolbar.xhp
@@ -3281,7 +3281,7 @@ msgctxt ""
"par_id111647018300377\n"
"help.text"
msgid "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Icon Insert Comment</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Ikonet Indsæt kommentar</alt></image>"
#. JRJZp
#: track_changes_toolbar.xhp
@@ -3290,7 +3290,7 @@ msgctxt ""
"par_id851647018300382\n"
"help.text"
msgid "Insert Comment"
-msgstr ""
+msgstr "Indsæt kommentar"
#. KxwHJ
#: track_changes_toolbar.xhp
@@ -3299,7 +3299,7 @@ msgctxt ""
"par_id411647015103299\n"
"help.text"
msgid "<image src=\"cmd/lc_commentchangetracking.svg\" id=\"img_id181647015103300\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647015103301\">Icon Insert Track Change Comment</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_commentchangetracking.svg\" id=\"img_id181647015103300\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647015103301\">Ikonet Indsæt Registrer Modificer kommentar</alt></image>"
#. w43CP
#: track_changes_toolbar.xhp
@@ -3308,7 +3308,7 @@ msgctxt ""
"par_id611647015103302\n"
"help.text"
msgid "Insert Track Change Comment"
-msgstr ""
+msgstr "Indsæt Register Modificer kommentar"
#. vHtJD
#: track_changes_toolbar.xhp
@@ -3317,7 +3317,7 @@ msgctxt ""
"par_id481647015406606\n"
"help.text"
msgid "<image src=\"cmd/lc_protecttracechangemode.svg\" id=\"img_id591647015406607\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311647015406608\">Icon Protect Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_protecttracechangemode.svg\" id=\"img_id591647015406607\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311647015406608\">Ikonet Beskyt ændringer</alt></image>"
#. GrZBC
#: track_changes_toolbar.xhp
@@ -3326,7 +3326,7 @@ msgctxt ""
"par_id901647015406609\n"
"help.text"
msgid "Protect Changes"
-msgstr ""
+msgstr "Beskyt ændringer"
#. n4z84
#: track_changes_toolbar.xhp
@@ -3335,7 +3335,7 @@ msgctxt ""
"par_id611647015829636\n"
"help.text"
msgid "<image src=\"cmd/lc_comparedocuments.svg\" id=\"img_id31647015829637\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691647015829638\">Icon Compare Document</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_comparedocuments.svg\" id=\"img_id31647015829637\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691647015829638\">Ikonet Sammenlign dokument</alt></image>"
#. RxYUx
#: track_changes_toolbar.xhp
@@ -3344,7 +3344,7 @@ msgctxt ""
"par_id441647015829640\n"
"help.text"
msgid "Compare Document"
-msgstr ""
+msgstr "Sammenlign dokument"
#. RMv9v
#: track_changes_toolbar.xhp
@@ -3354,6 +3354,8 @@ msgctxt ""
"help.text"
msgid "<image src=\"cmd/lc_mergedocuments.svg\" id=\"img_id271647019044609\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451647019044610\">Icon Merge Document</alt></image>"
msgstr ""
+"<image src=\"cmd/lc_mergedocuments.svg\" id=\"img_id271647019044609\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451647019044610\">Ikonet \n"
+"Flet dokument</alt></image>"
#. GPhfh
#: track_changes_toolbar.xhp
@@ -3362,4 +3364,4 @@ msgctxt ""
"par_id201647019044612\n"
"help.text"
msgid "Merge Document"
-msgstr ""
+msgstr "Flet dokument"
diff --git a/source/da/helpcontent2/source/text/swriter/00.po b/source/da/helpcontent2/source/text/swriter/00.po
index 54b1c7d36b3..facf71b5f4a 100644
--- a/source/da/helpcontent2/source/text/swriter/00.po
+++ b/source/da/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-13 22:05+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/da/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Vælg fanebladet <emph>Indsæt - Ramme - Ramme - Indstillinger</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimal rækkehøjde"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Vælg <emph>Tabel - Tilpas automatisk - Fordel rækker jævnt</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Åbn værktøjslinjen <emph>Optimer størrelse</emph> fra værktøjslinjen <emph>Tabel</emph> og klik på"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Ikonet Fordel rækker jævnt</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Fordel rækker jævnt"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/01.po b/source/da/helpcontent2/source/text/swriter/01.po
index 7726d415019..806b596e486 100644
--- a/source/da/helpcontent2/source/text/swriter/01.po
+++ b/source/da/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:41+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/da/>\n"
"Language: da\n"
@@ -2579,7 +2579,7 @@ msgctxt ""
"par_id3148937\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/autotext/import\">Opens a dialog where you can select the 97/2000/XP Word document or template, containing the AutoText entries that you want to import.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/autotext/import\">Åbner en dialog, hvor du kan vælge 97/2000/XP Word-dokument eller skabelon, der indeholder de Autotekst-elementer, du vil importere.</ahelp>"
#. twDAW
#: 02120000.xhp
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Viser hvordan dokumentet vil se ud, når du udskriver det.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Skjulte afsnit"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Skjulte afsnit\">Skjulte afsnit</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15012,14 +15012,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Overskriftsrækker"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Vælg det antal rækker du vil bruge som overskrift.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18270,41 +18270,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Lodret"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Vælg den lodrette justeringsmulighed for objektet.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Hvis du forankrer et objekt til en ramme med fast højde, vil kun justeringsindstillingerne \"Bund\" og \"Midte\" være tilgængelige."
+msgid "by"
+msgstr "med"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "med"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
-#. vYDyu
+#. MKMgj
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id101652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Indtast hvor meget plads, der skal være mellem øverste kant af det valgte objekt og det referencepunkt, som du vælger i feltet <emph>Til</emph>.</ahelp> Denne indstilling er kun tilgængelig, hvis du væger \"Fra toppen\" eller \"Fra bunden\" (som tegn) i feltet <emph>Lodret</emph>."
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18315,13 +18378,13 @@ msgctxt ""
msgid "to"
msgstr "til"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18360,14 +18423,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Sidens tekstflade:</emph> objektet placeres i forhold til den fulde højde, der er tilgængelig for tekst, fra øverste til nederste margen."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Tegn:</emph> objektet placeres i mforhold til den lodrette plads, tegnet bruger."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18414,6 +18477,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Hvis du forankrer et objekt til en ramme med fast højde, vil kun justeringsindstillingerne \"Bund\" og \"Midte\" være tilgængelige."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20358,32 +20430,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Indstillinger\">Indstillinger</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Angiver egenskaber for det valgte objekt, billede eller ramme.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Navn"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Specificerer navnet for det valgte element og tilknyttede referencer."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20412,23 +20475,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Tildel et objekt, grafik eller en ramme et meningsfuldt navn, så du hurtigt kan finde det senere i lange dokumenter."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternativ tekst (kun flydende rammer, grafik og objekter)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Indtast den tekst, der skal vises i en webbrowser, når det valgte element er utilgængeligt. Alternativ tekst bruges også til at hjælpe personer med handicaps.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20439,14 +20502,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Forrige kæde"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Viser elementet (objekt, grafik, eller ramme) som kommer før det aktuelle element i en kædet sekvens. For at tilføje eller skifte det foregående led, marker et navn fra listen. Hvis du sammenkæder rammer, skal den aktuelle ramme og målrammen være tom.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20457,14 +20520,14 @@ msgctxt ""
msgid "Next link"
msgstr "Næste kæde"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Viser det element (objekt, grafik eller ramme) som kommer efter det aktuelle element i en kædet sekvens. For at tilføje eller ændre den næste kæde, skal du markere et navn fra listen. Hvis du sammenkæder rammer, skal målrammen være tom.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/guide.po b/source/da/helpcontent2/source/text/swriter/guide.po
index 3bff6b4bab3..47a472ba648 100644
--- a/source/da/helpcontent2/source/text/swriter/guide.po
+++ b/source/da/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:41+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/da/>\n"
@@ -43,23 +43,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Placering af objekter\">Placering af objekter</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Et objekt, som for eksempel et billede, placeres i et dokument med ankre, der er fastgjort til andre elementer."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Et anker bestemmer et objekts referencepunkt. Referencepunktet kan være den side eller ramme, hvor objektet er, et afsnit eller endda et tegn. Et billede har altid et anker og dermed et referencepunkt."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -196,23 +196,50 @@ msgctxt ""
msgid "To frame"
msgstr "Til ramme"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Forankrer det valgte element til den omgivende ramme."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Når du indsætter et objekt, en grafik eller en ramme, viser der sig et ankerikon der, hvor objektet er forankret. Du kan flytte et anker eller, med andre objektbegrænsninger i tankerne, placere et objekt i forhold til ankerets referencepunkt ved at trække objektet. For at ændre et elements forankringsindstillinger højreklikker du på elementet og vælger derefter en indstilling på undermenuen <item type=\"menuitem\">Anker</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Indsættelse af grafik fra en fil"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>billeder; indsætte med dialog</bookmark_value><bookmark_value>indsætte; billeder, med dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Indsættelse af grafik fra en fil\">Indsættelse af grafik fra en fil</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Klik i dokumentet, hvor du vil indsætte grafikken."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Vælg <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Picture - From File\"><emph>Indsæt - Billede - Fra fil</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Find grafikfilen, som du vil indsætte, og klik så på <emph>Åbn</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Vælg <item type=\"menuitem\">Funktioner - Autokorrektur - Autokorrekturindstillinger - Ordfuldførelse</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Nulstil <emph>Aktiver ordfuldførelse</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/da/officecfg/registry/data/org/openoffice/Office/UI.po b/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
index 21c6bd2b54c..13663f98f7a 100644
--- a/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-03 12:41+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Til forrige ark"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -2094,7 +2104,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sparklines"
-msgstr ""
+msgstr "Miniaturediagrammer"
#. aTBPM
#: CalcCommands.xcu
@@ -2104,7 +2114,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Sparkline..."
-msgstr ""
+msgstr "Indsæt miniaturediagram…"
#. CoZgJ
#: CalcCommands.xcu
@@ -2114,7 +2124,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Sparkline"
-msgstr ""
+msgstr "Slet miniaturediagram"
#. fFsYi
#: CalcCommands.xcu
@@ -2124,7 +2134,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Sparkline Group"
-msgstr ""
+msgstr "Slet miniaturediagram-gruppe"
#. w6VdZ
#: CalcCommands.xcu
@@ -2134,7 +2144,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Group Sparklines"
-msgstr ""
+msgstr "Grupper miniatureprogrammer"
#. 9pmpG
#: CalcCommands.xcu
@@ -2144,7 +2154,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Ungroup Sparklines"
-msgstr ""
+msgstr "Ophæv miniaturediagram-gruppe"
#. MRK2s
#: CalcCommands.xcu
@@ -2154,7 +2164,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Sparkline..."
-msgstr ""
+msgstr "Rediger miniaturediagram…"
#. cA9mm
#: CalcCommands.xcu
@@ -2164,7 +2174,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Sparkline Group..."
-msgstr ""
+msgstr "Rediger miniaturediagram-gruppe"
#. dTXDB
#: CalcCommands.xcu
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimal rækkehøjde"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Fordel rækker jævnt "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20176,7 +20186,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Up"
-msgstr ""
+msgstr "Flyt opad"
#. J83AS
#: GenericCommands.xcu
@@ -20186,7 +20196,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Move selected paragraphs up one paragraph"
-msgstr ""
+msgstr "Flyt de markerede afsnit et afsnit op"
#. GvBYt
#: GenericCommands.xcu
@@ -20206,7 +20216,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Down"
-msgstr ""
+msgstr "Flyt nedad"
#. ZEVXU
#: GenericCommands.xcu
@@ -20216,7 +20226,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Move selected paragraphs down one paragraph"
-msgstr ""
+msgstr "Flyt de markerede afsnit et afsnit ned"
#. KQLPA
#: GenericCommands.xcu
@@ -20246,7 +20256,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Promote outline level of selected list paragraphs"
-msgstr ""
+msgstr "Forhøj dispositionsniveauet for de valgte listeafsnit"
#. 3WakF
#: GenericCommands.xcu
@@ -20306,7 +20316,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Demote outline level of selected list paragraphs"
-msgstr ""
+msgstr "Sænk dispositionsniveauet for de valgte listeafsnit"
#. BoAR5
#: GenericCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Indsæt OLE-objekt"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "~OLE-objekt…"
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Åbn dialog til indsættelse af OLE-objekt"
#. 6B9a2
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "Billede"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objekt og figur"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Rotér eller spejlvend"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Skift forankring"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "~Forankring"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Først~e afsnit"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimer kolonnebredde"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Værdi for forøgelse af indrykning"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimer rækkehøjde"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. 5GFnw
#: WriterReportWindowState.xcu
diff --git a/source/da/sc/messages.po b/source/da/sc/messages.po
index 67de5d6f8ba..4f349a869ec 100644
--- a/source/da/sc/messages.po
+++ b/source/da/sc/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-03 12:41+0000\n"
-"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -3255,43 +3255,43 @@ msgstr "Indrykning: "
#: sc/inc/globstr.hrc:542
msgctxt "STR_UNDO_INSERT_SPARKLINE"
msgid "Insert Sparkline Group"
-msgstr ""
+msgstr "Indsæt miniaturediagram-gruppe"
#. LiBMo
#: sc/inc/globstr.hrc:543
msgctxt "STR_UNDO_DELETE_SPARKLINE"
msgid "Delete Sparkline"
-msgstr ""
+msgstr "Slet miniaturediagram"
#. f2V6A
#: sc/inc/globstr.hrc:544
msgctxt "STR_UNDO_DELETE_SPARKLINE_GROUP"
msgid "Delete Sparkline Group"
-msgstr ""
+msgstr "Slet miniaturediagram-gruppe"
#. 6sxnX
#: sc/inc/globstr.hrc:545
msgctxt "STR_UNDO_EDIT_SPARKLINE_GROUP"
msgid "Edit Sparkline Group"
-msgstr ""
+msgstr "Rediger miniaturediagram-gruppe"
#. CBBMB
#: sc/inc/globstr.hrc:546
msgctxt "STR_UNDO_GROUP_SPARKLINES"
msgid "Group Sparklines"
-msgstr ""
+msgstr "Grupper miniaturediagrammer"
#. vv2eo
#: sc/inc/globstr.hrc:547
msgctxt "STR_UNDO_UNGROUP_SPARKLINES"
msgid "Ungroup Sparklines"
-msgstr ""
+msgstr "Ophæv miniaturediagram-gruppe"
#. ux3mX
#: sc/inc/globstr.hrc:548
msgctxt "STR_UNDO_EDIT_SPARKLINE"
msgid "Edit Sparkline"
-msgstr ""
+msgstr "Rediger miniaturediagram"
#. dB8cp
#: sc/inc/pvfundlg.hrc:28
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Vælg ark"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Valgte ark"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Lineal"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Denne lineal styrer objekter i faste postitioner."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Forhåndsvisning"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Dette ark viser, hvordan data vil blive placeret i dokumentet."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumentvisning"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Ark %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Celle %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Venstre område"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Vis udskrift"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Midterområde"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Højre område"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Sidehoved på side %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Sidefod på side %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Indtastningslinje"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Her kan du indtaste eller redigere tekst, tal og formler."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Medieafspilning"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Museknap trykket"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formelværktøjslinje"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME-Regneark"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(skrivebeskyttet)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Forhåndsvisningstilstand)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Sider:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Ignorer ~output af tomme sider"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Udskriv alle sider"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Udskriv markerede ark"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Udskriv markerede ark"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Fra hvilken:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Alle ~sider"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "~Sider"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Følgende DDE-kilde kunne ikke opdateres, muligvis fordi kildedokumentet ikke var åbent. Åbn kildedokumentet og prøv igen."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Følgende eksterne fil kunne ikke indlæses. Data kædet fra denne fil blev ikke opdateret."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Opdaterer eksterne kæder."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Området indeholder ~kolonneetiketter"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Området indeholder ~rækkeetiketter"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Ugyldig værdi"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Der er ikke specificeret nogen formel."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Der er hverken specificeret række eller kolonne."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Udefineret navn eller område."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Udefineret navn eller forkert cellereference."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formler danner ikke en kolonne."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formler danner ikke en række."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Tilføj Autoformat"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Omdøb Autoformat"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Navn"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Slet Autoformat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Er du sikker på, at du vil slette Autoformat #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Luk"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Nord"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Midt"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Syd"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Sideanker"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Celleanker"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Betingelse "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Indhold"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Ark"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Områdenavne"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Databaseområder"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Billede"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objekter"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Kommentarer"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Sammenkædede områder"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Tegneobjekter"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktiv"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inaktiv"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "skjult"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktivt vindue"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenariets navn"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Kommentar"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sortér stigende"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sorter faldende"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Brugerdefineret sortering"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Navnefelt"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Indtastningslinje"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funktionsguide"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Accepter"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Afbryd"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Funktionen Vælg"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formel"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Udvid formellinje"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Sammenfold formellinje"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Ukendt bruger"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolonne indsat"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Række indsat "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Ark indsat "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolonne slettet"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Række slettet"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Ark slettet"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Område flyttet"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Indhold ændret"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Indhold ændret"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Ændret til "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Ændringer afvist"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Accepteret"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Afvist"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Intet element"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<tom>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Ikke beskyttet"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Ikke adgangskode-beskyttede"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash inkompatibel"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash kompatibel"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Genindtast"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Bevægeligt gennemsnit"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponentiel udjævning"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Variansanalyse"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Variansanalyse (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA (Variansanalyse) - Enkeltfaktor"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - To-faktor"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grupper"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Mellem grupper"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Tilhørende grupper"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Kilde for variation"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Signifikans F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-værdi"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F kritisk"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelation"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelationer"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovarians"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovarianser"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Deskriptiv statistik"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Gennemsnit"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standardafvigelse"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Tilstand"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Median"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varians"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardafvigelse"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Skævhed"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Område"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sum"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Antal"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Første kvartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tredje kvartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Tilfældig ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Ensartet"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Ensartet heltal"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli-fordeling"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomialt"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negativ binominal"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi Kvadrat"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrisk"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Gennemsnit"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardafvigelse"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Median"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-værdi"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Antal forsøg"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Konstringens"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Stikprøveudtagning"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Parret t-test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Parret t-test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Kontrol af uafhængighed (Chi-kvadrat)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regression"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regression"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier-analyse"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier-analyse"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolonne %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Række %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variabel 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variabel 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Den forventede middelforskel"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observationer"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Observeret difference for middelværdi"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Tilpasset R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Tælling af X variabler"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-værdi"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kritisk værdi"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Test Statistik"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Lavere"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Øvre"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Inputområdet er ugyldigt."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Outputadressen er ugyldig."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineær"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmisk"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potens"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Uafhængigt variabelområde er ikke gyldigt."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Afhængigt variabelområde er ikke gyldigt."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Tillidsniveauet skal være i intervallet (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y variabelområde kan ikke være mere end 1 kolonne."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y variabelområde kan ikke være mere end 1 række."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Univariant regression: Observationstælling i X og Y skal matche."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multivariant regression: Observationstælling i X og Y skal matche."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regressionsmodel"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regressionsstatistik"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Rest"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Konfidensniveau"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koefficienter"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistik"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Afskæring"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Forudsagt Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINREGR råt output"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) højre-side"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F kritisk højre-sidet"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<= f) venstre-side"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F kritisk venstre-sidet"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P to-sidet"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F kritisk to-sidet"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson-korrelation"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variansen af forskellene"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) en-sidet"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t kritisk et-sidet"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) to-sidet"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t kritisk to-sidet"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Kendt varians"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<= z) en-sidet"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z kritisk et-sidet"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) to-sidet"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "Z kritisk to-sidet"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier-transformation"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Omvendt Fourier-transformation"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reel"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginær"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitude"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Mere end to kolonner er markeret i tilstanden grupperet-efter-kolonne."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Mere end to rækker markeret i tilstanden grupperet-efter-række."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Ingen data i input-området."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Uddata er for langt til skrives i arket."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Inddata-område"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Tillad opdatering"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Tillad kun opdatering hvis du har tillid til dette dokument."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Til celle"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Til celle (tilpas størrelse sammen med cellen)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Til side"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Ingen brugerdata tilgængelig."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(eksklusiv adgang)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Der er ingen navngivne områder i det markerede dokument"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Hårlinje (%s pkt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Meget tynd (% pkt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Tynd (%s pkt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Medium (%s pkt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Tyk (%s pkt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Ekstra tyk (%s pkt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dobbelt hårlinje (%s pkt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Tynd/medium (%s pkt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Medium/hårlinje (%s pkt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Medium/medium (%s pkt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Bruger en brugerdefineret sorteringsrækkefølge, som du angav i dialogfeltet Indstillinger under %PRODUCTNAME Calc - Sorteringslister."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Angiver at en lille firkant i øverste højre hjørne af cellen indikerer at der er en kommentar. Kommentaren vises kun hvis du aktiverer tips under %PRODUCTNAME - Generelt i Indstillinger."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Åbner en dialog, hvor du kan løse en ligning med én variabel."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -27343,7 +27411,7 @@ msgstr "Indsætter celleindhold transponeret, hvorved kolonner bliver konvertere
#: sc/uiconfig/scalc/ui/pastespecial.ui:229
msgctxt "pastespecial|cbImmediately"
msgid "Run immediately"
-msgstr ""
+msgstr "Udfør umiddelbart"
#. 7a9JE
#: sc/uiconfig/scalc/ui/pastespecial.ui:238
@@ -30721,7 +30789,7 @@ msgstr "Angiver sorteringsindstillingerne for det markerede område."
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "Øverst til nederst (sorter rækker)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
@@ -30733,7 +30801,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Retning:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Brugerdefineret sorteringsrækkefølge"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Vælg den tilpassede sorteringsrækkefølge, du vil vil anvende. For at definere en tilpasset sorteringsrækkefølge vælger du Funktioner ▸ Indstillinger ▸ Calc ▸ Sorteringslister ."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Sprog"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Indstillinger"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Vælg en sorteringsindstilling til sproget."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Vælg sproget til sorteringsreglerne."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sorteringsindstillinger"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Sætter yderligere sorteringsindstillinger."
@@ -31963,26 +32025,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Brugerdefineret sorteringsrækkefølge"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Anvender en tilpasset sorteringsrækkefølge, som du definerede i dialogen Indstillinger i Calc ▸ Sorteringslister."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Bruger en tilpasset sorteringsrækkefølge, som du definerede i dialogfeltet Indstillinger i Calc ▸ Sorteringslister."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sorter"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Angiv indstillingerne for beregning og præsentation af subtotaler."
@@ -32413,338 +32463,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Kommentarmærke"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Angiver, at en lille firkant i cellens øverste, højre hjørne viser, at der findes en kommentar. Kommentarer vises kun, når du du aktiverer tips under Generelt i dialogfeltet Indstillinger."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Fremhæv værdi"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Marker feltet Fremhæv værdier for at vise de celler som har indhold med forskellige farver, afhængigt af hvilken type det er. Tekstceller vises med sort, formler vises med grønt, talværdier med blå og beskyttede celler vises med en lys grå farve, uanset indhold og formatering."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Anker"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Angiver om ankerikonet vises når et indsat objekt, f.eks. et billede, er markeret."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Tekstoverløb"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Hvis en celle indeholder tekst som er bredere en bredden på cellen, vises teksten hen over tomme naboceller i samme række. Hvis nabocellen ikke er tom, vises en lille trekant i cellens højre side, som viser at teksten fortsætter."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Vis referencer i farve"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Angiver at hver eneste reference fremhæves med farver i formlen. Celleområdet omkranses samtidigt af en farvet kant så snart cellen som indeholder referencen markeres i redigeringstilstand."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Vis"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Kolonne/rækkeoverskrifter"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Angiver om række- og kolonneoverskrifter vises."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Vandret rullebjælke"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Angiver om den vandrette rullebjælke skal vises i bunden af dokumentvinduet."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Lodret rullebjælke"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Angiver om den lodrette rullebjælke skal vises i højre side af dokumentvinduet."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Arkfaner"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Angiver om arkfanerne i bunden af regnearksdokumentet skal vises."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Dispositionssymboler"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Hvis du har defineret en outline, vil Dispositionssymbolindstillingerne angive om dispositionsymbolerne vises i kanten af arket."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Resume af søgning"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Vindue"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Synkroniser ark"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Hvis afkrydset vises alle ark med samme zoomfaktor. Hvis ikke afkrydset kan hvert ark have sin egen zoomfaktor."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoom"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Sideskift"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Angiver om sideskift inde i udskriftområder skal vises."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Hjælpelinjer imens der flyttes"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Angiver om du vil vise hjælpelinjer, når du flytter tegninger, rammer og andre objekter."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Gitterlinjer:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "Farve:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Vis"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Vis for farvede celler"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Skjul"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Angiver hvornår gitterlinjer skal vises. Standard er kun at vise gitterlinjer på celler som som ikke har en baggrundsfarve. Du kan også vælge at vise gitterlinjer på celler som har en baggrundsfarve, eller altid at skjule dem."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Angiver farven for gitteret i det aktuelle dokument."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Peger:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Tema"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Vis markøren som defineret i ikontemaet, typisk som et fedt kors."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "System"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Vis markøren som systemstandard, typisk som et fedt kors."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Visuel støtte"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jekter/billeder:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Diagrammer:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Tegneobjekter:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Vis"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Skjul"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Angiver om objekter og billeder vises eller skjules."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Vis"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Skjul"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Angiver om diagrammer i dit dokument vises eller skjules."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Vis"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Skjul"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Angiver om tegneobjekter i dit dokument vises eller skjules."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekter"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Definerer, hvilke elementer i Calcs hovedvindue, der vises. Du kan også vise eller skjule fremhævning af værdier i tabeller."
diff --git a/source/da/sd/messages.po b/source/da/sd/messages.po
index 5bd6d6609ff..76a7b618240 100644
--- a/source/da/sd/messages.po
+++ b/source/da/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/da/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562822671.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Pile"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Indtast et navn til den nye pilespids:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/da/sfx2/messages.po b/source/da/sfx2/messages.po
index 8128edecfa7..1a7a95af59c 100644
--- a/source/da/sfx2/messages.po
+++ b/source/da/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:32+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/da/>\n"
@@ -2276,6 +2276,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ja eller nej"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Gemmer brugerens fulde navn med filen. Du kan redigere navnet ved at vælge Funktioner - Indstillinger - %PRODUCTNAME - Brugerdata."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3316,86 +3324,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Anvend brugerdata"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Gemmer brugerens fulde navn sammen med filen. Du kan redigere navnet ved at vælge Funktioner ▸ Indstillinger ▸ Brugerdata."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Nulstil egenskaber"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Nulstiller redigeringstiden, sætter oprettelsestidspunkt til dags dato og klokkeslæt samt versionsnummeret til 1. Ændrings- og udskrivningsdatoer bliver desuden slettet."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Di_gitale signaturer ..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Størrelse:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "ubekendt"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Placering:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Type:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Skift _adgangskode"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Skabelon:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Viser filnavnet."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Gem forhåndsvisning sammen med dette dokument"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Billedforetrukket DPI"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Indeholder grundlæggende information om den aktuelle fil."
diff --git a/source/da/starmath/messages.po b/source/da/starmath/messages.po
index 823274e6657..5dc3c0bd5d9 100644
--- a/source/da/starmath/messages.po
+++ b/source/da/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/da/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Åbner dialogen ikonor, hvor du kan vælge et symbol at indsætte i formlen."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Elementkategorier"
diff --git a/source/da/svtools/messages.po b/source/da/svtools/messages.po
index 3bbea81efdf..59b52b4a7ee 100644
--- a/source/da/svtools/messages.po
+++ b/source/da/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-15 14:37+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/da/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE er defekt"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Åbner dialogen Printerindstillinger hvor du kan overskrive de gældende printerindstillinger sat i Funktioner - Indstillinger - %PRODUCTNAME Writer/Web - Print-panel for det aktuelle dokument."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Kildetekst"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Bogmærkefil"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafik"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfigurationsfil"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Program"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Databasetabel"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Systemfil"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word-dokument"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Hjælpefil"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Arkivfil"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Logfil"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Database"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0-hoveddokument"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Billede"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekstfil"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Kæde"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 Skabelon"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel-dokument"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel-skabelon"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch-fil"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fil"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Mappe"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Tekstdokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Regneark"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Præsentation"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tegning"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Hoveddokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formel"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Database"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 Regnearksskabelon"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 Tegningsskabelon"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 Præsentationsskabelon"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0-tekstdokumentskabelon"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Lokalt drev"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Diskettedrev"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Cd-rom-drev"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Netværksforbindelse"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint-dokument"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint-skabelon"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-præsentation"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0-formel"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Diagram"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 Tegning"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 Regneark"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 Præsentation"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0-tekstdokument"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0-hoveddokument"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument-database"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument-tegning"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument-formel"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument-hoveddokument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument-præsentation"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument-regneark"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument-tekst"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument-regnearkskabelon"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument-tegningsskabelon"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument-præsentationsskabelon"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument-tekstskabelon"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME-udvidelse"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell stavekontrol"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen orddeling"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes Synonymordbog"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Liste af ignorerede ord"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Indstillinger..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Åbner dialogen Printerindstillinger, hvor du kan tilsidesætte de globale printerindstillinger, der er sat til det aktuelle dokument i panelet Funktioner ▸ Indstillinger ▸ Writer/Web ▸ Udskriv."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Navn:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Type:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Placering:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Kommentar:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Egenskaber..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Ændrer printerindstillingerne for dit operativsystem for det aktuelle dokument."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Lister de installerede printere i dit operativsystem. For at ændre standardprinter, vælg et printernavn fra listen."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Printer"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Vælg standardprinteren til det aktuelle dokument."
diff --git a/source/da/svx/messages.po b/source/da/svx/messages.po
index a3ef4e5ced6..91657293c6e 100644
--- a/source/da/svx/messages.po
+++ b/source/da/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:34+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/da/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Venstre afsnitskant"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Højre afsnitskant"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17645,32 +17645,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Ramme:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Indtast den tekst, som du vil vise, når musen hviler over hotspottet i en browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Indtast URL'en til den fil, du vil åbne, når du klikker på det valgte hotspot."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Viser imagemappet (billedkortet), så du kan klikke på og redigere hotspottene."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Giver dig mulighed for at vedhæfte URL'er til specifikke områder, kaldet hotspots, på et billede eller en gruppe af billeder. Et imagemap er en gruppe af ét eller flere hotspots."
diff --git a/source/da/sw/messages.po b/source/da/sw/messages.po
index 3d99a91aa7b..3792ccd5acc 100644
--- a/source/da/sw/messages.po
+++ b/source/da/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/da/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Afsnit orddeling ingen kapitæler"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Afsnit interoperabilitet lykkepose"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Afsnit er autoindrykning i første linje"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Afsnit er tegnafstand"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Afsnit er slut rammen"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Afsnit er forbudte regler"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Afsnit er hængende tegnsætning"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Afsnit er orddeling"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Afsnit er genstart nummerering"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Afsnit Hold sammen"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Afsnit Tilpas sidste linje"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Afsnit venstre margen"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Afsnit venstremargin relativ"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Afsnit Linjenummerering antal"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Afsnit linjenummerering startværdi"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Afsnit linjeafstand"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Afsnit horeunger"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Afsnit hold register aktiveret"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Afsnit højre margin"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Afsnit højremargin relativ"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Afsnit skyggeformat"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Afsnit del"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Afsnit Typografinavn"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Afsnit Tabulatorstop"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Afsnit topmargin"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Afsnit topmargin relativ"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Afsnit brugerdefinerede attributter"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Afsnit Lodret justerung"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Afsnit vindue"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Referencemærke"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Højrekant"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Højrekant afstand"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby justering"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby Tegn Typygrafinavn"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby er ovenfor"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby placering"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby tekst"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Fastgør til gitter"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Typografi interoperabilitet lykkepose"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Tekst: Felt"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Tekstramme"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Tekstafsnit"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Tekstsektion"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Tekst tabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Tekst: brugerdefineret attributter"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Overkant"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Overkant afstand"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Tegntypografinavn ikke besøgt"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Tegntypografinavn besøgt"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Skrivetilstand"
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Åbner billedtekstdialogen. Det har den samme information, som dialogen du får med menuen %PRODUCTNAME Writer - Autobilledtekst i dialogfeltet Indstillinger."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Indstillinger"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Indtast forskydningsværdien, som du vil anvende på et sidenummerfelt, for eksempel \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Opremser de tilgængelige felttyper. For at føje et felt til dit dokument skal du klikke på en felttype, klikke på et felt i listen Vælg og så klikket på Indsæt."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Type"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Vælg"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Klik på det format, som du vil bruge til det valgte felt, eller klik på \"Flere formater\" for at definere et brugerdefineret format."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "Format"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Åbner Makrovælger, hvor du kan vælge makroen, der vil køre, når du klikker på det valgte felt i dokumentet."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Værdi"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Definerer flere funktionsparametre for felter. Typen af parameter afhænger af felttypen, som du vælger."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Na_vn"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Så"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Angiv den tekst, der skal vises, når betingelsen er opfyldt i feltet Så, og den tekst, der skal vises, når betingelsen ikke er opfyldt i feltet Ellers."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Ellers"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Angiv den tekst, der skal vises, når betingelsen er opfyldt i feltet Så, og den tekst, der skal vises, når betingelsen ikke er opfyldt i feltet Ellers."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Element"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Indtast et nyt element."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Tilføjer Element til listen."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Element fra liste"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Opremser elementerne. Det øverste element vises i dokumentet."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Fjerner det valgte element fra listen."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Flyt op"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Flytter det valgte element op på listen."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Flyt ned"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Flytter det valgte element ned på listen."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Na_vn"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Indtast et entydigt navn i Indtastningslisten."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Indtast et navn for det valgte element."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Indtast den tekst, der skal vises i en webbrowser, når det valgte element er utilgængeligt. Alternativ tekst bruges også til at hjælpe personer med handicaps."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Ingen/intet>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Viser elementet (objekt, grafik, eller ramme) som kommer før det aktuelle element i en kædet sekvens. For at tilføje eller skifte det foregående led, marker et navn fra listen. Hvis du sammenkæder rammer, skal den aktuelle ramme og målrammen være tom."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Ingen/intet>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Viser det element (objekt, grafik eller ramme) som kommer efter det aktuelle element i en kædet sekvens. For at tilføje eller ændre den næste kæde, skal du markere et navn fra listen. Hvis du sammenkæder rammer, skal målrammen være tom."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Forrige hyperlink:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Næste hyperlink:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Beskrivelse:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Indhold"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Forhindrer ændringer af indholdet i det valgte element."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Placering"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Låser placeringen af det valgte element i det aktuelle dokument."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Størrelse"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Låser størrelsen af det valgte element."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Beskyt"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Øverst"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centreret"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Nederst"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Specificerer den lodrette justering af rammens indhold. Det betyder hovedsageligt tekstindhold, men kan også have indflydelse på tabeller og andre objekter, som er forankret til tekstområdet (forankret som tegn, til tegn eller til afsnit), for eksempel rammer, billeder eller tegninger."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Justering af indhold"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Redigerbar i skrivebeskyttet dokument"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Giver dig mulighed for at redigere indholdet af en ramme i et dokument som er skrivebeskyttet."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Udskriv"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Inkluderer det valgte element når du udskriver dokumentet."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Specificerer den foretrukne tekstretning i en ramme. For at bruge sidens standardindstillinger for tekstretning, skal du markere Brug indstillinger fra det overordnede objekt på listen."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Tekstretning:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Egenskaber"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Forrige hyperlink:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Ingen/intet>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Næste hyperlink:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Ingen/intet>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Angiver egenskaber for det valgte objekt, billede eller ramme."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Auto..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Åbner dialogen Billedtekst. Den har de samme oplysninger som den dialog, du får med menuen Writer ▸ Autobilledtekst i dialogfeltet Indstillinger."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Indstillinger..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Billedtekst"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Nummerering:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Skilletegn:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Placering:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Vælg den nummereringstype, som du vil bruge i billedteksten."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Indtast et valgfrit tegn til at adskille tallet og billedteksten."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Nummereringsskilletegn:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Skriv den tekst, som du vil have til at optræde efter nummeret på billedteksten."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Tilføjer billedteksten foroven eller under det valgte element. Denne indstilling er kun tilgængelig for nogle objekter."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategori:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Vælg billedtekstkategorien eller indtast et navn for at oprette en ny kategori. Kategoriteksten optræder før nummeret på billedteksten i billedtekstetiketten. Hver foruddefineret billedtekstkategori formateres med en afsnitstypografi med samme navn."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Egenskaber"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Forhåndsvisning"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Tilføjer en nummereret billedtekst til markeret grafik, tabel, ramme, tekstramme eller tegneobjekt."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Ingen]"
diff --git a/source/de/cui/messages.po b/source/de/cui/messages.po
index 0a4ecfbf9e9..1702dd35396 100644
--- a/source/de/cui/messages.po
+++ b/source/de/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/de/>\n"
"Language: de\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabelle"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Geben Sie hier bitte den Namen für die neue Linienspitze ein:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Im Navigator können Sie Überschriften und den zugehörigen Text im Wri
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Um ein mathematisches Objekt schnell in Writer einzufügen, geben Sie Ihre Formel ein, markieren diese und wählen Sie »Einfügen ▸ OLE-Objekt ▸ Formel…«, um den Text zu konvertieren."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Um eine Writer-Tabelle zu transponieren, kopieren Sie sie und fügen sie in Calc ein. Um sie zu transponieren, kopieren Sie sie und wählen »Bearbeiten ▸ Inhalte einfügen ▸ Inhalte einfügen… ▸ Schaltfläche: Transponieren«. Anschließend kopieren Sie sie und fügen sie wieder in eine Writer-Tabelle ein."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Um in Writer das Werkzeug „Vertikalen Text“ in der Symbolleiste Zeichnung zu aktivieren, wählen Sie »Extras ▸ Optionen… ▸ Spracheinstellungen ▸ Sprachen ▸ Standardsprachen« und aktivieren das Markierfeld „Asiatisch“ (gegebenenfalls aktivieren Sie noch das Symbol mittels Rechtsklick auf die Symbolleiste und „Sichtbare Schaltflächen“)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Um ein auf einer Writer-Tabelle basierendes Diagramm zu erstellen, klicken Sie in die Tabelle und wählen »Einfügen ▸ Diagramm…«."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Um in Writer festzulegen, welche nicht druckbaren Zeichen angezeigt werden sollen, markieren Sie nur die gewünschten Markierfelder unter »Extras ▸ Optionen… ▸ %PRODUCTNAME Writer ▸ Formatierungshilfen ▸ Bereich: Formatierung anzeigen«."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Um den Cursor nach Eingabe eines Wertes in Calc in die Zelle rechts springen zu lassen, verwenden Sie die Tabulatortaste anstelle der Eingabetaste."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Um in Writer die Bildlaufleiste links anzuzeigen, wählen Sie »Extras ▸ Optionen… ▸ Spracheinstellungen ▸ Sprachen ▸ Markierfeld: Komplexes Textlayout« und wählen anschließend »Tabelle ▸ Rechts-nach-links«."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Um bestimmte Linienspitzen, die Sie nie verwenden, zu löschen, wählen Sie »Format ▸ Textfeld und Form ▸ Linie… ▸ Register: Linienspitzen« und verwenden die Schaltfläche „Löschen“."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME-Hilfe"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Weitere Informationen"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Führen Sie diese Aktion jetzt aus…"
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tipp des Tages: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Befehl"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Strg"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Option"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Wählen Sie das richtige Verzeichnis für Network Security Services-Zertifikate aus oder fügen Sie eines hinzu, das für digitale Signaturen verwendet werden soll."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Wählen Sie die zuzuweisende Formatierung."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Geben Sie die Schriftgröße ein oder wählen Sie die anzuwendende Schriftgröße aus. Für skalierbare Schriftarten können Sie auch Dezimalwerte eingeben."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Größe:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Sprache:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Hier geben Sie an, welche Sprache bei der Rechtschreibprüfung im ausgewählten Text oder während der Eingabe verwendet werden soll. Die verfügbaren Sprachmodule sind durch ein Häkchen gekennzeichnet."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Funktionen…"
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Sprache:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Hier geben Sie an, welche Sprache bei der Rechtschreibprüfung im ausgewählten Text oder während der Eingabe verwendet werden soll. Die verfügbaren Sprachmodule sind durch ein Häkchen gekennzeichnet."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Wählen Sie die zuzuweisende Formatierung."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Größe:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Geben Sie die Schriftgröße ein oder wählen Sie die anzuwendende Schriftgröße aus. Für skalierbare Schriftarten können Sie auch Dezimalwerte eingeben."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Funktionen…"
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Westlich"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Größe:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Sprache:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Wählen Sie die zuzuweisende Formatierung."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Geben Sie die Schriftgröße ein oder wählen Sie die anzuwendende Schriftgröße aus. Für skalierbare Schriftarten können Sie auch Dezimalwerte eingeben."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Hier geben Sie an, welche Sprache bei der Rechtschreibprüfung im ausgewählten Text oder während der Eingabe verwendet werden soll. Die verfügbaren Sprachmodule sind durch ein Häkchen gekennzeichnet."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Funktionen…"
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Hier geben Sie an, welche Sprache bei der Rechtschreibprüfung im ausgewählten Text oder während der Eingabe verwendet werden soll. Die verfügbaren Sprachmodule sind durch ein Häkchen gekennzeichnet."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asiatisch"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Größe:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Wählen Sie die zuzuweisende Formatierung."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Geben Sie die Schriftgröße ein oder wählen Sie die anzuwendende Schriftgröße aus. Für skalierbare Schriftarten können Sie auch Dezimalwerte eingeben."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Hier geben Sie an, welche Sprache bei der Rechtschreibprüfung im ausgewählten Text oder während der Eingabe verwendet werden soll. Die verfügbaren Sprachmodule sind durch ein Häkchen gekennzeichnet."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Sprache:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Funktionen…"
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Komplex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Hier geben Sie an, welche Sprache bei der Rechtschreibprüfung im ausgewählten Text oder während der Eingabe verwendet werden soll. Die verfügbaren Sprachmodule sind durch ein Häkchen gekennzeichnet."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Text-Schriftart"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Vorschau"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Geben Sie die gewünschte Formatierung und Schrift an."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Geben Sie einen Namen für das Bild ein."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Alternativtext:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Geben Sie den Text ein, der angezeigt werden soll, während sich der Mauszeiger in einem Browser über dem Hotspot befindet."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Beschreibung:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Geben Sie eine Beschreibung für den Hotspot an."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Zeigt die Eigenschaften des ausgewählten Hotspots an."
@@ -13628,13 +13616,13 @@ msgstr "Beschreibung"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Alternativtext:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Geben Sie eine kurze Beschreibung des Nicht-Text-Inhalts für Benutzer ein, die dieses Objekt nicht sehen."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13652,7 +13640,7 @@ msgstr "_Beschreibung:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Geben Sie längere Erläuterungen zu Nicht-Text-Inhalten ein, die zu komplex sind, um sie kurz in „Alternativtext“ zu beschreiben"
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Generieren Sie ein- und zweidimensionale Codes für Text oder URLs."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Linienspitze sichern?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Die Linienspitze wurde geändert aber noch nicht gesichert."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Möchten Sie die Linienspitze jetzt sichern?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Soll die Schraffur wirklich gelöscht werden?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Linienspitze löschen?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Soll die Linienspitze wirklich gelöscht werden?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Textspalten"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Auto_matisch"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Fügt im Absatz automatisch dort Trennzeichen ein, wo sie benötigt werden."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Geben Sie an, in wie vielen aufeinanderfolgenden Zeilen maximal eine Trennung stattfinden darf."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Geben Sie an, wie viele Zeichen nach einem Trennzeichen mindestens am Anfang der nächsten Zeile stehen müssen."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Geben Sie an, wie viele Zeichen mindestens am Zeilenende gelassen werden sollen, bevor ein Trennzeichen eingefügt wird."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Zeichen am Zeilene_nde"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Zeichen am Zeilenan_fang"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Maximal aufeinanderfolgende Zeilen mit Bindestrich"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Wörter in Großbuchstaben nicht trennen"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Silbentrennung"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Einfügen"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Aktivieren Sie dieses Markierfeld und wählen Sie dann die gewünschte Umbruchart aus."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Mit Seitenvor_lage:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Aktivieren Sie dieses Markierfeld und wählen Sie dann die gewünschte Seitenvorlage für die erste Seite nach dem Umbruch aus."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Typ:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Geben Sie die Seitennummer für die erste Seite nach dem Umbruch ein. Um die vorherige Seitennummerierung fortzusetzen, lassen Sie das Markierfeld deaktiviert."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Se_itennummer:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Position:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Seitenvorlage"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Wählen Sie die Formatvorlage für die erste Seite nach dem Umbruch aus."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Seite"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Spalte"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Wählen Sie den einzufügenden Umbruch aus."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Vor"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Hinter"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Wählen Sie aus, wo Sie den Umbruch einfügen möchten."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Umbrüche"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Absatz ni_cht trennen"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Der Absatz wird komplett an den Anfang der nächsten Seite oder der nächsten Spalte gestellt, wenn innerhalb des Absatzes ein Seiten- oder Spaltenwechsel notwendig wäre."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Mit folgendem Absatz z_usammenhalten"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Hält den aktuellen Absatz mit dem darauf folgenden Absatz zusammen, wenn ein Umbruch oder Spaltenwechsel eingefügt wird."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Schuster_jungenregelung"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Legt fest, wie viele Zeilen eines Absatzes mindestens vor einem Seitenumbruch erhalten bleiben müssen. Aktivieren Sie dieses Markierfeld und geben Sie dann eine Zahl in das Feld Zeilen ein."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Hu_renkinderregelung"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Legt fest, wie viele Zeilen eines Absatzes auf der ersten Seite nach einem Seitenumbruch mindestens stehen müssen. Aktivieren Sie dieses Markierfeld und geben Sie dann eine Zahl in das Feld Zeilen ein."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Legt fest, wie viele Zeilen eines Absatzes mindestens vor einem Seitenumbruch erhalten bleiben müssen. Aktivieren Sie dieses Markierfeld und geben Sie dann eine Zahl in das Feld Zeilen ein."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Legt fest, wie viele Zeilen eines Absatzes auf der ersten Seite nach einem Seitenumbruch mindestens stehen müssen. Aktivieren Sie dieses Markierfeld und geben Sie dann eine Zahl in das Feld Zeilen ein."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Zeilen"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Zeilen"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Optionen"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Legen Sie hier Einstellungen für Silbentrennung und Seitenumbrüche fest."
diff --git a/source/de/dbaccess/messages.po b/source/de/dbaccess/messages.po
index 39ee8745085..4576c412426 100644
--- a/source/de/dbaccess/messages.po
+++ b/source/de/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562385716.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "SQL-Anweisung ausführen"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Geben Sie den SQL-Verwaltungsbefehl ein, den Sie ausführen möchten."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "SQL-Befehl _direkt ausführen"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Führt den SQL-Befehl direkt ohne Escape-Verarbeitung aus."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "Aus_gabe der Anweisung \"select\" anzeigen"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Zeigt das Ergebnis des SQL SELECT-Befehls im Ausgabefeld an."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "Au_sführen"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Listet die zuvor ausgeführten SQL-Befehle auf. Um einen Befehl erneut auszuführen, klicken Sie auf den Befehl und dann auf „Ausführen“."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "SQL-Befehl"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Zeigt die Ergebnisse, einschließlich Fehler, des von Ihnen ausgeführten SQL-Befehls an."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Status"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Zeigt die Ergebnisse des ausgeführten SQL-Befehls an."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/de/editeng/messages.po b/source/de/editeng/messages.po
index 9f7f66ae314..0fde4765832 100644
--- a/source/de/editeng/messages.po
+++ b/source/de/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-03-11 05:14+0000\n"
"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/de/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1512984903.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 Bindestriche"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Seitenvorlage: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "gesperrt "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Schmal "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Bild"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "keine"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Punkte "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Kreis "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Gefüllter Kreis "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Akzent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Am Anfang"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Am Ende"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Doppelzeilig aus"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Doppelzeilig"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Kein automatischer Zeichenabstand"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Kein automatischer Zeichenabstand"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Keine hängende Interpunktion am Zeilenende"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hängende Interpunktion am Zeilenende"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Verbotene Zeichen am Zeilenanfang und -ende berücksichtigen"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Verbotene Zeichen am Zeilenanfang und -ende nicht berücksichtigen"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Keine gedrehten Zeichen"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Zeichen um $(ARG1)° gedreht"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "An Zeile anpassen"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Text ist nicht gedreht"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Text ist um $(ARG1)° gedreht"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Zeichenskalierung $(ARG1) %"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Keine Zeichenskalierung"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Kein Relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gravur"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Textausrichtung automatisch"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Textausrichtung Grundlinie"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Textausrichtung oben"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Textausrichtung zentriert"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Textausrichtung unten"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Textfluss Links-nach-rechts (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Textfluss Rechts-nach-links (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Textfluss Rechts-nach-links (vertikal)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Textfluss Links-nach-rechts (vertikal)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Textfluss-Einstellung des übergeordneten Objektes verwenden"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Textfluss Links-nach-rechts (vertikal von unten)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Absatz wird am Textgitter gefangen (wenn aktiviert)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Absatz wird nicht am Textgitter gefangen"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Nicht ausgeblendet"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Ausgeblendet"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Schacht"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Aus Druckereinstellung]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Löschen"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Verschieben"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Einfügen"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Ersetzen"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Attribute anwenden"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Attribute zurücksetzen"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Einzug"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Vorlagen zuweisen"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Groß-/Kleinschreibung ändern"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Wort ist %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Absatz ist %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatisch"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Grafisches Aufzählungszeichen im Absatz"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Grafisches Aufzählungszeichen"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Absatz: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Überprüfung am Anfang des Dokumentes fortsetzen?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Überprüfung am Ende des Dokumentes fortsetzen?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"nicht ins Wörterbuch aufgenommen werden."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Das Wörterbuch ist bereits voll."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Das Wörterbuch ist schreibgeschützt."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Einrücken"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Unterabsätze zeigen"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Unterabsätze verstecken"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Attribute anwenden"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Einfügen"
diff --git a/source/de/fpicker/messages.po b/source/de/fpicker/messages.po
index 8b190e10f66..d58326d72e7 100644
--- a/source/de/fpicker/messages.po
+++ b/source/de/fpicker/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -195,13 +195,13 @@ msgstr "Orte"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Aktuellen Ordner zu Orte hinzufügen"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Ausgewählten Ordner aus Orte entfernen"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Letzte Änderung"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Ö_ffnen"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "~Wiedergeben"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Datei_name:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Datei_typ:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Schreibgeschützt"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Mit Kennwort speichern"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Automatische Datei_endung"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Filtereinstellungen _bearbeiten"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Mit GPG-Schlüssel verschlüsseln"
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index 7c7b828a410..9f8bebfe9c7 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565498614.000000\n"
#. yzYVt
@@ -30434,7 +30434,7 @@ msgctxt ""
"par_id3159252\n"
"help.text"
msgid "If the <literal>format</literal> code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
-msgstr ""
+msgstr "Wenn der Code für <literal>Format</literal> nur # als Platzhalter links neben diesem Symbol enthält, beginnen Zahlen kleiner als 1 mit einem Dezimaltrennzeichen. Um immer eine führende Null bei Dezimalzahlen anzuzeigen, verwenden Sie 0 als Platzhalter für die erste Ziffer links vom Dezimaltrennzeichen."
#. yMgJz
#: 03120301.xhp
@@ -30443,7 +30443,7 @@ msgctxt ""
"par_id3153368\n"
"help.text"
msgid "<emph>%:</emph> Multiplies the <literal>expression</literal>by 100 and inserts the percent sign (%) where the <literal>expression</literal> appears in the <literal>format</literal> code."
-msgstr ""
+msgstr "<emph>%:</emph> Multipliziert <literal>Ausdruck</literal> mit 100 und fügt das Prozentzeichen (%) ein, wobei <literal>Ausdruck</literal> im Code für <literal>Format</literal> erscheint."
#. prkKA
#: 03120301.xhp
@@ -30452,7 +30452,7 @@ msgctxt ""
"par_id3149481\n"
"help.text"
msgid "<emph>E- E+ e- e+ :</emph> If the <literal>format</literal> code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the <literal>expression</literal> is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
-msgstr ""
+msgstr "<emph>E- E+ e- e+ :</emph> Wenn der Code für <literal>Format</literal> mindestens einen Ziffernplatzhalter (0 oder #) rechts neben dem Symbol E-, E+, e- oder e+ enthält, wird <literal>Ausdruck</literal> im wissenschaftlichen oder exponentiellen Format formatiert. Der Buchstabe E oder e wird zwischen der Zahl und dem Exponenten eingefügt. Die Anzahl der Platzhalter für Ziffern rechts neben dem Symbol bestimmt die Anzahl der Ziffern im Exponenten."
#. jhCb5
#: 03120301.xhp
@@ -30470,7 +30470,7 @@ msgctxt ""
"par_id3148617\n"
"help.text"
msgid "The thousands delimiter is displayed if the <literal>format</literal> code contains the delimiter enclosed by digit placeholders (0 or #)."
-msgstr ""
+msgstr "Das Tausendertrennzeichen wird angezeigt, wenn der Code für <literal>Format</literal> das Trennzeichen enthält, das von Ziffernplatzhaltern (0 oder #) umgeben ist."
#. A8QmE
#: 03120301.xhp
@@ -30488,7 +30488,7 @@ msgctxt ""
"par_id3152887\n"
"help.text"
msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the <literal>format</literal> code is displayed as a literal character."
-msgstr ""
+msgstr "<emph>- + $ ( ) Leerzeichen:</emph> Ein Plus (+), Minus (-), Dollar ($), Leerzeichen oder Klammern, die direkt in den Code für <literal>Format</literal> eingegeben werden, werden so direkt als Zeichen angezeigt."
#. PyKZq
#: 03120301.xhp
@@ -30506,7 +30506,7 @@ msgctxt ""
"par_id3153139\n"
"help.text"
msgid "<emph>\\ :</emph> The backslash displays the next character in the <literal>format</literal> code."
-msgstr ""
+msgstr "<emph>\\:</emph> Der Rückstrich zeigt das nächste Zeichen im Code für <literal>Format</literal> an."
#. CBbYy
#: 03120301.xhp
@@ -30515,7 +30515,7 @@ msgctxt ""
"par_id3153366\n"
"help.text"
msgid "Characters in the <literal>format</literal> code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
-msgstr ""
+msgstr "Zeichen im Code für <literal>Format</literal>, die eine besondere Bedeutung haben, können nur dann direkt als Zeichen angezeigt werden, wenn ihnen ein Rückstrich vorangestellt ist. Der Rückstrich selbst wird nicht angezeigt, es sei denn, Sie geben einen doppelten Rückstrich (\\\\) in den Code für Format ein."
#. L4LbT
#: 03120301.xhp
@@ -30533,7 +30533,7 @@ msgctxt ""
"par_id3145749\n"
"help.text"
msgid "You can also use the following predefined number formats. Except for <literal>\"General Number\"</literal>, all of the predefined format codes return the number as a decimal number with two decimal places."
-msgstr ""
+msgstr "Sie können auch die folgenden vordefinierten Zahlenformate verwenden. Mit Ausnahme von <literal>\"General Number\"</literal> geben alle vordefinierten Codes für Format die Zahl als Dezimalzahl mit zwei Dezimalstellen zurück."
#. fkPvC
#: 03120301.xhp
@@ -30614,7 +30614,7 @@ msgctxt ""
"par_id3153707\n"
"help.text"
msgid "A <literal>format</literal> code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one <literal>format</literal> code, it applies to all numbers."
-msgstr ""
+msgstr "Ein Code für <literal>Format</literal> kann in drei Abschnitte unterteilt werden, die durch Semikolons getrennt sind. Der erste Teil definiert das Format für positive Werte, der zweite Teil für negative Werte und der dritte Teil für Null. Wenn Sie nur einen Code für <literal>Format</literal> angeben, gilt dieser für alle Zahlen."
#. ZsNPC
#: 03120301.xhp
@@ -33494,7 +33494,7 @@ msgctxt ""
"hd_id3150682\n"
"help.text"
msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
-msgstr ""
+msgstr "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">Bezeichner GlobalScope</link></variable>"
#. Bp3q2
#: 03131900.xhp
@@ -33935,7 +33935,7 @@ msgctxt ""
"par_id3154923\n"
"help.text"
msgid "<literal>ThisComponent</literal> represents the current document in Basic macros. It addresses the active component whose properties can be read and set, and whose methods can be called. Properties and methods available through <literal>ThisComponent</literal> depend on the document type."
-msgstr ""
+msgstr "<literal>ThisComponent</literal> stellt das aktuelle Dokument in Basic-Makros dar. Es adressiert die aktive Komponente, deren Eigenschaften gelesen und festgelegt werden können und deren Methoden aufgerufen werden können. Die über <literal>ThisComponent</literal> verfügbaren Eigenschaften und Methoden hängen vom Dokumenttyp ab."
#. gXEZU
#: 03132200.xhp
@@ -33944,7 +33944,7 @@ msgctxt ""
"par_id241622797081182\n"
"help.text"
msgid "When the active window is a Base form, query, report, table or view, <literal>ThisComponent</literal> returns the current <literal>Form</literal> information."
-msgstr ""
+msgstr "Wenn es sich bei dem aktiven Fenster um ein Base-Formular, eine Abfrage, einen Bericht, eine Tabelle oder eine Ansicht handelt, gibt <literal>ThisComponent</literal> die aktuellen Informationen von <literal>Form</literal> zurück."
#. nJfmS
#: 03132200.xhp
@@ -33953,7 +33953,7 @@ msgctxt ""
"par_id871622796485123\n"
"help.text"
msgid "When active window is the Basic IDE, <literal>ThisComponent</literal> object returns the component owning the current script."
-msgstr ""
+msgstr "Wenn das aktive Fenster die Basis-IDE ist, gibt das Objekt <literal>ThisComponent</literal> die Komponente zurück, die das aktuelle Skript besitzt."
#. 6Exm3
#: 03132200.xhp
@@ -33989,7 +33989,7 @@ msgctxt ""
"par_id101622646874083\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1text_1_1TextDocument.html\" name=\"TextDocument API service\">com.sun.star.text.TextDocument</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1text_1_1TextDocument.html\" name=\"TextDocument API service\">com.sun.star.text.TextDocument</link>"
#. E7kt6
#: 03132200.xhp
@@ -33998,7 +33998,7 @@ msgctxt ""
"par_id102622646874083\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sheet_1_1SpreadsheetDocument.html\" name=\"SpreadsheetDocument API service\">com.sun.star.sheet.SpreadsheetDocument</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sheet_1_1SpreadsheetDocument.html\" name=\"SpreadsheetDocument API service\">com.sun.star.sheet.SpreadsheetDocument</link>"
#. jsHZ7
#: 03132200.xhp
@@ -34007,7 +34007,7 @@ msgctxt ""
"par_id103622646874083\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1presentation_1_1PresentationDocument.html\" name=\"PresentationDocument API service\">com.sun.star.presentation.PresentationDocument</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1presentation_1_1PresentationDocument.html\" name=\"PresentationDocument API service\">com.sun.star.presentation.PresentationDocument</link>"
#. uQFSg
#: 03132200.xhp
@@ -34016,7 +34016,7 @@ msgctxt ""
"par_id104622646874083\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1drawing_1_1DrawingDocument.html\" name=\"DrawingDocument API service\">com.sun.star.drawing.DrawingDocument</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1drawing_1_1DrawingDocument.html\" name=\"DrawingDocument API service\">com.sun.star.drawing.DrawingDocument</link>"
#. HjxZi
#: 03132200.xhp
@@ -34025,7 +34025,7 @@ msgctxt ""
"par_id105622646874083\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1formula_1_1FormulaProperties.html\" name=\"FormulaProperties API service\">com.sun.star.formula.FormulaProperties</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1formula_1_1FormulaProperties.html\" name=\"FormulaProperties API service\">com.sun.star.formula.FormulaProperties</link>"
#. FLbnX
#: 03132200.xhp
@@ -34034,7 +34034,7 @@ msgctxt ""
"par_id106622646874083\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\" name=\"OfficeDatabaseDocument API service\">com.sun.star.sdb.OfficeDatabaseDocument</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html\" name=\"OfficeDatabaseDocument API service\">com.sun.star.sdb.OfficeDatabaseDocument</link>"
#. vZW9w
#: 03132200.xhp
@@ -34043,7 +34043,7 @@ msgctxt ""
"par_id581622646875379\n"
"help.text"
msgid "<link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html\" name=\"OfficeDocument API service\">com.sun.star.document.OfficeDocument</link> API service"
-msgstr ""
+msgstr "API-Dienst <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html\" name=\"OfficeDocument API service\">com.sun.star.document.OfficeDocument</link>"
#. QgZSF
#: 03132300.xhp
@@ -41369,7 +41369,7 @@ msgctxt ""
"par_id721552552263062\n"
"help.text"
msgid "<emph>Expression:</emph> Any string expression that you want to modify."
-msgstr ""
+msgstr "<emph>Expression:</emph> Eine Zeichenfolge, die Sie ändern möchten."
#. DZNvL
#: replace.xhp
@@ -41378,7 +41378,7 @@ msgctxt ""
"par_id901552552269836\n"
"help.text"
msgid "<emph>Find:</emph> Any string expression that shall be searched for."
-msgstr ""
+msgstr "<emph>Find:</emph> Eine Zeichenfolge, nach der gesucht werden soll."
#. BRcsD
#: replace.xhp
@@ -41387,7 +41387,7 @@ msgctxt ""
"par_id791552552275383\n"
"help.text"
msgid "<emph>Replace:</emph> Any string expression that shall replace the found search string."
-msgstr ""
+msgstr "<emph>Replace:</emph> Eine Zeichenfolge, welche die gefundene Suchzeichenfolge ersetzen soll."
#. dXu9i
#: replace.xhp
@@ -41396,7 +41396,7 @@ msgctxt ""
"par_id111552552283060\n"
"help.text"
msgid "<emph>Start:</emph> Optional numeric expression that indicates the character position where the search starts and also the start of the substring to be returned."
-msgstr ""
+msgstr "<emph>Start:</emph> Optionaler numerischer Ausdruck, der die Zeichenposition angibt, an der die Suche beginnt, sowie den Anfang der zurückzugebenden Teilzeichenfolge."
#. jCuAB
#: replace.xhp
@@ -41405,7 +41405,7 @@ msgctxt ""
"par_id921552552289833\n"
"help.text"
msgid "<emph>Count:</emph> Optional maximum number of times the replace shall be performed. When set to -1, all possible replacements are performed."
-msgstr ""
+msgstr "<emph>Count:</emph> Optionale Höchstanzahl der Änderungen, die durchgeführt werden dürfen. Wenn der Wert auf -1 gesetzt ist, werden alle möglichen Ersetzungen durchgeführt."
#. 2VHcc
#: replace.xhp
@@ -41414,7 +41414,7 @@ msgctxt ""
"par_id891552552302894\n"
"help.text"
msgid "<emph>Compare:</emph> Optional boolean expression that defines the type of comparison. The value of this parameter can be <literal>True</literal> or <literal>False</literal>. The default value of <literal>True</literal> specifies a text comparison that is not case-sensitive. The value of <literal>False</literal> specifies a binary comparison that is case-sensitive. You can as well use 0 instead of <literal>False</literal> or 1 instead of <literal>True</literal>."
-msgstr ""
+msgstr "<emph>Compare:</emph> Optionaler boolescher Ausdruck, der den Vergleichstyp definiert. Der Wert dieses Parameters kann <literal>True</literal> oder <literal>False</literal> sein. Der Standardwert <literal>True</literal> gibt einen Textvergleich an, bei dem die Groß-/und Kleinschreibung nicht beachtet wird. Der Wert <literal>False</literal> gibt einen Binärvergleich an, bei dem die Groß-/und Kleinschreibung beachtet wird. Sie können auch 0 anstelle von <literal>False</literal> oder 1 anstelle von <literal>True</literal> verwenden."
#. GoUoB
#: replace.xhp
@@ -41423,7 +41423,7 @@ msgctxt ""
"par_id991552552420717\n"
"help.text"
msgid "MsgBox Replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, False) 'returns \"aB$cnnbnn\""
-msgstr ""
+msgstr "MsgBox Replace (\"aBbcnnbnn\", \"b\", \"$\", 1, 1, False) 'gibt \"aB$cnnbnn\" zurück"
#. ZHjzn
#: replace.xhp
@@ -41441,7 +41441,7 @@ msgctxt ""
"par_id571552552467647\n"
"help.text"
msgid "REM * only when lowercase (compare=False), hence second occurrence of \"b\""
-msgstr ""
+msgstr "REM * nur wenn Kleinbuchstaben (compare=False), daher zweites Vorkommen von \"b\""
#. ACEgG
#: replace.xhp
@@ -41450,7 +41450,7 @@ msgctxt ""
"par_id71552552474769\n"
"help.text"
msgid "REM * only first (respecting case) occurrence (count=1)"
-msgstr ""
+msgstr "REM * nur erstes (beachtet Groß-/und Kleinschreibung) Vorkommen (count=1)"
#. QEPtG
#: replace.xhp
@@ -41468,7 +41468,7 @@ msgctxt ""
"bas_id491622734884707\n"
"help.text"
msgid "MsgBox Replace(\"aBbcnnbnn\", \"b\", \"$£\", compare:=False) 'returns \"aB$£cnn$£nn\""
-msgstr ""
+msgstr "MsgBox Replace(\"aBbcnnbnn\", \"b\", \"$£\", Vergleichen:=False) 'gibt \"aB$£cnn$£nn\" zurück"
#. KMcAt
#: replace.xhp
@@ -41477,7 +41477,7 @@ msgctxt ""
"bas_id341622734993202\n"
"help.text"
msgid "REM Replace all (count = -1) \"b\" with \"$£\" respecting casing (compare=False) starting from first letter (start=1)"
-msgstr ""
+msgstr "REM Ersetzt alle (count = -1) \"b\" mit \"$£\" unter Beachtung der Groß- und Kleinschreibung (compare=False) beginnend beim ersten Buchstaben (start=1)"
#. Z9NfM
#: special_vba_func.xhp
@@ -41621,7 +41621,7 @@ msgctxt ""
"bm_id051920170358346963\n"
"help.text"
msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value><bookmark_value>VBA Functions;formatting numbers</bookmark_value><bookmark_value>VBA Functions;partitioning numbers</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>VBA-Funktionen; Mathematische Funktionen</bookmark_value><bookmark_value>VBA-Funktionen; Zahlen formatieren</bookmark_value><bookmark_value>VBA-Funktionen; Zahlen trennen</bookmark_value>"
#. AXMSu
#: special_vba_func.xhp
@@ -41702,7 +41702,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "StrConv Function [VBA]"
-msgstr ""
+msgstr "Funktion StrConv [VBA]"
#. Gq99z
#: strconv.xhp
@@ -41711,7 +41711,7 @@ msgctxt ""
"bm_id941622761814292\n"
"help.text"
msgid "<bookmark_value>StrConv function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>StrConv (Funktion)</bookmark_value>"
#. jBFFC
#: strconv.xhp
@@ -41720,7 +41720,7 @@ msgctxt ""
"hd_id791622761498015\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/strconv.xhp\" name=\"StrConv Function\">StrConv Function</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/strconv.xhp\" name=\"StrConv Function\">Funktion StrConv</link>"
#. V3uyt
#: strconv.xhp
@@ -41729,7 +41729,7 @@ msgctxt ""
"par_id621622761498018\n"
"help.text"
msgid "<variable id=\"variable name\">Convert a string as specified by a conversion type.</variable>"
-msgstr ""
+msgstr "<variable id=\"variable name\">Konvertiert eine Zeichenfolge, wie von einem Konvertierungstyp angegeben.</variable>"
#. aVAee
#: strconv.xhp
@@ -41738,7 +41738,7 @@ msgctxt ""
"par_id771622762489917\n"
"help.text"
msgid "StrConv(Text, Conversion, [ LCID ])"
-msgstr ""
+msgstr "StrConv(Text, Konvertierung, [ LCID ])"
#. Crvxp
#: strconv.xhp
@@ -41747,7 +41747,7 @@ msgctxt ""
"par_id421622762822934\n"
"help.text"
msgid "<emph>Text</emph>: Any valid string expression."
-msgstr ""
+msgstr "<emph>Text</emph>: Beliebige gültige Zeichenfolge."
#. 56k2A
#: strconv.xhp
@@ -41756,7 +41756,7 @@ msgctxt ""
"par_id671622762931475\n"
"help.text"
msgid "<emph>Conversion</emph>: The type of conversion to perform, as defined in the table below."
-msgstr ""
+msgstr "<emph>Konvertierung</emph>: Der Typ der durchzuführenden Konvertierung, wie in der folgenden Tabelle definiert."
#. Y7PoD
#: strconv.xhp
@@ -41765,7 +41765,7 @@ msgctxt ""
"par_id531622763145456\n"
"help.text"
msgid "Conversion"
-msgstr ""
+msgstr "Konvertierung"
#. gzFBG
#: strconv.xhp
@@ -41774,7 +41774,7 @@ msgctxt ""
"par_id131622763145457\n"
"help.text"
msgid "Value"
-msgstr ""
+msgstr "Wert"
#. 6dDST
#: strconv.xhp
@@ -41783,7 +41783,7 @@ msgctxt ""
"par_id411622763145457\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Beschreibung"
#. WmnMz
#: strconv.xhp
@@ -41792,7 +41792,7 @@ msgctxt ""
"par_id421622763145458\n"
"help.text"
msgid "Converts <emph>Text</emph> characters to uppercase."
-msgstr ""
+msgstr "Wandelt die Zeichen von <emph>Text</emph> in Großbuchstaben um."
#. FMyrC
#: strconv.xhp
@@ -41801,7 +41801,7 @@ msgctxt ""
"par_id251622763427976\n"
"help.text"
msgid "Converts <emph>Text</emph> characters lowercase."
-msgstr ""
+msgstr "Wandelt die Zeichen von <emph>Text</emph> in Kleinbuchstaben um."
#. 8HoXG
#: strconv.xhp
@@ -41810,7 +41810,7 @@ msgctxt ""
"par_id531622764070154\n"
"help.text"
msgid "Converts the first letter of every word in <emph>Text</emph> to uppercase."
-msgstr ""
+msgstr "Wandelt den ersten Buchstaben jedes Wortes von <emph>Text</emph> in Großbuchstaben um."
#. AF58D
#: strconv.xhp
@@ -41819,7 +41819,7 @@ msgctxt ""
"par_id881622764192628\n"
"help.text"
msgid "Converts narrow (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width</link>) characters in <emph>Text</emph> to wide (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">full-width</link>) characters."
-msgstr ""
+msgstr "Wandelt schmale (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">halbbreite</link>) Zeichen in <emph>Text</emph> in breite (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">normalbreite</link>) Zeichen um."
#. RAUq6
#: strconv.xhp
@@ -41828,7 +41828,7 @@ msgctxt ""
"par_id71622764459352\n"
"help.text"
msgid "Converts wide (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">full-width</link>) characters in <emph>Text</emph> to narrow (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width</link>) characters."
-msgstr ""
+msgstr "Wandelt breite (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">normalbreite</link>) Zeichen in <emph>Text</emph> in schmale (<link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">halbbreite</link>) Zeichen um."
#. fAVnd
#: strconv.xhp
@@ -41837,7 +41837,7 @@ msgctxt ""
"par_id371622764565366\n"
"help.text"
msgid "Converts Hiragana characters in <emph>Text</emph> to Katakana characters."
-msgstr ""
+msgstr "Wandelt Hiragana-Zeichen in <emph>Text</emph> in Katakana-Zeichen um."
#. BmF5K
#: strconv.xhp
@@ -41846,7 +41846,7 @@ msgctxt ""
"par_id911622764728794\n"
"help.text"
msgid "Converts Katakana characters in <emph>Text</emph> to Hiragana characters."
-msgstr ""
+msgstr "Wandelt Katakana-Zeichen in <emph>Text</emph> in Hiragana-Zeichen um."
#. 2tpZF
#: strconv.xhp
@@ -41855,7 +41855,7 @@ msgctxt ""
"par_id21622764841321\n"
"help.text"
msgid "Converts <emph>Text</emph> characters to Unicode characters using the default code page of the system."
-msgstr ""
+msgstr "Wandelt Zeichen in <emph>Text</emph> in Unicode-Zeichen um. Dazu wird die Standard-Codepage des Systems verwendet."
#. 4VdbE
#: strconv.xhp
@@ -41864,7 +41864,7 @@ msgctxt ""
"par_id221622764991492\n"
"help.text"
msgid "Converts <emph>Text</emph> characters from Unicode to the default code page of the system."
-msgstr ""
+msgstr "Wandelt Zeichen in <emph>Text</emph> von Unicode in die Standard-Codepage des Systems um."
#. B2oeo
#: strconv.xhp
@@ -41873,7 +41873,7 @@ msgctxt ""
"par_id761622765118156\n"
"help.text"
msgid "<emph>LCID</emph> Optional. The Locale ID in decimal number. If this parameter is omitted, it assumes the system Locale ID. Refer to the file <link href=\"https://opengrok.libreoffice.org/xref/core/l10ntools/source/ulfconv/msi-encodinglist.txt\" name=\"LCID\">msi-encodinglist.txt</link> for the available LCID values."
-msgstr ""
+msgstr "<emph>LCID</emph> Optional. Die Gebietsschema-ID als Dezimalzahl. Wenn dieser Parameter weggelassen wird, wird von der Gebietsschema-ID ausgegangen. Siehe die Datei <link href=\"https://opengrok.libreoffice.org/xref/core/l10ntools/source/ulfconv/msi-encodinglist.txt\" name=\"LCID\">msi-encodinglist.txt</link> für mögliche Werte für LCID."
#. CdCwD
#: strconv.xhp
@@ -41882,7 +41882,7 @@ msgctxt ""
"par_id311622770486052\n"
"help.text"
msgid "REM Converts narrow (single-byte) characters in string to wide"
-msgstr ""
+msgstr "REM Wandelt schmale Zeichen (Einzelbyte) in der Zeichenfolge in breite Zeichen (Doppelbyte) um"
#. ysFBA
#: strconv.xhp
@@ -41891,7 +41891,7 @@ msgctxt ""
"par_id231622770493491\n"
"help.text"
msgid "REM Converts wide (double-byte) characters in string to narrow (single-byte) characters"
-msgstr ""
+msgstr "REM Wandelt breite Zeichen (Doppelbyte) in der Zeichenfolge in schmale Zeichen (Einzelbyte) um"
#. EitmH
#: strconv.xhp
@@ -41900,7 +41900,7 @@ msgctxt ""
"par_id871622770498992\n"
"help.text"
msgid "REM Converts Hiragana characters in string to Katakana characters"
-msgstr ""
+msgstr "REM Wandelt Hiragana-Zeichen in der Zeichenfolge in Katakana-Zeichen um"
#. WxMQr
#: strconv.xhp
@@ -41909,7 +41909,7 @@ msgctxt ""
"par_id351622770504087\n"
"help.text"
msgid "REM Converts Katakana characters in string to Hiragana characters"
-msgstr ""
+msgstr "REM Wandelt Katakana-Zeichen in der Zeichenfolge in Hiragana-Zeichen um"
#. 9sG37
#: strconv.xhp
diff --git a/source/de/helpcontent2/source/text/sbasic/shared/03.po b/source/de/helpcontent2/source/text/sbasic/shared/03.po
index c8309df5308..5c7832ccd01 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/de/>\n"
"Language: de\n"
@@ -185,7 +185,7 @@ msgctxt ""
"par_id901528999850603\n"
"help.text"
msgid "• Basic macros require to load <literal>ScriptForge</literal> library using the following statement:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Python scripts require an import from <literal>scriptforge</literal> module:<br/><literal>from scriptforge import CreateScriptService</literal>"
-msgstr ""
+msgstr "• Grundlegende Makros erfordern das Laden der Bibliothek <literal>ScriptForge</literal> mit der folgenden Anweisung:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Python-Skripte erfordern einen Import aus dem Modul <literal>scriptforge</literal>:<br/><literal>from scriptforge import CreateScriptService</literal>"
#. eotwE
#: lib_ScriptForge.xhp
@@ -5036,7 +5036,7 @@ msgctxt ""
"par_id841592919903025\n"
"help.text"
msgid "Deletes the columns of a specified range that match a filter expressed as a Calc formula. The filter is applied to each column to decide whether it will be deleted or not."
-msgstr ""
+msgstr "Löscht die Spalten eines angegebenen Bereichs, die mit einem als Calc-Formel ausgedrückten Filter übereinstimmen. Der Filter wird auf jede Spalte angewendet, um zu entscheiden, ob sie gelöscht wird oder nicht."
#. 4JWnp
#: sf_calc.xhp
@@ -5045,7 +5045,7 @@ msgctxt ""
"par_id601652269911029\n"
"help.text"
msgid "The deleted column can be limited to the height of the specified range or span to the height of the entire sheet, thus deleting whole columns."
-msgstr ""
+msgstr "Die gelöschte Spalte kann auf die Höhe des angegebenen Bereichs begrenzt werden oder die Höhe der gesamten Tabelle umfassen, wodurch ganze Spalten gelöscht werden."
#. VAVU3
#: sf_calc.xhp
@@ -5054,7 +5054,7 @@ msgctxt ""
"par_id701652271281106\n"
"help.text"
msgid "This method returns a string with the range address of the compacted range. If all columns are deleted, then an empty string is returned."
-msgstr ""
+msgstr "Diese Methode gibt eine Zeichenfolge mit der Bereichsadresse des komprimierten Bereichs zurück. Wenn alle Spalten gelöscht werden, wird eine leere Zeichenfolge zurückgegeben."
#. j2GAb
#: sf_calc.xhp
@@ -5063,7 +5063,7 @@ msgctxt ""
"par_id191652271892064\n"
"help.text"
msgid "If a range of cells is selected, calling this method will not impact the selection."
-msgstr ""
+msgstr "Wenn ein Zellbereich ausgewählt ist, wirkt sich das Aufrufen dieser Methode nicht auf die Auswahl aus."
#. WsrKe
#: sf_calc.xhp
@@ -5072,7 +5072,7 @@ msgctxt ""
"par_id771592919922181\n"
"help.text"
msgid "<emph>range</emph>: The range from which columns will be deleted, as a string."
-msgstr ""
+msgstr "<emph>range</emph>: Der Bereich, aus dem Spalten gelöscht werden, als Zeichenfolge."
#. Q9QBp
#: sf_calc.xhp
@@ -5081,7 +5081,7 @@ msgctxt ""
"par_id771592919932260\n"
"help.text"
msgid "<emph>wholecolumn</emph>: If this option is set to <literal>True</literal> the entire column will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted column will be limited to the height of the specified <literal>range</literal>."
-msgstr ""
+msgstr "<emph>wholecolumn</emph>: Wenn diese Option auf <literal>True</literal> gesetzt ist, wird die gesamte Spalte aus der Tabelle gelöscht. Der Standardwert ist <literal>False</literal>, was bedeutet, dass die gelöschte Spalte auf die Höhe des angegebenen <literal>Bereichs</literal> begrenzt wird."
#. M7qto
#: sf_calc.xhp
@@ -5090,7 +5090,7 @@ msgctxt ""
"par_id771592919915974\n"
"help.text"
msgid "<emph>filterformula</emph>: The filter to be applied to each column to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first column. When the formula returns <emph>True</emph> for a column, that column will be deleted. The default filter deletes all empty columns."
-msgstr ""
+msgstr "<emph>filterformula</emph>: Der Filter, der auf jede Spalte angewendet wird, um zu bestimmen, ob sie gelöscht wird oder nicht. Der Filter wird als Calc-Formel ausgedrückt, die auf die erste Spalte angewendet werden sollte. Wenn die Formel für eine Spalte <emph>True</emph> zurückgibt, wird diese Spalte gelöscht. Der Standardfilter löscht alle leeren Spalten."
#. 8sYWa
#: sf_calc.xhp
@@ -5099,7 +5099,7 @@ msgctxt ""
"par_id361652271022647\n"
"help.text"
msgid "For example, suppose range <emph>A1:J200</emph> is selected (height = 200), so the default formula is <emph>=(COUNTBLANK(A1:A200)=200)</emph>. This means that if all 200 cells are empty in the first column (Column A), then the column is deleted. Note that the formula is expressed with respect to the first column only. Internally the <literal>CompactLeft</literal> method will generalize this formula for all the remaining columns."
-msgstr ""
+msgstr "Angenommen, der Bereich <emph>A1:J200</emph> ist ausgewählt (Höhe = 200), die Standardformel lautet also <emph>=(COUNTBLANK(A1:A200)=200)</emph>. Das heißt, wenn alle 200 Zellen in der ersten Spalte (Spalte A) leer sind, dann wird die Spalte gelöscht. Beachten Sie, dass die Formel nur in Bezug auf die erste Spalte ausgedrückt wird. Intern wird die Methode <literal>CompactLeft</literal> diese Formel für alle verbleibenden Spalten verallgemeinern."
#. FDspT
#: sf_calc.xhp
@@ -5108,7 +5108,7 @@ msgctxt ""
"bas_id941652271391005\n"
"help.text"
msgid "' Delete all empty columns in the range G1:L10 from Sheet1"
-msgstr ""
+msgstr "' Alle leeren Spalten im Bereich G1:L10 aus Sheet1 löschen"
#. huH9x
#: sf_calc.xhp
@@ -5117,7 +5117,7 @@ msgctxt ""
"bas_id691652271390762\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\")"
#. 2BkcC
#: sf_calc.xhp
@@ -5126,7 +5126,7 @@ msgctxt ""
"bas_id921652271392627\n"
"help.text"
msgid "' The example below is similar, but the entire column is deleted from the sheet"
-msgstr ""
+msgstr "' Das folgende Beispiel ist ähnlich, aber die gesamte Spalte wird aus der Tabelle gelöscht"
#. 6GoCu
#: sf_calc.xhp
@@ -5135,7 +5135,7 @@ msgctxt ""
"bas_id941652271392873\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", WholeColumn := True)"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", WholeColumn := True)"
#. KfQRA
#: sf_calc.xhp
@@ -5144,7 +5144,7 @@ msgctxt ""
"bas_id751652271393226\n"
"help.text"
msgid "' Deletes all columns where the first row is marked with an \"X\""
-msgstr ""
+msgstr "' Löscht alle Spalten, bei denen die erste Zeile mit einem \"X\" markiert ist"
#. fLJ7y
#: sf_calc.xhp
@@ -5153,7 +5153,7 @@ msgctxt ""
"bas_id761652271393514\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
#. UqpQB
#: sf_calc.xhp
@@ -5162,7 +5162,7 @@ msgctxt ""
"bas_id241652271725676\n"
"help.text"
msgid "' Deletes all columns where the sum of values in the column is odd"
-msgstr ""
+msgstr "' Löscht alle Spalten, bei denen die erste Zeile mit einem \"X\" markiert ist"
#. 5rxDM
#: sf_calc.xhp
@@ -5171,7 +5171,7 @@ msgctxt ""
"bas_id531652271726131\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:G10);2)=1)\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:G10);2)=1)\")"
#. i4ux6
#: sf_calc.xhp
@@ -5180,7 +5180,7 @@ msgctxt ""
"pyc_id451621536612334\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\")"
#. j5kGd
#: sf_calc.xhp
@@ -5189,7 +5189,7 @@ msgctxt ""
"pyc_id201652272121176\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", wholecolumn = True)"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", wholecolumn = True)"
#. pBca4
#: sf_calc.xhp
@@ -5198,7 +5198,7 @@ msgctxt ""
"pyc_id781652272122794\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
#. VGAj6
#: sf_calc.xhp
@@ -5207,7 +5207,7 @@ msgctxt ""
"pyc_id731652272123209\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:G10);2)=1)')"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:G10);2)=1)')"
#. vqJ5B
#: sf_calc.xhp
@@ -5216,7 +5216,7 @@ msgctxt ""
"par_id841592919903699\n"
"help.text"
msgid "Deletes the rows of a specified range that match a filter expressed as a Calc formula. The filter is applied to each row to decide whether it will be deleted or not."
-msgstr ""
+msgstr "Löscht die Zeilen eines angegebenen Bereichs, die mit einem als Calc-Formel ausgedrückten Filter übereinstimmen. Der Filter wird auf jede Zeile angewendet, um zu entscheiden, ob sie gelöscht wird oder nicht."
#. RhiRD
#: sf_calc.xhp
@@ -5225,7 +5225,7 @@ msgctxt ""
"par_id601652269910091\n"
"help.text"
msgid "The deleted rows can be limited to the width of the specified range or span to the width of the entire sheet, thus deleting whole rows."
-msgstr ""
+msgstr "Die gelöschten Zeilen können auf die Breite des angegebenen Bereichs begrenzt werden oder sich über die Breite der gesamten Tabelle erstrecken, wodurch ganze Zeilen gelöscht werden."
#. Yw3WB
#: sf_calc.xhp
@@ -5234,7 +5234,7 @@ msgctxt ""
"par_id701652271283456\n"
"help.text"
msgid "This method returns a string with the range address of the compacted range. If all rows are deleted, then an empty string is returned."
-msgstr ""
+msgstr "Diese Methode gibt eine Zeichenfolge mit der Bereichsadresse des komprimierten Bereichs zurück. Wenn alle Zeilen gelöscht werden, wird eine leere Zeichenfolge zurückgegeben."
#. RtGtW
#: sf_calc.xhp
@@ -5243,7 +5243,7 @@ msgctxt ""
"par_id191652271893913\n"
"help.text"
msgid "If a range of cells is selected, calling this method will not impact the selection."
-msgstr ""
+msgstr "Wenn ein Zellbereich ausgewählt ist, wirkt sich das Aufrufen dieser Methode nicht auf die Auswahl aus."
#. X3Ekj
#: sf_calc.xhp
@@ -5252,7 +5252,7 @@ msgctxt ""
"par_id771592919922080\n"
"help.text"
msgid "<emph>range</emph>: The range from which rows will be deleted, as a string."
-msgstr ""
+msgstr "<emph>range</emph>: Der Bereich, aus dem Zeilen gelöscht werden, als Zeichenfolge."
#. sAtHM
#: sf_calc.xhp
@@ -5261,7 +5261,7 @@ msgctxt ""
"par_id771592919921160\n"
"help.text"
msgid "<emph>wholerow</emph>: If this option is set to <literal>True</literal> the entire row will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted row will be limited to the width of the specified <literal>range</literal>."
-msgstr ""
+msgstr "<emph>wholerow</emph>: Wenn diese Option auf <literal>True</literal> gesetzt ist, wird die gesamte Zeile aus der Tabelle gelöscht. Der Standardwert ist <literal>False</literal>, was bedeutet, dass die gelöschte Zeile auf die Breite des angegebenen <literal>range</literal> beschränkt wird."
#. pKXWR
#: sf_calc.xhp
@@ -5270,7 +5270,7 @@ msgctxt ""
"par_id771592919926374\n"
"help.text"
msgid "<emph>filterformula</emph>: The filter to be applied to each row to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first row. When the formula returns <emph>True</emph> for a row, that row will be deleted. The default filter deletes all empty rows."
-msgstr ""
+msgstr "<emph>filterformula</emph>: Der Filter, der auf jede Zeile angewendet wird, um zu bestimmen, ob sie gelöscht wird oder nicht. Der Filter wird als Calc-Formel ausgedrückt, die auf die erste Zeile angewendet werden sollte. Wenn die Formel für eine Zeile <emph>True</emph> zurückgibt, wird diese Zeile gelöscht. Der Standardfilter löscht alle leeren Zeilen."
#. 2DsWD
#: sf_calc.xhp
@@ -5279,7 +5279,7 @@ msgctxt ""
"par_id361652271022681\n"
"help.text"
msgid "For example, suppose range <emph>A1:J200</emph> is selected (width = 10), so the default formula is <emph>=(COUNTBLANK(A1:J1)=10)</emph>. This means that if all 10 cells are empty in the first row (Row 1), then the row is deleted. Note that the formula is expressed with respect to the first row only. Internally the <literal>CompactUp</literal> method will generalize this formula for all the remaining rows."
-msgstr ""
+msgstr "Angenommen, der Bereich <emph>A1:J200</emph> ist ausgewählt (Breite = 10), die Standardformel ist also <emph>=(COUNTBLANK(A1:J1)=10)</emph>. Das heißt, wenn alle 10 Zellen in der ersten Zeile (Zeile 1) leer sind, dann wird die Zeile gelöscht. Beachten Sie, dass die Formel nur in Bezug auf die erste Zeile ausgedrückt wird. Intern wird die Methode <literal>CompactUp</literal> diese Formel für alle verbleibenden Zeilen verallgemeinern."
#. GuWzD
#: sf_calc.xhp
@@ -5288,7 +5288,7 @@ msgctxt ""
"bas_id941652271391554\n"
"help.text"
msgid "' Delete all empty rows in the range G1:L10 from Sheet1"
-msgstr ""
+msgstr "' Alle leeren Zeilen im Bereich G1:L10 aus Sheet1 löschen"
#. GBrKx
#: sf_calc.xhp
@@ -5297,7 +5297,7 @@ msgctxt ""
"bas_id691652271390789\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\")"
#. FV3Ev
#: sf_calc.xhp
@@ -5306,7 +5306,7 @@ msgctxt ""
"bas_id921652271392567\n"
"help.text"
msgid "' The example below is similar, but the entire row is deleted from the sheet"
-msgstr ""
+msgstr "' Das folgende Beispiel ist ähnlich, aber die gesamte Zeile wird aus der Tabelle gelöscht"
#. Y5YVh
#: sf_calc.xhp
@@ -5315,7 +5315,7 @@ msgctxt ""
"bas_id941652271392553\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", WholeRow := True)"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", WholeRow := True)"
#. mFqmA
#: sf_calc.xhp
@@ -5324,7 +5324,7 @@ msgctxt ""
"bas_id751652271393117\n"
"help.text"
msgid "' Deletes all rows where the first column is marked with an \"X\""
-msgstr ""
+msgstr "' Löscht alle Zeilen, bei denen die erste Spalte mit einem \"X\" markiert ist"
#. gJQRm
#: sf_calc.xhp
@@ -5333,7 +5333,7 @@ msgctxt ""
"bas_id761652271393034\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
#. DoDfJ
#: sf_calc.xhp
@@ -5342,7 +5342,7 @@ msgctxt ""
"bas_id241652271725065\n"
"help.text"
msgid "' Deletes all rows where the sum of values in the row is odd"
-msgstr ""
+msgstr "' Löscht alle Zeilen, in denen die Summe der Werte in der Zeile ungerade ist"
#. zXErV
#: sf_calc.xhp
@@ -5351,7 +5351,7 @@ msgctxt ""
"bas_id531652271726010\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:L1);2)=1)\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:L1);2)=1)\")"
#. Mcwq5
#: sf_calc.xhp
@@ -5360,7 +5360,7 @@ msgctxt ""
"pyc_id451621536612227\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\")"
#. tXmJD
#: sf_calc.xhp
@@ -5369,7 +5369,7 @@ msgctxt ""
"pyc_id201652272121288\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", wholerow = True)"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", wholerow = True)"
#. WZ3XF
#: sf_calc.xhp
@@ -5378,7 +5378,7 @@ msgctxt ""
"pyc_id781652272122931\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
#. 4DfG9
#: sf_calc.xhp
@@ -5387,7 +5387,7 @@ msgctxt ""
"pyc_id731652272123109\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:L1);2)=1)')"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:L1);2)=1)')"
#. n6vJD
#: sf_calc.xhp
@@ -9500,7 +9500,7 @@ msgctxt ""
"par_id391651225506119\n"
"help.text"
msgid "Centers the current dialog instance in the middle of a parent window. Without arguments, the method centers the dialog in the middle of the current window."
-msgstr ""
+msgstr "Zentriert den aktuellen Dialog in der Mitte eines übergeordneten Fensters. Ohne Argumente zentriert die Methode den Dialog in der Mitte des aktuellen Fensters."
#. xEJEH
#: sf_dialog.xhp
@@ -9509,7 +9509,7 @@ msgctxt ""
"par_id391651552206119\n"
"help.text"
msgid "Returns <literal>True</literal> when successful."
-msgstr ""
+msgstr "Gibt bei Erfolg <literal>True</literal> zurück."
#. Woksx
#: sf_dialog.xhp
@@ -9518,7 +9518,7 @@ msgctxt ""
"par_id1001585441257789\n"
"help.text"
msgid "<emph>Parent</emph>: An optional object that can be either …"
-msgstr ""
+msgstr "<emph>Parent</emph>: Ein optionales Objekt …"
#. DCeY9
#: sf_dialog.xhp
@@ -9527,7 +9527,7 @@ msgctxt ""
"par_id412598177970993\n"
"help.text"
msgid "a ScriptForge dialog object"
-msgstr ""
+msgstr "ein Dialog \"ScriptForge\""
#. D5yN3
#: sf_dialog.xhp
@@ -9536,7 +9536,7 @@ msgctxt ""
"par_id81591858229301\n"
"help.text"
msgid "a ScriptForge document (Calc, Base, ...) object"
-msgstr ""
+msgstr "ein Dokument (Calc, Base, …) \"ScriptForge\""
#. 8DDWf
#: sf_dialog.xhp
@@ -9545,7 +9545,7 @@ msgctxt ""
"bas_id12598185484092\n"
"help.text"
msgid "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' The dialog that caused the event"
-msgstr ""
+msgstr "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' Der Dialog, der das Ereignis verursacht hat"
#. dx9rf
#: sf_dialog.xhp
@@ -9554,7 +9554,7 @@ msgctxt ""
"bas_id641598184589492\n"
"help.text"
msgid "Set oDialog2 = CreateScriptService(\"Dialog\", ...) ' Open a second dialog"
-msgstr ""
+msgstr "Set oDialog2 = CreateScriptService(\"Dialog\", …) ' Öffnet einen zweiten Dialog"
#. kqFdv
#: sf_dialog.xhp
@@ -9563,7 +9563,7 @@ msgctxt ""
"pyc_id351619267575732\n"
"help.text"
msgid "dlg1 = CreateScriptService('DialogEvent.Dialog', event) # The dialog having caused the event"
-msgstr ""
+msgstr "dlg1 = CreateScriptService('DialogEvent.Dialog', event) # Der Dialog, der das Ereignis verursacht hat"
#. fDQAG
#: sf_dialog.xhp
@@ -9572,7 +9572,7 @@ msgctxt ""
"pyc_id431619267576082\n"
"help.text"
msgid "dlg2 = CreateScriptService('Dialog', ...) # Open a second dialog"
-msgstr ""
+msgstr "dlg2 = CreateScriptService('Dialog', …) # Öffnet einen zweiten Dialog"
#. 4qLn9
#: sf_dialog.xhp
@@ -9797,7 +9797,7 @@ msgctxt ""
"par_id21598187953697\n"
"help.text"
msgid "Moves the topleft corner of a dialog to new coordinates and/or modify its dimensions. All distances are expressed in 1/100 mm. Without arguments, the method resets the initial dimensions. Return <literal>True</literal> if the resize was successful."
-msgstr ""
+msgstr "Verschiebt die obere linke Ecke eines Dialogs auf neue Koordinaten und/oder ändert seine Abmessungen. Alle Abstände sind in 1/100 mm angegeben. Ohne Argumente setzt die Methode die anfänglichen Dimensionen zurück. Gibt <literal>True</literal> zurück, wenn die Größenänderung erfolgreich war."
#. XRdLE
#: sf_dialog.xhp
@@ -9806,7 +9806,7 @@ msgctxt ""
"par_id481651236673068\n"
"help.text"
msgid "<emph>Left</emph>: the horizontal distance from the top-left corner"
-msgstr ""
+msgstr "<emph>Left</emph>: der horizontale Abstand von der oberen linken Ecke"
#. FcTcU
#: sf_dialog.xhp
@@ -9815,7 +9815,7 @@ msgctxt ""
"par_id721651236674379\n"
"help.text"
msgid "<emph>Top</emph>: the vertical distance from the top-left corner"
-msgstr ""
+msgstr "<emph>Top</emph>: Der vertikale Abstand von der oberen linken Ecke"
#. uX7ps
#: sf_dialog.xhp
@@ -9824,7 +9824,7 @@ msgctxt ""
"par_id991651236674995\n"
"help.text"
msgid "<emph>Width</emph>: the width of the rectangle containing the dialog"
-msgstr ""
+msgstr "<emph>Width</emph>: die Breite des Rechtecks, das den Dialog enthält"
#. ApqA8
#: sf_dialog.xhp
@@ -9833,7 +9833,7 @@ msgctxt ""
"par_id771651236675564\n"
"help.text"
msgid "<emph>Height</emph>: the height of the rectangle containing the dialog"
-msgstr ""
+msgstr "<emph>Height</emph>: die Höhe des Rechtecks, das den Dialog enthält"
#. H4CtP
#: sf_dialog.xhp
@@ -9842,7 +9842,7 @@ msgctxt ""
"par_id211651236676180\n"
"help.text"
msgid "Negative or missing arguments are left unchanged"
-msgstr ""
+msgstr "Negative oder fehlende Argumente bleiben unverändert"
#. guvaM
#: sf_dialog.xhp
@@ -9851,7 +9851,7 @@ msgctxt ""
"bas_id791620301085031\n"
"help.text"
msgid "oDialog.Resize(1000, 2000, Height := 6000) ' Width is not changed"
-msgstr ""
+msgstr "oDialog.Resize(1000, 2000, Height := 6000) ' Die Breite wird nicht verändert"
#. pEVvm
#: sf_dialog.xhp
@@ -9860,7 +9860,7 @@ msgctxt ""
"par_id181620112217958\n"
"help.text"
msgid "With Python:"
-msgstr ""
+msgstr "Mit Python:"
#. gBerj
#: sf_dialog.xhp
@@ -9869,7 +9869,7 @@ msgctxt ""
"pyc_id941620303073866\n"
"help.text"
msgid "oDialog.Resize(1000, 2000, Height = 6000) # Width is not changed"
-msgstr ""
+msgstr "oDialog.Resize(1000, 2000, Height = 6000) # Die Breite wird nicht verändert"
#. ARCGg
#: sf_dialog.xhp
@@ -22370,7 +22370,7 @@ msgctxt ""
"par_id691582815407231\n"
"help.text"
msgid "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string."
-msgstr ""
+msgstr "<emph>script</emph>: Zeichenfolge, die das aufzurufende Skript im Format \"library.module.method\" unter Beachtung der Groß- und Kleinschreibung angibt."
#. hS5x4
#: sf_session.xhp
@@ -22379,7 +22379,7 @@ msgctxt ""
"par_id741626828862265\n"
"help.text"
msgid "The library is loaded in memory if necessary."
-msgstr ""
+msgstr "Die Bibliothek wird bei Bedarf in den Speicher geladen."
#. D8AL6
#: sf_session.xhp
@@ -22388,7 +22388,7 @@ msgctxt ""
"par_id981626828863001\n"
"help.text"
msgid "The module must not be a class module."
-msgstr ""
+msgstr "Das Modul darf kein Klassenmodul sein."
#. VsUFD
#: sf_session.xhp
@@ -22397,7 +22397,7 @@ msgctxt ""
"par_id721626828863257\n"
"help.text"
msgid "The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
-msgstr ""
+msgstr "Die Methode kann ein <literal>Sub</literal> oder eine <literal>Function</literal> sein."
#. eExjm
#: sf_session.xhp
@@ -22406,7 +22406,7 @@ msgctxt ""
"par_id881582815407231\n"
"help.text"
msgid "<emph>args</emph>: The arguments to be passed to the called script."
-msgstr ""
+msgstr "<emph>args</emph>: Die Argumente, die an das aufgerufene Skript übergeben werden sollen."
#. mg5WG
#: sf_session.xhp
@@ -22415,7 +22415,7 @@ msgctxt ""
"par_id21626809513802\n"
"help.text"
msgid "Consider the following Basic function named <literal>DummyFunction</literal> that is stored in \"My Macros\" in the \"Standard\" library inside a module named \"Module1\"."
-msgstr ""
+msgstr "Betrachten Sie die folgende Basic-Funktion namens <literal>DummyFunction</literal>, die in „Meine Makros“ in der Bibliothek „Standard“ innerhalb eines Moduls namens „Module1“ gespeichert ist."
#. PMyrB
#: sf_session.xhp
@@ -22424,7 +22424,7 @@ msgctxt ""
"par_id551626810319766\n"
"help.text"
msgid "The function simply takes in two integer values <literal>v1</literal> and <literal>v2</literal> and return the sum of all values starting in <literal>v1</literal> and ending in <literal>v2</literal>."
-msgstr ""
+msgstr "Die Funktion nimmt einfach zwei ganzzahlige Werte <literal>v1</literal> und <literal>v2</literal> und gibt die Summe aller Werte zurück, die in <literal>v1</literal> beginnen und in <literal>v2</literal> enden."
#. Gx6fV
#: sf_session.xhp
@@ -22433,7 +22433,7 @@ msgctxt ""
"par_id461626810470057\n"
"help.text"
msgid "The examples below show how to call <literal>DummyFunction</literal> from within Basic and Python scripts."
-msgstr ""
+msgstr "Die folgenden Beispiele zeigen, wie <literal>DummyFunction</literal> in Basic- und Python-Skripten aufgerufen wird."
#. Yr22N
#: sf_session.xhp
@@ -22442,7 +22442,7 @@ msgctxt ""
"par_id111582816585181\n"
"help.text"
msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
-msgstr ""
+msgstr "Führt eine Calc-Funktion mit ihrem englischen Namen und basierend auf den angegebenen Argumenten aus.<br/>Wenn die Argumente Matrizen sind, wird die Funktion als <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">Matrixformel</link> ausgeführt."
#. EDU9x
#: sf_session.xhp
@@ -22451,7 +22451,7 @@ msgctxt ""
"par_id771582816585183\n"
"help.text"
msgid "<emph>calcfunction</emph>: The name of the Calc function to be called, in English."
-msgstr ""
+msgstr "<emph>calcfunction</emph>: Der Name der aufzurufenden Calc-Funktion in Englisch."
#. FJJJh
#: sf_session.xhp
@@ -22460,7 +22460,7 @@ msgctxt ""
"par_id371582816585183\n"
"help.text"
msgid "<emph>args</emph>: The arguments to be passed to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
-msgstr ""
+msgstr "<emph>args</emph>: Die Argumente, die an die aufgerufene Calc-Funktion übergeben werden sollen. Jedes Argument muss entweder eine Zeichenfolge, ein numerischer Wert oder eine Matrix von Matrizen sein, die diese Typen kombinieren."
#. XMfUD
#: sf_session.xhp
@@ -22469,7 +22469,7 @@ msgctxt ""
"bas_id881582816585185\n"
"help.text"
msgid "' Generates an error."
-msgstr ""
+msgstr "' Erzeugt einen Fehler."
#. ygESx
#: sf_session.xhp
@@ -22478,7 +22478,7 @@ msgctxt ""
"par_id571582818023245\n"
"help.text"
msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
-msgstr ""
+msgstr "Führt das Python-Skript von seinem Speicherort und mit seinem Namen aus und ruft sein Ergebnis, falls vorhanden, ab. Das Ergebnis kann ein einzelner Wert oder eine Matrix mit Werten sein."
#. SB2gx
#: sf_session.xhp
@@ -22487,7 +22487,7 @@ msgctxt ""
"par_id71600856817410\n"
"help.text"
msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
-msgstr ""
+msgstr "Wenn das Skript nicht gefunden wird oder nichts zurückgibt, ist der zurückgegebene Wert <literal>Empty</literal>."
#. jdWTU
#: sf_session.xhp
@@ -22496,7 +22496,7 @@ msgctxt ""
"par_id791582818023246\n"
"help.text"
msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>."
-msgstr ""
+msgstr "<emph>scope</emph>: Eine der anwendbaren Konstanten, die <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">oben</link> aufgeführt sind. Der Standardwert ist <literal>session.SCRIPTISSHARED</literal>."
#. ELfda
#: sf_session.xhp
@@ -22505,7 +22505,7 @@ msgctxt ""
"par_id71582818023247\n"
"help.text"
msgid "<emph>script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
-msgstr ""
+msgstr "<emph>script</emph>: „library/module.py$method“, „module.py$method“ oder „myExtension.oxt|myScript|module.py$method“ als Zeichenfolge unter Beachtung der Groß-/Kleinschreibung."
#. P6ZKD
#: sf_session.xhp
@@ -22514,7 +22514,7 @@ msgctxt ""
"par_id501613061041313\n"
"help.text"
msgid "library: The folder path to the Python module."
-msgstr ""
+msgstr "library: Der Ordnerpfad zum Python-Modul."
#. ktFHu
#: sf_session.xhp
@@ -22523,7 +22523,7 @@ msgctxt ""
"par_id771613061043097\n"
"help.text"
msgid "myScript: The folder containing the Python module."
-msgstr ""
+msgstr "myScript: Der Ordner, der das Python-Modul enthält."
#. ANBoy
#: sf_session.xhp
@@ -22532,7 +22532,7 @@ msgctxt ""
"par_id301613061123849\n"
"help.text"
msgid "module.py: The Python module."
-msgstr ""
+msgstr "module.py: Das Python-Modul."
#. f4B8C
#: sf_session.xhp
@@ -22541,7 +22541,7 @@ msgctxt ""
"par_id241613061044560\n"
"help.text"
msgid "method: The Python function."
-msgstr ""
+msgstr "method: Die Python-Funktion."
#. ByFdE
#: sf_session.xhp
@@ -22550,7 +22550,7 @@ msgctxt ""
"par_id711582818023247\n"
"help.text"
msgid "<emph>args</emph>: The arguments to be passed to the called script."
-msgstr ""
+msgstr "<emph>args</emph>: Die Argumente, die an das aufgerufene Skript übergeben werden sollen."
#. ckvXs
#: sf_session.xhp
@@ -22559,7 +22559,7 @@ msgctxt ""
"par_id701626817164878\n"
"help.text"
msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> and <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder."
-msgstr ""
+msgstr "Betrachten Sie die unten definierte Python-Funktion <literal>odd_integers</literal>, die eine Liste mit ungeraden ganzzahligen Werten zwischen <literal>v1</literal> und <literal>v2</literal> erstellt. Angenommen, diese Funktion ist in einer Datei namens <emph>my_macros.py</emph> in Ihrem Benutzerskriptordner gespeichert."
#. o6DUm
#: sf_session.xhp
@@ -22568,7 +22568,7 @@ msgctxt ""
"par_id751626817335715\n"
"help.text"
msgid "Read the help page <link href=\"text/sbasic/python/python_locations.xhp\" name=\"pylocation_link\">Python Scripts Organization and Location</link> to learn more about where Python scripts can be stored."
-msgstr ""
+msgstr "Lesen Sie die Hilfeseite <link href=\"text/sbasic/python/python_locations.xhp\" name=\"pylocation_link\">Organisation und Speicherort von Python-Skripten</link>, um mehr darüber zu erfahren, wo Python-Skripte gespeichert werden können."
#. vqBm9
#: sf_session.xhp
@@ -22577,7 +22577,7 @@ msgctxt ""
"par_id121626817725471\n"
"help.text"
msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts."
-msgstr ""
+msgstr "Die folgenden Beispiele zeigen, wie die Funktion <literal>odd_integers</literal> in Basic- und Python-Skripten aufgerufen wird."
#. pbmij
#: sf_session.xhp
@@ -22586,7 +22586,7 @@ msgctxt ""
"par_id111582816585087\n"
"help.text"
msgid "Returns the current PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>."
-msgstr ""
+msgstr "Gibt die aktuellen PDF-Exporteinstellungen zurück, die im Dialog <menuitem>PDF-Optionen</menuitem> definiert sind, auf das Sie zugreifen können, indem Sie <menuitem>Datei – Exportieren als – Als PDF exportieren…</menuitem> wählen."
#. K7j2q
#: sf_session.xhp
@@ -22595,7 +22595,7 @@ msgctxt ""
"par_id931638383270026\n"
"help.text"
msgid "Export options set with the <menuitem>PDF Options</menuitem> dialog are kept for future use. Hence <literal>GetPDFExportOptions</literal> returns the settings currently defined. In addition, use <literal>SetPDFExportOptions</literal> to change current PDF export options."
-msgstr ""
+msgstr "Die im Dialog <menuitem>PDF-Optionen</menuitem> eingestellten Exportoptionen werden für die zukünftige Verwendung beibehalten. Daher gibt <literal>GetPDFExportOptions</literal> die aktuell festgelegten Einstellungen zurück. Verwenden Sie außerdem <literal>SetPDFExportOptions</literal>, um die aktuellen PDF-Exportoptionen zu ändern."
#. uFCEq
#: sf_session.xhp
@@ -22604,7 +22604,7 @@ msgctxt ""
"par_id801638383659558\n"
"help.text"
msgid "This method returns a <literal>Dictionary</literal> object wherein each key represent export options and the corresponding values are the current PDF export settings."
-msgstr ""
+msgstr "Diese Methode gibt ein Objekt <literal>Dictionary</literal> zurück, wobei jeder Schlüssel Exportoptionen darstellt und die entsprechenden Werte die aktuellen PDF-Exporteinstellungen sind."
#. 6kXBe
#: sf_session.xhp
@@ -22613,7 +22613,7 @@ msgctxt ""
"par_id751638383457198\n"
"help.text"
msgid "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">PDF Export wiki page</link> to learn more about all available options."
-msgstr ""
+msgstr "Lesen Sie die <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">Wiki-Seite PDF-Export</link>, um mehr über alle verfügbaren Optionen zu erfahren."
#. Lv4iA
#: sf_session.xhp
@@ -22622,7 +22622,7 @@ msgctxt ""
"par_id111587477335982\n"
"help.text"
msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn ein UNO-Objekt die angegebene Methode enthält. Gibt <literal>False</literal> zurück, wenn die Methode nicht gefunden wird oder wenn ein Argument ungültig ist."
#. HAw32
#: sf_session.xhp
@@ -22631,7 +22631,7 @@ msgctxt ""
"par_id921587477335673\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Das zu prüfende Objekt."
#. DDw6g
#: sf_session.xhp
@@ -22640,7 +22640,7 @@ msgctxt ""
"par_id631587477566016\n"
"help.text"
msgid "<emph>methodname</emph>: the method as a case-sensitive string"
-msgstr ""
+msgstr "<emph>methodname</emph>: Die Methode als Zeichenfolge unter Berücksichtigung der Groß- und Kleinschreibung"
#. gDBRB
#: sf_session.xhp
@@ -22649,7 +22649,7 @@ msgctxt ""
"par_id191587477832959\n"
"help.text"
msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn ein UNO-Objekt die angegebene Eigenschaft hat. Gibt <literal>False</literal> zurück, wenn die Eigenschaft nicht gefunden wird oder wenn ein Argument ungültig ist."
#. 54oXs
#: sf_session.xhp
@@ -22658,7 +22658,7 @@ msgctxt ""
"par_id121587477832805\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Das zu prüfende Objekt."
#. hCTCk
#: sf_session.xhp
@@ -22667,7 +22667,7 @@ msgctxt ""
"par_id701587477832750\n"
"help.text"
msgid "<emph>propertyname</emph>: the property as a case-sensitive string"
-msgstr ""
+msgstr "<emph>propertyname</emph>: Die Eigenschaft als Zeichenfolge unter Beachtung der Groß- und Kleinschreibung"
#. QWaTF
#: sf_session.xhp
@@ -22676,7 +22676,7 @@ msgctxt ""
"par_id97160112964017\n"
"help.text"
msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
-msgstr ""
+msgstr "Öffnet eine <link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link> im Standardbrowser."
#. 4tFWV
#: sf_session.xhp
@@ -22685,7 +22685,7 @@ msgctxt ""
"par_id241601129640549\n"
"help.text"
msgid "<emph>url</emph>: The URL to open."
-msgstr ""
+msgstr "<emph>url</emph>: Die zu öffnende URL."
#. hJqsF
#: sf_session.xhp
@@ -22694,7 +22694,7 @@ msgctxt ""
"par_id311582819697897\n"
"help.text"
msgid "Executes an arbitrary system command and returns <literal>True</literal> if it was launched successfully."
-msgstr ""
+msgstr "Führt einen beliebigen Systembefehl aus und gibt <literal>True</literal> zurück, wenn er erfolgreich gestartet wurde."
#. D483F
#: sf_session.xhp
@@ -22703,7 +22703,7 @@ msgctxt ""
"par_id461582819697898\n"
"help.text"
msgid "<emph>command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
-msgstr ""
+msgstr "<emph>command</emph>: Der auszuführende Befehl. Dies kann eine ausführbare Datei oder ein Dokument sein, das bei einer Anwendung registriert ist, sodass das System weiß, welche Anwendung für dieses Dokument zu starten ist. Der Befehl muss in der aktuellen Notation <literal>SF_FileSystem.FileNaming</literal> ausgedrückt werden."
#. b8hbC
#: sf_session.xhp
@@ -22712,7 +22712,7 @@ msgctxt ""
"par_id611582819697899\n"
"help.text"
msgid "<emph>parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
-msgstr ""
+msgstr "<emph>parameters</emph>: Eine Liste von durch Leerzeichen getrennte Parameter als einzelne Zeichenfolge. Die Methode validiert die angegebenen Parameter nicht, sondern übergibt sie nur an den angegebenen Befehl."
#. 2hTM7
#: sf_session.xhp
@@ -22721,7 +22721,7 @@ msgctxt ""
"par_id131601030349755\n"
"help.text"
msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
-msgstr ""
+msgstr "Senden einer Nachricht – mit optionalen Anhängen – an Empfänger vom E-Mail-Client des Benutzers. Die Nachricht kann vom Benutzer vor dem Senden bearbeitet oder alternativ sofort gesendet werden."
#. FCn8e
#: sf_session.xhp
@@ -22730,7 +22730,7 @@ msgctxt ""
"par_id701601030349896\n"
"help.text"
msgid "<emph>recipient</emph>: An email address (the \"To\" recipient)."
-msgstr ""
+msgstr "<emph>recipient</emph>: Eine E-Mail-Adresse (der Empfänger unter „An“)."
#. BdMiD
#: sf_session.xhp
@@ -22739,7 +22739,7 @@ msgctxt ""
"par_id571601030349904\n"
"help.text"
msgid "<emph>cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
-msgstr ""
+msgstr "<emph>cc</emph>: Eine durch Kommata getrennte Liste mit E-Mail-Adressen (die Empfänger unter „Kopie“)."
#. ADjaV
#: sf_session.xhp
@@ -22748,7 +22748,7 @@ msgctxt ""
"par_id961601031043346\n"
"help.text"
msgid "<emph>bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
-msgstr ""
+msgstr "<emph>bcc</emph>: Eine durch Kommata getrennte Liste mit E-Mail-Adressen (die Empfänger unter „Blindkopie“)."
#. zAkWZ
#: sf_session.xhp
@@ -22757,7 +22757,7 @@ msgctxt ""
"par_id891601031050814\n"
"help.text"
msgid "<emph>subject</emph>: the header of the message."
-msgstr ""
+msgstr "<emph>subject</emph>: Der Betreff der Nachricht."
#. 69CFR
#: sf_session.xhp
@@ -22766,7 +22766,7 @@ msgctxt ""
"par_id191601031056673\n"
"help.text"
msgid "<emph>body</emph>: The contents of the message as an unformatted text."
-msgstr ""
+msgstr "<emph>body</emph>: Der Inhalt der Nachricht als unformatierter Text."
#. McuEx
#: sf_session.xhp
@@ -22775,7 +22775,7 @@ msgctxt ""
"par_id511601031063269\n"
"help.text"
msgid "<emph>filenames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
-msgstr ""
+msgstr "<emph>filenames</emph>: Eine durch Kommata getrennte Liste von Dateinamen. Jeder Dateiname muss die Notation <literal>SF_FileSystem.FileNaming</literal> berücksichtigen."
#. h9Urq
#: sf_session.xhp
@@ -22784,7 +22784,7 @@ msgctxt ""
"par_id161601032784063\n"
"help.text"
msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent."
-msgstr ""
+msgstr "<emph>editmessage</emph>: Wenn <literal>True</literal> (Standard), kann die Nachricht bearbeitet werden, bevor sie gesendet wird."
#. g7zLC
#: sf_session.xhp
@@ -22793,7 +22793,7 @@ msgctxt ""
"par_id111582816583005\n"
"help.text"
msgid "Modifies the PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>."
-msgstr ""
+msgstr "Ändert die PDF-Exporteinstellungen, die im Dialog <menuitem>PDF-Optionen</menuitem> definiert sind, auf den Sie zugreifen können, indem Sie <menuitem>Datei – Exportieren als – Als PDF exportieren…</menuitem> wählen."
#. T2DkW
#: sf_session.xhp
@@ -22802,7 +22802,7 @@ msgctxt ""
"par_id181638385131806\n"
"help.text"
msgid "Calling this method changes the actual values set in the <menuitem>PDF Options</menuitem> dialog, which are used by the <literal>ExportAsPDF</literal> method from the <literal>Document</literal> service."
-msgstr ""
+msgstr "Das Aufrufen dieser Methode ändert die tatsächlichen Werte, die im Dialog <menuitem>PDF-Optionen</menuitem> eingestellt sind, die von der Methode <literal>ExportAsPDF</literal> des Dienstes <literal>Document</literal> verwendet werden."
#. FBrKg
#: sf_session.xhp
@@ -22811,7 +22811,7 @@ msgctxt ""
"par_id391638385313847\n"
"help.text"
msgid "This method returns <literal>True</literal> when successful."
-msgstr ""
+msgstr "Diese Methode gibt <literal>True</literal> zurück, wenn sie erfolgreich war."
#. 9BqH3
#: sf_session.xhp
@@ -22820,7 +22820,7 @@ msgctxt ""
"par_id751638383457321\n"
"help.text"
msgid "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">PDF Export wiki page</link> to learn more about all available options."
-msgstr ""
+msgstr "Lesen Sie die <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">Wiki-Seite PDF-Export</link>, um mehr über alle verfügbaren Optionen zu erfahren."
#. JhhXU
#: sf_session.xhp
@@ -22829,7 +22829,7 @@ msgctxt ""
"par_id771582816585233\n"
"help.text"
msgid "<emph>pdfoptions</emph>: <literal>Dictionary</literal> object that defines the PDF export settings to be changed. Each key-value pair represents an export option and the value that will be set in the dialog."
-msgstr ""
+msgstr "<emph>pdfoptions</emph>: Objekt <literal>Dictionary</literal>, das die zu ändernden PDF-Exporteinstellungen definiert. Jedes Schlüssel-Wert-Paar stellt eine Exportoption und den Wert dar, der im Dialog festgelegt wird."
#. 8DKZK
#: sf_session.xhp
@@ -22838,7 +22838,7 @@ msgctxt ""
"par_id141638386087986\n"
"help.text"
msgid "The following example changes the maximum image resolution to 150 dpi and exports the current document as a PDF file."
-msgstr ""
+msgstr "Das folgende Beispiel ändert die maximale Bildauflösung auf 150 dpi und exportiert das aktuelle Dokument als PDF-Datei."
#. HtzHP
#: sf_session.xhp
@@ -22847,7 +22847,7 @@ msgctxt ""
"par_id321587478024997\n"
"help.text"
msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
-msgstr ""
+msgstr "Gibt eine Liste der Methoden zurück, die von einem UNO-Objekt aufgerufen werden können. Die Liste ist eine nullbasierte Matrix von Zeichenfolgen und kann leer sein."
#. DX8qb
#: sf_session.xhp
@@ -22856,7 +22856,7 @@ msgctxt ""
"par_id251587478024311\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Das zu prüfende Objekt."
#. sL6Ri
#: sf_session.xhp
@@ -22865,7 +22865,7 @@ msgctxt ""
"par_id141587478343306\n"
"help.text"
msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
-msgstr ""
+msgstr "Gibt eine Liste der Eigenschaften eines UNO-Objekts zurück. Die Liste ist eine nullbasierte Matrix mit Zeichenfolgen und kann leer sein."
#. CFZRP
#: sf_session.xhp
@@ -22874,7 +22874,7 @@ msgctxt ""
"par_id241587478343323\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Das zu prüfende Objekt."
#. Cm4eK
#: sf_session.xhp
@@ -22883,7 +22883,7 @@ msgctxt ""
"par_id371582820251347\n"
"help.text"
msgid "Identify the type of a UNO object as a string."
-msgstr ""
+msgstr "Identifiziert den Typ eines UNO-Objekts als Zeichenfolge."
#. Cs3VC
#: sf_session.xhp
@@ -22892,7 +22892,7 @@ msgctxt ""
"par_id921582820251349\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to identify."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Das zu identifizierende Objekt."
#. UAy4i
#: sf_session.xhp
@@ -22901,7 +22901,7 @@ msgctxt ""
"par_id341582821057373\n"
"help.text"
msgid "Get some web content from a URI."
-msgstr ""
+msgstr "Holt einige Webinhalte von einer URI."
#. BU5XR
#: sf_session.xhp
@@ -22910,7 +22910,7 @@ msgctxt ""
"par_id771582821057374\n"
"help.text"
msgid "<emph>uri</emph>: URI address of the web service."
-msgstr ""
+msgstr "<emph>uri</emph>: URI-Adresse des Webservices."
#. gn6AM
#: sf_string.xhp
@@ -22919,7 +22919,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.String service (SF_String)"
-msgstr ""
+msgstr "Dienst ScriptForge.String (SF_String)"
#. ZhvDP
#: sf_string.xhp
@@ -22928,7 +22928,7 @@ msgctxt ""
"hd_id521580038927003\n"
"help.text"
msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\">Dienst <literal>ScriptForge</literal>.<literal>String</literal></link></variable>"
#. yaisH
#: sf_string.xhp
@@ -22937,7 +22937,7 @@ msgctxt ""
"par_id351579602570526\n"
"help.text"
msgid "The <literal>String</literal> service provides a collection of methods for string processing. These methods can be used to:"
-msgstr ""
+msgstr "Der Dienst <literal>String</literal> stellt eine Sammlung von Methoden zur Verarbeitung von Zeichenfolgen bereit. Diese Methoden können verwendet werden, um:"
#. oNvbV
#: sf_string.xhp
@@ -22946,7 +22946,7 @@ msgctxt ""
"par_id611611952070366\n"
"help.text"
msgid "Validate the contents of strings"
-msgstr ""
+msgstr "Überprüfen des Inhalts von Zeichenfolgen"
#. UmFAv
#: sf_string.xhp
@@ -22955,7 +22955,7 @@ msgctxt ""
"par_id611611952070376\n"
"help.text"
msgid "Format strings by trimming, justifying or wrapping their contents"
-msgstr ""
+msgstr "Formatieren von Zeichenfolgen, indem Sie ihren Inhalt kürzen, ausrichten oder umbrechen"
#. EZKAi
#: sf_string.xhp
@@ -22964,7 +22964,7 @@ msgctxt ""
"par_id611611952070367\n"
"help.text"
msgid "Use regular expressions to search and replace substrings"
-msgstr ""
+msgstr "Verwenden Sie reguläre Ausdrücke, um Teilzeichenfolgen zu suchen und zu ersetzen"
#. D2qPU
#: sf_string.xhp
@@ -22973,7 +22973,7 @@ msgctxt ""
"par_id611611952070368\n"
"help.text"
msgid "Apply hash algorithms on strings, etc."
-msgstr ""
+msgstr "Anwenden von Hash-Algorithmen auf Zeichenfolgen, …"
#. Nd4es
#: sf_string.xhp
@@ -22982,7 +22982,7 @@ msgctxt ""
"hd_id961579603699855\n"
"help.text"
msgid "Definitions"
-msgstr ""
+msgstr "Definitionen"
#. dQjPv
#: sf_string.xhp
@@ -22991,7 +22991,7 @@ msgctxt ""
"hd_id441579603838777\n"
"help.text"
msgid "Line breaks"
-msgstr ""
+msgstr "Zeilenumbrüche"
#. ePyj2
#: sf_string.xhp
@@ -23000,7 +23000,7 @@ msgctxt ""
"par_id791611946942340\n"
"help.text"
msgid "The <literal>String</literal> service recognizes the following line breaks:"
-msgstr ""
+msgstr "Der Dienst <literal>String</literal> erkennt die folgenden Zeilenumbrüche:"
#. o2TiZ
#: sf_string.xhp
@@ -23009,7 +23009,7 @@ msgctxt ""
"par_id151611947117831\n"
"help.text"
msgid "Symbolic name"
-msgstr ""
+msgstr "Symbolischer Name"
#. fEbm9
#: sf_string.xhp
@@ -23018,7 +23018,7 @@ msgctxt ""
"par_id721611947117831\n"
"help.text"
msgid "ASCII number"
-msgstr ""
+msgstr "ASCII-Nummer"
#. yqVHd
#: sf_string.xhp
@@ -23027,7 +23027,7 @@ msgctxt ""
"par_id761611947117831\n"
"help.text"
msgid "Line feed<br/> Vertical tab<br/> Carriage return<br/> Line feed + Carriage return<br/> File separator<br/> Group separator<br/> Record separator<br/> Next line<br/> Line separator<br/> Paragraph separator"
-msgstr ""
+msgstr "Zeilenvorschub<br/>Vertikaler Tabulator<br/>Wagenrücklauf<br/>Zeilenvorschub + Wagenrücklauf<br/>Dateitrenner<br/>Gruppentrenner<br/>Datensatztrenner<br/>Nächste Zeile<br/>Zeilentrenner<br/>Absatztrenner"
#. WCvgW
#: sf_string.xhp
@@ -23036,7 +23036,7 @@ msgctxt ""
"hd_id161579604225813\n"
"help.text"
msgid "Whitespaces"
-msgstr ""
+msgstr "Leerzeichen"
#. mFfbq
#: sf_string.xhp
@@ -23045,7 +23045,7 @@ msgctxt ""
"par_id401611948279056\n"
"help.text"
msgid "The <literal>String</literal> service recognizes the following whitespaces:"
-msgstr ""
+msgstr "Der Dienst <literal>String</literal> erkennt die folgenden Leerzeichen:"
#. U3GSy
#: sf_string.xhp
@@ -23054,7 +23054,7 @@ msgctxt ""
"par_id151611947117893\n"
"help.text"
msgid "Symbolic name"
-msgstr ""
+msgstr "Symbolischer Name"
#. ZsSFF
#: sf_string.xhp
@@ -23063,7 +23063,7 @@ msgctxt ""
"par_id721611947117855\n"
"help.text"
msgid "ASCII number"
-msgstr ""
+msgstr "ASCII-Nummer"
#. TXAFP
#: sf_string.xhp
@@ -23072,7 +23072,7 @@ msgctxt ""
"par_id761611947117835\n"
"help.text"
msgid "Space<br/> Horizontal tab<br/> Line feed<br/> Vertical tab<br/> Form feed<br/> Carriage return<br/> Next line<br/> No-break space<br/> Line separator<br/> Paragraph separator"
-msgstr ""
+msgstr "Leerzeichen<br/>Horizontaler Tabulator<br/>Zeilenvorschub<br/>Vertikaler Tabulator<br/>Seitenvorschub<br/>Wagenrücklauf<br/>Nächste Zeile<br/>Geschütztes Leerzeichen<br/>Zeilentrennzeichen<br/>Absatztrennzeichen"
#. UPByW
#: sf_string.xhp
@@ -23081,7 +23081,7 @@ msgctxt ""
"hd_id191580480825160\n"
"help.text"
msgid "Escape sequences"
-msgstr ""
+msgstr "Escape-Sequenzen"
#. JD6CK
#: sf_string.xhp
@@ -23090,7 +23090,7 @@ msgctxt ""
"par_id971611949145057\n"
"help.text"
msgid "Below is a list of escape sequences that can be used in strings."
-msgstr ""
+msgstr "Nachfolgend finden Sie eine Liste von Escape-Sequenzen, die in Zeichenfolgen verwendet werden können."
#. D4DjE
#: sf_string.xhp
@@ -23099,7 +23099,7 @@ msgctxt ""
"par_id151611947117287\n"
"help.text"
msgid "Escape Sequence"
-msgstr ""
+msgstr "Escape-Sequenz"
#. xzDai
#: sf_string.xhp
@@ -23108,7 +23108,7 @@ msgctxt ""
"par_id721611947117732\n"
"help.text"
msgid "Symbolic name"
-msgstr ""
+msgstr "Symbolischer Name"
#. rrxV4
#: sf_string.xhp
@@ -23117,7 +23117,7 @@ msgctxt ""
"par_id721611947117144\n"
"help.text"
msgid "ASCII number"
-msgstr ""
+msgstr "ASCII-Nummer"
#. fS24a
#: sf_string.xhp
@@ -23126,7 +23126,7 @@ msgctxt ""
"par_id761611947119834\n"
"help.text"
msgid "Line feed<br/> Carriage return<br/> Horizontal tab"
-msgstr ""
+msgstr "Zeilenvorschub<br/>Wagenrücklauf<br/>Horizontaler Tabulator"
#. wAbkt
#: sf_string.xhp
@@ -23135,7 +23135,7 @@ msgctxt ""
"par_id251611949474763\n"
"help.text"
msgid "To have the escape sequence \"\\n\" interpreted as an actual string, simply use \"\\\\n\" instead of <literal>\"\\\" & Chr(10).</literal>"
-msgstr ""
+msgstr "Um die Escape-Sequenz \"\\n\" als tatsächliche Zeichenfolge interpretieren zu lassen, verwenden Sie einfach \"\\\\n\" anstelle von <literal>\"\\\" & Chr(10)</literal>."
#. AYQbH
#: sf_string.xhp
@@ -23144,7 +23144,7 @@ msgctxt ""
"hd_id771579606799550\n"
"help.text"
msgid "Non-printable characters:"
-msgstr ""
+msgstr "Nicht druckbare Zeichen:"
#. WXEDi
#: sf_string.xhp
@@ -23153,7 +23153,7 @@ msgctxt ""
"par_id531579606877342\n"
"help.text"
msgid "Characters defined in the Unicode Character Database as “Other” or “Separator” are considered as non-printable characters."
-msgstr ""
+msgstr "Zeichen, die in der Unicode-Zeichendatenbank als „Andere“ oder „Trennzeichen“ definiert sind, gelten als nicht druckbare Zeichen."
#. EsBdD
#: sf_string.xhp
@@ -23162,7 +23162,7 @@ msgctxt ""
"par_id221611949584320\n"
"help.text"
msgid "Control characters (ascii code <= 0x1F) are also considered as non-printable."
-msgstr ""
+msgstr "Steuerzeichen (ASCII-Code <= 0x1F) gelten ebenfalls als nicht druckbar."
#. GfNfK
#: sf_string.xhp
@@ -23171,7 +23171,7 @@ msgctxt ""
"hd_id661579604944268\n"
"help.text"
msgid "Quotes inside strings:"
-msgstr ""
+msgstr "Anführungszeichen innerhalb von Zeichenfolgen:"
#. 6KLF9
#: sf_string.xhp
@@ -23180,7 +23180,7 @@ msgctxt ""
"par_id551579605035332\n"
"help.text"
msgid "To add quotes in strings use \\' (single quote) or \\\" (double quote). For example:"
-msgstr ""
+msgstr "Um Anführungszeichen in Zeichenfolgen einzufügen, verwenden Sie \\' (einfaches Anführungszeichen) oder \\\" (doppeltes Anführungszeichen). Beispielsweise:"
#. BKoHN
#: sf_string.xhp
@@ -23189,7 +23189,7 @@ msgctxt ""
"par_id201611949691285\n"
"help.text"
msgid "The string <literal>[str\\'i\\'ng]</literal> is interpreted as <literal>[str'i'ng]</literal>"
-msgstr ""
+msgstr "Die Zeichenfolge <literal>[Ze\\'i\\'chenfolge]</literal> wird als <literal>[Ze'i'chenfolge]</literal> interpretiert"
#. eRosR
#: sf_string.xhp
@@ -23198,7 +23198,7 @@ msgctxt ""
"par_id201611949691323\n"
"help.text"
msgid "The string <literal>[str\\\"i\\\"ng]</literal> is interpreted as <literal>[str\"i\"ng]</literal>"
-msgstr ""
+msgstr "Die Zeichenfolge <literal>[Ze\\\"i\\\"chenfolge]</literal> wird als <literal>[Ze\"i\"chenfolge]</literal> interpretiert"
#. FtzhT
#: sf_string.xhp
@@ -23207,7 +23207,7 @@ msgctxt ""
"hd_id201586594659135\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Dienstaufruf"
#. 4WFve
#: sf_string.xhp
@@ -23216,7 +23216,7 @@ msgctxt ""
"par_id141609955500101\n"
"help.text"
msgid "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
-msgstr ""
+msgstr "Vor der Verwendung des Dienstes <literal>ScriptForge.String</literal> muss die Bibliothek <literal>ScriptForge</literal> geladen werden mit:"
#. znLHV
#: sf_string.xhp
@@ -23225,7 +23225,7 @@ msgctxt ""
"par_id271627158844922\n"
"help.text"
msgid "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service."
-msgstr ""
+msgstr "Durch das Laden der Bibliothek wird das Objekt <literal>SF_String</literal> erstellt, das verwendet werden kann, um die Methoden im Dienst <literal>String</literal> aufzurufen."
#. e2Gty
#: sf_string.xhp
@@ -23234,7 +23234,7 @@ msgctxt ""
"par_id63158659509728\n"
"help.text"
msgid "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):"
-msgstr ""
+msgstr "Die folgenden Codeschnipsel zeigen die drei Möglichkeiten zum Aufrufen von Methoden aus dem Dienst <literal>String</literal> (die Methode <literal>Capitalize</literal> wird als Beispiel verwendet):"
#. UE3DL
#: sf_string.xhp
@@ -23243,7 +23243,7 @@ msgctxt ""
"par_id761627158463235\n"
"help.text"
msgid "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example."
-msgstr ""
+msgstr "Der folgende Codeschnipsel veranschaulicht, wie Methoden aus dem Dienst <literal>String</literal> in Python-Skripten aufgerufen werden. Als Beispiel wird die Methode <literal>IsIPv4</literal> verwendet."
#. GfEcK
#: sf_string.xhp
@@ -23252,7 +23252,7 @@ msgctxt ""
"hd_id651584978211886\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Eigenschaften"
#. qKhL4
#: sf_string.xhp
@@ -23261,7 +23261,7 @@ msgctxt ""
"par_id241611950267068\n"
"help.text"
msgid "The <literal>SF_String</literal> object provides the following properties for Basic scripts:"
-msgstr ""
+msgstr "Das Objekt <literal>SF_String</literal> stellt die folgenden Eigenschaften für Basic-Skripte bereit:"
#. FDjPb
#: sf_string.xhp
@@ -23270,7 +23270,7 @@ msgctxt ""
"par_id271584978211792\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Name"
#. HGYbF
#: sf_string.xhp
@@ -23297,7 +23297,7 @@ msgctxt ""
"par_id71584978715562\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ja"
#. YJA6w
#: sf_string.xhp
@@ -23306,7 +23306,7 @@ msgctxt ""
"par_id581584978715701\n"
"help.text"
msgid "Carriage return: Chr(13)"
-msgstr ""
+msgstr "Wagenrücklauf: Chr(13)"
#. NCbTs
#: sf_string.xhp
@@ -23315,7 +23315,7 @@ msgctxt ""
"par_id211584978211383\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ja"
#. xht7K
#: sf_string.xhp
@@ -23324,7 +23324,7 @@ msgctxt ""
"par_id691584978211774\n"
"help.text"
msgid "Carriage return + Linefeed: Chr(13) & Chr(10)"
-msgstr ""
+msgstr "Wagenrücklauf + Zeilenvorschub: Chr(13) & Chr(10)"
#. ennLs
#: sf_string.xhp
@@ -23333,7 +23333,7 @@ msgctxt ""
"par_id671584978666689\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ja"
#. pdykp
#: sf_string.xhp
@@ -23342,7 +23342,7 @@ msgctxt ""
"par_id951584978666296\n"
"help.text"
msgid "Linefeed: Chr(10)"
-msgstr ""
+msgstr "Zeilenvorschub: Chr(10)"
#. TTF6v
#: sf_string.xhp
@@ -23351,7 +23351,7 @@ msgctxt ""
"par_id421584978666327\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ja"
#. 9djV3
#: sf_string.xhp
@@ -23360,7 +23360,7 @@ msgctxt ""
"par_id901584978666158\n"
"help.text"
msgid "Carriage return + Linefeed, which can be<br/>1) Chr(13) & Chr(10) or <br/>2) Linefeed: Chr(10) <br/>depending on the operating system."
-msgstr ""
+msgstr "Wagenrücklauf + Zeilenvorschub, das je nach Betriebssystem<br/>1) Chr(13) & Chr(10) oder<br/>2) Zeilenvorschub: Chr(10)<br/>sein kann."
#. EMV7g
#: sf_string.xhp
@@ -23369,7 +23369,7 @@ msgctxt ""
"par_id541584978666991\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ja"
#. VrjGQ
#: sf_string.xhp
@@ -23378,7 +23378,7 @@ msgctxt ""
"par_id741584978666508\n"
"help.text"
msgid "Horizontal tabulation: Chr(9)"
-msgstr ""
+msgstr "Horizontale Tabulator: Chr(9)"
#. Ee5CF
#: sf_string.xhp
@@ -23387,7 +23387,7 @@ msgctxt ""
"par_id461584978880380\n"
"help.text"
msgid "You can use the properties above to identify or insert the corresponding characters inside strings. For example, the Linefeed can be replaced by <literal>SF_String.sfLF</literal>."
-msgstr ""
+msgstr "Sie können die obigen Eigenschaften verwenden, um die entsprechenden Zeichen in Zeichenfolgen zu identifizieren oder einzufügen. Beispielsweise kann der Zeilenvorschub mittels <literal>SF_String.sfLF</literal> ersetzt werden."
#. DDXd3
#: sf_string.xhp
@@ -23405,7 +23405,7 @@ msgctxt ""
"par_id151611951803163\n"
"help.text"
msgid "The first argument of most methods is the string to be considered. It is always passed by reference and left unchanged. Methods such as <literal>Capitalize</literal>, <literal>Escape</literal>, etc return a new string after their execution."
-msgstr ""
+msgstr "Das erste Argument der meisten Methoden ist die zu berücksichtigende Zeichenfolge. Sie wird immer als Referenz übergeben und unverändert gelassen. Methoden wie <literal>Capitalize</literal>, <literal>Escape</literal> und so weiter geben nach ihrer Ausführung eine neue Zeichenfolge zurück."
#. PYcny
#: sf_string.xhp
@@ -23414,7 +23414,7 @@ msgctxt ""
"par_id371627158142730\n"
"help.text"
msgid "Because Python has comprehensive built-in string support, most of the methods in the <literal>String</literal> service are available for Basic scripts only. The methods available for Basic and Python are: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> and <literal>Wrap</literal>."
-msgstr ""
+msgstr "Da Python über eine umfassende integrierte Zeichenfolgenunterstützung verfügt, sind die meisten Methoden im Dienst <literal>String</literal> nur für Basic-Skripts verfügbar. Die für Basic und Python verfügbaren Methoden sind: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> und <literal>Wrap</literal>."
#. jaBZR
#: sf_string.xhp
@@ -23423,7 +23423,7 @@ msgctxt ""
"par_id271579683706571\n"
"help.text"
msgid "Capitalizes the first character from each word in the input string."
-msgstr ""
+msgstr "Schreibt das erste Zeichen jedes Wortes in der Eingabezeichenfolge groß."
#. ibgky
#: sf_string.xhp
@@ -23432,7 +23432,7 @@ msgctxt ""
"par_id941582304592013\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be capitalized."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die Zeichenfolge, die groß geschrieben werden soll."
#. DB982
#: sf_string.xhp
@@ -23441,7 +23441,7 @@ msgctxt ""
"par_id891582384556756\n"
"help.text"
msgid "Counts the number of occurrences of a substring or a regular expression within a string."
-msgstr ""
+msgstr "Zählt die Anzahl der Vorkommen einer Teilzeichenfolge oder eines regulären Ausdrucks innerhalb einer Zeichenfolge."
#. DxK5L
#: sf_string.xhp
@@ -23450,7 +23450,7 @@ msgctxt ""
"par_id571582384689863\n"
"help.text"
msgid "<emph>inputstr</emph>: The input string to be examined"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu untersuchende Eingabezeichenfolge"
#. QUeur
#: sf_string.xhp
@@ -23459,7 +23459,7 @@ msgctxt ""
"par_id601582384696486\n"
"help.text"
msgid "<emph>substring</emph>: The substring or the regular expression to be used during search"
-msgstr ""
+msgstr "<emph>substring</emph>: Die Teilzeichenfolge oder der reguläre Ausdruck, die/der während der Suche verwendet werden soll"
#. vGiqm
#: sf_string.xhp
@@ -23468,7 +23468,7 @@ msgctxt ""
"par_id451582384703719\n"
"help.text"
msgid "<emph>isregex</emph>: Use <literal>True</literal> if the substring is a regular expression (Default = <literal>False</literal>)"
-msgstr ""
+msgstr "<emph>isregex</emph>: Verwenden Sie <literal>True</literal>, wenn die Teilzeichenfolge ein regulärer Ausdruck ist (Standard = <literal>False</literal>)"
#. WiFme
#: sf_string.xhp
@@ -23477,7 +23477,7 @@ msgctxt ""
"par_id141582384726168\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph>: Die Suche kann Groß- und Kleinschreibung beachten oder nicht (Standard = <literal>False</literal>)."
#. QcE5q
#: sf_string.xhp
@@ -23486,7 +23486,7 @@ msgctxt ""
"bas_id371582384749769\n"
"help.text"
msgid "'Counts the occurrences of the substring \"or\" inside the input string (returns 2)"
-msgstr ""
+msgstr "' Zählt die Vorkommen der Teilzeichenfolge \"or\" innerhalb der Eingabezeichenfolge (gibt 2 zurück)"
#. XXCR4
#: sf_string.xhp
@@ -23495,7 +23495,7 @@ msgctxt ""
"bas_id561582384801586\n"
"help.text"
msgid "'Counts the number of words with only lowercase letters (returns 7)"
-msgstr ""
+msgstr "' Zählt die Anzahl der Wörter mit nur Kleinbuchstaben (gibt 7 zurück)"
#. aJNDg
#: sf_string.xhp
@@ -23504,7 +23504,7 @@ msgctxt ""
"par_id131612223767126\n"
"help.text"
msgid "To learn more about regular expressions, refer to the Python's documentation on <link href=\"https://docs.python.org/3/library/re.html\" name=\"Regular expressions\">Regular Expression Operations</link>."
-msgstr ""
+msgstr "Weitere Informationen zu regulären Ausdrücken finden Sie in der Python-Dokumentation unter <link href=\"https://docs.python.org/3/library/re.html\" name=\"Regular expressions\">Regular Expression Operations</link> ."
#. CCzMc
#: sf_string.xhp
@@ -23513,7 +23513,7 @@ msgctxt ""
"par_id581579687739629\n"
"help.text"
msgid "Returns <literal>True</literal> if a string ends with a specified substring."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn eine Zeichenfolge mit einer angegebenen Teilzeichenfolge endet."
#. cAmFW
#: sf_string.xhp
@@ -23522,7 +23522,7 @@ msgctxt ""
"par_id21612306392239\n"
"help.text"
msgid "The function returns <literal>False</literal> when either the string or the substring have a length = 0 or when the substring is longer than the string."
-msgstr ""
+msgstr "Die Funktion gibt <literal>False</literal> zurück, wenn entweder die Zeichenfolge oder die Teilzeichenfolge eine Länge = 0 haben oder wenn die Teilzeichenfolge länger als die Zeichenfolge ist."
#. qk5nE
#: sf_string.xhp
@@ -23531,7 +23531,7 @@ msgctxt ""
"par_id191579861552201\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be tested."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu testende Zeichenfolge."
#. ErigR
#: sf_string.xhp
@@ -23540,7 +23540,7 @@ msgctxt ""
"par_id211579861561473\n"
"help.text"
msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>inputstr</literal>."
-msgstr ""
+msgstr "<emph>substring</emph>: Die zu durchsuchende Teilzeichenfolge am Ende von <literal>inputstr</literal>."
#. 4DKkW
#: sf_string.xhp
@@ -23549,7 +23549,7 @@ msgctxt ""
"par_id801579861574009\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph>: Die Suche kann Groß- und Kleinschreibung beachten oder nicht (Standard = <literal>False</literal>)."
#. gn2F8
#: sf_string.xhp
@@ -23558,7 +23558,7 @@ msgctxt ""
"bas_id811579862998452\n"
"help.text"
msgid "'Returns True because the method was called with the default CaseSensitive = False"
-msgstr ""
+msgstr "' Gibt \"True\" zurück, weil die Methode mit dem Standard \"CaseSensitive = False\" aufgerufen wurde"
#. vJDmx
#: sf_string.xhp
@@ -23567,7 +23567,7 @@ msgctxt ""
"bas_id231579863168747\n"
"help.text"
msgid "'Returns False due to the CaseSensitive parameter"
-msgstr ""
+msgstr "' Gibt aufgrund des Parameters \"CaseSensitive\" \"False\" zurück"
#. zThMM
#: sf_string.xhp
@@ -23576,7 +23576,7 @@ msgctxt ""
"par_id921585921441429\n"
"help.text"
msgid "Converts linebreaks and tabs contained in the input string to their equivalent escaped sequence (\\\\, \\n, \\r, \\t)."
-msgstr ""
+msgstr "Konvertiert Zeilenumbrüche und Tabulatoren, die in der Eingabezeichenfolge enthalten sind, in ihre entsprechende Escape-Sequenz (\\\\, \\n, \\r, \\t)."
#. kBiBE
#: sf_string.xhp
@@ -23585,7 +23585,7 @@ msgctxt ""
"par_id9158592144110\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be converted."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu konvertierende Zeichenfolge."
#. cpLKD
#: sf_string.xhp
@@ -23594,7 +23594,7 @@ msgctxt ""
"bas_id901585921441483\n"
"help.text"
msgid "'Returns the string \"abc\\n\\tdef\\\\n\""
-msgstr ""
+msgstr "' Gibt die Zeichenfolge \"abc\\n\\tdef\\\\n\" zurück"
#. ADN8M
#: sf_string.xhp
@@ -23603,7 +23603,7 @@ msgctxt ""
"par_id271579868053137\n"
"help.text"
msgid "Replaces Tab characters <literal>Chr(9)</literal> by space characters to replicate the behavior of tab stops."
-msgstr ""
+msgstr "Ersetzt Tabulatoren <literal>Chr(9)</literal> durch Leerzeichen, um das Verhalten von Tabulatoren zu replizieren."
#. Eb23Z
#: sf_string.xhp
@@ -23612,7 +23612,7 @@ msgctxt ""
"par_id951579868064344\n"
"help.text"
msgid "If a line break is found, a new line is started and the character counter is reset."
-msgstr ""
+msgstr "Wird ein Zeilenumbruch gefunden, wird eine neue Zeile begonnen und der Zeichenzähler zurückgesetzt."
#. E73Ko
#: sf_string.xhp
@@ -23621,7 +23621,7 @@ msgctxt ""
"par_id231579868290408\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be expanded"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu erweiternde Zeichenfolge"
#. 9dyYc
#: sf_string.xhp
@@ -23630,7 +23630,7 @@ msgctxt ""
"par_id281579868299807\n"
"help.text"
msgid "<emph>tabsize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)"
-msgstr ""
+msgstr "<emph>tabsize</emph>: Mit diesem Parameter werden die Tabulatoren bestimmt nach der Formel: TabSize + 1, 2 * TabSize + 1 , … N * TabSize + 1 (Standard = 8)"
#. GUoE8
#: sf_string.xhp
@@ -23639,7 +23639,7 @@ msgctxt ""
"par_id161579874552729\n"
"help.text"
msgid "Replaces all non-printable characters in the input string by a given character."
-msgstr ""
+msgstr "Ersetzt alle nicht druckbaren Zeichen in der Eingabezeichenfolge durch ein vorgegebenes Zeichen."
#. GpHwp
#: sf_string.xhp
@@ -23648,7 +23648,7 @@ msgctxt ""
"par_id431579874633865\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be searched"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu durchsuchende Zeichenfolge"
#. GttDN
#: sf_string.xhp
@@ -23657,7 +23657,7 @@ msgctxt ""
"par_id31579874656437\n"
"help.text"
msgid "<emph>replacedby</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>inputstr</literal> (Default = \"\")"
-msgstr ""
+msgstr "<emph>replacedby</emph>: Null, ein oder mehrere Zeichen, die alle nicht druckbaren Zeichen in <literal>inputstr</literal> ersetzen (Standard = \"\")"
#. W44TL
#: sf_string.xhp
@@ -23666,7 +23666,7 @@ msgctxt ""
"par_id1001579876228707\n"
"help.text"
msgid "Finds in a string a substring matching a given regular expression."
-msgstr ""
+msgstr "Findet in einer Zeichenfolge eine Teilzeichenfolge, die mit einem vorgegebenen regulären Ausdruck übereinstimmt."
#. aq28M
#: sf_string.xhp
@@ -23675,7 +23675,7 @@ msgctxt ""
"par_id131579876314120\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be searched"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu durchsuchende Zeichenfolge"
#. hRrBB
#: sf_string.xhp
@@ -23684,7 +23684,7 @@ msgctxt ""
"par_id751579876371545\n"
"help.text"
msgid "<emph>regex</emph>: The regular expression"
-msgstr ""
+msgstr "<emph>regex</emph>: Der reguläre Ausdruck"
#. y2Fqs
#: sf_string.xhp
@@ -23693,7 +23693,7 @@ msgctxt ""
"par_id881579876394584\n"
"help.text"
msgid "<emph>start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>start</literal> will be set to 0."
-msgstr ""
+msgstr "<emph>start</emph>: Die Position in der Zeichenfolge, an der die Suche beginnt. Dieser Parameter wird als Referenz übergeben, sodass nach der Ausführung der Wert von <literal>start</literal> auf das erste Zeichen der gefundenen Teilzeichenfolge zeigt. Wenn keine passende Teilzeichenfolge gefunden wird, wird <literal>start</literal> auf 0 gesetzt."
#. yZMDg
#: sf_string.xhp
@@ -23702,7 +23702,7 @@ msgctxt ""
"par_id251579876403831\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph>: Die Suche kann Groß- und Kleinschreibung beachten oder nicht (Standard = <literal>False</literal>)."
#. A4JC7
#: sf_string.xhp
@@ -23711,7 +23711,7 @@ msgctxt ""
"par_id841579876412287\n"
"help.text"
msgid "<emph>forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)"
-msgstr ""
+msgstr "<emph>forward</emph>: Bestimmt die Suchrichtung. Wenn <literal>True</literal>, geht die Suche vorwärts. Wenn <literal>False</literal>, geht die Suche rückwärts (Standard = <literal>True</literal>)"
#. SkaCi
#: sf_string.xhp
@@ -23720,7 +23720,7 @@ msgctxt ""
"par_id451612309155653\n"
"help.text"
msgid "At the first iteration, if <literal>forward = True</literal>, then <literal>start</literal> should be equal to 1, whereas if <literal>forward = False</literal> then <literal>start</literal> should be equal to <literal>Len(inputstr)</literal>"
-msgstr ""
+msgstr "Bei der ersten Wiederholung, wenn <literal>forward = True</literal>, sollte <literal>start</literal> gleich 1 sein, wohingegen, wenn <literal>forward = False</literal> ist, sollte <literal>start</literal> gleich <literal>Len(inputstr)</literal> sein."
#. gv3oo
#: sf_string.xhp
@@ -23729,7 +23729,7 @@ msgctxt ""
"par_id221612309579001\n"
"help.text"
msgid "In the example above, the new value of <literal>lStart</literal> can be used to keep searching the same input string by setting the <literal>Start</literal> parameter to <literal>lStart + Len(result)</literal> at the next iteration."
-msgstr ""
+msgstr "Im obigen Beispiel kann der neue Wert von <literal>lStart</literal> verwendet werden, um weiterhin dieselbe Eingabezeichenfolge zu suchen, indem der Parameter <literal>Start</literal> bei der nächsten Wiederholung auf <literal>lStart + Len(result)</literal> gesetzt wird."
#. qAkN4
#: sf_string.xhp
@@ -23738,7 +23738,7 @@ msgctxt ""
"par_id471601048983628\n"
"help.text"
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
-msgstr ""
+msgstr "Hash-Funktionen werden in einigen kryptografischen Algorithmen, in digitalen Signaturen, Nachrichtenauthentifizierungscodes, Manipulationserkennung, Fingerabdrücken, Prüfsummen (Nachrichtenintegritätsprüfung), Hash-Tabellen, Kennwortspeicherung und vielem mehr verwendet."
#. HupGD
#: sf_string.xhp
@@ -23747,7 +23747,7 @@ msgctxt ""
"par_id301601048983765\n"
"help.text"
msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
-msgstr ""
+msgstr "Die Methode <literal>HashStr</literal> gibt das Ergebnis einer Hash-Funktion, die auf eine gegebene Zeichenfolge angewendet wird und einen angegebenen Algorithmus verwendet, als eine Zeichenfolge aus hexadezimalen Ziffern in Kleinbuchstaben zurück."
#. ZRZEF
#: sf_string.xhp
@@ -23756,7 +23756,7 @@ msgctxt ""
"par_id631601048983149\n"
"help.text"
msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
-msgstr ""
+msgstr "Die unterstützten Hash-Algorithmen sind: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> und <literal>SHA512</literal>."
#. yUmmb
#: sf_string.xhp
@@ -23765,7 +23765,7 @@ msgctxt ""
"par_id621601048983210\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu hashende Zeichenfolge. Es wird angenommen, dass es in UTF-8 codiert ist. Der Hash-Algorithmus betrachtet die Zeichenfolge als eine Folge von Bytes."
#. nuQRb
#: sf_string.xhp
@@ -23774,7 +23774,7 @@ msgctxt ""
"par_id941601048983822\n"
"help.text"
msgid "<emph>algorithm</emph>: One of the supported algorithms listed above, passed as a string."
-msgstr ""
+msgstr "<emph>algorithm</emph>: Einer der oben aufgeführten unterstützten Algorithmen, der als Zeichenfolge übergeben wird."
#. TXGmB
#: sf_string.xhp
@@ -23783,7 +23783,7 @@ msgctxt ""
"par_id221579879516929\n"
"help.text"
msgid "Encodes the input string into the HTML character codes, replacing special characters by their <literal>&</literal> counterparts."
-msgstr ""
+msgstr "Kodiert die Eingabezeichenfolge in die HTML-Zeichencodes und ersetzt Sonderzeichen durch ihre Entsprechungen mit <literal>&</literal>."
#. YNfid
#: sf_string.xhp
@@ -23792,7 +23792,7 @@ msgctxt ""
"par_id341612351999692\n"
"help.text"
msgid "For example, the character <literal>é</literal> would be replaced by <literal>&eacute;</literal> or an equivalent numerical HTML code."
-msgstr ""
+msgstr "Beispielsweise würde das Zeichen <literal>é</literal> durch <literal>&eacute;</literal> oder einen entsprechenden numerischen HTML-Code ersetzt."
#. CGFQH
#: sf_string.xhp
@@ -23801,7 +23801,7 @@ msgctxt ""
"bas_id501579879570781\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to encode."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu codierende Zeichenfolge."
#. jpv97
#: sf_string.xhp
@@ -23810,7 +23810,7 @@ msgctxt ""
"par_id171579880990533\n"
"help.text"
msgid "Returns <literal>True</literal> if the input string is a valid date according to a specified date format."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Eingabezeichenfolge ein gültiges Datum gemäß einem angegebenen Datumsformat ist."
#. tBGBH
#: sf_string.xhp
@@ -23819,7 +23819,7 @@ msgctxt ""
"par_id151579881091821\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück"
#. nmTv3
#: sf_string.xhp
@@ -23828,7 +23828,7 @@ msgctxt ""
"par_id991579881107670\n"
"help.text"
msgid "<emph>dateformat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\""
-msgstr ""
+msgstr "<emph>dateformat</emph>: Das Datumsformat als Zeichenfolge. Kann \"YYYY-MM-DD\" (Standard), \"DD-MM-YYYY\" oder \"MM-DD-YYYY\" sein"
#. GvZLC
#: sf_string.xhp
@@ -23837,7 +23837,7 @@ msgctxt ""
"par_id291579881117126\n"
"help.text"
msgid "The dash (-) may be replaced by a dot (.), a slash (/) or a space."
-msgstr ""
+msgstr "Der Bindestrich (-) kann durch einen Punkt (.), einen Schrägstrich (/) oder ein Leerzeichen ersetzt werden."
#. yCA3T
#: sf_string.xhp
@@ -23846,7 +23846,7 @@ msgctxt ""
"par_id51579881125801\n"
"help.text"
msgid "If the format is invalid, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "Wenn das Format ungültig ist, gibt die Methode <literal>False</literal> zurück."
#. qFmWW
#: sf_string.xhp
@@ -23855,7 +23855,7 @@ msgctxt ""
"par_id211612370427721\n"
"help.text"
msgid "This method checks the format of the input string without performing any calendar-specific checks. Hence it does not test the input string for leap years or months with 30 or 31 days. For that, refer to the <link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate function\"><literal>IsDate</literal> built-in function</link>."
-msgstr ""
+msgstr "Diese Methode prüft das Format der Eingabezeichenfolge, ohne kalenderspezifische Prüfungen durchzuführen. Daher wird die Eingabezeichenfolge nicht auf Schaltjahre oder Monate mit 30 oder 31 Tagen getestet. Siehe hierzu die integrierte Funktion <link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate function\"><literal>IsDate</literal></link>."
#. DJQFQ
#: sf_string.xhp
@@ -23864,7 +23864,7 @@ msgctxt ""
"par_id181612371147364\n"
"help.text"
msgid "The example below shows the difference between the methods <literal>IsADate</literal> (ScriptForge) and the <literal>IsDate</literal> (built-in) function."
-msgstr ""
+msgstr "Das folgende Beispiel zeigt den Unterschied zwischen den Methoden <literal>IsADate</literal> (ScriptForge) und der Funktion <literal>IsDate</literal> (eingebaut)."
#. hAADi
#: sf_string.xhp
@@ -23873,7 +23873,7 @@ msgctxt ""
"par_id161579881600317\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are alphabetic."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge alphabetisch sind."
#. Cpeo3
#: sf_string.xhp
@@ -23882,7 +23882,7 @@ msgctxt ""
"par_id251579881615469\n"
"help.text"
msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>."
-msgstr ""
+msgstr "Alphabetische Zeichen sind die Zeichen, die in der <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode-Zeichendatenbank</link> als <literal>Buchstaben</literal> definiert sind."
#. a9rTa
#: sf_string.xhp
@@ -23891,7 +23891,7 @@ msgctxt ""
"par_id11579881691826\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. KaLGv
#: sf_string.xhp
@@ -23900,7 +23900,7 @@ msgctxt ""
"par_id421579883181382\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are alphabetic, digits or \"_\" (underscore). The first character must not be a digit."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge alphabetisch, Ziffern oder \"_\" (Unterstrich) sind. Das erste Zeichen darf keine Ziffer sein."
#. BAEB4
#: sf_string.xhp
@@ -23909,7 +23909,7 @@ msgctxt ""
"par_id31579884464101\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. qAZpA
#: sf_string.xhp
@@ -23918,7 +23918,7 @@ msgctxt ""
"par_id671580039484786\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are Ascii characters."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge ASCII-Zeichen sind."
#. 3DNou
#: sf_string.xhp
@@ -23927,7 +23927,7 @@ msgctxt ""
"par_id791580039528838\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. iuPF4
#: sf_string.xhp
@@ -23936,7 +23936,7 @@ msgctxt ""
"par_id861580044805749\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are digits."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge Ziffern sind."
#. yU7cc
#: sf_string.xhp
@@ -23945,7 +23945,7 @@ msgctxt ""
"par_id41580044873043\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. J8Ykx
#: sf_string.xhp
@@ -23954,7 +23954,7 @@ msgctxt ""
"par_id521580045221758\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid email address."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Zeichenfolge eine gültige E-Mail-Adresse ist."
#. 8Pxsn
#: sf_string.xhp
@@ -23963,7 +23963,7 @@ msgctxt ""
"par_id841580045280071\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. R6MsU
#: sf_string.xhp
@@ -23972,7 +23972,7 @@ msgctxt ""
"par_id41580047039666\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid filename in a given operating system."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Zeichenfolge ein gültiger Dateiname in einem bestimmten Betriebssystem ist."
#. aQbRF
#: sf_string.xhp
@@ -23981,7 +23981,7 @@ msgctxt ""
"par_id801580047079938\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. jWMpJ
#: sf_string.xhp
@@ -23990,7 +23990,7 @@ msgctxt ""
"par_id781580047088954\n"
"help.text"
msgid "<emph>osname</emph>: The operating system name, as a string. It can be \"WINDOWS\", \"LINUX\", \"MACOSX\" or \"SOLARIS\"."
-msgstr ""
+msgstr "<emph>osname</emph>: Der Name des Betriebssystems als Zeichenfolge. Kann \"WINDOWS\", \"LINUX\", \"MACOSX\" oder \"SOLARIS\" sein."
#. GnrxA
#: sf_string.xhp
@@ -23999,7 +23999,7 @@ msgctxt ""
"par_id991612372824234\n"
"help.text"
msgid "The default value is the current operating system on which the script is running."
-msgstr ""
+msgstr "Der Standardwert ist das aktuelle Betriebssystem, auf dem das Skript ausgeführt wird."
#. FPuAV
#: sf_string.xhp
@@ -24008,7 +24008,7 @@ msgctxt ""
"par_id911580047551929\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are hexadecimal digits."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge Hexadezimalziffern sind."
#. hWqAh
#: sf_string.xhp
@@ -24017,7 +24017,7 @@ msgctxt ""
"par_id331580047594144\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. kEz4y
#: sf_string.xhp
@@ -24026,7 +24026,7 @@ msgctxt ""
"par_id521612377109554\n"
"help.text"
msgid "The hexadecimal digits may be prefixed with \"0x\" or \"&H\"."
-msgstr ""
+msgstr "Den Hexadezimalziffern kann „0x“ oder „&H“ vorangestellt werden."
#. 3WKNf
#: sf_string.xhp
@@ -24035,7 +24035,7 @@ msgctxt ""
"par_id791584008420941\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Zeichenfolge eine gültige internationale Bankkontonummer (IBAN) ist. Beim Vergleich wird die Groß-/Kleinschreibung nicht beachtet."
#. DnC6i
#: sf_string.xhp
@@ -24044,7 +24044,7 @@ msgctxt ""
"par_id951880048466565\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. VgT3x
#: sf_string.xhp
@@ -24053,7 +24053,7 @@ msgctxt ""
"par_id631619526542367\n"
"help.text"
msgid "<literal>True</literal> if the string contains a valid IBAN number."
-msgstr ""
+msgstr "<literal>True</literal>, wenn die Zeichenfolge eine gültige IBAN-Nummer enthält."
#. CcTNk
#: sf_string.xhp
@@ -24062,7 +24062,7 @@ msgctxt ""
"par_id791580048420941\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid IP(v4) address."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Zeichenfolge eine gültige IP(v4)-Adresse ist."
#. rMpXB
#: sf_string.xhp
@@ -24071,7 +24071,7 @@ msgctxt ""
"par_id981580048466565\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. yWHew
#: sf_string.xhp
@@ -24080,7 +24080,7 @@ msgctxt ""
"par_id831580049093038\n"
"help.text"
msgid "Returns <literal>True</literal> if the whole input string matches a given pattern containing wildcards."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die gesamte Eingabezeichenfolge mit einem bestimmten Muster übereinstimmt, das Platzhalter enthält."
#. PzigS
#: sf_string.xhp
@@ -24089,7 +24089,7 @@ msgctxt ""
"par_id141580049142548\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. XEBzh
#: sf_string.xhp
@@ -24098,7 +24098,7 @@ msgctxt ""
"par_id31580049154551\n"
"help.text"
msgid "<emph>pattern</emph>: The pattern as a string. Wildcards are:"
-msgstr ""
+msgstr "<emph>pattern</emph>: Das Muster als Zeichenfolge. Platzhalter sind:"
#. ZCzDP
#: sf_string.xhp
@@ -24107,7 +24107,7 @@ msgctxt ""
"par_id181612441703306\n"
"help.text"
msgid "\"?\" represents any single character;"
-msgstr ""
+msgstr "\"?\" stellt ein beliebiges einzelnes Zeichen dar;"
#. CFPcW
#: sf_string.xhp
@@ -24116,7 +24116,7 @@ msgctxt ""
"par_id861612377611438\n"
"help.text"
msgid "\"*\" represents zero, one, or multiple characters."
-msgstr ""
+msgstr "\"*\" steht für null, ein oder mehrere Zeichen."
#. eLYBF
#: sf_string.xhp
@@ -24125,7 +24125,7 @@ msgctxt ""
"par_id991580049206617\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph>: Die Suche kann Groß- und Kleinschreibung beachten oder nicht (Standard = <literal>False</literal>)."
#. kSMmn
#: sf_string.xhp
@@ -24134,7 +24134,7 @@ msgctxt ""
"par_id581580050048679\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are in lowercase. Non-alphabetic characters are ignored."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge in Kleinbuchstaben geschrieben sind. Nicht alphabetische Zeichen werden ignoriert."
#. nWGvX
#: sf_string.xhp
@@ -24143,7 +24143,7 @@ msgctxt ""
"par_id751580050122938\n"
"help.text"
msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>InputStr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. BzD3y
#: sf_string.xhp
@@ -24152,7 +24152,7 @@ msgctxt ""
"par_id231580051650488\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are printable."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge druckbar sind."
#. gUhut
#: sf_string.xhp
@@ -24161,7 +24161,7 @@ msgctxt ""
"par_id721580051706431\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. HYBp5
#: sf_string.xhp
@@ -24170,7 +24170,7 @@ msgctxt ""
"par_id281580052400960\n"
"help.text"
msgid "Returns <literal>True</literal> if the whole input string matches a given regular expression."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die gesamte Eingabezeichenfolge mit einem gegebenen regulären Ausdruck übereinstimmt."
#. ZuBxC
#: sf_string.xhp
@@ -24179,7 +24179,7 @@ msgctxt ""
"par_id161580052454770\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. mi4mi
#: sf_string.xhp
@@ -24188,7 +24188,7 @@ msgctxt ""
"par_id581580052467973\n"
"help.text"
msgid "<emph>regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>regex</emph>: Der reguläre Ausdruck. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. vmqZM
#: sf_string.xhp
@@ -24197,7 +24197,7 @@ msgctxt ""
"par_id621580052654341\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph>: Die Suche kann Groß- und Kleinschreibung beachten oder nicht (Standard = <literal>False</literal>)."
#. iZSEw
#: sf_string.xhp
@@ -24206,7 +24206,7 @@ msgctxt ""
"par_id1001589460240467\n"
"help.text"
msgid "Returns <literal>True</literal> if the input string is a valid Calc sheet name."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Eingabezeichenfolge ein gültiger Calc-Tabellenname ist."
#. xPFLm
#: sf_string.xhp
@@ -24215,7 +24215,7 @@ msgctxt ""
"par_id671589460240552\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. uE5gz
#: sf_string.xhp
@@ -24224,7 +24224,7 @@ msgctxt ""
"par_id551612442002823\n"
"help.text"
msgid "A sheet name must not contain the characters [ ] * ? : / \\ or the character ' (apostrophe) as first or last character."
-msgstr ""
+msgstr "Ein Tabellenname darf nicht die Zeichen [ ] * ? : / \\ oder das Zeichen ' (Apostroph) als erstes oder letztes Zeichen enthalten."
#. ALdgg
#: sf_string.xhp
@@ -24233,7 +24233,7 @@ msgctxt ""
"par_id371580293093655\n"
"help.text"
msgid "Returns <literal>True</literal> if the first character of every word is in uppercase and the other characters are in lowercase."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn das erste Zeichen jedes Wortes in Großbuchstaben und die anderen Zeichen in Kleinbuchstaben geschrieben sind."
#. uVF9U
#: sf_string.xhp
@@ -24242,7 +24242,7 @@ msgctxt ""
"par_id471580293142283\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. 7Ryzp
#: sf_string.xhp
@@ -24251,7 +24251,7 @@ msgctxt ""
"par_id801580128672004\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are in uppercase. Non alphabetic characters are ignored."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge in Großbuchstaben geschrieben sind. Nicht alphabetische Zeichen werden ignoriert."
#. HFDCW
#: sf_string.xhp
@@ -24260,7 +24260,7 @@ msgctxt ""
"par_id391580128736809\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. BTRpG
#: sf_string.xhp
@@ -24269,7 +24269,7 @@ msgctxt ""
"par_id531580132067813\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid absolute URL (Uniform Resource Locator) address. Only the http, https and ftp protocols are supported."
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn die Zeichenfolge eine gültige absolute URL-Adresse (Uniform Resource Locator) ist. Es werden nur die Protokolle http, https und ftp unterstützt."
#. HrFqG
#: sf_string.xhp
@@ -24278,7 +24278,7 @@ msgctxt ""
"par_id321580132113593\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. wBAqG
#: sf_string.xhp
@@ -24287,7 +24287,7 @@ msgctxt ""
"par_id41580132491698\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are whitespaces"
-msgstr ""
+msgstr "Gibt <literal>True</literal> zurück, wenn alle Zeichen in der Zeichenfolge Leerzeichen sind"
#. JDD85
#: sf_string.xhp
@@ -24296,7 +24296,7 @@ msgctxt ""
"par_id801580132535511\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Die zu prüfende Zeichenfolge. Wenn leer, gibt die Methode <literal>False</literal> zurück."
#. 7EBbA
#: sf_string.xhp
@@ -24305,7 +24305,7 @@ msgctxt ""
"par_id891580133307100\n"
"help.text"
msgid "Returns the input string center-justified."
-msgstr ""
+msgstr "Gibt die Eingabezeichenfolge zentriert zurück."
#. TLmnE
#: sf_string.xhp
@@ -24314,7 +24314,7 @@ msgctxt ""
"par_id571612380829021\n"
"help.text"
msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>length</literal> with the character <literal>padding</literal>."
-msgstr ""
+msgstr "Die führenden und abschließenden Leerzeichen werden entfernt und die restlichen Zeichen werden links und rechts bis zu einer angegebenen Gesamtlänge <literal>lenght</literal> mit dem Zeichen <literal>padding</literal> aufgefüllt."
#. 4uuQT
#: sf_string.xhp
@@ -24341,7 +24341,7 @@ msgctxt ""
"par_id511612381090109\n"
"help.text"
msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "Wenn die angegebene Länge kürzer als die zentrierte Eingabezeichenfolge ist, wird die zurückgegebene Zeichenfolge abgeschnitten."
#. fys4j
#: sf_string.xhp
@@ -24359,7 +24359,7 @@ msgctxt ""
"par_id911580135466348\n"
"help.text"
msgid "Returns the input string left-justified."
-msgstr ""
+msgstr "Gibt die Eingabezeichenfolge linksbündig zurück."
#. 9KeCE
#: sf_string.xhp
@@ -24395,7 +24395,7 @@ msgctxt ""
"par_id161612381664182\n"
"help.text"
msgid "If the specified length is shorter than the left-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "Wenn die angegebene Länge kürzer als die linksbündige Eingabezeichenfolge ist, wird die zurückgegebene Zeichenfolge abgeschnitten."
#. wBnmv
#: sf_string.xhp
@@ -24413,7 +24413,7 @@ msgctxt ""
"par_id821580136091225\n"
"help.text"
msgid "Returns the input string right-justified."
-msgstr ""
+msgstr "Gibt den Eingabestring rechtsbündig zurück."
#. 4fG7c
#: sf_string.xhp
@@ -24449,7 +24449,7 @@ msgctxt ""
"par_id191612381732163\n"
"help.text"
msgid "If the specified length is shorter than the right-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "Wenn die angegebene Länge kürzer als die rechtsbündige Eingabezeichenfolge ist, wird die zurückgegebene Zeichenfolge abgeschnitten."
#. LtcVG
#: sf_string.xhp
@@ -24467,7 +24467,7 @@ msgctxt ""
"par_id251580136888958\n"
"help.text"
msgid "Returns the input string enclosed in single or double quotes. Existing quotes are left unchanged, including leading and/or trailing quotes."
-msgstr ""
+msgstr "Gibt die in einfache oder doppelte Anführungszeichen eingeschlossene Eingabezeichenfolge zurück. Vorhandene Anführungszeichen werden unverändert gelassen, einschließlich vorangestellter und/oder nachgestellter Anführungszeichen."
#. YBvt4
#: sf_string.xhp
@@ -24494,7 +24494,7 @@ msgctxt ""
"par_id911612382537087\n"
"help.text"
msgid "This method can be useful while preparing a string field to be stored in a csv-like file, which requires that text values be enclosed with single or double quotes."
-msgstr ""
+msgstr "Diese Methode kann nützlich sein, wenn ein Zeichenfolgenfeld vorbereitet wird, das in einer CSV-ähnlichen Datei gespeichert werden soll, was erfordert, dass Textwerte in einfache oder doppelte Anführungszeichen gesetzt werden."
#. 8Rr4M
#: sf_string.xhp
@@ -24503,7 +24503,7 @@ msgctxt ""
"par_id951580139124650\n"
"help.text"
msgid "Replaces all occurrences of the characters specified in the <literal>Before</literal> parameter by the corresponding characters specified in <literal>After</literal>."
-msgstr ""
+msgstr "Ersetzt alle Vorkommen der im Parameter <literal>Before</literal> angegebenen Zeichen durch die entsprechenden Zeichen, die in <literal>After</literal> angegeben sind."
#. 5hn2y
#: sf_string.xhp
@@ -24512,7 +24512,7 @@ msgctxt ""
"par_id1001612384040018\n"
"help.text"
msgid "If the length of <literal>Before</literal> is greater than the length of <literal>After</literal>, the residual characters in <literal>Before</literal> are replaced by the last character in <literal>After</literal>."
-msgstr ""
+msgstr "Wenn die Länge von <literal>Before</literal> größer als die Länge von <literal>After</literal> ist, werden die Restzeichen in <literal>Before</literal> durch das letzte Zeichen in <literal>After</literal> ersetzt."
#. DD2CL
#: sf_string.xhp
@@ -24548,7 +24548,7 @@ msgctxt ""
"bas_id921580139218457\n"
"help.text"
msgid "' Replaces accented characters"
-msgstr ""
+msgstr "' Ersetzt akzentuierte Zeichen"
#. 5ww5A
#: sf_string.xhp
@@ -24557,7 +24557,7 @@ msgctxt ""
"par_id151612442904499\n"
"help.text"
msgid "The <literal>SF_String</literal> service provides useful public constants for the Latin character sets, as shown in the example below:"
-msgstr ""
+msgstr "Der Dienst <literal>SF_String</literal> stellt nützliche öffentliche Konstanten für die lateinischen Zeichensätze bereit, wie im folgenden Beispiel gezeigt:"
#. 9SPjv
#: sf_string.xhp
@@ -24566,7 +24566,7 @@ msgctxt ""
"par_id671580140272818\n"
"help.text"
msgid "Replaces all occurrences of a given regular expression by a new string."
-msgstr ""
+msgstr "Ersetzt alle Vorkommen eines bestimmten regulären Ausdrucks durch eine neue Zeichenfolge."
#. ujCyu
#: sf_string.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index 9717e15b88a..b0f8770fdf1 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-11 13:16+0000\n"
"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/de/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Zeigt eine Liste der Tabellen im aktuellen Dokument an. Verwenden Sie Pfeil nach oben/unten, um eine Tabelle in dieser Liste hervorzuheben. Um eine Tabelle der Auswahl hinzuzufügen, halten Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline> gedrückt, während Sie Pfeil nach oben/unten drücken, und drücken Sie dann die Leertaste. Aufeinander folgende Tabellen wählen Sie mittels Umschalt und Pfeil nach oben/unten aus.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,14 +56185,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Für eine positive Zahl rundet die Funktion auf (von Null weg). Bei einer negativen Zahl rundet die Funktion ebenfalls auf (gegen Null). Das Vorzeichen von Schrittweite wird ignoriert."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Diese Funktion berechnet identische Ergebnisse wie die Funktion <link href=\"#Section312\" name=\"isoceiling\">ISO.OBERGRENZE</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56401,14 +56473,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Für eine positive Zahl rundet die Funktion auf (von Null weg). Für eine negative Zahl rundet die Funktion auf (zu Null hin). Das Vorzeichen der Schrittweite wird ignoriert."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Diese Funktion berechnet identische Ergebnisse zu der Funktion <link href=\"#Section311\" name=\"ceilingprecise\">OBERGRENZE.GENAU</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Text</emph>: Ein Text oder ein Bezug zu einer Zelle, auf welche der reguläre Ausdruck angewendet werden soll."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,14 +67714,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Solver-Einstellungen"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Die Einstellungen des Dialogs bleiben erhalten, bis Sie das aktuelle Dokument schließen."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve Referenzhandbuch in sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/guide.po b/source/de/helpcontent2/source/text/scalc/guide.po
index 3c07e37def0..332313f40f7 100644
--- a/source/de/helpcontent2/source/text/scalc/guide.po
+++ b/source/de/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-04 12:33+0100\n"
-"PO-Revision-Date: 2022-05-10 09:32+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/de/>\n"
"Language: de\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1565411177.000000\n"
#. NXy6S
@@ -446,7 +446,7 @@ msgctxt ""
"par_idN106CE\n"
"help.text"
msgid "Select the range of cells to which the AutoFormat style is to be applied. The range must be at least 3 columns and 3 rows in size."
-msgstr ""
+msgstr "Wählen Sie den Zellbereich aus, auf den die AutoFormat-Vorlage angewendet werden soll. Der Bereich muss mindestens 3 Spalten und 3 Zeilen groß sein."
#. 6GCsB
#: autoformat.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"par_idN106D5\n"
"help.text"
msgid "Go to <menuitem>Format - AutoFormat Styles</menuitem> to open the AutoFormat dialog."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Format – AutoFormat…</menuitem>, um den Dialog AutoFormat zu öffnen."
#. CXiex
#: autoformat.xhp
@@ -464,7 +464,7 @@ msgctxt ""
"par_id771630333791025\n"
"help.text"
msgid "In the <emph>Format</emph> list choose the AutoFormat style to apply."
-msgstr ""
+msgstr "Wählen Sie in der Liste <emph>Format</emph> die zu verwendende AutoFormat-Vorlage."
#. tCZL9
#: autoformat.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_id3151242\n"
"help.text"
msgid "In the <emph>Formatting</emph> section choose which properties from the AutoFormat style to apply to the selected cell range."
-msgstr ""
+msgstr "In dem Bereich <emph>Formatierung</emph> wählen Sie, welche Eigenschaften aus der AutoFormat-Vorlage auf den ausgewählten Zellbereich angewendet werden sollen."
#. rgXQa
#: autoformat.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"par_idN10715\n"
"help.text"
msgid "Click <emph>OK</emph> to apply the AutoFormat style and close the dialog."
-msgstr ""
+msgstr "Klicken Sie auf <emph>OK</emph>, um die AutoFormat-Vorlage anzuwenden und den Dialog zu schließen."
#. EAyCv
#: autoformat.xhp
@@ -491,7 +491,7 @@ msgctxt ""
"par_id3149210\n"
"help.text"
msgid "In case the color of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled."
-msgstr ""
+msgstr "Falls sich die Farbe des Zellinhalts nicht ändert, stellen Sie sicher, dass <menuitem>Ansicht – Werte hervorheben</menuitem> deaktiviert ist."
#. ovMm9
#: autoformat.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"bm_id11630343392868\n"
"help.text"
msgid "<bookmark_value>defining;AutoFormat styles</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Definieren; AutoFormat-Vorlage</bookmark_value>"
#. 5DZHa
#: autoformat.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"hd_id731630343367098\n"
"help.text"
msgid "Defining a new AutoFormat style"
-msgstr ""
+msgstr "Eine neue AutoFormat-Vorlage definieren"
#. 2QDCM
#: autoformat.xhp
@@ -518,7 +518,7 @@ msgctxt ""
"par_id3152985\n"
"help.text"
msgid "In a Calc spreadsheet, format a cell range with at least 4 columns and 4 rows to serve as model to create the new AutoFormat style."
-msgstr ""
+msgstr "Formatieren Sie in einer Calc-Tabelle einen Zellbereich mit mindestens 4 Spalten und 4 Zeilen, der als Modell zum Erstellen der neuen AutoFormat-Vorlage dienen soll."
#. 3GsCL
#: autoformat.xhp
@@ -527,7 +527,7 @@ msgctxt ""
"par_id3145384\n"
"help.text"
msgid "Select the cell range formatted in the previous step and go to <menuitem>Format - AutoFormat Styles</menuitem>."
-msgstr ""
+msgstr "Wählen Sie den im vorherigen Schritt formatierten Zellbereich aus und wählen Sie <menuitem>Format – AutoFormat…</menuitem>."
#. CzaoG
#: autoformat.xhp
@@ -536,7 +536,7 @@ msgctxt ""
"par_idN107A9\n"
"help.text"
msgid "Click <emph>Add</emph>."
-msgstr "Betätigen Sie die Schaltfläche <emph>Hinzufügen</emph>."
+msgstr "Klicken Sie auf die Schaltfläche <emph>Hinzufügen</emph>."
#. GxXmX
#: autoformat.xhp
@@ -545,7 +545,7 @@ msgctxt ""
"par_idN10760\n"
"help.text"
msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the new AutoFormat style."
-msgstr ""
+msgstr "Geben Sie im Feld <emph>Name</emph> im Dialog <emph>AutoFormat hinzufügen</emph> den Name für die neue AutoFormat-Vorlage ein."
#. pMxn9
#: autoformat.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"par_idN107C3\n"
"help.text"
msgid "Click <emph>OK</emph> and close the dialog."
-msgstr ""
+msgstr "Klicken Sie auf <emph>OK</emph>, um den Dialog zu schließen."
#. HJiDi
#: autoformat.xhp
@@ -563,7 +563,7 @@ msgctxt ""
"par_id51630343134146\n"
"help.text"
msgid "The new AutoFormat styles created using the steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not limited to the file where the style was created."
-msgstr ""
+msgstr "Die neuen AutoFormat-Vorlagen, die mit den oben genannten Schritten erstellt wurden, können auf jede %PRODUCTNAME Calc-Datei angewendet werden. Daher sind sie nicht auf die Datei beschränkt, in der die Vorlage erstellt wurde."
#. hpPvo
#: autoformat.xhp
@@ -725,7 +725,7 @@ msgctxt ""
"bm_id3457441\n"
"help.text"
msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Zellen; Umrandungen</bookmark_value><bookmark_value>Linien um Zellen</bookmark_value><bookmark_value>Umrandungen; Zellen</bookmark_value>"
#. ajMCN
#: borders.xhp
@@ -1238,7 +1238,7 @@ msgctxt ""
"bm_id151630452717743\n"
"help.text"
msgid "<bookmark_value>adjacent cells;remove border</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Angrenzende Zellen; Umrandung entfernen</bookmark_value>"
#. eEE4F
#: borders.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"hd_id861630451554176\n"
"help.text"
msgid "Adjacent Cells"
-msgstr ""
+msgstr "Angrenzende Zellen"
#. k8s2o
#: borders.xhp
@@ -1256,7 +1256,7 @@ msgctxt ""
"par_id231630451548190\n"
"help.text"
msgid "This option becomes available when formatting a range of cells that already have borders and the new format defined for the range involves removing outer borders."
-msgstr ""
+msgstr "Diese Option ist verfügbar, wenn ein Zellbereich formatiert wird, für den bereits Umrandungen vorhanden sind, und das neue Format, das für den Bereich definiert wird, das Entfernen äußerer Umrandungen beinhaltet."
#. xADD4
#: borders.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id931630451706604\n"
"help.text"
msgid "By default the option <emph>Remove border</emph> is disabled and the borders at the edges of the selected range are left unchanged. Check this option if the borders at the edge of the selection should be removed."
-msgstr ""
+msgstr "Standardmäßig ist die Option <emph>Umrandung entfernen</emph> deaktiviert und die Umrandung an den Rändern des ausgewählten Bereichs bleibt unverändert. Aktivieren Sie diese Option, wenn die Umrandungen am Rand der Auswahl entfernt werden sollen."
#. V8sNd
#: borders.xhp
@@ -1274,7 +1274,7 @@ msgctxt ""
"par_id641630452272324\n"
"help.text"
msgid "If the preset <emph>No Borders</emph> is chosen then the <emph>Remove border</emph> option is enabled."
-msgstr ""
+msgstr "Wenn die Voreinstellung <emph>Keine Umrandung</emph> ausgewählt ist, ist die Option <emph>Umrandung entfernen</emph> aktiviert."
#. kCAyU
#: calc_date.xhp
@@ -9086,7 +9086,7 @@ msgctxt ""
"bm_id3145068\n"
"help.text"
msgid "<bookmark_value>formats; text as numbers</bookmark_value> <bookmark_value>time format conversion</bookmark_value> <bookmark_value>date formats;conversion</bookmark_value> <bookmark_value>converting;text, into numbers</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Formate; Text als Zahlen</bookmark_value><bookmark_value>Zeitformate; Konvertierung</bookmark_value><bookmark_value>Datumsformate; Konvertierung</bookmark_value><bookmark_value>Konvertieren; Text in Zahlen</bookmark_value>"
#. pqhdm
#: numbers_text.xhp
@@ -9320,7 +9320,7 @@ msgctxt ""
"par_id111567772433803\n"
"help.text"
msgid "The text to number conversion can be customized in the <link href=\"text/shared/optionen/detailedcalculation.xhp\" name=\"detailed_link\">Detailed Calculation Settings</link> option."
-msgstr ""
+msgstr "Die Konvertierung von Text in Zahlen kann mit der Option <link href=\"text/shared/optionen/detailedcalculation.xhp\" name=\"detailed_link\">Einstellungen für detaillierte Berechnung</link> angepasst werden."
#. WE8wt
#: numbers_text.xhp
@@ -10688,7 +10688,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Removing Duplicate Values"
-msgstr ""
+msgstr "Doppelte Werte entfernen"
#. hGQvA
#: remove_duplicates.xhp
@@ -10697,7 +10697,7 @@ msgctxt ""
"bm_id3153896\n"
"help.text"
msgid "<bookmark_value>filters; removing duplicates</bookmark_value> <bookmark_value>filters; finding unique values</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Filter; doppelte Werte entfernen</bookmark_value><bookmark_value>Filter; einzigartige Werte finden</bookmark_value>"
#. Q5494
#: remove_duplicates.xhp
@@ -10706,7 +10706,7 @@ msgctxt ""
"hd_id501630021281902\n"
"help.text"
msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/remove_duplicates.xhp\" name=\"Duplicates_h1\">Removing Duplicate Values</link></variable>"
-msgstr ""
+msgstr "<variable id=\"filters\"><link href=\"text/scalc/guide/remove_duplicates.xhp\" name=\"Duplicates_h1\">Doppelte Werte entfernen</link></variable>"
#. ocizx
#: remove_duplicates.xhp
@@ -10715,7 +10715,7 @@ msgctxt ""
"par_id3150869\n"
"help.text"
msgid "Consider a single column with values where some may be duplicates. To remove duplicate values and obtain only the unique entries in the column:"
-msgstr ""
+msgstr "Stellen Sie sich eine einzelne Spalte mit Werten vor, bei denen es sich bei einigen um Duplikate handeln kann. So entfernen Sie doppelte Werte und erhalten nur einzigartige Einträge in der Spalte:"
#. omVUk
#: remove_duplicates.xhp
@@ -10724,7 +10724,7 @@ msgctxt ""
"par_id631630021463659\n"
"help.text"
msgid "Select the range of values from which duplicate values are to be removed. The values have to be arranged in a single column."
-msgstr ""
+msgstr "Wählen Sie den Bereich der Werte aus, aus dem doppelte Werte entfernt werden sollen. Die Werte müssen in einer einzigen Spalte angeordnet sein."
#. 7fDQ9
#: remove_duplicates.xhp
@@ -10733,7 +10733,7 @@ msgctxt ""
"par_id31630021517873\n"
"help.text"
msgid "Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <link href=\"text/shared/02/12090100.xhp\" name=\"std_dialog_link\"> Standard Filter</link> dialog."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Daten – Weitere Filter – Standardfilter…</menuitem>. Es wird der Dialog <link href=\"text/shared/02/12090100.xhp\" name=\"std_dialog_link\">Standardfilter</link> geöffnet."
#. EVEzq
#: remove_duplicates.xhp
@@ -10742,7 +10742,7 @@ msgctxt ""
"par_id801630022108301\n"
"help.text"
msgid "In <emph>Field Name</emph> make sure that the selected column is the column where the values are stored. If a single column is selected this field will be set automatically."
-msgstr ""
+msgstr "Stellen Sie unter <emph>Feldname</emph> sicher, dass die ausgewählte Spalte die Spalte ist, in der die Werte gespeichert sind. Wenn eine einzelne Spalte ausgewählt ist, wird dieses Feld automatisch gesetzt."
#. TesFn
#: remove_duplicates.xhp
@@ -10751,7 +10751,7 @@ msgctxt ""
"par_id461630022298515\n"
"help.text"
msgid "In <emph>Condition</emph> choose the option <emph>=</emph> (equals sign), which is the default option."
-msgstr ""
+msgstr "Wählen Sie unter <emph>Bedingung</emph> die Option <emph>=</emph> (Gleichheitszeichen), welche die Standardoption ist."
#. nWrGh
#: remove_duplicates.xhp
@@ -10760,7 +10760,7 @@ msgctxt ""
"par_id261630022372414\n"
"help.text"
msgid "In <emph>Value</emph> choose the option <emph>Not Empty</emph>."
-msgstr ""
+msgstr "Wählen Sie unter <emph>Wert</emph> die Option <emph>Nicht leer</emph>."
#. fFZRM
#: remove_duplicates.xhp
@@ -10769,7 +10769,7 @@ msgctxt ""
"par_id441630022436605\n"
"help.text"
msgid "Click <emph>Options</emph> and select <emph>No duplications</emph>. If the first value is the column header check <emph>Range contains column labels</emph>."
-msgstr ""
+msgstr "Klicken Sie auf <emph>Optionen</emph> und wählen Sie <emph>Keine Duplikate</emph> aus. Wenn der erste Wert die Spaltenüberschriften enthält, aktivieren Sie die Option <emph>Bereich enthält Spaltenbeschriftungen</emph>."
#. sdBSD
#: remove_duplicates.xhp
@@ -10778,7 +10778,7 @@ msgctxt ""
"par_id841630022924442\n"
"help.text"
msgid "Check <emph>Copy results</emph> and use the input box below it to inform a cell address where the unique entries are to be entered."
-msgstr ""
+msgstr "Aktivieren Sie <emph>Kopiere Ergebnisse nach:</emph> und verwenden Sie das Eingabefeld darunter, um eine Zielzelle einzugeben, in welche die einzigartigen Einträge kopiert werden sollen."
#. DJcXh
#: remove_duplicates.xhp
@@ -10787,7 +10787,7 @@ msgctxt ""
"par_id61630023053412\n"
"help.text"
msgid "Click <emph>OK</emph>. The unique values in the range will be entered starting with the cell selected in the previous step."
-msgstr ""
+msgstr "Klicken Sie auf <emph>OK</emph>. Die einzigartigen Werte des Bereichs werden beginnend bei der im vorherigen Schritt ausgewählten Zelle kopiert."
#. 3qh4V
#: remove_duplicates.xhp
@@ -10796,7 +10796,7 @@ msgctxt ""
"par_id81630022708336\n"
"help.text"
msgid "The <emph>No duplications</emph> option is case sensitive. Therefore, values \"A\" and \"a\" are each considered as unique values."
-msgstr ""
+msgstr "Bei der Option <emph>Keine Duplikate</emph> wird zwischen Groß- und Kleinschreibung unterschieden. Daher werden die Werte \"A\" und \"a\" jeweils als einzigartige Werte betrachtet."
#. cPpmr
#: rename_table.xhp
@@ -11588,7 +11588,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Applying Advanced Filters"
-msgstr ""
+msgstr "Spezialfilter anwenden"
#. Gy5TZ
#: specialfilter.xhp
@@ -11606,7 +11606,7 @@ msgctxt ""
"hd_id3148798\n"
"help.text"
msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Applying Advanced Filters\">Applying Advanced Filters</link></variable>"
-msgstr ""
+msgstr "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Applying Advanced Filters\">Spezialfilter anwenden</link></variable>"
#. tYuAi
#: specialfilter.xhp
@@ -12065,7 +12065,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Merge and Unmerge Cells"
-msgstr ""
+msgstr "Zellen verbinden und trennen"
#. FFV5z
#: table_cellmerge.xhp
@@ -12074,7 +12074,7 @@ msgctxt ""
"bm_id501632012952361\n"
"help.text"
msgid "<bookmark_value>merge/merging cells</bookmark_value> <bookmark_value>unmerge/unmerging cells</bookmark_value> <bookmark_value>split/splitting cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Zellen verbinden</bookmark_value><bookmark_value>Zellen trennen</bookmark_value><bookmark_value>Zellen teilen</bookmark_value>"
#. BAqR3
#: table_cellmerge.xhp
@@ -12092,7 +12092,7 @@ msgctxt ""
"par_id8049867\n"
"help.text"
msgid "You can select a range of cells, then merge them into a single cell. Conversely, you can take a previously merged cell and divide it back into individual cells."
-msgstr ""
+msgstr "Sie können einen Zellbereich auswählen und diesen dann zu einer einzelnen Zelle verbinden. Umgekehrt können Sie eine zuvor verbundene Zelle wieder in einzelne Zellen aufteilen."
#. vFF3v
#: table_cellmerge.xhp
@@ -12110,7 +12110,7 @@ msgctxt ""
"hd_id235602\n"
"help.text"
msgid "Merge Cells"
-msgstr ""
+msgstr "Zellen verbinden"
#. PhwAW
#: table_cellmerge.xhp
@@ -12119,7 +12119,7 @@ msgctxt ""
"par_id1272927\n"
"help.text"
msgid "Click and drag to select the cells to be merged then do one of the following:"
-msgstr ""
+msgstr "Klicken und ziehen Sie, um die zu verbinden Zellen auszuwählen, und führen Sie dann einen der folgenden Schritte aus:"
#. BpCih
#: table_cellmerge.xhp
@@ -12128,7 +12128,7 @@ msgctxt ""
"par_id221632803290526\n"
"help.text"
msgid "In the Formatting toolbar click:"
-msgstr ""
+msgstr "Klicken Sie in der Symbolleiste Formatierung auf:"
#. tc6Dw
#: table_cellmerge.xhp
@@ -12137,7 +12137,7 @@ msgctxt ""
"par_id3154351\n"
"help.text"
msgid "Or, right click the selection to open the context menu and choose <menuitem>Merge Cells</menuitem>.<br/>If <menuitem>Unmerge Cells</menuitem> is present instead then the cell selection contains merged cells and cannot be merged further."
-msgstr ""
+msgstr "Oder klicken Sie mit der rechten Maustaste auf die Auswahl, um das Kontextmenü zu öffnen, und wählen Sie <menuitem>Verbinden</menuitem>.<br/>Wenn stattdessen <menuitem>Zellen teilen</menuitem> vorhanden ist, enthält die Zellauswahl verbundene Zellen und kann nicht weiter verbunden werden."
#. uH6dA
#: table_cellmerge.xhp
@@ -12146,7 +12146,7 @@ msgctxt ""
"par_id931632803442925\n"
"help.text"
msgid "Or, in the <emph>Properties</emph> sidebar mark the <emph>Merge Cells</emph> checkbox."
-msgstr ""
+msgstr "Oder aktivieren Sie in der Seitenleiste <emph>Eigenschaften</emph> das Markierfeld <emph>Zellen verbinden</emph>."
#. fAjCD
#: table_cellmerge.xhp
@@ -12155,7 +12155,7 @@ msgctxt ""
"par_id3154020\n"
"help.text"
msgid "Or, choose <menuitem>Format - Merge and Unmerge Cells - Merge Cells</menuitem>"
-msgstr ""
+msgstr "Oder wählen Sie <menuitem>Format – Zellen verbinden und trennen – Verbinden</menuitem>"
#. 6VxQA
#: table_cellmerge.xhp
@@ -12164,7 +12164,7 @@ msgctxt ""
"par_id6424146\n"
"help.text"
msgid "Or, choose <menuitem>Format - Merge and Unmerge Cells - Merge and Center Cells</menuitem>"
-msgstr ""
+msgstr "Oder wählen Sie <menuitem>Format – Zellen verbinden und trennen – Verbinden und zentrieren</menuitem>"
#. sHLpi
#: table_cellmerge.xhp
@@ -12173,7 +12173,7 @@ msgctxt ""
"par_id961632012538771\n"
"help.text"
msgid "The cells will be merged and the content will be centered in the merged cell."
-msgstr ""
+msgstr "Die Zellen werden verbunden und der Inhalt wird in der verbundenen Zelle zentriert."
#. ULMQA
#: table_cellmerge.xhp
@@ -12182,7 +12182,7 @@ msgctxt ""
"hd_id451368\n"
"help.text"
msgid "Unmerge Cells"
-msgstr ""
+msgstr "Zellen trennen"
#. 2xrnM
#: table_cellmerge.xhp
@@ -12191,7 +12191,7 @@ msgctxt ""
"par_id7116611\n"
"help.text"
msgid "Select the cell to be unmerged, or a selection that includes the cells to be unmerged then do one of the following:"
-msgstr ""
+msgstr "Wählen Sie die Zelle aus, deren Verbindung aufgehoben werden soll, oder eine Auswahl, welche die zu trennenden Zellen enthält, und führen Sie dann einen der folgenden Schritte aus:"
#. CmALo
#: table_cellmerge.xhp
@@ -12200,7 +12200,7 @@ msgctxt ""
"par_id581632820903635\n"
"help.text"
msgid "In the Formatting toolbar, click:"
-msgstr ""
+msgstr "Klicken Sie in der Symbolleiste Formatierung auf:"
#. 4TYCy
#: table_cellmerge.xhp
@@ -12209,7 +12209,7 @@ msgctxt ""
"par_id431632277778130\n"
"help.text"
msgid "Or, right click the selection to open the context menu and choose <menuitem>Unmerge Cells</menuitem>.<br/>If <menuitem>Merge Cells</menuitem> is present instead then the selection does not contain any merged cells."
-msgstr ""
+msgstr "Oder klicken Sie mit der rechten Maustaste auf die Auswahl, um das Kontextmenü zu öffnen, und wählen Sie <menuitem>Zellen teilen</menuitem>.<br/>Wenn stattdessen <menuitem>Verbinden</menuitem> vorhanden ist, enthält die Auswahl keine verbundenen Zellen."
#. LrAis
#: table_cellmerge.xhp
@@ -12218,7 +12218,7 @@ msgctxt ""
"par_id261632277824041\n"
"help.text"
msgid "Or, in the <emph>Properties</emph> sidebar clear the <emph>Merge Cells</emph> checkbox."
-msgstr ""
+msgstr "Oder deaktivieren Sie in der Seitenleiste <emph>Eigenschaften</emph> das Markierfeld <emph>Zellen verbinden</emph>."
#. uiNiD
#: table_cellmerge.xhp
@@ -12227,7 +12227,7 @@ msgctxt ""
"par_id9493087\n"
"help.text"
msgid "Or, choose <menuitem>Format - Merge and Unmerge Cells - Unmerge Cells</menuitem>."
-msgstr ""
+msgstr "Oder wählen Sie <menuitem>Format – Zellen verbinden und trennen – Zellen teilen</menuitem>."
#. HJEzN
#: table_cellmerge.xhp
@@ -12236,7 +12236,7 @@ msgctxt ""
"par_id561632820960500\n"
"help.text"
msgid "Or, toggle <menuitem>Format - Merge and Unmerge Cells - Merge and Center Cells</menuitem>"
-msgstr ""
+msgstr "Oder wählen Sie <menuitem>Format –Zellen verbinden und trennen – Verbinden und zentrieren</menuitem>"
#. u5xXE
#: table_rotate.xhp
@@ -13523,7 +13523,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using Wildcards in Formulas"
-msgstr ""
+msgstr "Platzhalter in Formeln verwenden"
#. kZVe7
#: wildcards.xhp
@@ -13532,7 +13532,7 @@ msgctxt ""
"bm_id3152149\n"
"help.text"
msgid "<bookmark_value>wildcards in formulas</bookmark_value> <bookmark_value>wildcards;examples</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Platzhalter in Formeln</bookmark_value><bookmark_value>Platzhalter; Beispiele</bookmark_value>"
#. 98C5v
#: wildcards.xhp
@@ -13541,7 +13541,7 @@ msgctxt ""
"hd_id941629155075179\n"
"help.text"
msgid "<variable id=\"wildcards_h1\"><link href=\"text/scalc/guide/wildcards.xhp\" name=\"wildcards_link\">Using Wildcards in Formulas</link></variable>"
-msgstr ""
+msgstr "<variable id=\"wildcards_h1\"><link href=\"text/scalc/guide/wildcards.xhp\" name=\"wildcards_link\">Platzhalter in Formeln verwenden</link></variable>"
#. yqMKw
#: wildcards.xhp
@@ -13550,7 +13550,7 @@ msgctxt ""
"par_id571629155308959\n"
"help.text"
msgid "Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <emph>Find & Replace</emph> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string."
-msgstr ""
+msgstr "Platzhalter sind Sonderzeichen, die in Suchzeichenfolgen verwendet werden können, welche als Argumente an einige Calc-Funktionen übergeben werden. Sie können auch verwendet werden, um Suchkriterien im Dialog <emph>Suchen und Ersetzen</emph> zu definieren. Die Verwendung von Platzhaltern ermöglicht die Definition erweiterter Suchparameter mit einer einzelnen Suchzeichenfolge."
#. vQrdp
#: wildcards.xhp
@@ -13559,7 +13559,7 @@ msgctxt ""
"par_id391629156224638\n"
"help.text"
msgid "%PRODUCTNAME Calc supports either <emph>wildcards</emph> or <emph>regular expressions</emph> as arguments depending on the current application settings. By default %PRODUCTNAME Calc is set to support wildcards instead of regular expressions."
-msgstr ""
+msgstr "%PRODUCTNAME-Calc unterstützt abhängig von den aktuellen Anwendungseinstellungen entweder <emph>Platzhalter</emph> oder <emph>reguläre Ausdrücke</emph> als Argumente. Standardmäßig unterstützt %PRODUCTNAME-Calc Platzhalter statt regulärer Ausdrücke."
#. GVpD7
#: wildcards.xhp
@@ -13568,7 +13568,7 @@ msgctxt ""
"par_id551629156504794\n"
"help.text"
msgid "To make sure wildcards are supported, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline> and check if the option <emph>Enable wildcards in formulas</emph> is selected. Note that you can use this dialog to switch to regular expressions by choosing <emph>Enable regular expressions in formulas</emph> or choose to support neither wildcards nor regular expressions."
-msgstr ""
+msgstr "Damit Platzhalter unterstützt werden, wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen – %PRODUCTNAME Calc – Berechnen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen… – %PRODUCTNAME Calc – Berechnen</menuitem></defaultinline></switchinline> und prüfen Sie, ob die Option <emph>Platzhalter in Formeln ermöglichen</emph> ausgewählt ist. Beachten Sie, dass Sie diesen Dialog auch zum Umschalten zu regulären Ausdrücken verwenden können. Wählen Sie hierzu die Option <emph>Reguläre Ausdrücke in Formeln ermöglichen</emph> aus. Sie können auch auswählen, dass weder Platzhalter noch reguläre Ausdrücke unterstützt werden sollen."
#. BHJzs
#: wildcards.xhp
@@ -13577,7 +13577,7 @@ msgctxt ""
"par_id141629156913731\n"
"help.text"
msgid "The following wildcards are supported:"
-msgstr ""
+msgstr "Die folgenden Platzhalter werden unterstützt:"
#. tbbPM
#: wildcards.xhp
@@ -13586,7 +13586,7 @@ msgctxt ""
"par_id801629209195110\n"
"help.text"
msgid "Wildcard"
-msgstr ""
+msgstr "Platzhalter"
#. 7PmfG
#: wildcards.xhp
@@ -13595,7 +13595,7 @@ msgctxt ""
"par_id861629209212608\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Beschreibung"
#. DfkJA
#: wildcards.xhp
@@ -13604,7 +13604,7 @@ msgctxt ""
"par_id591629209073388\n"
"help.text"
msgid "<emph>? (question mark)</emph>"
-msgstr ""
+msgstr "<emph>? (Fragezeichen)</emph>"
#. F2wmk
#: wildcards.xhp
@@ -13613,7 +13613,7 @@ msgctxt ""
"par_id31629209073388\n"
"help.text"
msgid "Matches any single character. For example, the search string \"b?g\" matches “bag” and “beg” but will not match \"boog\" or \"mug\"."
-msgstr ""
+msgstr "Entspricht einem einzelnen Zeichen. Beispielsweise stimmt die Suchzeichenfolge \"T?r\" mit \"Tor\" und \"Tür\" überein, jedoch nicht mit \"Tier\" oder \"Ohr\"."
#. pi9ik
#: wildcards.xhp
@@ -13622,7 +13622,7 @@ msgctxt ""
"par_id121629209114452\n"
"help.text"
msgid "Note that it will not match \"bg\" as well, since \"?\" must match exactly <emph>one</emph> character. The \"?\" wildcard does not correspond to a zero-character match."
-msgstr ""
+msgstr "Beachten Sie, dass sie auch nicht mit \"Tr\" übereinstimmt, da \"?\" mit genau <emph>einem</emph> Zeichen übereinstimmen muss. Der Platzhalter \"?\" entspricht nicht einer Übereinstimmung mit null Zeichen."
#. PmsQL
#: wildcards.xhp
@@ -13631,7 +13631,7 @@ msgctxt ""
"par_id981629209073388\n"
"help.text"
msgid "<emph>* (asterisk)</emph>"
-msgstr ""
+msgstr "<emph>* (Sternchen)</emph>"
#. 6V7SE
#: wildcards.xhp
@@ -13640,7 +13640,7 @@ msgctxt ""
"par_id51629209073388\n"
"help.text"
msgid "Matches any sequence of characters, including an empty string. For example, the search string \"*cast\" will match “cast”, “forecast”, and “outcast”, but will not match \"forecaster\" using default %PRODUCTNAME settings."
-msgstr ""
+msgstr "Entspricht einer beliebigen Zeichenfolge, einschließlich einer leeren Zeichenfolge. Beispielsweise stimmt die Suchzeichenfolge \"*bahn\" mit \"Bahn\", \"Eisenbahn\" und \"Landebahn\" überein, jedoch nicht mit \"Bahnsteig\", wenn die Standardeinstellungen von %PRODUCTNAME verwendet werden."
#. fDuhF
#: wildcards.xhp
@@ -13649,7 +13649,7 @@ msgctxt ""
"par_id351629209153307\n"
"help.text"
msgid "If the option <menuitem>Search criteria = and <> must apply to whole cells</menuitem> is disabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>, then \"forecaster\" will be a match using the \"*cast\" search string."
-msgstr ""
+msgstr "Wenn die Option <menuitem>Suchkriterien = und <> müssen auf ganze Zellen zutreffen</menuitem> unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen – %PRODUCTNAME Calc – Berechnen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen… – %PRODUCTNAME Calc – Berechnen</menuitem></defaultinline></switchinline> deaktiviert ist, wird \"Bahnsteig\" eine Übereinstimmung mit der Suchzeichenfolge \"*bahn\" sein."
#. ek6t7
#: wildcards.xhp
diff --git a/source/de/helpcontent2/source/text/sdraw.po b/source/de/helpcontent2/source/text/sdraw.po
index a575ed9be04..041a3744c37 100644
--- a/source/de/helpcontent2/source/text/sdraw.po
+++ b/source/de/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-10 16:35+0000\n"
"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/de/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1557806579.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "In diesem Menü sind alle Befehle zusammengefasst, die zum Einfügen neuer Elemente in das Dokument dienen, wie beispielsweise Fanglinien, Grafiken, Objekte, Symbole und andere Dateien."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Bild</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Fügt ein Bild ein"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index ecd5e33d7e2..1be570a7a30 100644
--- a/source/de/helpcontent2/source/text/shared/00.po
+++ b/source/de/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-11 13:16+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/de/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "OLE steht für Object Linking and Embedding, also etwa Verknüpfung und Einbettung von Objekten. OLE-Objekte können wahlweise als Verknüpfung in ein Dokument eingefügt oder selbst darin eingebettet werden. Beim Einbetten wird eine Kopie des Objekts zusammen mit Angaben zum Quellprogramm in das Zieldokument eingefügt. Um das Objekt zu bearbeiten, müssen Sie das Quellprogramm aktivieren, indem Sie darauf doppelklicken."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Audio oder Video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Wählen Sie <emph>Einfügen – Objekt</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – OLE-Objekt…</emph>"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-Objekt einfügen"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – Formel…</emph>"
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Wählen Sie <emph>Format – Diagrammtyp…</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – Diagramm…</emph>"
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Wählen Sie <emph>Format – Diagrammtyp…</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – Diagramm…</emph>"
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Wählen Sie <emph>Format – Diagrammtyp…</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – Diagramm…</emph>"
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – Diagramm…</emph>"
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Unten (bei Rahmen)"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Wählen Sie <emph>Format – Verankerung</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "Klicken Sie in der Symbolleiste <emph>Formular-Entwurf</emph> auf"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Symbol für Verankerung wechseln</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Verankerung wechseln"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Wählen Sie <emph>Format – Verankerung – An der Seite</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Wählen Sie <emph>Format – Verankerung – Am Absatz</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Wählen Sie <emph>Format – Verankerung – Am Zeichen</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Wählen Sie <emph>Format – Verankerung – Als Zeichen</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Wählen Sie <emph>Format – Verankerung – Am Rahmen</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Wählen Sie <emph>Format – Verankerung – An der Zelle</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,14 +12490,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Wählen Sie <menuitem>Format – </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Objekt – </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objekt – </menuitem></caseinline></switchinline><menuitem>Linie… – Register: Linie</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienstile\">Wählen Sie <menuitem>Format – </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Objekt – </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objekt – </menuitem></caseinline></switchinline><menuitem>Linie… – Register: Linienstile</menuitem>.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12985,14 +13048,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Öffnen Sie das Kontextmenü des Objekts – wählen Sie <menuitem>Name…</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Öffnen Sie das Kontextmenü des Objekts – wählen Sie <menuitem>Beschreibung…</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po
index 23aff18b4cb..8d1a898143d 100644
--- a/source/de/helpcontent2/source/text/shared/01.po
+++ b/source/de/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-04 09:45+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/de/>\n"
@@ -9052,14 +9052,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Steht für einen Großbuchstaben, wenn <emph>Groß-/Kleinschreibung</emph> in den <emph>Optionen</emph> ausgewählt ist."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Für eine vollständige Liste der unterstützenden Metazeichen und Syntax siehe die <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Dokumentation der regulären Ausdrücke (englisch)</link>."
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Bilder einfügen"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Einfügen von Bildern\">Einfügen von Bildern</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Fügt ein Bild <switchinline select=\"appl\"><caseinline select=\"WRITER\">mit einem optimalen Seitenumbruch und zentriert in der Zeile</caseinline><caseinline select=\"CALC\">an der aktuellen Zellposition</caseinline><defaultinline>zentriert auf der Folie</defaultinline></switchinline> in das aktuelle Dokument ein.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Rahmenvorlage"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Wählen Sie einen Rahmenstil für die Grafik.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Zeigt eine Vorschau der ausgewählten Grafikdatei an.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekt"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Objekt</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Fügt ein eingebettetes Objekt in Ihr Dokument ein, einschließlich Formeln, 3D-Modellen, Diagrammen und OLE-Objekten.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formel\">Formel</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Versieht den ausgewählten Text mit einem Schatten. Befindet sich der Cursor in einem Wort, dann erhält das ganze Wort einen Schatten.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Zeilen gleichmäßig verteilen"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,14 +26323,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>Tabellenzeilen; Zeilen gleichmäßig verteilen</bookmark_value><bookmark_value>Zeilenhöhe; gleichmäßig verteilen</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Zeilen gleichmäßig verteilen\">Zeilen gleichmäßig verteilen</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26323,14 +26341,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Setzt die Höhe aller markierten Zeilen auf den Wert der größten ausgewählten Zeile.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Wählen Sie <emph>Tabelle – Größe – Zeilen gleichmäßig verteilen</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Symbol für Zeilen gleichmäßig verteilen</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Zeilen gleichmäßig verteilen"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Beschreibung"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>Objekte; Titel und Beschreibungen</bookmark_value><bookmark_value>Beschreibungen für Objekte</bookmark_value><bookmark_value>Titel; Objekte</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Beschreibung"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Hiermit weisen Sie dem ausgewählten Objekt einen Titel und eine Beschreibung zu. Diese stehen dann für die Tools zur Barrierefreiheit und als alternative Tags zur Verfügung, wenn Sie das Dokument exportieren.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titel"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Geben Sie einen Titeltext ein. Dieser Kurzname wird als ein alternativer Tag im HTML-Format angezeigt. Tools zur Barrierefreiheit können diesen Text lesen.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Beschreibung"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Geben Sie einen Beschreibungstext ein. Der lange Beschreibungstext kann eingegeben werden, um ein komplexes Objekt oder eine Objektgruppe für Benutzer mit einer Software zum Vorlesen des Bildschirminhalts zu beschreiben. Diese Beschreibung ist als ein alternativer Tag für Tools zur Barrierefreiheit sichtbar.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Bearbeitet oder erstellt Linienspitzen.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Linienspitzen verwalten"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Dient zum Verwalten der aktuellen Linienspitzentabelle."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Titel"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Um eine eigene Linienspitze zu definieren, wählen Sie zunächst eine Zeichnung im Dokument aus und klicken dann hier.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Ändern"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Verankerung"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Verankerung\">Verankerung</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Stellt die Verankerungsoptionen für das ausgewählte Objekt ein.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"An der Seite\">An der Seite</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Verankert das ausgewählte Element an der aktuellen Seite.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Das verankerte Element bleibt auch dann auf der aktuellen Seite, wenn Sie Text einfügen oder löschen."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Am Absatz\">Am Absatz</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Verankert das ausgewählte Element am aktuellen Absatz.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,32 +31183,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Am Zeichen\">Am Zeichen</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Verankert das ausgewählte Element an einem Zeichen.</ahelp> Dieser Befehl ist nur für Grafikobjekte verfügbar."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Der Anker wird vor dem Zeichen angezeigt."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Um eine Grafik relativ zu dem Zeichen auszurichten, an dem es verankert ist, klicken Sie mit der rechten Maustaste auf die Grafik und wählen im Kontextmenü den Befehl <emph>Eigenschaften…</emph>. Klicken Sie auf das Register <emph>Typ</emph> und wählen Sie im Bereich <emph>Position</emph> in beiden Feldern mit der Bezeichnung <emph>zu</emph> den Eintrag <emph>Zeichen</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Am Rahmen\">Am Rahmen</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Verankert das ausgewählte Element an seinem Rahmen.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Als Zeichen\">Als Zeichen</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Verankert das ausgewählte Element als Zeichen im aktuellen Text. Ist das ausgewählte Element höher als die aktuelle Schriftgröße, wird die Höhe der Zeile, in der sich das Element befindet vergrößert.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po
index b0fcb60de58..221dcf1d3e1 100644
--- a/source/de/helpcontent2/source/text/shared/02.po
+++ b/source/de/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-20 08:38+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/de/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Näheres hierzu lesen Sie bitte im Hilfethema <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Umrandungen</emph></link> nach."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Verankerung wechseln"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,23 +11869,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>Verankerung; wechseln</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Verankerung wechseln\">Verankerung wechseln</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Ermöglicht das Umschalten zwischen Verankerungs-Optionen.</ahelp></variable> Das Symbol <emph>Verankerung wechseln</emph> ist nur sichtbar, wenn ein Objekt wie eine Grafik<switchinline select=\"appl\"><caseinline select=\"WRITER\">, ein Rahmen</caseinline></switchinline> oder ein Steuerelement ausgewählt ist."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/guide.po b/source/de/helpcontent2/source/text/shared/guide.po
index 6eb58bd5be7..793156cba7f 100644
--- a/source/de/helpcontent2/source/text/shared/guide.po
+++ b/source/de/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-27 08:38+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/de/>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>Grafiken, siehe auch Bilder</bookmark_value><bookmark_value>Abbildungen, siehe auch Bilder</bookmark_value><bookmark_value>Abbildungen; Bitmaps einfügen und bearbeiten</bookmark_value><bookmark_value>Illustrationen, siehe Bilder</bookmark_value><bookmark_value>Bitmaps; einfügen und bearbeiten</bookmark_value><bookmark_value>Pixelgrafiken; einfügen und bearbeiten</bookmark_value><bookmark_value>Exportieren; Bitmaps</bookmark_value><bookmark_value>Importieren; Bitmaps</bookmark_value><bookmark_value>Bilder; bearbeiten</bookmark_value><bookmark_value>Bearbeiten; Bilder</bookmark_value><bookmark_value>Invertieren (Filter)</bookmark_value><bookmark_value>Glätten (Filter)</bookmark_value><bookmark_value>Schärfen (Filter)</bookmark_value><bookmark_value>Rauschen entfernen (Filter)</bookmark_value><bookmark_value>Solarisation (Filter)</bookmark_value><bookmark_value>Alterung (Filter)</bookmark_value><bookmark_value>Poster (Filter)</bookmark_value><bookmark_value>Pop-Art (Filter)</bookmark_value><bookmark_value>Kohlezeichnung (Filter)</bookmark_value><bookmark_value>Mosaik (Filter)</bookmark_value><bookmark_value>Bilder; Filter</bookmark_value><bookmark_value>Filter; Bilder</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Einfügen, Bearbeiten und Speichern von Bitmaps\">Einfügen, Bearbeiten und Speichern von Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Ein Bitmap-Bild kann in Dokumente von $[officename] Writer, $[officename] Calc, $[officename] Draw und $[officename] Impress eingefügt werden."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Bild…</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Wählen Sie eine Datei. Im Feld <emph>Dateityp</emph> lässt sich die Auswahl auf einen bestimmten Dateityp beschränken."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index 65db855c5a7..38ee8d084e0 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-20 08:38+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/de/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Hiermit legen Sie fest, dass <item type=\"productname\">%PRODUCTNAME</item> alle offenen Dokumente speichert, wenn es die Autowiederherstellungsinformationen speichert. Verwendet dasselbe Zeitintervall wie die Autowiederherstellung.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "URLs relativ zum Dateisystem speichern"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/de/helpcontent2/source/text/simpress/guide.po b/source/de/helpcontent2/source/text/simpress/guide.po
index 356d9486986..86c650c6e46 100644
--- a/source/de/helpcontent2/source/text/simpress/guide.po
+++ b/source/de/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:46+0000\n"
"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/de/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561609713.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Wählen Sie die Folie aus, auf welches die kopierte Folie folgen soll, und wählen Sie dann <emph>Bearbeiten – Einfügen</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Laden von Farb-, Farbverlaufs- und Schraffurtabellen"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>Farben; Listen laden</bookmark_value><bookmark_value>Farbverläufe; Tabellen laden</bookmark_value><bookmark_value>Schraffuren; Tabellen laden</bookmark_value><bookmark_value>Laden; Farben/Farbverläufe/Schraffuren</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Laden von Farb-, Farbverlaufs- und Schraffurtabellen</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Farben, Farbverläufe oder Schraffurmuster lassen sich in Tabellen (auch Listen genannt) organisieren. In $[officename] sind bereits verschiedene Tabellen vorhanden, die Sie laden und in Ihren Dokumenten verwenden können. Dabei besteht nicht nur die Möglichkeit, Elemente in diese Tabellen einzufügen oder aus ihnen zu löschen, sondern es lassen sich auch eigene Tabellen erstellen."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "So laden Sie eine Farbtabelle:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Wählen Sie <emph>Format – Fläche…</emph> – Register: <emph>Farben</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Klicken Sie auf das Symbol <emph>Farbtabelle laden</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Suchen Sie die gewünschte Farbtabelle, und klicken Sie dann auf <emph>Öffnen</emph>. Farbtabellendateien haben das Format [Dateiname].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Zum Speichern einer Farbtabelle klicken Sie auf das Symbol <emph>Farbtabelle sichern</emph>, geben einen Dateinamen ein und klicken dann auf <emph>Speichern</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "So laden Sie eine Farbverlaufstabelle:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Wählen Sie <emph>Format – Fläche…</emph> – Register: <emph>Farbverläufe</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Klicken Sie auf das Symbol <emph>Farbverlaufstabelle laden</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Suchen Sie die gewünschte Farbverlaufstabelle und klicken Sie dann auf <emph>Öffnen</emph>. Farbverlaufstabellendateien haben das Format [Dateiname].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Zum Speichern einer Farbverlaufstabelle klicken Sie auf das Symbol <emph>Farbverlaufstabelle sichern</emph>, geben einen Dateinamen ein und klicken dann auf <emph>Speichern</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "So laden Sie eine Schraffurtabelle:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Wählen Sie <emph>Format – Fläche…</emph> – Register: <emph>Schraffuren</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Klicken Sie auf das Symbol <emph>Schraffurentabelle laden</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Suchen Sie die gewünschte Schraffurentabelle, und klicken Sie dann auf <emph>Öffnen</emph>. Schraffurtabellendateien haben das Format [Dateiname].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Zum Speichern einer Schraffurentabelle klicken Sie auf das Symbol <emph>Schraffurentabelle sichern</emph>, geben einen Dateinamen ein und klicken dann auf <emph>Speichern</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format – Fläche</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Rufen Sie die Folie auf, in die ein Tabellendokument eingebunden werden soll."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – OLE-Objekt…</emph> Klicken Sie auf <emph>Neu erstellen</emph> und wählen Sie die %PRODUCTNAME Tabelle aus. Klicken Sie auf OK. Klicken Sie in die Tabelle, um Ihre Daten einzugeben."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Rufen Sie die Folie auf, in die ein Tabellendokument eingebunden werden soll."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Wählen Sie <emph>Einfügen – Objekt – OLE-Objekt…</emph>"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format – Folienlayout</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Einfügen – Objekt – OLE-Objekt</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/00.po b/source/de/helpcontent2/source/text/swriter/00.po
index 0ffe6352fa5..4e07123ab60 100644
--- a/source/de/helpcontent2/source/text/swriter/00.po
+++ b/source/de/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-05 01:00+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/de/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Wählen Sie <emph>Einfügen – Rahmen – Rahmen… – Register: Optionen</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimale Zeilenhöhe"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Wählen Sie <emph>Tabelle – Größe – Zeilen gleichmäßig verteilen</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Klicken Sie in der Symbolleiste <emph>Tabelle</emph> auf das Symbol <emph>Größe optimieren</emph> und auf"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Symbol für Zeilen gleichmäßig verteilen</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Zeilen gleichmäßig verteilen"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/01.po b/source/de/helpcontent2/source/text/swriter/01.po
index d01ffdb99bd..00a7c4bac77 100644
--- a/source/de/helpcontent2/source/text/swriter/01.po
+++ b/source/de/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-26 15:38+0000\n"
"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/de/>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Zeigt das Dokument so an, wie es aussehen wird, wenn Sie es drucken.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Versteckte Absätze"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Versteckte Absätze\">Versteckte Absätze</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Kopfzeilen"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Wählen Sie die Anzahl an Zeilen, die die Überschriften enthalten.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertikal"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählt die vertikale Ausrichtungsoption für das Objekt aus.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Wenn Sie ein Objekt an einem Rahmen mit fester Höhe verankern, sind nur die Ausrichtungsoptionen \"Unten\" und \"Mitte\" verfügbar."
+msgid "by"
+msgstr "um"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "um"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
-#. vYDyu
+#. oifcH
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id511652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Geben Sie den Abstand ein, der zwischen dem oberen Rand des ausgewählten Objekts und dem im Feld <emph>Zu</emph> ausgewählten Bezugspunkt gelassen werden soll.</ahelp> Diese Option ist nur verfügbar, wenn Sie im Feld <emph>Vertikal</emph> \"Von Oben\" beziehungsweise (bei der Verankerungsoption \"Als Zeichen\") \"Von Unten\" auswählen."
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "zu"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Wenn Sie ein Objekt an einem Rahmen mit fester Höhe verankern, sind nur die Ausrichtungsoptionen \"Unten\" und \"Mitte\" verfügbar."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Zusätze\">Zusätze</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Geben Sie die Eigenschaften des ausgewählten Objektes, der Abbildung oder des Rahmens an.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Name"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Legt den Namen des ausgewählten Eintrags und des zugeordneten Links fest."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Geben Sie einem Objekt, einer Grafik oder einem Rahmen einen sprechenden Namen, damit Sie es später in umfangreichen Dokumenten leichter wiederfinden können."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternativtext (nur schwebende Rahmen, Grafiken und Objekte)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Geben Sie den Text ein, der im Webbrowser angezeigt werden soll, wenn das ausgewählte Objekt nicht verfügbar ist. Solche Texte helfen auch Behinderten.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Vorgänger"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">In diesem Feld wird der Name des vorhergehenden Eintrags (Objekt, Grafik oder Rahmen) angezeigt, falls er mit dem aktuellen verkettet ist. Zum Hinzufügen oder Ändern der Verkettung wählen Sie einen Namen aus der Liste. Wenn Sie Rahmen verketten, müssen der aktuelle Rahmen und der Zielrahmen leer sein.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Nachfolger"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Zeigt das Element (Objekt, Grafik oder Rahmen) an, das in einer Verknüpfungsfolge auf das aktuelle Element folgt. Um die nächste Verknüpfung hinzuzufügen oder zu ändern, wählen Sie einen Namen aus der Liste aus. Beim Verknüpfen von Rahmen muss der Zielrahmen leer sein.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/guide.po b/source/de/helpcontent2/source/text/swriter/guide.po
index b7dca0fe1f5..4cc650e0c85 100644
--- a/source/de/helpcontent2/source/text/swriter/guide.po
+++ b/source/de/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-04 10:54+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/de/>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positionieren von Objekten\">Positionieren von Objekten</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "Am Rahmen"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Verankert das ausgewählte Element an dem umgebenden Rahmen."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Einfügen einer Grafik aus einer Datei"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>Bilder; per Dialog einfügen</bookmark_value><bookmark_value>Einfügen; Bilder, per Dialog</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Einfügen einer Grafik aus einer Datei\">Einfügen einer Grafik aus einer Datei</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Klicken Sie im Dokument an die Stelle, an der Sie die Grafik einfügen möchten."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Wählen Sie <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Einfügen – Bild – Aus Datei…</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Suchen Sie die gewünschte Grafikdatei und klicken Sie dann auf <emph>Öffnen</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Wählen Sie <item type=\"menuitem\">Extras – AutoKorrektur – AutoKorrektur-Optionen… – Register: Wortergänzung</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Entfernen Sie das Häkchen aus <emph>Wortergänzung aktivieren</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
index 2f7858d0fca..ac2a24d1d22 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/de/>\n"
"Language: de\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Zur ~vorherigen Tabelle"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "~Optimale Zeilenhöhe"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Zeilen ~gleichmäßig verteilen"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "OLE-Objekt einfügen"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "~OLE-Objekt…"
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Dialog öffnen, um OLE-Objekt einzufügen"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE-Objekt"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Menü zum Bearbeiten oder Speichern von OLE-Objekten"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Bild"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Obj~ekt und Form"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Wählen Sie Anfang und Ende für Linienspitzen aus."
#. FDhkx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "~Drehen oder spiegeln"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Verankerung wechseln"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "~Verankerung"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Eine Bezeichnung angeben, um ein Objekt zu identifizieren"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Beschreibungen von Nicht-Text-Inhalten hinzufügen (für Zugänglichkeit)"
#. YwMhY
#: GenericCommands.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Eigenschaften Inhaltskontrolle"
#. npNpZ
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Inhaltskontrolle für Kombinationsfeld einfügen"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Inhaltskontrolle für Bilder einfügen"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "Menü OLE-Objekte einfügen"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "OLE-Objekt einfügen"
#. ESBXG
#: WriterCommands.xcu
@@ -31446,7 +31476,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Field"
-msgstr "Feld einfügen"
+msgstr "Feldbefehl einfügen"
#. vfTmp
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Erster Absatz"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Spaltenbreite mi~nimieren"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Einzug um Betrag vergrößern"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Zeilenhöhe minimie~ren"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/de/sc/messages.po b/source/de/sc/messages.po
index b6422be9644..fdb2ebf6f7e 100644
--- a/source/de/sc/messages.po
+++ b/source/de/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/de/>\n"
"Language: de\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Tabellen auswählen"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Ausgewählte Tabellen"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Lineal"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Dieses Lineal verwaltet Objekte an festen Positionen."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Vorschau"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Diese Tabelle zeigt die Anordnung der Daten, wie sie im Dokument erscheinen."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumentenansicht"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Tabelle %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Zelle %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Linker Bereich"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Druckvorschau"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Mittlerer Bereich"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Rechter Bereich"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Kopfzeile Seite %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Fußzeile Seite %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Eingabezeile"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Hier können Sie Text, Zahlen und Formeln eingeben und bearbeiten."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Medienwiedergabe"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Maustaste gedrückt"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Rechenleiste"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME-Tabellendokument"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(schreibgeschützt)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Vorschaumodus)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Seiten:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Ausgabe ~leerer Seiten unterdrücken"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Alle Tabellen drucken"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Ausgewählte Tabellen drucken"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Ausgewählte Zellen drucken"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Davon:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Alle ~Seiten"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "S~eiten:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Die folgende DDE-Quelle konnte nicht aktualisiert werden, da wahrscheinlich das Quelldokument nicht geöffnet wurde. Bitte starten Sie das Quelldokument und versuchen Sie es erneut."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Die folgende externe Datei konnte nicht geladen werden. Die verknüpften Daten aus dieser Datei wurden nicht aktualisiert."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Aktualisiert externe Verknüpfungen."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Bereich ~enthält Spaltenbeschriftungen"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Bereich ~enthält Zeilenbeschriftungen"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Ungültiger Wert"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Keine Formel angegeben."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Weder Zeile noch Spalte angegeben."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Undefinierter Name oder Bereich."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Nicht festgelegter Name oder falscher Zellbezug."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formeln bilden keine Spalte."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formeln bilden keine Zeile."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "AutoFormat hinzufügen"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "AutoFormat umbenennen"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Name"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "AutoFormat löschen"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Möchten Sie das AutoFormat # wirklich löschen?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Schlie~ßen"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mär."
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Nord"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mitte"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Süden"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Gesamt"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Seitenanker"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Zellanker"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Bedingung "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Inhalte"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Tabellen"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Bereichsnamen"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Datenbankbereiche"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Bilder"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-Objekte"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Kommentare"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Verknüpfte Bereiche"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Zeichnungsobjekte"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "Aktiv"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "Inaktiv"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "verborgen"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktives Fenster"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Name des Szenarios"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Kommentar"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Aufsteigend sortieren"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Absteigend sortieren"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Benutzerdefiniert sortieren"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Namensfeld"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Eingabezeile"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funktionsassistent"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Übernehmen"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Verwerfen"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Funktion auswählen"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formel"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Eingabezeile ausklappen"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Eingabezeile einklappen"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Unbekannter Benutzer"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Spalte eingefügt"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Zeile eingefügt "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Tabelle eingefügt "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Spalte gelöscht"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Zeile gelöscht"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Tabelle gelöscht"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Bereich verschoben"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Inhaltsänderung"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Inhaltsänderung"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Änderung zu "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Änderung verworfen"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Akzeptierte"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Verworfen"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Kein Eintrag"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<leer>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Nicht geschützt"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Nicht kennwortgeschützt"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash inkompatibel"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash kompatibel"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Wiederholen"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Gleitender Mittelwert"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Exponentielle Glättung"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Varianzanalyse (ANOVA)"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Varianzanalyse (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "Varianzanalyse (ANOVA) – einfaktoriell"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "Varianzanalyse (ANOVA) – zweifaktoriell"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Gruppen"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Zwischen den Gruppen"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Innerhalb der Gruppen"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Varianzquelle"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "BB"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "fg"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Schrittweite F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-Wert"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-kritisch"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Insgesamt"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelation"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelationen"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovarianz"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovarianzen"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Beschreibende Statistik"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Mittelwert"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standardfehler"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Median"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varianz"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardabweichung"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Wölbung"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Schräge"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Bereich"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maximum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Summe"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Anzahl"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Erstes Quartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Drittes Quartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Zufällig ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Gleichverteilt"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Gleichverteilte ganze Zahlen"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomialverteilt"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negativ binomialverteilt"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-Quadrat"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrisch-verteilt"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maximum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Mittelwert"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardabweichung"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Median"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-Wert"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Anzahl der Versuche"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "n-Wert"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Stichproben"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-Test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-Test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Abhängiger t-Test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Abhängiger t-Test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Gauß-Test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Gauß-Test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Unabhängigkeitstest (Chi-Quadrat)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regression"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regression"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier-Analyse"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier-Analyse"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Spalte %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Zeile %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alpha"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hypothetische Mittelwertdifferenz"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Beobachtungen"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Beobachtete Mittelwertdifferenz"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Adjustiertes R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Anzahl der X-Variablen"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "fg"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-Wert"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kritischer Wert"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Statistik testen"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Untere"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Obere"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Eingabebereich ist ungültig."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Ausgabebereich ist ungültig."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Linear"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarithmisch"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potenz"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Unabhängiger Variablenbereich ist ungültig."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Abhängiger Variablenbereich ist ungültig."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Konfidenzniveau muss im Intervall (0, 1) liegen."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y-Variablenbereich darf nicht mehr als 1 Spalte umfassen."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y-Variablenbereich darf nicht mehr als 1 Zeile umfassen."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Univariate Regression: Die Beobachtungszahl in X und Y muss übereinstimmen."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multivariate Regression: Die Beobachtungszahl in X und Y muss übereinstimmen."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regressionsmodell"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regressionsstatistik"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residuum"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Konfidenzintervall"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koeffizienten"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistik"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Achsenabschnitt"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Prognostiziertes Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "RGP Rohausgabe"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) rechtsseitig"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F kritisch, rechtsseitig"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) linksseitig"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F-kritisch, linksseitig"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P beidseitig"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F kritisch, beidseitig"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson-Korrelation"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Varianz der Differenzen"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-Statistik"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) einseitig"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t-kritisch, einseitig"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) beidseitig"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t-kritisch, beidseitig"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "Z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Bekannte Varianz"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (G<=g) einseitig"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "g-kritisch, einseitig"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (G<=g) beidseitig"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "g-kritisch, beidseitig"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier-Transformation"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inverse Fourier-Transformation"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Real"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginär"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Größe"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Phase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Mehr als zwei Spalten im gruppierten Spaltenmodus ausgewählt."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Mehr als zwei Zeilen im gruppierten Zeilenmodus ausgewählt."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Keine Daten im Eingabebereich."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Ausgabe ist zu lang, um in die Tabelle geschrieben zu werden."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Eingabedatenbereich"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Aktualisierung zulassen"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Erlauben Sie die Aktualisierung nur, wenn Sie diesem Dokument vertrauen."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "An der Zelle"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "An der Zelle (Größenänderung mit Zelle)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "An der Seite"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Keine Benutzerdaten verfügbar."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(Exklusivzugriff)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Keine benannten Bereiche im ausgewählten Dokument vorhanden"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Haarfein (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Sehr schmal (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Schmal (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Mittel (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Breit (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Extra breit (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Haarfein doppelt (% pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Schmal/Mittel (% pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Mittel/Haarfein (% pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Mittel/Mittel (% pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Benutzen Sie eine benutzerdefinierte Sortierreihenfolge, welche Sie im Dialog Optionen unter %PRODUCTNAME Calc - Sortierlisten definieren können."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Legt fest, dass ein Rechteck in der oberen rechten Ecke einer Zelle angezeigt wird, sobald ein Kommentar vorhanden ist. Der Kommentar wird nur angezeigt, wenn Sie im Dialog Optionen unter %PRODUCTNAME - Allgemein Tipps erlaubt haben."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Öffnet einen Dialog, in dem Sie eine Gleichung mit einer Variablen auflösen können."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30721,37 +30789,37 @@ msgstr "Geben Sie die Sortieroptionen für den ausgewählten Bereich an."
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "Von oben nach unten (Zeilen sortieren)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "Von links nach rechts (Spalten sortieren)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Richtung:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Bereich enthält…"
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Kopfzeilen:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Sortieroptionen"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Benutzerdefinierte Sortierreihenfolge"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Wählen Sie die gewünschte benutzerdefinierte Sortierreihenfolge aus. Um eine benutzerdefinierte Sortierreihenfolge festzulegen, wählen Sie »Extras – Optionen… – LibreOffice Calc – Sortierlisten«."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Sprache"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Optionen"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Wählen Sie eine Sortieroption für die Sprache aus."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Wählen Sie eine Sprache für die Sortierkriterien."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sortieroptionen"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Hier legen Sie zusätzliche Sortieroptionen fest."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "_Benutzerdefinierte Sortierreihenfolge"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Verwendet eine benutzerdefinierte Sortierreihenfolge, die Sie unter »Extras – Optionen… – LibreOffice Calc – Sortierlisten« festgelegt haben."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Verwendet eine benutzerdefinierte Sortierreihenfolge, die Sie unter »Extras – Optionen… – LibreOffice Calc – Sortierlisten« festgelegt haben."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sortierung"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Legen Sie die Einstellungen für die Berechnung und Darstellung von Teilergebnissen fest."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Ko_mmentarmarkierung"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Legt fest, dass ein kleines Rechteck in der oberen rechten Ecke der Zelle anzeigt, dass ein Kommentar vorhanden ist. Der Kommentar wird nur angezeigt, wenn Sie unter »Extras – Optionen… – LibreOffice – Allgemein« die Option „Erweiterte Tipps“ aktiviert haben."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Werthervorhebung"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Markieren Sie Werte hervorheben, um abhängig vom Typ die Zellinhalte in verschiedenen Farben darzustellen. Texte werden in schwarz, Formeln in grün, Zahlen in blau dargestellt und geschützte Zellen werden mit hellgrauem Hintergrund angezeigt, unabhängig davon, wie die Zellen formatiert sind."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "A_nker"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Legt fest, ob beim Auswählen eines eingefügten Objekts, beispielsweise einer Grafik, das Ankersymbol angezeigt wird."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Te_xtüberlauf"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Wenn der Text in einer Zelle die Zellbreite übersteigt und die Zelle rechts daneben ebenfalls Daten enthält, so wird an der rechten Seite der Zelle mit einem kleinen Dreieck auf die Fortsetzung des Textes hingewiesen."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Bezüge farbig anzeigen"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "In der Formel werden alle Referenzen farbig hervorgehoben. Sobald Sie eine Zelle, in der eine Referenz enthalten ist, zum Bearbeiten auswählen, wird auch der Zellbereich farbig umrandet."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Anzeige"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "_Spalten-/Zeilenbeschriftung"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Legt fest, ob Zeilen- und Spaltenüberschriften angezeigt werden."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Horizontale Bildlauflei_ste"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Hier bestimmen Sie, ob am unteren Dokumentfenster eine horizontale Bildlaufleiste angezeigt wird."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Vertikale Bildlaufleiste"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Hier bestimmen Sie, ob am rechten Dokumentfenster eine vertikale Bildlaufleiste angezeigt wird."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "_Tabellenregister"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Hier bestimmen Sie, ob die Tabellenregister am unteren Rand des Tabellendokuments angezeigt werden."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Glieder_ungssymbole"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Falls Sie eine Gliederung festgelegt haben, legen Sie per Gliederungssymbole fest, ob die Gliederungssymbole am Tabellenrand angezeigt werden."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "_Zusammenfassung der Suche"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Fenster"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Tabellen s_ynchronisieren"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Wenn markiert, werden alle Tabellen mit demselben Zoomfaktor angezeigt. Wenn nicht markiert, kann jede Tabelle einen eigenen Zoomfaktor haben."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Maßstab"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Seitenumbrüche"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Legt fest, ob die Seitenumbrüche innerhalb eines definierten Druckbereichs sichtbar sind."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "H_ilfslinien beim Bewegen"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Markieren Sie dieses Feld, um beim Verschieben von Zeichnungen, Rahmen, Grafiken und anderen Objekten Hilfslinien zu sehen."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Gitterlinien:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Farbe:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Anzeigen"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Vor Zellhintergrund"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Verbergen"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Legt fest, wann Gitterlinien angezeigt werden. Bei \"Hinter Zellhintergrund\" werden Gitterlinien nur für Zellen angezeigt, die keine Hintergrundfarbe haben. Bei \"Vor Zellhintergrund\" werden die Gitterlinien auch für Zellen mit Hintergrundfarbe angezeigt. Bei \"Nicht anzeigen\" werden keine Gitterlinien angezeigt."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Legt die Farbe für die Linien des Tabellengitters im aktuellem Dokument fest."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Mauszeiger:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Thema"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Zeigt den Zeiger so an, wie er im Symbolthema definiert ist, normalerweise als dickes Kreuz."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "System"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Zeigt den Zeiger wie im Systemstandard an, normalerweise als Pfeil."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Optische Hilfen"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "_Objekte/Bilder:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Diagramme:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Zei_chnungsobjekte:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Anzeigen"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Verbergen"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Legt fest, ob Objekte und Grafiken angezeigt oder versteckt werden."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Anzeigen"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Verbergen"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Legt fest, ob Diagramme in Ihrem Dokument angezeigt oder versteckt werden."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Anzeigen"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Ausblenden"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Legt fest, ob Zeichnungsobjekte in Ihrem Dokument angezeigt oder versteckt werden."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekte"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Legt fest, welche Elemente des Calc-Hauptfensters angezeigt werden. Sie können auch die Hervorhebung von Werten in Tabellen ein- oder ausblenden."
diff --git a/source/de/sd/messages.po b/source/de/sd/messages.po
index 234bf24ef59..e3ef3016494 100644
--- a/source/de/sd/messages.po
+++ b/source/de/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-03-31 22:30+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/de/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562386789.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Linienende"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Geben Sie hier bitte den Namen für die neue Linienspitze ein:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/de/sfx2/messages.po b/source/de/sfx2/messages.po
index a4c981dd881..6b3a1401dbf 100644
--- a/source/de/sfx2/messages.po
+++ b/source/de/sfx2/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ja oder nein"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Speichert den vollen Namen des Benutzers mit der Datei. Sie können den Namen unter Extras - Optionen… - %PRODUCTNAME - Benutzerdaten bearbeiten."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Benutzerdaten verwenden"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Speichert den vollständigen Namen des Benutzers mit der Datei. Sie können den Namen bearbeiten, indem Sie »Extras – Optionen… – LibreOffice – Benutzerdaten» wählen."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Eigenschaften zurücksetzen"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Setzt die Bearbeitungszeit auf Null, das Erstellungsdatum auf das aktuelle Datum und die aktuelle Uhrzeit sowie die Versionsnummer auf 1. Datum und Uhrzeit der letzten Änderung und des letzten Drucks werden gelöscht."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Digitale Signat_uren…"
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Größe:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "unbekannt"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Adresse:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Typ:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_Kennwort ändern…"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Dokumentvorlage:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Zeigt den Dateinamen an."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Vorschaubild mit diesem Dokument speichern"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Bild bevorzugt DPI"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Enthält allgemeine Angaben zur aktuellen Datei."
@@ -4467,7 +4469,7 @@ msgstr "Zweites Kennwort"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Es können nur lateinische Grundzeichen eingegeben werden"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/de/starmath/messages.po b/source/de/starmath/messages.po
index 9422b354a1e..25d398d050e 100644
--- a/source/de/starmath/messages.po
+++ b/source/de/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-10-28 04:00+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/de/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Öffnet den Dialog Symbole, in welchem Sie ein Symbol zum Einfügen in die Formel auswählen können."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Seitenleiste Elemente"
diff --git a/source/de/svtools/messages.po b/source/de/svtools/messages.po
index 1ae37139124..fb530e42dbd 100644
--- a/source/de/svtools/messages.po
+++ b/source/de/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-13 05:18+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/de/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE ist defekt"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Öffnet den Dialog Druckereinstellungen, in dem Sie die globalen Druckereinstellungen aufheben können, die in den Optionen unter Extras - Optionen… - %PRODUCTNAME Writer/Web - Drucken für das aktuelle Dokument gesetzt sind."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Quellcode"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Lesezeichen-Datei"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Bilder"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfigurationsdatei"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Anwendung"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Datenbank-Tabelle"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Systemdatei"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word Dokument"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Hilfedatei"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-Dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archivdatei"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Protokolldatei"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Datenbank"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 Globaldokument"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Zeichnung"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Textdatei"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Verknüpfung"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0–5.0 Vorlage"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel Dokument"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel Vorlage"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Stapelverarbeitungsdatei"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Datei"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Ordner"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Textdokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Tabellendokument"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Präsentation"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Zeichnung"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-Dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Globaldokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formel"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Datenbank"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 Tabellendokumentvorlage"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 Zeichnungsvorlage"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 Präsentationsvorlage"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 Textdokumentvorlage"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Lokales Laufwerk"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Diskettenlaufwerk"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM-Laufwerk"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Netzwerkverbindung"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint Dokument"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint Vorlage"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 Formel"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Diagramm"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 Zeichnung"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 Tabellendokument"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 Präsentation"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 Textdokument"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 Globaldokument"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML Dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument Datenbank"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument Zeichnung"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument Formel"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument Globaldokument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument Präsentation"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument Tabellendokument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument Text"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument Tabellendokumentvorlage"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument Zeichnungsdokumentvorlage"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument Präsentationsdokumentvorlage"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument Textdokument Vorlage"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME-Extension"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell Rechtschreibprüfung"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen Bindestrich"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes Thesaurus"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Liste ignorierter Wörter"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Optionen…"
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Öffnet den Dialog „Druckeroptionen“, in dem Sie die unter »Extras – Optionen… – Writer/Web – Drucken« eingestellten globalen Druckeroptionen für das aktuelle Dokument verändern können."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Name:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Typ:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ort:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Kommentar:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Eigenschaften…"
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Ändert die Druckereinstellungen Ihres Betriebssystems für das aktuelle Dokument."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Zeigt eine Liste der in Ihrem Betriebssystem installierten Drucker an. Zum Ändern des Standarddruckers wählen Sie einen der hier aufgelisteten Druckernamen."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Drucker"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Hier legen Sie den Standarddrucker für das aktuelle Dokument fest."
diff --git a/source/de/svx/messages.po b/source/de/svx/messages.po
index ea37b324960..d2468574803 100644
--- a/source/de/svx/messages.po
+++ b/source/de/svx/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
-"Last-Translator: Andrej Hüppop <andrejhpbvb@gmail.com>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -11792,7 +11792,7 @@ msgstr "Von innen"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Gesamter Absatzbereich"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Rechts von Seitentextbereich"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Absatzrand links"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Absatzrand rechts"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Rahmen:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Geben Sie den Text ein, der angezeigt werden soll, während sich der Mauszeiger in einem Browser über dem Hotspot befindet."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Geben Sie eine URL für die Datei ein, die durch Klicken auf den ausgewählten Hotspot geöffnet werden soll."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Zeigt die verweissensitive Grafik an, damit Sie auf die Hotspots klicken und diese bearbeiten können."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Hier können Sie speziellen Bereichen, den so genannten Hotspots, in einer Grafik oder einer Gruppe von Grafiken URLs zuweisen. Eine verweissensitive Grafik ist eine Gruppe von Hotspots."
diff --git a/source/de/sw/messages.po b/source/de/sw/messages.po
index ff426bdc58b..5a51deb81f3 100644
--- a/source/de/sw/messages.po
+++ b/source/de/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/de/>\n"
"Language: de\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Absatz: Silbentrennung Wörter in Großbuchstaben nicht trennen"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Absatz: Interoperabilitäts-Wundertüte"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Absatz: Einzug Erste Zeile ist automatisch"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Absatz: ist Zeichenabstand"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Absatz: ist Rahmen verbinden"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Absatz: ist Verbotene Regeln"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Absatz: ist Hängende Interpunktion"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Absatz: ist Silbentrennung"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Absatz: ist Nummerierung neu starten"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Absatz: Zusammenhalten"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Absatz: Letzte Zeile anpassen"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Absatz: Abstand links"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Absatz: Abstand links relativ"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Absatz: Zeilennummerierung mitzählen"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Absatz: Zeilennummerierung Startwert"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Absatz: Zeilenabstand"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Absatz: Waisenkinder"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Absatz: Registerhaltigkeit berücksichtigen"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Absatz: Abstand rechts"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Absatz: Abstand rechts relativ"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Absatz: Schattenformat"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Absatz: Trennen"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Absatz: Vorlagenname"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Absatz: Tabulatoren"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Absatz: Abstand oben"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Absatz: Abstand oben relativ"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Absatz: Benutzerdefinierte Attribute"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Absatz: Vertikale Ausrichtung"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Absatz: Fenster"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Verweis-Markierung"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Umrandung: rechts"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Umrandung: Abstand rechts"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby: Einstellung"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby: Absatzvorlagenname"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby: ist oberhalb"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby: Position"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby: Text"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Am Gitter fangen"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Vorlage: Interoperabilitäts-Wundertüte"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Text: Feld"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Textrahmen"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Text: Absatz"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Text: Bereich"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Text: Tabelle"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Text: Benutzerdefinierte Attribute"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Umrandung: oben"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Umrandung: Abstand oben"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Zeichenvorlagenname Unbesucht"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Zeichenvorlagenname Besucht"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Schreibmodus"
@@ -5376,7 +5394,7 @@ msgstr "Textrahmen"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "OLE-Objekt"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Bild"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "OLE-Objekte"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Grundlinie ~mittig"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "OLE-Objekt einfügen"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "OLE-Objekt bearbeiten"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9956,8 +9974,22 @@ msgstr "Klicken Sie hier, um Text einzugeben"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Wähle einen Eintrag aus"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Öffnet den Dialog Beschriftung. Er enthält die gleichen Informationen wie der Dialog, den Sie über %PRODUCTNAME Writer - Automatische Bildbeschriftung im Dialog Optionen aufrufen können."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,82 +12565,118 @@ msgid "Options"
msgstr "Optionen"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Eigenschaften Inhaltskontrolle"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Inhalt ist Platzhaltertext"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Anzeigename"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Wert"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Listenelemente:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Hinzufügen"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Ändern"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Entfernen"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Nach oben verschieben"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Nach unten verschieben"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Eigenschaften Inhaltskontrolle-Listeneinträge"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Anzeigename:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Wert:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Geben Sie den Korrekturwert ein, der auf ein Seitenzahlfeld angewendet werden soll, beispielsweise \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Listet die verfügbaren Feldtypen auf. Um einen Verweis in Ihr Dokument einzufügen, wählen Sie einen Feldtyp aus, markieren unter „Auswahl“ einen Eintrag und klicken auf »Einfügen«."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Typ"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Auswählen"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Wählen Sie das gewünschte Format aus oder klicken Sie auf »Weitere Formate«, um ein eigenes Format zu definieren."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "Format"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro…"
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Öffnet die Makro-Auswahl. Hier können Sie festlegen, welches Makro beim Klicken auf das im Dokument ausgewählte Feld ausgeführt werden soll."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "W_ert"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Geben Sie hier Werte für weitere Funktionsparameter ein. Die Art der Parameter ist abhängig vom der gewählten Funktion."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Na_me"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Dann"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Geben Sie im Feld \"Dann\" den Text ein, der angezeigt werden soll, wenn die Bedingung erfüllt ist. Im Feld Sonst geben Sie den Text an, der bei nicht erfüllter Bedingung angezeigt werden soll."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Sonst"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Geben Sie im Feld \"Dann\" den Text ein, der angezeigt werden soll, wenn die Bedingung erfüllt ist. Im Feld Sonst geben Sie den Text an, der bei nicht erfüllter Bedingung angezeigt werden soll."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "E_intrag"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Fügen Sie einen neuen Eintrag hinzu."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Fügt den Eintrag zur Liste hinzu."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "_Listeneinträge"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Zeigt die Einträge der Liste. Der oberste Eintrag wird im Dokument angezeigt."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Entfernt den ausgewählten Eintrag aus der Liste."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Nach _oben verschieben"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Bewegt das ausgewählte Element in der Liste nach oben."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Nach _unten verschieben"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Bewegt das ausgewählte Element in der Liste nach unten."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Na_me"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Geben Sie einen eindeutigen Namen für die Eingabeliste ein."
@@ -15696,7 +15764,7 @@ msgstr "Rahmen"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Position und Größe"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Geben Sie dem ausgewählten Eintrag einen Namen."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Geben Sie den Text ein, der im Webbrowser angezeigt werden soll, wenn das ausgewählte Objekt nicht verfügbar ist. Solche Texte helfen auch Behinderten."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15768,178 +15836,220 @@ msgstr "_Name:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "Alternativtext:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Keine>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "In diesem Feld wird der Name des vorhergehenden Eintrags (Objekt, Grafik oder Rahmen) angezeigt, falls er mit dem aktuellen verkettet ist. Zum Hinzufügen oder Ändern der Verkettung wählen Sie einen Namen aus der Liste. Wenn Sie Rahmen verketten, müssen der aktuelle Rahmen und der Zielrahmen leer sein."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Keine>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Zeigt das Element (Objekt, Grafik oder Rahmen) an, das in einer Verknüpfungsfolge auf das aktuelle Element folgt. Um die nächste Verknüpfung hinzuzufügen oder zu ändern, wählen Sie einen Namen aus der Liste aus. Beim Verknüpfen von Rahmen muss der Zielrahmen leer sein."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Vorgänger:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Nach_folger:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Beschreibung:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Zugänglichkeit"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Inhalt"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Schützt den Inhalt des gewählten Objekts."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Position"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Sperrt die Position des ausgewählten Elements im aktuellen Dokument."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Größe"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Schützt die Größe des gewählten Objekts vor Änderungen."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Schützen"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "Vertikale Ausrichtung:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Oben"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Zentriert"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Unten"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Legt die vertikale Ausrichtung des Rahmeninhalts fest. Hauptsächlich betroffen ist Textinhalt, aber es beeinflusst auch Tabellen und andere Objekte, die am Textbereich verankert sind (verankert als Zeichen, am Zeichen oder am Absatz), zum Beispiel Rahmen, Grafiken oder Zeichnungen."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Inhaltsausrichtung"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editierbar in schreibgeschütztem Dokument"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Erlaubt das Bearbeiten des Inhalts eines Rahmens auch dann, wenn das Dokument schreibgeschützt ist."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "_Drucken"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Druckt das gewählte Objekt mit aus, wenn gedruckt wird."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Legt die Schreibrichtung innerhalb des Rahmens fest. Bei Auswahl von Einstellung des übergeordneten Objektes verwenden wird die Standardschreibrichtung der Seite verwendet."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Te_xtfluss:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Eigenschaften"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Vorgänger:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Keine>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Nach_folger:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Keine>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Geben Sie die Eigenschaften des ausgewählten Objektes, der Abbildung oder des Rahmens an."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automatisch…"
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Öffnet den Dialog „Beschriftung“. Er enthält die gleichen Informationen wie der Dialog, den Sie unter »Extras – Optionen… – LibreOffice Writer – Automatische Beschriftung« erhalten."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Optionen…"
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Beschriftung"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Nummerierung:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Trenner:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Position:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Wählen Sie die für die Beschriftung zu verwendende Nummerierungsart aus."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Geben Sie optionale Textzeichen ein, die zwischen der Zahl und dem Beschriftungstext angezeigt werden sollen."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Nummerierungstrenner:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Geben Sie den Text ein, der hinter der Nummerierung angezeigt werden soll."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Fügt die Beschriftung unterhalb beziehungsweise oberhalb des ausgewählten Elements ein. Diese Option ist nur für bestimmte Objekttypen verfügbar."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorie:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Wählen Sie die Kategorie für die Beschriftung aus oder geben Sie einen Namen ein, um eine neue Kategorie zu erstellen. Der Text der Kategorie erscheint vor der Nummer der Beschriftung im Namen der Beschriftung. Jede vordefinierte Kategorie der Beschriftung wird mit einer gleichnamigen Absatzvorlage formatiert."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Eigenschaften"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Vorschau"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Fügt einer ausgewählten Grafik, Tabelle oder Form, einem Diagramm oder Rahmen einen nummerierten Beschriftungstext hinzu."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Keine]"
@@ -22387,13 +22491,13 @@ msgstr "Fügt dem Absatz Gliederungsebene, Listenvorlage und Zeilennummerierung
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-Objekt"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Position und Größe"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24703,7 +24807,7 @@ msgstr "Bild"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Position und Größe"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24727,7 +24831,7 @@ msgstr "Hyperlink"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Drehung"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/dgo/cui/messages.po b/source/dgo/cui/messages.po
index 2ccd6b4ed1b..bdd5033a101 100644
--- a/source/dgo/cui/messages.po
+++ b/source/dgo/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1763,11 +1763,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "टेबल "
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "किरपा करियै नमें तीर सिरे लेई इक नांऽ प्रविश्ट करो ."
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3192,10 +3192,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3377,10 +3377,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3534,10 +3534,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3570,51 +3570,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6743,195 +6749,163 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "नाप "
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "भाशा "
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "भाशा "
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "नाप "
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "नाप "
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "भाशा "
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "नाप "
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "भाशा "
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
#, fuzzy
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "पूर्वद्रिश्श"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8189,33 +8163,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "विवरण "
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -19348,22 +19334,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19453,18 +19439,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "क्या तुस इस हैचिङ गी म्हेसना चांह्‌दे ओ?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "क्या तुस सच्चें गै चार्ट-रंग म्हेसना चांह्‌दे ओ?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21715,263 +21700,287 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
#, fuzzy
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "स्वचलत चाल्ली कन्नै"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "C_haracters at end of line"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Cha_racters at beginning of line"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
#, fuzzy
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr " ~ जोड़-चि’न्नीकरण\t"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "समावेश करो "
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "किस्म :"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "सफा नंबरसफा संख्या"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "स्थिति "
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "सफा शैली "
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "सफा"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "स्तंभ "
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "पैह्‌लें"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "परैंत"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "पैह्‌रे गी मत खंडाओ"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "अगले सफे कन्नै रक्खो."
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
#, fuzzy
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "जतीम नियंत्रण"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
#, fuzzy
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "विधवा नियंत्रण"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
#, fuzzy
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "लकीरां"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
#, fuzzy
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "लकीरां"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
#, fuzzy
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "विकल्प(बहु.) "
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/dgo/editeng/messages.po b/source/dgo/editeng/messages.po
index 1ee809e07c9..65759a5ac0d 100644
--- a/source/dgo/editeng/messages.po
+++ b/source/dgo/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 19:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1369,52 +1369,76 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "सफा शैली: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "कर्निंग "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "जंदरा बंद"
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "संघना कीते दा"
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr " ग्राफिक\t"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "कोई नेईं "
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "बिंदु"
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
@@ -1422,353 +1446,353 @@ msgstr " वृत्त\t"
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "भरे दा वृत"
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "उप्पर "
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "ख'ल्ल "
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
#, fuzzy
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "दो लकीरी"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "दो लकीरी"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "कोई स्वचलत वर्ण स्पेसिङ नेईं"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "कोई स्वचलत वर्ण स्पेसिङ नेईं"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "लाइन समाप्ति पर कोई हैंगिङ विराम-चिʼन्न नेईं"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "लाइन समाप्ति पर हैंगिङ विराम-चिʼन्न"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "लाइन दे शुरू ते समाप्ति पर वर्जत वर्णें दी सूची लागू करो"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "लाइन दे शुरू ते समाप्ति पर वर्जत वर्णें दी सूची लागू नेईं करो"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "कोई घुमाऽ आह्‌ले वर्ण नेईं"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "$(ARG1)° द्वारा घुमाए गेदे वर्ण"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
#, fuzzy
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "~नाप दे काबल "
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "वर्ण मापत $(ARG1)°"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "कोई मापत वर्ण नेईं"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "कोई नक्काशी नेईं"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
#, fuzzy
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "सहायता"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "नक्षत"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "स्वचलत इबारत सेधीकरण"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "इबारत अधार लाइन बक्खी सेधीकृत"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "इबारत धुर उप्परै गी सेधीकृत"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "इबारत बशक्हारै गी सेधीकृत"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "इबारत थल्ले गी सेधीकृत"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "इबारत दिशा खब्बेआ सज्जै (आडा)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "इबारत दिशा सज्जेआ खब्बै (आडा)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "इबारत दिशा सज्जेआ खब्बै (खड़ोतमां)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "इबारत दिशा खब्बेआ सज्जै (खड़ोतमां)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "सुपर आर्डीनेट चीज इबारत दिशा सैट्टिङ बरतो"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "पैह्‌रा इबारत ग्रिड बक्खी स्नैप करदा ऐ (जेकर सक्रिय होऐ)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "पैह्‌रा इबारत ग्रिड बक्खी स्नैप नेईं करदा"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "छप्पे दा नेईं"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "छप्पे दे"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "कागज ट्रे "
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[प्रिंटर सैट्टिङें थमां]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
#, fuzzy
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "म्हेसो "
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "लेओ"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "समावेश करो "
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "प्रतिस्थापन करो"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "खासियतां इस्तेमाल करो"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "खासियतां परतियै सैट्ट करो"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "इंडैंट"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "शैली लागू=करो "
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "~केस बदलो "
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
#, fuzzy
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "शब्द ऐ"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
#, fuzzy
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "पैह्‌रा ऐ"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
#, fuzzy
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "स्वचलत "
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "पैह्‌रे च बिंब बुलेट"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "बिंब बुलेट"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "दस्तावेज दी शुरुआत पर जाच जारी रक्खी जाऽ ? "
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "दस्तावेज दी शुरुआत पर जाच जारी रक्खी जाऽ ? "
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1776,44 +1800,44 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "एह् शब्दकोश पैह्‌लें गै भरोचे दा ऐ."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "एह् शब्दकोश सिर्फ पढ़नजोग ऐ."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "इंडैंट"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
#, fuzzy
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "उपबिंदुएं दा प्रदर्शन करो "
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "तैह् करो"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "खासियतां इस्तेमाल करो"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "समावेश करो "
diff --git a/source/dgo/fpicker/messages.po b/source/dgo/fpicker/messages.po
index 347852ac00f..3851c670783 100644
--- a/source/dgo/fpicker/messages.po
+++ b/source/dgo/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -229,61 +229,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "फाइल नांऽ "
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "फाइल ~किस्म:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "~सिर्फ-पढ़नजोग"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "पासवर्ड सनैं बचाइयै रक्खो "
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "स्वचलत फाइल नांऽ विस्तार "
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "पूनी सैट्टिंगें दा संपादन करो"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
index efd8dfc568f..5a1ace58bb1 100644
--- a/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1268,6 +1268,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr " पिछली शीटां पर\t"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10841,15 +10851,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "पंगतालें दी बरोबर बंड=करो "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21669,14 +21679,14 @@ msgctxt ""
msgid "~Image"
msgstr "बिंब\t"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26599,15 +26609,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr " संबंध-जोड़ बदलो\t"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26620,6 +26630,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "संबंध-जोड़ "
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31414,6 +31434,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34546,14 +34576,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~पैह्‌ला पैह्‌रा "
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34576,14 +34616,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "इंडैंट मुल्ल बधाओ"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/dgo/sc/messages.po b/source/dgo/sc/messages.po
index 13982afdb8f..e6cd1e87040 100644
--- a/source/dgo/sc/messages.po
+++ b/source/dgo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17350,384 +17350,402 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "शीटां चुनो "
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~चुनी दियां शीटां "
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "फुट्टा "
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "एह् फुट्टा चीजें गी स्थिर स्थिति च रखदा ऐ. "
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "पूर्वद्रिश्श"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "एह् शीट दसदी ऐ जे दस्तावेज च डेटे गी किॕयां तरतीब दित्ती जाग. "
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "दस्तावेज द्रिश्श"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "शीट %1 "
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "सैल्ल%1 "
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "खब्बा खित्ता "
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "सफे दा पूर्वद्रिश्श"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "केंदर खित्ता "
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "सज्जा खित्ता "
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "सफे दा सिरालेख %1 "
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "सफे दा पैरलेख %1 "
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "इनपुट लकीर "
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "ओह् जगह ऐ ,जित्थै तुस प्रविश्ट जां इबारत,नंबर ते फार्मूलें दा संपदान करदे ओ."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "मीडिया प्ले बैक "
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "माऊस बटन दबाया "
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "फार्मूला पट्टी\t"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME स्प्रैडशीट "
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(सिर्फ पढ़न जोग) "
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
#, fuzzy
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "( पूर्वद्रिश्श अवस्था)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME कल्क"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "कैल्क A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "ऐक्सल A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "ऐक्सल R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "फलाऽ च पंगताल लेबल (बहु.)होंदे न "
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "फलाऽ च ~ पंगताल लेबल (बहु.)होंदे न "
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "अमान्य मुल्ल "
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "स्वचलत रूप-रचना जमा करो "
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
#, fuzzy
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "स्वचलत रूप-रचना म्हेसो"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "नांऽ "
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "स्वचलत रूप-रचना म्हेसो"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "आप # प्रविष्टि को सचमुच में मिटाना चाहते है?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~बंद करो "
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "जनवरी "
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "फर्वरी "
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "मार्च "
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "उत्तर "
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "मझाटा "
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "दक्खन"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "कुल "
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr " संबंध-जोड़ बदलो\t"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17735,1290 +17753,1310 @@ msgstr "हालत"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "विशे-सूची "
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "शीटां "
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "फलाऽ नांऽ "
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "डेटाबेस फलाऽ(बहु.) "
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
#, fuzzy
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "बिंब (बहु․)"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLEचीज"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "नोट(बहु.)"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "कड़ीबद्ध खित्ते "
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "चित्रकारी चीजां"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "क्रियाशील"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "निश्क्रिय "
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "छप्पे दे"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "क्रियाशील विंडो "
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "सूरतेहाल नांऽ "
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "नोट(बहु.)"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr " चढ़दे क्रम च छांटो\t"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "घटदे क्रम च छांटो\t"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "लोड़ा मताबक फांट"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "नांऽ खान्ना"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "इनपुट लकीर "
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "फंक्शन विशारद"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "मंजूर करो "
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "चीजा दा समावेश करो "
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "फार्मूले "
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "अनजांता बरतूनी"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "स्तंभ दा समावेश होआ"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "पंगताला दा समावेश होआ"
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "शीटा दा समावेश होआ"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "स्तंभ हटाया"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "पंगताल हटाई"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "शीट हटाई"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "फलाऽ लेता. "
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "बदलोई दी विशे-समग्री "
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "बदलोई दी विशे-समग्री "
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "च बदलेआ "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "मौलिक "
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "तब्दीलियां नांमंजूर होइयां "
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "मंजूर होइयां"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "नांमंजूर होइयां"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "कोई प्रविश्टी नेईं "
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<खाली>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "संरक्षत नेईं"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "पासवर्ड-संरक्षत नेईं"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "हैश नां-अनुकूल"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "हैश अनुकूल"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "परतियै टाइप करो"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "समूह्"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "कुल "
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "औसत "
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "मानक गल्ती"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "अवस्था "
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "मीडिया"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "चरांक"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "मानक विचलन"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "फलाऽ"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "~घट्टोघट्ट"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "~बद्धोबद्ध"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "कुल जोड़ "
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
#, fuzzy
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "गिनतरी"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "आम "
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "जमैटरी"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "~घट्टोघट्ट"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "~बद्धोबद्ध"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "औसत "
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "मानक विचलन"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "मीडिया"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "सिग्मा "
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "अल्फा "
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "बदलनशील"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "बदलनशील"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "मरूसियां"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "लीनियर"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "लोगरिद्‌म"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "पावर"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "रिग्रैशन किस्म"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "इंटरनैट्ट "
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
#, fuzzy
@@ -24070,6 +24108,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31825,45 +31893,39 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "भाशा"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "विकल्प"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "आप्शन दरामद करो"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32898,26 +32960,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "छांटो"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33362,348 +33412,342 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr " मुल्ल उजागरीकरण\t"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "संबंध-जोड़ "
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "प्रदर्शन"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "समतल स्क्रोल पट्टी"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "आडी स्क्रोल पट्टी "
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "~विंडो "
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
#, fuzzy
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "ज़ूम करो"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "सफा खंडन"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
#, fuzzy
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "लेंदे बेल्लै मार्गदर्शन करदा ऐ"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
#, fuzzy
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Colour"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "दस्सो "
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "छपैलो"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "चित्रकारी चीजां"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "दस्सो "
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "छपैलो"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "दस्सो "
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "छपैलो"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "दस्सो "
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "छपैलो"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "चीजां"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/dgo/sd/messages.po b/source/dgo/sd/messages.po
index 739fc931e45..6202c9c271b 100644
--- a/source/dgo/sd/messages.po
+++ b/source/dgo/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -662,11 +662,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "लकीर समाप्त होंदी ऐ "
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "किरपा करियै नमें तीर सिरे लेई इक नांऽ प्रविश्ट करो ."
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/dgo/sfx2/messages.po b/source/dgo/sfx2/messages.po
index b05d1223b67..b91492e43bf 100644
--- a/source/dgo/sfx2/messages.po
+++ b/source/dgo/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2285,6 +2285,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "हां जां नांह्"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3338,92 +3346,86 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "हिंसेदार दस्खत "
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "नाप: "
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "अनजांता"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "स्थान: "
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "किस्म :"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "पासवर्ड बदलेआ"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "टैंप्लेट"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/dgo/starmath/messages.po b/source/dgo/starmath/messages.po
index 50f9da87acf..eea83d2dc7a 100644
--- a/source/dgo/starmath/messages.po
+++ b/source/dgo/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-23 15:15+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: dgo (generated) <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/dgo/>\n"
@@ -2867,7 +2867,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/dgo/svtools/messages.po b/source/dgo/svtools/messages.po
index c46b915ff27..858e99f93c3 100644
--- a/source/dgo/svtools/messages.po
+++ b/source/dgo/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1352,401 +1352,409 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE दोशपूर्ण ऐ "
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "स्रोत कोड "
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "सफा-चि'न्न फाइल"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "ग्राफिक(बहु.)"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "संरूपण फाइल"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "बरतून "
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "डेटाबेस टेबल "
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "सिस्टम फाइल"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word दस्तावेज "
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "मदद फाइल"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML दस्तावेज "
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "आर्काइव फाइल"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "लाग फाइल"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "स्टार आफिस 5.0 सच्चा "
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 मास्टर दस्तावेज "
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "स्टार आफिस 5.0 सच्चा "
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "इबारत फाइल"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "कड़ी "
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
#, fuzzy
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "स्टार आफिस 5.0 सच्चा "
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "माइक्रोसाफ्ट ऐक्सैल दस्तावेज "
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "माइक्रोसाफ्ट ऐक्सैल सच्चा "
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "दस्ता फाइल"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "फाइल"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "फोल्डर"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "इबारत दस्तावेज "
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "स्प्रैडशीट "
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "प्रस्तुति "
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "चित्रकारी "
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML दस्तावेज "
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "मास्टर दस्तावेज "
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "फार्मूला "
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "डेटाबेस "
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "स्थानी ड्राइव "
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "डिस्क ड्राइव "
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM ड्राइव "
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "नैट्टवर्क कनैक्शन "
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "माइक्रोसाफ्ट पावर पोआइंट दस्तावेज "
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "माइक्रोसाफ्ट पावर पोआइंट सच्चा "
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "माइक्रोसाफ्ट पावर पोआइंट शो"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "स्हाबML दस्तावेज "
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "खु'ल्ला दस्तावेज डेटाबेस "
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "खु'ल्ला दस्तावेज चित्रकारी "
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "खु'ल्ला दस्तावेज फार्मूला"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "खु'ल्ला दस्तावेज मास्टर दस्तावेज "
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "खु'ल्ला दस्तावेज प्रस्तुति "
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "खु'ल्ला दस्तावेज स्प्रैडशीट "
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "खु'ल्ला दस्तावेज इबारत "
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "खु'ल्ला दस्तावेज स्प्रैडशीट सच्चा "
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "खु'ल्ला दस्तावेज चित्रकारी सच्चा "
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "खु'ल्ला दस्तावेज प्रस्तुति सच्चा "
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "खु'ल्ला दस्तावेज इबारत सच्चा "
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME विस्तार"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5669,73 +5677,67 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "आप्शन..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "नांऽ "
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
#, fuzzy
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "वस्तु-स्थिति"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "किस्म "
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "स्थान"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
#, fuzzy
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "नोट"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "विशेशतां ..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "प्रिंटर"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/dgo/svx/messages.po b/source/dgo/svx/messages.po
index 6daa1505f7e..a2d63b59052 100644
--- a/source/dgo/svx/messages.po
+++ b/source/dgo/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: dgo (generated) <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/dgo/>\n"
@@ -12033,17 +12033,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "खब्बा पैह्‌रा बाडर "
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "सज्जा पैह्‌रा बाडर "
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18110,33 +18110,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr " चगाठ "
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "इबारत:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/dgo/sw/messages.po b/source/dgo/sw/messages.po
index 6bba4184821..f4482c289b1 100644
--- a/source/dgo/sw/messages.po
+++ b/source/dgo/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1761,302 +1761,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10204,6 +10222,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12880,65 +12912,101 @@ msgid "Options"
msgstr "विकल्प(बहु.) "
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14947,165 +15015,165 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "किस्म "
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "मैक्रो... "
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "मुल्ल "
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "नांऽ "
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "ते फ्ही"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "नेईं ते"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "बस्त"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "उप्पर लेओ"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "खʼल्ल लेओ"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "नांऽ "
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -16237,10 +16305,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -16256,182 +16324,224 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<none>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<none>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "विवरण: "
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "विशे-सूची "
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "स्थिति "
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "नाप"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "संरक्षत करो"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "धुर-उप्पर"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centred"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "थल्ला"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "छापो"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "इबारत~ दिशा "
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "विशेशतां"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<none>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<none>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17782,122 +17892,116 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "आप्शन..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "विकल्प(बहु.) "
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "संख्याकरण "
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "नखेड़ू"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "स्थिति "
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ":"
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
#, fuzzy
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "संख्याकरण-नखेड़ू"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "कैटेगरी"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "विशेशतां"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "पूर्वद्रिश्श (~m)"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
#, fuzzy
msgctxt "insertcaption|liststore1"
msgid "[None]"
diff --git a/source/dsb/cui/messages.po b/source/dsb/cui/messages.po
index f385213f776..1205288e1c9 100644
--- a/source/dsb/cui/messages.po
+++ b/source/dsb/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/dsb/>\n"
"Language: dsb\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabela"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Pśosym zapódajśo mě za nowy linijowy špick:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2782,7 +2782,7 @@ msgstr "Z Nawigatorom móžośo nadpisma a tekst pód nadpismom wubraś a górje
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Cośo math-objekt malsnje do Writer zasajźiś? Zapódajśo formulu, wubjeŕśo ju a wužywajśo Zasajźiś ▸ Objekt ▸ OLE-Objekt ▸ Formula, aby tekst konwertěrował."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3171,11 +3171,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Cośo tabelu Writer transponěrowaś? Kopěrujśo ju a zasajźćo ju do Calc. Aby ju transponěrował, kopěrujśo ju w Calc a wubjeŕśo „Wobźěłaś – Wopśimjeśe zasajźiś – Wopśimjeśe zasajźiś… – Kašćik ‚Transponěrowaś‘“. Kopěrujśo ju pótom do tabele Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Aby w Draw rěd „Wertikalny tekst“ w kresleńskej symbolowej rědce zmóžnił, wubjeŕśo „Rědy ▸ Nastajenja ▸ Rěcne nastajenja ▸ Standardne rěcy za dokumenty ▸ Aziske“ (a cyńśo jen widobny z kliknjenim z pšaweju tastu na rědku a pótom na „Widobne tłocaški“."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3356,11 +3356,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Klikniśo do tabele a wubjeŕśo „Zasajźiś ▸ Diagram“, aby diagram na zakłaźe tabele Writer napórał."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Wubjeŕśo nastajenja w „Rědy ▸ Nastajenja ▸ %PRODUCTNAME Writer ▸ Formatěrowańske pomocne srědki ▸ Formatěrowanje pokazaś“, aby wubrał, kótare njeśišćajobne znamuška maju se pokazaś."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3513,11 +3513,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Cośo kursor do cele napšawo stajiś, za tym až sćo gódnotu w Calc zapódał? Wužyajśo tabulatorowu tastu město zapódawańskeje tasty."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Aby se suwańska rědka w Calc nalěwo pokazała, zmóžniśo „Rědy ▸ Nastajenja ▸ Rěcne nastajenja ▸ Rěcy ▸ Kompleksne tekstowe wugótowanje“ a zmóžniśo pótom w meniju „Tabela ▸ Wótpšawa nalěwo“."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3549,51 +3549,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Wěste šypkowe stile njewužywaśo? Wužywajśo tłocašk „Wulašowaś“ na rejtariku w Format ▸ Tekstowe pólo a forma ▸ Linija ▸ Šypkowe stile, aby je wótwónoźeł."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Pomoc %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Dalšne informacije"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Wuwjeźćo něnto toś tu akciju…"
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Pokazka dnja: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Strg"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6609,186 +6615,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Wubjeŕśo abo pśidajśo korektny zapis za certifikat Network Security Services, aby digitalne signatury wužywał."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Wubjeŕśo formatěrowanje, kótarež cośo nałožyś."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Zapódajśo abo wubjeŕśo pismowu wjelikosć, kótaruž cośo nałožyś. Za skalěrujobne pisma móžośo teke decimalne gódnoty zapódaś."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Wjelikosć:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Rěc:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Nastaja rěc, kótaruž pšawopisna kontrola za wubrany tekst wužywa abo za tekst, kótaryž zapódawaśo. K dispoziciji stojece rěcne module kokulku maju."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Funkcije..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Rěc:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Nastaja rěc, kótaruž pšawopisna kontrola za wubrany tekst wužywa abo za tekst, kótaryž zapódawaśo. K dispoziciji stojece rěcne module kokulku maju."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Wubjeŕśo formatěrowanje, kótarež cośo nałožyś."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Wjelikosć:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Zapódajśo abo wubjeŕśo pismowu wjelikosć, kótaruž cośo nałožyś. Za skalěrujobne pisma móžośo teke decimalne gódnoty zapódaś."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Funkcije..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Pódwjacorny"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Wjelikosć:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Rěc:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Wubjeŕśo formatěrowanje, kótarež cośo nałožyś."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Zapódajśo abo wubjeŕśo pismowu wjelikosć, kótaruž cośo nałožyś. Za skalěrujobne pisma móžośo teke decimalne gódnoty zapódaś."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Nastaja rěc, kótaruž pšawopisna kontrola za wubrany tekst wužywa abo za tekst, kótaryž zapódawaśo. K dispoziciji stojece rěcne module kokulku maju."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Funkcije..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Nastaja rěc, kótaruž pšawopisna kontrola za wubrany tekst wužywa abo za tekst, kótaryž zapódawaśo. K dispoziciji stojece rěcne module kokulku maju."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Aziski"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Wjelikosć:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Wubjeŕśo formatěrowanje, kótarež cośo nałožyś."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Zapódajśo abo wubjeŕśo pismowu wjelikosć, kótaruž cośo nałožyś. Za skalěrujobne pisma móžośo teke decimalne gódnoty zapódaś."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Nastaja rěc, kótaruž pšawopisna kontrola za wubrany tekst wužywa abo za tekst, kótaryž zapódawaśo. K dispoziciji stojece rěcne module kokulku maju."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Rěc:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Funkcije..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Kompleksny"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Nastaja rěc, kótaruž pšawopisna kontrola za wubrany tekst wužywa abo za tekst, kótaryž zapódawaśo. K dispoziciji stojece rěcne module kokulku maju."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Tekstowe pismo"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Pśeglěd"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Pódajśo formatěrowanje a pismo, kótarejž cośo nałožyś."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7999,32 +7975,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Zapódajśo mě za wobraz."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternatiwny _tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Zapódajśo tekst, kótaryž cośo pokazaś, gaž špěrka myški jo we wobglědowaku na tłocašku."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Wopisanje:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Zapódajśo wopisanje za hotspot."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Nalicyjo kakosći za wubrany hotspot."
@@ -13630,13 +13618,13 @@ msgstr "Wopisanje"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "_Tekstowa alternatiwa:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Pódajśo krotke wopisanje njetekstowego wopśimjeśa za wužywarje, kótarež toś ten objekt njewiźe."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13654,7 +13642,7 @@ msgstr "_Wopisanje:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Pódajśo dlejšego wujasnjenja njetekstowego wopśimjeśa, kótarež jo pśeliš kompleksne, aby se krotko w „tekstowej alternatiwje“ wopisało."
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18774,23 +18762,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Generěrujśo linearne a dwójodimensionalne kody za tekst abo URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Linijowy špick składowaś?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Linijowy špick jo se změnił bźez składowanja."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Cośo linijowy špick něnto składowaś?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18876,17 +18864,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Cośo šrafuru lašowaś?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Linijowy špick wulašowaś?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Cośo linijowy špick napšawdu wulašowaś?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21073,247 +21061,271 @@ msgid "Text Columns"
msgstr "Tekstowe słupy"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Awto_matiski"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Zasajźujo awtomatiski źěleńske znamuška, źož su we wótstawku trjebne."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Zapódajśo maksimalnu licbu zasobu slědujucych smužkow, źož se smějo źělenje złožkow staś."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Zapódajśo minimalnu licbu znamuškow, kótarež se maju na zachopjeńku smužki za źěleńskim znamuškom zjawiś."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Zapódajśo minimalnu licbu znamuškow, kótarež se maju na kóńcu smužki pśed źěleńskim znamuškom zjawiś."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Zna_muška na kóńcu smužki"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Znam_uška na zachopjeńku smužki"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Maksimalnje zasobu slědujuce smužki z źěleńskim znamuškom"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Słowa we wje_likich pismikach njeźěliś"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Źělenje złožkow"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Zasajźiś"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Wubjeŕśo toś ten kontrolny kašćik a pón typ łamanja, kótaryž cośo wužywaś."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Z pśe_dłogu boka:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Wubjeŕśo toś ten kontrolny kašćik a pón pśedłogu boka, kótaruž cośo za prědny bok pó łamanju wužywaś."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Typ:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Zapódajśo numer boka za prědny bok, kótaryž łamanjeju slědujo. Jolic cośo z numerěrowanim aktualnego boka pókšacowaś, wóstajśo kontrolny kašćik prozny."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Numer _boka:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Pozicija:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Pśedłoga boka"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Wubjeŕśo formatowu pśedłogu, kótaraž se ma za prědny bok pó łamanju wužywaś."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Bok"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Słupikowy diagram"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Wubjeŕśo typ łamanja, kótaryž cośo zasajźiś."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Pśed"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Za"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Wubjeŕśo, źož cośo łamanje zasajźiś."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Łamanja"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Wótstawk _njerozdźěliś"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Pśesunjo ceły wótstawk do pśiducego boka abo słupa, za tym až jo se łamanje zasajźiło."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Z pśi_ducym wótstawkom gromadu źaržaś"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Źaržy aktualny wótstawk a slědujucy wótstawk gromaźe, gaž se łamanje abo łamanje słupa zasajźujo."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_Syrotowe pšawidło"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Pódawa minimalnu licbu smužkow we wótstawku pśed łamanim boka. Wubjeŕśo toś ten kontrolny kašćik a zapódajśo licbu do póla „(licba smužkow)“."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Wudojske pšawidło"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Pódawa minimalnu licbu smužkow we wótstawku w prědnem boku za łamanim. Wubjeŕśo toś ten kontrolny kašćik a zapódajśo licbu do póla „(Licba smužkow)“."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Pódawa minimalnu licbu smužkow we wótstawku pśed łamanim boka. Wubjeŕśo toś ten kontrolny kašćik a zapódajśo licbu do póla „(licba smužkow)“."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Pódawa minimalnu licbu smužkow we wótstawku w prědnem boku za łamanim. Wubjeŕśo toś ten kontrolny kašćik a zapódajśo licbu do póla „(Licba smužkow)“."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "smužki"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "smužki"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Nastajenja"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Pódajśo nastajenja za źělenje złožkow a łamanja boka."
diff --git a/source/dsb/dbaccess/messages.po b/source/dsb/dbaccess/messages.po
index d992a168acb..22a0ee46857 100644
--- a/source/dsb/dbaccess/messages.po
+++ b/source/dsb/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-25 17:34+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/dsb/>\n"
"Language: dsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562264362.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "SQL-pśikaz wuwjasć"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Zapódajśo adminstraciski pśikaz SQL, kótaryž cośo wuwjasć."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "SQL-pśikaz _direktnje wuwjasć"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Wuwjeźćo SQL-pśikaz direktnje bźez togo, aby pśeźěłowanje spušćił."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "Wu_daśe pśikazow \"select\" pokazaś"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Pokažćo wuslědk pśikaza SQL SELECT we wudawańskem pólu."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "W_uwjasć"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Nalicyjo do togo wuwjeźone SQL-pśikaze. Aby pśikaz znowego wuwjadł, klikniśo na pśikaz a pón na „Wuwjasć“."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "SQL-pśikaz"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Pokazujo wuslědki, mjazy nimi zmólki, SQL-pśikaza, kótaryž sćo wuwjadł."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Status"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Pokazujo wuslědki SQL-pśikaza, kótaryž sćo wuwjadł."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/dsb/editeng/messages.po b/source/dsb/editeng/messages.po
index cb98f4146bc..3cd1b521aef 100644
--- a/source/dsb/editeng/messages.po
+++ b/source/dsb/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-28 07:37+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/dsb/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 wězawkow"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Pśedłoga boka: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "zastajony "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Wuski "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Wobrazk"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "žeden"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Dypki "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Krejz "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Wupołnjony krejz "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Akcent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Wušej"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Nižej"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dwójosmužkowy wušaltowany"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dwójosmužkowy"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Žeden awtomatiski znamuškowy wótkłon"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Žeden awtomatiski znamuškowy wótkłon"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Žedna wiseca interpunkcija na kóńcu smužki"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Wiseca interpunkcija na kóńcu smužki"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Lisćinu zakazanych znamuškow na zachopjeńk a kóńc snužkow nałožyś"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Lisćinu zakazanych znamuškow na zachopjeńk a kóńc smužkowa njenałožyś"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Žedne wjerśone znamuška"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Znamuško wó $(ARG1)° wjerśone"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Smužce pśiměriś"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Tekst njejo wjerśony"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Tekst jo wó $(ARG1)° wjerśony"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Znamuška wó $(ARG1)% skalěrowane"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Žedne skalěrowane znamuška"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Žeden relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Grawura"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Awtomatiske tekstowe wusměrjenje"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Tekstowe wusměrjenje na zakładnej smužce"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Tekstowe wusměrjenje górjejce"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Tekstowe wusměrjenje w srjejźi"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Tekstowe wusměrjenje dołojce"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Tekstowy směr wótlěwa dopšawa (horicontalny)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Tekstowy směr wótpšawa dolěwa (horicontalny)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Tekstowy směr wótpšawa dolěwa (wertikalny)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Tekstowy směr wótlěwa dopšawa (wertikalny)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Nastajenje tekstowego směra nadrědowanego objekta wužywaś"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Tekstowy směr wótlěwa dopšawa (wertikalny wót dołojce)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Wótstawk pópadnjo se na tekstowem kśidnje (jolic aktiwne)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Wótstawk se na tekstowem kśidnje njepópadnjo"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Njeschowany"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Schowany"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Wótkładnica papjery"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Ze śišćarskich nastajenjow]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Lašowaś"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Pśesunuś"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Zasajźiś"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Wuměniś"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Atributy nałožyś"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Atributy slědk stajiś"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Zasunuś"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Pśedłogi nałožyś"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Wjeliko-/Małopisanje změniś"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Słowo jo %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Wótstawk jo %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Awtomatiski"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Wobrazowe naliceńske znamuško we wótstawku"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Wobrazowe naliceńske znamuško"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Wótstawk: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Z kontrolu na zachopjeńku dokumenta pókšacowaś?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Z kontrolu na kóńcu dokumenta pókšacowaś?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"dla słownikoju pśidaś."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Słownik jo južo połny."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Słownik jo pśeśiwo pisanjeju šćitany."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Zasunuś"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Pódwótstawki pokazaś"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Schowaś"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Atributy nałožyś"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Zasajźiś"
diff --git a/source/dsb/fpicker/messages.po b/source/dsb/fpicker/messages.po
index bd0a190f7ee..b881778d545 100644
--- a/source/dsb/fpicker/messages.po
+++ b/source/dsb/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/dsb/>\n"
"Language: dsb\n"
@@ -195,13 +195,13 @@ msgstr "Městna"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Aktualny zarědnik městnam pśidaś"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Wubrany zarědnik z městnow wótwónoźeś"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Slědna změna"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Wó_cyniś"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Wótg_raś"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Datajowe _mě:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Datajowy _typ:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Jano za cytanje"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Z gronidłom składowaś"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Awtomatiska datajowa kóńcowka"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "_Filtrowe nastajenja wobźěłać"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Z GPG-klucom koděrowaś"
diff --git a/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po
index ed86a100e8a..3e2575f99aa 100644
--- a/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/dsb/>\n"
"Language: dsb\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "K pjerwjejšnej tabeli"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimalna wusokosć smužki"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Smužki jadnak rozdźěliś "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "OLE-objekt zasajźiś"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "~OLE-objekt..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Wócyńśo dialog, aby OLE-objekt zasajźił"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE-ob~jekt"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Meni za wobźěłowanje abo składowanje OLE-objektow"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Wobraz"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objekt a forma"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Wubjeŕśo zachopna a kóńcna špica šypki za linije."
#. FDhkx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "~OLE-objekt"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Wj~erśeś abo kipnuś"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Kokulu změniś"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Za~kokulenje"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Pódajśo pópisanje, aby objekt identificěrował"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Pśidajśo wopisanja njetekstowego wopśimjeśa (za bźezbariernosć)"
#. YwMhY
#: GenericCommands.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Kakosći wopśimjeśowego wóźeńskego elementa"
#. npNpZ
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Zasajźćo wopśimjeśowy wóźeński element wuběrańskeje lisćiny"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Zasajźćo wopśimjeśowy wóźeński element za wobraz"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "Zasajźowański meni OLE-objekta"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "OLE-objekt zasajźiś"
#. ESBXG
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Prědny wótstawk"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Słupowu šyrokosć miniměrowaś"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Zasunjenje wó gódnotu pówětšyś"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Smužkowu wusokosć miniměrowaś"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/dsb/sc/messages.po b/source/dsb/sc/messages.po
index daec96a76f7..9e395433246 100644
--- a/source/dsb/sc/messages.po
+++ b/source/dsb/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/dsb/>\n"
"Language: dsb\n"
@@ -16957,1622 +16957,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Tabele wubraś"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "W~ubrane tabele"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Lineal"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Toś ten lineal objekty na kšutych pozicijach zastoj."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Pśeglěd"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Toś ta tabela pokazujo, kak su daty w dokumenśe zrědowane."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumentowy naglěd"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Tabela %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cela %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Lěwy wobceŕk"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Śišćarski pśeglěd"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Srjejźny wobceŕk"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Pšawy wobceŕk"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Głowowa smužka boka %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Nogowa smužka boka %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Zapódawańska smužka"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "How móžośo tekst, licby a formule zapódaś abo wobźěłaś."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Wótgrawanje medijow"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Tasta myški tłocona"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formulowa rědka"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Tabelowy dokument %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(jano za cytanje)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Pśeglědowy modus)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Boki:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "W~udaśe proznych bokow pódtłocyś"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Wšykne tabele śišćaś"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Wubrane tabele śišćaś"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Wubrane cele śišćaś"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Wót:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Wšykne ~boki"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Bo~ki:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Slědujuce DDE-žrědło njedajo se aktualizěrowaś, nejskerjej dokulaž žrědłowy dokument njejo był wócynjony. Pšosym startujśo žrědłowy dokument a wopytajśo hyšći raz."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Slědujuca eksterna dataja njedajo se zacytaś. Daty zwězane z toś teju dataju njejsu se aktualizěrowali."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Aktualizěrujo eksterne zwězanja."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Wo~bcerk wopśimujo słupowe pópisanja"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Wob~cerk smužkowe pópisanja wopśimujo"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Njepłaśiwa gódnota"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Žedna formula pódana."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Daniž smužka daniž słup pódane."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Njedefiněrowane mě abo wobceŕk."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Njedefiněrowane mě abo wopacny celowy póśěg."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formule słup njetwórje."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formule smužku njetwórje."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Awtomatiski format pśidaś"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Awtomatiski format pśemjeniś"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Mě"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Awtomatiski format wulašowaś"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Cośo awtomatiski format # napšawdu wulašowaś?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Zacyniś"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Měr."
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Pódpołnoc"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Srjejź"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Pódpołdnjo"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Dogromady"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Kokulka boka"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Kokulka cele"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Wuměnjenje "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Wopśimjeśe"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Tabelowe łopjena"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Wobceŕkowe mjenja"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Wobceŕki datoweje banki"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Wobraze"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objekty"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Komentary"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Zwězane wobceŕki"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Kresleńske objekty"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktiwny"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inaktiwny"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "schowany"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiwne wokno"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Mě scenariuma"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Komentar"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Stupajucy sortěrowaś"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Wóstupujucy sortěrowaś"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Swójske sortěrowanje"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Mjenjowe pólo"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Zapódawańska smužka"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funkciski asistent"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Akceptěrowaś"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Pśetergnuś"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Funkciju wubraś"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formula"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Fomulowu rědku pokazaś"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Formulowu rědku schowaś"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Njeznaty wužywaŕ"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Słup jo se zasajźił"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Smužka jo se zasajźiła "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Tabela jo se zasajźiła "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Słup jo se wulašował"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Smužka jo se wulašowała"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Tabela jo se wulašowała"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Wobceŕk jo se přesunuł"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Změnjone wopśimjeśe"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Změnjone wopśimjeśe"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Změnjony do "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Změny zachyśone"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Akceptěrowane"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Zachyśone"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Žeden zapisk"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<prozny>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Nješćitany"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Nješćitany pśez gronidło"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash inkompatibelny"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash kompatibelny"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Znowego zapódaś"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Suwaty pśerězk"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponencielne wugłaźenje"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Wariancowa analyza"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Wariancowa analyza (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "Wariancowa analyza (ANOVA) - jadnofaktorowa"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "Wariancowa analyza (ANOVA) - dwójofaktorowa"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Kupki"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Mjazy kupkami"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "W kupkach"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Wariancowe žrědło"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Kšaceń F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-gódnota"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-kritiski"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Dogromady"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korelacija"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korelacije"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kowarianca"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kowariance"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Wopisujuca statistika"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Pśerězk"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standardna zmólka"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Median"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Warianca"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardne wótchylenje"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtoza"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Nakósnosć"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Wobceŕk"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Licba"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Prědny kwartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tśeśi kwartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Pśipadny ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Jadnak"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Jadnake cełe licby"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normalny"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomialny"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatiwny binomialny"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-kwadratny"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometriski"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Pśerězk"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardne wótchylenje"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Median"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-gódnota"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Licba wopytow"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "n-gódnota"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Proby"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Wótwisny t-test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Wótwisny t-test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Test njewótwisnosći (chi-kwadrat)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regresija"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regresija"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourierowa analyza"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourierowa analyza"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Słup %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Smužka %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Wariabla 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Wariabla 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hypotetiska diferenca srjejźnych gódnotow"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Wobglědowanja"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Wobglědowana diferenca srjejźnych gódnotow"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Pśiměrjony R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Licba X wariablow"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-gódnota"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kritiska gódnota"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Statistiku testowaś"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Dolny"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Górny"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Zapódawański wobceŕk jo njepłaśiwy."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Wudaśowa adresa njejo płaśiwa."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Linearny"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmiski"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potencielny"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Njewótwisny wariablowy wobceŕk njejo płaśiwy."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Wótwisny wariablowy wobceŕk njejo płaśiwy."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Konfidencna rownina musy w interwalu (0, 1) byś."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Wobceŕk Y-wariable njamóžo wěcej ako 1 słup měś."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Wobceŕk Y-wariable njamóžo wěcej ako 1 smužku měś."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Uniwariatna regresija: Wobglědowańskej licbje w X a Y musytej jadnakej byś."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multiwariatna regresija: Wobglědowańskej licbje w X a Y musytej jadnakej byś."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regresijny model"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regresijna statistika"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Reziduum"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Konfidencny interwal"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koeficienty"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-statistika"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Wóskowy wótrězk"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Pśedpowěźony Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Gropne wudaśe funkcije RGP"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) pšawobocny"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F-kritiski pšawobocny"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) lěwobocny"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F-kritiski lěwobocny"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P dwójobocny"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F-kritiski na dwójobocny"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearsonowa korelacija"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Warianca diferencow"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-statistika"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) jadnobocny"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t-kritiski jadnobocny"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) dwójobocny"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t-kritiski dwójobocny"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Znata warianca"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) jadnobocny"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z-kritiski jadnobocny"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) dwójobocny"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z-kritiski dwójobocny"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourierowe pśetwórjenje"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inwersne Fourierowe pśetwórjenje"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Realny"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginarny"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnituda"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Faza"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Wěcej ako dweju słupow jo se pó słupowem modusu zrědowało."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Wěcej ako dweju słupow jo se pó smužkowem modusu zrědowało."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Žedne daty w zapódawańskem wobceŕku."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Wudaśe jo pśedłujke za tabelu."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Zapódawański datowy wobceŕk"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Aktualizěrowanje dowóliś"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Aktualizěrowanje jano dowóliś, jolic toś tomu dokumentoju dowěriśo."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "K celi"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "K celi (wjelikosć z celu změniś)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "K bokoju"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Wužywaŕske daty njejsu k dispoziciji."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(ekskluziwny pśistup)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "We wubranem dokumenśe pomjenjone wobceŕki njejsu k dispoziciji."
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Śanučki (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Wjelgin śańki (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Śańki (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Srjejźny (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Šyroki (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Wjelgin šyroki (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dwójcy śanučki (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Śańki/srjejźny (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Srjejźny/śanučki (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Srjejźny/srjejźny (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Wuž\\wa swójski sortěrowański pórěd, kótaryž sćo definěrował w dialogowem pólu Nastajenja pód %PRODUCTNAME Calc - Sortěrowańske lisćiny."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Pódawa, až mały pšawokut w pšawem górnem rožku cele pokazujo, až komentar eksistěrujo. Komentar se jano pokazujo, gaž pokazki pód %PRODUCTNAME - Powšykne w dialogowem pólu Nastajenja zmóžnjaśo."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23457,6 +23495,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Wócynja dialog, źož móžośo rownicu z wariablu rozwězaś."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30729,37 +30797,37 @@ msgstr "Pódajśo sortěrowańske nastajenja za wubrany wobceŕk."
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "Wótgórjejka dołoj (smužki sortěrowaś)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "Wótlěwa napšawo (słupy sortěrowaś)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Směr:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Wobceŕk wopśimujo..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Głowowe smužki:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Sortěrowańske nastajenja"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30923,44 +30991,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Swójski sortěrowański pórěd"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Wubjeŕśo swójski sortěrowański pórěd, kótaryž cośo nałožyś. Aby swójski sortěrowański pórěd definěrował, wubjeŕśo Rědy - Nastajenja - Calc - sortěrowańske lisćiny."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Rěc"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Nastajenja"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Wubjeŕśo sortěrowańske nastajenje za rěc."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Wubjeŕśo rěc za sortěrowańske pšawidła."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sortěrowańske nastajenja"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Definěrujo pśidatne sortěrowańske nastajenja."
@@ -31967,26 +32029,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Swójs_ki sortěrowański pórěd"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Wužywa swójski sortěrowański pórěd, kótaryž sćo definěrował w dialogowem pólu Nastajenja pód Calc - Sortěrowańske lisćiny."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Wužywa swójski sortěrowański pórěd, kótaryž sćo definěrował w dialogowem pólu Nastajenja pód Calc - Sortěrowańske lisćiny."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sortěrowaś"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Pódajśo nastajenja za woblicenje a pśedstajenje mjazywuslědkow."
@@ -32417,338 +32467,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Komentarowy indikator"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Pódawa, až mały pšawokut w pšawem górnem rožku cele pokazujo, až komentar eksistěrujo. Komentar se jano pokazujo, gaž pokazki pód Powšykne w dialogowem pólu Nastajenja zmóžnjaśo."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Wu_zwignjenje gódnotow"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Markěrujśo pólo Gódnotu wuzwignuś, aby celowe wopśimjeśe w rozdźělnych barwach wótwisujucy wót typa pokazał. Tekstowe cele se carne, formule zelene, licbowe cele módre a šćitane cele ze swětłošereju slězynu formatěruju, njewótwisujucy wót togo, kak jich pokazanje jo formatěrowane."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Kokula"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Pódawa, lěc se kokulkowy symbol pokazujo, gaž se zasajźony objekt, ako na pśikład grafika, wuběra."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Te_kstowy woběžk"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Jolic cela tekst wopśimujo, kótaryž jo šyršy ako šyrokosć cele, se tekst pśez prozne susedne cele w samskej smužce rozpśestrěwa. Jolic prozna susedna njejo cela, mały tśirožk na celowem ramiku na to pokazujo, až se tekst pókšacujo."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Póśěgi barwojto pokazaś"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Pódawa, až se kuždy póśěg w barwje formule wuzwigujo. Wobceŕk celow teke barwojty ramik dostanjo, gaž se cela, kótaraž póśěg wopśimujo, za wobźěłowanje wuběra."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Zwobrazniś"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "_Nadpisma słupow/smužkow"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Pódawa, lěc se maju głowy smužkow a słupow pokazaś."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Hori_contalna suwata rědka"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Pódawa, lěc se ma horicontalna suwańska rědka dołojce w dokumentowem woknje pokazaś."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Werti_kalna suwata rědka"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Pódawa, lěc se ma wertikalna suwańska rědka napšawo w dokumentowem woknje pokazaś."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Tabe_lowe rejtariki"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Pódawa, lěc se maju tabelowe rejtariki dołojce w tabelowem dokumenśe pokazaś."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Rozrědowańske symbole"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Jolic sćo definěrowak rozrědowanje, nastajenja rozrědowańskich symbolow pódawa, lěc se maju rozrědowańske symbole na kšomje tabele pokazaś."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Zespomi_nanje wó pytanju"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Wokno"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Tabele syn_chronizěrowaś"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Jolic to jo markěrowane, se wšykne tabele ze samskim skalěrowanim pokazuju. Jolic to njejo markěrowane, móžo kužda tabela swójski faktor měś."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Měritko"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Ła_manja boka"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Pódawa, lěc se maju łamanja boka w definěrowanem śišćaŕskem wobceŕku pokazaś."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Po_mocne linije pśi gibanju"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Pódawa, lěc se maju pomocne linije pokazaś, gaž se kreslanki, wobłuki, grafiki a druge objekty pśesuwaju."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Kśidnowe linije:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Barwa:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Pokazaś"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Na barwojtych celach pokazaś"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Schowaś"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Pódawa, gdy se kśidnowe linije pokazuju. Standard jo, až se kśidnowe linije jano za cele pokazuju, kótarež njamaju slězynowu barwu. Móžośo teke kśidnowe linije za cele ze slězynoweju barwu pokazaś abo je schowaś."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Pódawa barwu za kśidnowe linije w aktualnem dokumenśe."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Špě_rka"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Te_ma"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Pokazujo špěrku kaž jo w symbolowem drastwje definěrowana, zwětšego ako tłusta kśica."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "Sy_stem"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Pokazujo špěrku ako systemowy standard, zwětšego ako šypku."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Wizuelne pomocne srědki"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "_Objekty/wobraze:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Diag_ramy"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Kresleńske objekty:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Pokazaś"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Schowaś"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Definěrujo, lěc se objekty a grafiki pokazuju abo chowaju."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Pokazaś"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Schowaś"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Definěrujo, lěc se diagramy we wašom dokumenśe pokazuju abo chowaju."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Pokazaś"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Schowaś"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Definěrujo, lěc se kresleńske objekty we wašom dokumenśe pokazuju abo chowaju."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekty"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Definěrujo, kótare elementy głownego wokna Calc se pokazuju. Móžośo teke wuzwignjenje gódnotow w tabelach pokazaś abo schowaś."
diff --git a/source/dsb/sd/messages.po b/source/dsb/sd/messages.po
index a29221d0c33..e732fcbccf7 100644
--- a/source/dsb/sd/messages.po
+++ b/source/dsb/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562269141.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Kóńc linije"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Pśosym zapódajśo mě za nowy linijowy špick:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/dsb/sfx2/messages.po b/source/dsb/sfx2/messages.po
index 067ce914eb7..d316bbf3db5 100644
--- a/source/dsb/sfx2/messages.po
+++ b/source/dsb/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/dsb/>\n"
"Language: dsb\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Jo abo ně"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Składujo dopołne mě wužywarja z dataju. Móžośo mě pód Rědy - Nastajenja… - %PRODUCTNAME - Wužywaŕske daty wobźěłaś."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Wužywaŕske _daty nałožyś"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Składujo dopołne mě wužywarja z dataju. Móžośo mě pód Rědy - Nastajenja… - Wužywaŕske daty wobźěłaś."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Kakosći wótnowiś"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Staja wobźěłowański cas na nul, napóranski datum na aktualny datum a cas a wersijowy numer na 1. Datum změny a śišćanja se teke wulašujotej."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "D_igitalne signatury..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Wje_likosć:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "njeznaty"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Městno:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Typ:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_Gronidło změniś"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Pśedłoga:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Pokazujo datajowe mě."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Miniaturku z toś tym dokumentom składowaś"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Wobraz DPI preferěrujo"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Wopśimujo zakładne informacije wó aktualnej dataji."
@@ -4467,7 +4469,7 @@ msgstr "Druge gronidło"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Jano zakładne łatyńske pismiki daju se zapódaś"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/dsb/starmath/messages.po b/source/dsb/starmath/messages.po
index db13cfe4fb1..01a1651c3b5 100644
--- a/source/dsb/starmath/messages.po
+++ b/source/dsb/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562269165.000000\n"
#. GrDhX
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Wócynja dialog Symbole, w kótaremž móžośo symbol wubraś, aby jen do formule zasajźił."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Elementowe kategorije"
diff --git a/source/dsb/svtools/messages.po b/source/dsb/svtools/messages.po
index 1c56a804997..d696ca3bb7c 100644
--- a/source/dsb/svtools/messages.po
+++ b/source/dsb/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559381574.000000\n"
#. fLdeV
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE jo defektny"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Wócynja dialog nastajenjow śišćaka, źož móžośo globalne nastajenja śišćaka pśepisaś, kótarež su w Rědy - Nastajenja - %PRODUCTNAME Writer/Web - Śišćaś za aktualny dokument póstajone."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Žrědłowy kod"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Dataja cytańskich znamjenjow"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Wobraze"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfiguraciska dataja"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Nałoženje"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Tabela datoweje banki"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Systemowa dataja"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Dokument MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Dataja pomocy"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archiwna dataja"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Protokolowa dataja"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Datowa banka StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Globalny dokument StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Wobraz StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekstowa dataja"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Wótkaz"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Pśedłoga StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Dokument MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Pśedłoga MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Štaplowa dataja"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Dataja"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Zarědnik"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Tekstowy dokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Tabelowy dokument"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Prezentacija"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Kreslanka"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Globalny dokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Datowa banka"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Pśedłoga tabelowego dokumenta OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Pśedłoga kreslanki OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Pśedłoga prezentacije OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Pśedłoga tekstowego dokumenta OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Lokalne běgadło"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Disketnik"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM-běgadło"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Seśowy zwisk"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Dokument MS Powerpoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Pśedłoga MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Prezentacija MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Formula OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Diagram OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Kreslanka OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Tabelowy dokument OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Prezentacija OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Tekstowy dokument OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Globalny dokument OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument datowa banka"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument kreslanka"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument formula"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument globalny dokument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument prezentacija"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument tabelowy dokument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument tekst"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument pśedłoga tabelowego dokumenta"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument pśedłoga kreslanki"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument pśedłoga prezentacije"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument pśedłoga tekstowego dokumenta"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Kóńcowka %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Pšawopisna kontrola Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Źělenje złožkow Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Tezawrus Mythes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Lisćina ignorěrowanych słowow"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Nastajenja..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Wócynja dialog nastajenjow śišćaka, źož móžośo globalne nastajenja śišćaka pśepisaś, kótarež su w Rědy - Nastajenja - Writer/Web - Śišćaś za aktualny dokument póstajone."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Mě:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Typ:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Městno:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Komentar:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Kakosći..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Změnja nastajenja śišćaka wašogo źěłowego systema za aktualny dokument."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Nalicyjo śišćaki, kótarež su na wašom źěłowem systemje zainstalěrowane. Aby standardny śišćak změnił, wubjeŕśo mě śišćaka z lisćiny."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Śišćak"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Wubjeŕśo standardny śišćak za aktualny dokument."
diff --git a/source/dsb/svx/messages.po b/source/dsb/svx/messages.po
index 4f3ab2f9ad8..13461ebfcac 100644
--- a/source/dsb/svx/messages.po
+++ b/source/dsb/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/dsb/>\n"
"Language: dsb\n"
@@ -11792,7 +11792,7 @@ msgstr "Wótnutśika"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Ceły wótstawkowy wobceŕk"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Napšawo pódla tekstowego póla boka"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Lěwa wótstawkowa kšoma"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Pšawa wótstawkowa kšoma"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Wobłuk:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Zapódajśo tekst, kótaryž cośo pokazaś, gaž špěrka myški jo we wobglědowaku na tłocašku."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Zapódajśo URL za dataju, kótaruž cośo wócyniś, gaž na wubrany tłocašk klikaśo."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Pokazujo wobrazowu kórtu, aby mógał na tłocaški kliknuś a je wobźěłowaś."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Zmóžnja wam, wěstym wobceŕkam, tak pomjenjonym tłocaškam, w grafice abo kupce grafikow URL pśidaś. Wobrazowa kórta jo kupka jadnogo tłocaška abo někotarych tłocaškow."
diff --git a/source/dsb/sw/messages.po b/source/dsb/sw/messages.po
index acf72127fb1..c7d82a5f48d 100644
--- a/source/dsb/sw/messages.po
+++ b/source/dsb/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/dsb/>\n"
"Language: dsb\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Wótstawk: źělenje złožkow słowa we wjelikopismikach njeźěliś"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Wótstawk: měšańca interoperabilinosći"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Wótstawk: zasunjenje prědneje smužki jo awtomatiske"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Wótstawk: jo wótkłon znamuškow"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Wótstawk: jo ramik zwězaś"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Wótstawk: jo zakazane pšawidła"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Wótstawk: jo wisata interpunkcija"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Wótstawk: jo źělenje złožkow"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Wótstawk: jo numerěrowanje znowego startowaś"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Wótstawk: gromaźe źaržaś"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Wótstawk: slědnu smužku pśiměriś"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Wótstawk: wótkłon nalěwo"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Wótstawk: wótkłon nalěwo relatiwny"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Wótstawk: numery smužkow sobu licyś"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Wótstawk: startowa gódnota numerěrowanja smužkow"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Wótstawk: wótkłon mjazy smužkami"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Wótstawk: syroty"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Wótstawk: registrowy modus aktiwny"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Wótstawk: wótkłon napšawo"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Wótstawk: wótkłon napšawo relatiwny"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Wótstawk: senjowy format"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Wótstawk: źěliś"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Wótstawk: mě pśedłogi"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Wótstawk: tabulatory"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Wótstawk: wótkłon górjejce"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Wótstawk: wótkłon górjejce relatiwny"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Wótstawk: swójske atributy"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Wótstawk: wertikalne wusměrjenje"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Wótstawk: wokna"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Wótkazowa marka"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Pšawy ramik"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Ramik: wótkłon napšawo"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby: pśiměriś"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby: mě wótstawkoweje pśedłogi"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby: jo górjejce"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby: pozicija"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby: tekst"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Na kśidnje pópadnuś"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Pśedłoga: měšańca interoperabilinosći"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Tekst: pólo"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Tekstowy wobłuk"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Tekst: wótstawk"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Tekst: wótrězk"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Tekst: tabela"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Tekst: swójske atributy"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Ramik: górjejce"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Ramik: wótkłon górjejce"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Mě znamuškoweje pśedłogi njewoglědane"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Mě znamuškoweje pśedłogi woglědane"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Pisański modus"
@@ -5388,7 +5406,7 @@ msgstr "tekstowy wobłuk"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "OLE-objekt"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7531,7 +7549,7 @@ msgstr "Wobraz"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "OLE-objekty"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9580,13 +9598,13 @@ msgstr "Zakładna linija ~centrěrowana"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "OLE-objekt zasajźiś"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "OLE-objekt wobźěłaś"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9970,6 +9988,20 @@ msgstr "Klikniśo how, aby tekst zapódał"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Wubjeŕśo zapisk"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
msgstr ""
#. YiRsr
@@ -12547,82 +12579,118 @@ msgid "Options"
msgstr "Nastajenja"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Kakosći wopśimjeśowego wóźeńskego elementa"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Wopśimjeśe jo zastupujucy tekst"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Pokazane mě"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Gódnota"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Lisćinowe zapiski:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Pśidaś"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Změniś"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Wótwónoźeś"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Górjej pśesunuś"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Dołoj pśesunuś"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Kakosći zapiska wóźeńskeje lisćiny wopśimjeśa"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Pokazane mě:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Gódnota:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14543,157 +14611,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Zapódajśo korekturnu gódnotu, kótaraž se ma na pólo licby bokow nałožyś, na pśikład „+1“."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Nalicyjo k dispoziciji stojece pólne typy. Aby swójomu dokumentoju pólo pśidał, klikniśo na pólny typ, na pólo we wuběrańskej lisćinje a pón na „Zasajźiś“."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Typ"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Wu_braś"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Klikniśo na format, kótaryž cośo na wubrane pólo nałožyś, abo na „Pśidatne formaty“, aby swójski format definěrował."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Format"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Wócynja wuběrk makrow, źož móžośo makro wubraś, kótarež běžy, gaž na wubrane pólo w dokumenśe klikaśo."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Gódnota"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Nastaja pśidatne funkciske parametry za póla. Parametrowy typ wót pólnego typa wótwisujo, kótaryž wuběraśo."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "_Mě"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Pótom"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Zapódajśo tekst w pólu „Pótom“, kótaryž se ma pokazaś, gaž wuměnjenje jo docynjone, tekst w pólu „Howac“, kótaryž se ma pokazaś, gaž wuměnjenje njejo docynjone."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Howac"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Zapódajśo tekst w pólu „Pótom“, kótaryž se ma pokazaś, gaž wuměnjenje jo docynjone, tekst w pólu „Howac“, kótaryž se ma pokazaś, gaž wuměnjenje njejo docynjone."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Zap_isk"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Zapódajśo nowy zapisk."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Pśidawa lisćinje zapisk."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "_Lisćinowe zapiski"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Nalicyjo zapiski. Nejwušy zapisk se w dokumenśe pokazujo."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Wótwónoźujo wubrany zapisk z lisćiny."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "_Górjej"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Pśesunjo wubrany zapisk w lisćiny górjej."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "_Dołoj"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Pśesunjo wubrany zapisk w lisćiny dołoj."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "_Mě"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Zapódajśo jadnorazowe mě za zapódawańsku lisćinu."
@@ -15710,7 +15778,7 @@ msgstr "Wobłuk"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Pozicija a wjelikosć"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15766,11 +15834,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Zapódajśo mě za wubrany zapis."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Zapódajśo tekst, kótaryž se ma we webwobglědowaku pokazaś, gaž wubrany zapisk njejo k dispoziciji. Take teksty se teke wužywaju, aby zbrašnym pomagali."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15782,178 +15850,220 @@ msgstr "_Mě:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "_Tekstowa alternatiwa:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Žeden>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Pokazujo zapisk (objekt, grafiku abo wobłuk), kótaryž jo pśed aktualnym zapiskom w zwězanej sekwency. Aby pjerwjejšny wótkaz pśidał abo změnił, wubjeŕśo mě z lisćiny. Jolic wobłuki zwězujośo, aktualny wobłuk ako teke celowy wobłuk musytej proznej byś."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Žeden>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Pokazujo zapisk (objekt, grafiku abo wobłuk), kótaryž jo za aktualnym zapiskom w zwězanej sekwency. Aby pśiducy wótkaz pśidał abo změnił, wubjeŕśo mě z lisćiny. Jolic wobłuki zwězujośo, celowy wobłuk musy prozny byś."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Pjerwjejšny wótkaz:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Pśi_ducy wótkaz:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "W_opisanje:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Bźezbariernosć"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Wopśi_mjeśe"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Zajźujo změnam na wopśimjeśu wubranego zapiska."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Pozicija"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Zastaja poziciju wubranego zapiska w aktualnem dokumenśe."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Wje_likosć"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Zastaja wjelikosć wubranego zapiska."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Šćitaś"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "Wer_tikalne wusměrjenje:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Górjejce"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centrěrowany"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Dołojce"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Pódawa wertikalne wusměrjenje wopśimjeśa wobłuka. To fłownje tekstowy wopśimjeśe nastupa, ale wobwliwujo teke tabele a druge objekty, kótarež su w tekstowem wobceŕku zakokulone (zakokulone ako znamuško, na znamušce abo wótstawku), na pśikład wobłuki, grafiki abo kreslanki."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Wopśimjeśowe wusměrjenje"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Wo_bźěłujobny w pśeśiwo pisanjeju šćitanem dokumenśe"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Zmóžnja wam, wopśimjeśe wobłuka w dokumenśe wobźěłowaś, kótaryž jo pśeśiwo pisanjeju šćitany."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Ś_išćaś"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Zapśimujo wubrany zapisk, gaž dokument śišćiśo."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Pódawa směr tekstowego běga we wobłuku. Aby standardne nastajenja tekstowego běga za bok wužywał, wubjeŕśo „Nastajenja nadrědowanego objekta wužywaś“ z lisćiny."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Tekstowy směr:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Kakosći"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Pjerwjejšny wótkaz:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Žeden>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Pśi_ducy wótkaz:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Žeden>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Pódawa kakosći za wubrany objekt, grafiku abo wobłuk."
@@ -17260,116 +17370,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Awtomatiski..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Wócynja dialog „Pópisanja“. Ma samske informacije ako dialog „Rědy - Nastajenja - Writer - Awtomatiske pópisanje“."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Nastajenja..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Pópisanje"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numerěrowanje:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Źěleńske znamuško:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Pozicija:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Wubjeŕśo typ numerěrowanja, kótaryž cośo w pópisanju wužywaś."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Zapódajśo opcionalne tekstowe znamuška, kótarež se maju mjazy licbu a tekstom pópisanja zjawiś."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Numerěrowańske źěleńske znamuško:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Zapódajśo tekst, kótaryž se ma za numerom pópisanja zjawiś."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Pśidawa pópisanje nad abo pód wubranym zapiskom. Toś to nastajenje jo jano za někotare objekty k dispoziciji."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorija:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Wubjeŕśo kategoriju pópisanja abo zapódajśo mě, aby nowu kategoriju napórał. Tekst kategorije se pśed numerom pópisanja w mjenju pópisanja zjawijo. Kužda pśeddefiněrowana kategorija pópisanja se z wótstawkoweju pśedłogu ze samskim mjenim formatěrujo."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Kakosći"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Pśeglěd"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Pśidawa wubranemu wobrazoju, tabeli, diagramoju, wobłukoju abo formje numerěrowane pópisanje."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Žeden]"
@@ -22401,13 +22505,13 @@ msgstr "Pśidawa wótstawkoju rozrědowańsku rowninu, lisćinowu pśedłogu a n
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekt"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Pozicija a wjelikosć"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24717,7 +24821,7 @@ msgstr "Wobraz"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Pozicija a wjelikosć"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24741,7 +24845,7 @@ msgstr "Hyperwótkaz"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Wobwjert"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/dz/cui/messages.po b/source/dz/cui/messages.po
index 09462dff2a2..6059f75fd5c 100644
--- a/source/dz/cui/messages.po
+++ b/source/dz/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1753,11 +1753,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "ཐིག་ཁྲམ།"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "མདའ་རྟགས་གསརཔ་གི་དོན་ལུ་མིང་ཅིག་ཐོ་བཀོད་འབད་གནང་:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3190,10 +3190,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3375,10 +3375,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3532,10 +3532,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3568,51 +3568,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6728,194 +6734,162 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "ཁྱོད་ཀྱིས་འཇུག་སྤྱོད་འབད་རུང་ ་ཡང་ན་ གསར་བསྐྲུན་འབད་དགོ་པའི་སྟེགས་རིས་ཀྱི་དབྱེ་བ་འདི་ སེལ་འཐུ་འབད།"
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "ཚད།"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "སྐད་ཡིག"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "ཁྱོད་ཀྱིས་ཡིག་དཔར་བརྐྱབ་ཡོད་པའི་ཚིག་ཡིག་གི་ སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་སྡེབ་དཔྱད་འདི་གི་ སྐད་ཡིག་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན། འཐོབ་ཚུགས་པའི་སྐད་ཡིག་ཚད་གཞི་ཚུ་ལུ་ ཁོང་རའི་མདོང་ཁར་ ཞིབ་དཔྱད་ཀྱི་རྟགས་འདི་ཡོདཔ་ཨིན།"
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "སྐད་ཡིག"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "ཁྱོད་ཀྱིས་ཡིག་དཔར་བརྐྱབ་ཡོད་པའི་ཚིག་ཡིག་གི་ སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་སྡེབ་དཔྱད་འདི་གི་ སྐད་ཡིག་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན། འཐོབ་ཚུགས་པའི་སྐད་ཡིག་ཚད་གཞི་ཚུ་ལུ་ ཁོང་རའི་མདོང་ཁར་ ཞིབ་དཔྱད་ཀྱི་རྟགས་འདི་ཡོདཔ་ཨིན།"
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "ཁྱོད་ཀྱིས་འཇུག་སྤྱོད་འབད་རུང་ ་ཡང་ན་ གསར་བསྐྲུན་འབད་དགོ་པའི་སྟེགས་རིས་ཀྱི་དབྱེ་བ་འདི་ སེལ་འཐུ་འབད།"
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "ཚད།"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "ཚད།"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "སྐད་ཡིག"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "ཁྱོད་ཀྱིས་འཇུག་སྤྱོད་འབད་རུང་ ་ཡང་ན་ གསར་བསྐྲུན་འབད་དགོ་པའི་སྟེགས་རིས་ཀྱི་དབྱེ་བ་འདི་ སེལ་འཐུ་འབད།"
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "ཁྱོད་ཀྱིས་ཡིག་དཔར་བརྐྱབ་ཡོད་པའི་ཚིག་ཡིག་གི་ སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་སྡེབ་དཔྱད་འདི་གི་ སྐད་ཡིག་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན། འཐོབ་ཚུགས་པའི་སྐད་ཡིག་ཚད་གཞི་ཚུ་ལུ་ ཁོང་རའི་མདོང་ཁར་ ཞིབ་དཔྱད་ཀྱི་རྟགས་འདི་ཡོདཔ་ཨིན།"
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ཁྱོད་ཀྱིས་ཡིག་དཔར་བརྐྱབ་ཡོད་པའི་ཚིག་ཡིག་གི་ སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་སྡེབ་དཔྱད་འདི་གི་ སྐད་ཡིག་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན། འཐོབ་ཚུགས་པའི་སྐད་ཡིག་ཚད་གཞི་ཚུ་ལུ་ ཁོང་རའི་མདོང་ཁར་ ཞིབ་དཔྱད་ཀྱི་རྟགས་འདི་ཡོདཔ་ཨིན།"
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "ཚད།"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "ཁྱོད་ཀྱིས་འཇུག་སྤྱོད་འབད་རུང་ ་ཡང་ན་ གསར་བསྐྲུན་འབད་དགོ་པའི་སྟེགས་རིས་ཀྱི་དབྱེ་བ་འདི་ སེལ་འཐུ་འབད།"
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "ཁྱོད་ཀྱིས་ཡིག་དཔར་བརྐྱབ་ཡོད་པའི་ཚིག་ཡིག་གི་ སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་སྡེབ་དཔྱད་འདི་གི་ སྐད་ཡིག་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན། འཐོབ་ཚུགས་པའི་སྐད་ཡིག་ཚད་གཞི་ཚུ་ལུ་ ཁོང་རའི་མདོང་ཁར་ ཞིབ་དཔྱད་ཀྱི་རྟགས་འདི་ཡོདཔ་ཨིན།"
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "སྐད་ཡིག"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ཁྱོད་ཀྱིས་ཡིག་དཔར་བརྐྱབ་ཡོད་པའི་ཚིག་ཡིག་གི་ སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དོན་ལུ་ ལག་ལེན་འཐབ་ཡོད་པའི་སྡེབ་དཔྱད་འདི་གི་ སྐད་ཡིག་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན། འཐོབ་ཚུགས་པའི་སྐད་ཡིག་ཚད་གཞི་ཚུ་ལུ་ ཁོང་རའི་མདོང་ཁར་ ཞིབ་དཔྱད་ཀྱི་རྟགས་འདི་ཡོདཔ་ཨིན།"
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "ཁྱོད་ཀྱིས་འཇུག་སྤྱོད་འབད་དགོ་པའི་ རྩ་སྒྲིག་དང་ཡིག་གཟུགས་འདི་གསལ་བཀོད་འབད།"
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8169,33 +8143,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "གཟུགས་བརྙན་གྱི་དོན་ལུ་ མིང་ཅིག་ཐོ་བཀོད་འབད།"
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "འགྲེལ་བཤད།"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་འཁྱམས་གནས་དོན་ལུ་ རྒྱུ་དངོས་ཚུ་ཐོ་ཡིག་བརྐྱབ་དོ་ཡོདཔ་ཨིན།"
@@ -19294,22 +19280,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19403,18 +19389,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "ཁྱོད་ཀྱིས་ ཚིག་མཛོད་འདི་ བཏོན་གཏང་ནི་ ཨིན་ན?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "ཁྱོན་ཀྱིས་ ཚོས་གཞི་ འཆར་ལས་བཏོན་གཏང་ནི་འདི་ ཐེད་རི་འབའ་རི་ཨིན་ན?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21668,257 +21653,281 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "དོན་མཚམས་ནང་ལུ་དགོས་མཁོ་ཡོད་པའི་སྦྲེལ་རྟགས་དེ་ རང་བཞིན་གྱིས་བཙུགསཔ་ཨིན།"
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "སྦྲལ་རྟགས་བཀོད་ཡོད་པའི་རིམ་མཐུད་གྲལ་ཐིག་མང་མཐའ་ཐོ་བཀོད་འབད་"
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "སྦྲལ་རྟགས་ཀྱི་ཤུལ་ལས་ གྲལ་ཐིག་གི་འགོ་ཐོག་གུ་འབྱུང་དགོ་པའི་ཡིག་འབྲུ་ཉུང་མཐའ་དེ་ཐོ་བཀོད་འབད།"
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "སྦྲལ་རྟགས་དེ་བཙུགས་མ་ཚར་བའི་ཧེ་མ་ གྲལ་ཐིག་གི་མཇུག་ལུ་བཞག་ནིའི་དོན་ལུ་ ཡིག་འབྲུའི་གྱངས་ཁ་ཉུང་མཐའ་དེ་ཐོ་བཀོད་འབད།"
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "སྦྲེལ་རྟགས་བཀོད་པ།"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "བཙུགས།"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "ཞིབ་དཔྱད་སྒྲོམ་འདི་སེལ་འཐུ་འབད་ཞིནམ་ལས་ དེ་ལས་ ཁྱོད་ཀྱིས་ལག་ལེན་འཐབ་དགོ་མནོ་མི་མཚམས་ཀྱི་དབྱེ་བ་དེ་སེལ་འཐུ་འབད།"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "ཞིབ་དཔྱད་སྒྲོམ་འདི་སེལ་འཐུ་འབད་ཞིནམ་ལས་ དེ་ལས་ ཁྱོད་ཀྱིས་མཚམས་ཀྱི་ཤུལ་ལས་ཤོག་ལེབ་དང་པམ་གི་དོན་ལུ་ལག་ལེན་འཐབ་དགོ་མནོ་མི་ ཤོག་ལེབ་ཀྱི་བཟོ་རྣམ་དེ་སེལ་འཐུ་འཐུ་འབད།"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "དབྱེ་བ།"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "ཤོག་ལེབ་ཨང་གྲངས།"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "གནས་ས།"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "ཤོག་ལེབ་ཀྱི་བཟོ་རྣམ།"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "མཚམས་ཀྱི་ཤུལ་ལས་ཤོག་ལེབ་དང་པམ་གི་དོན་ལུ་ལག་ལེན་འཐབ་ནིའི་དོན་ལུ་ རྩ་སྒྲིག་འབད་ནིའི་བཟོ་རྣམ་དེ་སེལ་འཐུ་འབད།"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "ཤོག་ལེབ།"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
#, fuzzy
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "ཀེར་ཐིག་ཚུ།"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "ཁྱོད་ཀྱིས་བཙུགས་དགོ་མནོ་མི་མམཚམས་ཀྱི་དབྱེ་བ་དེ་སེལ་འཐུ་འབད།"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "ཧེ་མ།"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "ཤུལ་ལས།"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "ཁྱོད་ཀྱིས་མཚམས་དེ་ག་སྟེ་ལུ་བཙུགས་ནི་ཨིན་ན་སེལ་འཐུ་འབད།"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "དོན་མཚམས་གཤག་ནི་མེད།"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "མཚམས་དེ་སེལ་འཐུ་འབད་ཚར་ཞིནམ་ལས་ དོན་མཚམས་ཧྲིལ་བུ་དང་ ཡང་ན་ ཀེར་ཐིག་དེ་ཤོག་ལེབ་གཞན་མི་ལུ་སྤོ་བཤུད་འབདཝ་ཨིན།"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "དོན་མཚམས་ཤུལ་མམ་གཅིག་ཁར་བཞག"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "མཚམས་དང་ཡང་ན་ ཀེར་ཐིག་གི་མཚམས་འདི་བཙུགས་པའི་སྐབས་ལུ་ ད་ལྟོའི་དོན་མཚམས་དང་ འོག་གི་དོན་མཚམས་དེ་གཅིག་ཁར་བཞགཔ་ཨིན།"
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "དེ་གིས་ ཤོག་ལེབ་མཚམས་ཀྱི་ཧེ་མ་ དོན་མཚམས་ནང་ལུ་གྲལ་ཐིག་གི་གྱངས་ཁ་ཉུང་མཐའ་དེ་གསལ་བཀོད་འབདཝ་ཨིན། ཞིབ་དཔྱད་སྒྲོམ་འདི་སེལ་འཐུ་སེལ་འཐུ་འབད་ཞིནམ་ལས་ གྲལ་ཐིག་སྒྲོམ་ནང་ལུ་ཐོ་བཀོད་འབད།"
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "མཚམས་ཀྱི་ཤུལ་མའི་ཤོག་ལེབ་དང་པམ་དེ་ནང་ལུ་ཡོད་མི་གྲལ་ཐིག་ཚུ་གི་གྱངས་ཁ་ ཉུང་མཐའ་དེ་གསལ་བཀོད་འབདཝ་ཨིན། ཞིབ་དཔྱད་སྒྲོམ་འདི་སེལ་འཐུ་འབད་ཞིནམ་ལས་ དེ་ལས་གྲལ་ཐིག་ཚུ་གི་ སྒྲོམ་ནང་ལུ་ཨང་གངས་ཅིག་ཐོ་བཀོད་འབད།"
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "དེ་གིས་ ཤོག་ལེབ་མཚམས་ཀྱི་ཧེ་མ་ དོན་མཚམས་ནང་ལུ་གྲལ་ཐིག་གི་གྱངས་ཁ་ཉུང་མཐའ་དེ་གསལ་བཀོད་འབདཝ་ཨིན། ཞིབ་དཔྱད་སྒྲོམ་འདི་སེལ་འཐུ་སེལ་འཐུ་འབད་ཞིནམ་ལས་ གྲལ་ཐིག་སྒྲོམ་ནང་ལུ་ཐོ་བཀོད་འབད།"
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "མཚམས་ཀྱི་ཤུལ་མའི་ཤོག་ལེབ་དང་པམ་དེ་ནང་ལུ་ཡོད་མི་གྲལ་ཐིག་ཚུ་གི་གྱངས་ཁ་ ཉུང་མཐའ་དེ་གསལ་བཀོད་འབདཝ་ཨིན། ཞིབ་དཔྱད་སྒྲོམ་འདི་སེལ་འཐུ་འབད་ཞིནམ་ལས་ དེ་ལས་གྲལ་ཐིག་ཚུ་གི་ སྒྲོམ་ནང་ལུ་ཨང་གངས་ཅིག་ཐོ་བཀོད་འབད།"
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "གྲལ་ཐིག་ཚུ།"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "གྲལ་ཐིག་ཚུ།"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "གདམ་ཁ་ཚུ།"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/dz/editeng/messages.po b/source/dz/editeng/messages.po
index 99f04b848be..c10ed71f198 100644
--- a/source/dz/editeng/messages.po
+++ b/source/dz/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 19:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1369,52 +1369,76 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "ཤོག་ལེབ་ཀྱི་བཟོ་རྣམ་: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "ཀར་ནིང་།"
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
#, fuzzy
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "སྲབ་དམ།"
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "ཚད་རིས།"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ཅི་མེད།"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
@@ -1422,353 +1446,353 @@ msgstr "སྒོར་ཐིག"
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "འོག་ལུ།"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
#, fuzzy
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "གྲལ་ཐིག་གཉིས་ལྡན།"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "གྲལ་ཐིག་གཉིས་ལྡན།"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
#, fuzzy
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "ཚད་ནང་ལུ་ཚུད་སྒྲིག་འབད་"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "རི་མོ།"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "གསང་བ།"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "ཤོག་ཀུའི་ཤོག་སྣོད།"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "བཏོན་གཏང་།"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "སྤོ་ཤུད་འབད།"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "བཙུགས།"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "ཚབ་བཙུགས།"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
#, fuzzy
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "མངའ་ཁོངས་ཁྱད་ཆོས་ཚུ།"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
#, fuzzy
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "གྲལ་ཐིག་གི་ཁྱད་ཆོས་ཚུ།"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "འགོ་མཚམས།"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "བཟོ་རྣམ་འཇུག་སྤྱོད་འབད།"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "གནད་དོན་བསྒྱུར་བཅོས་འབད།(~C)"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
#, fuzzy
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "མིང་ཚིག་འདི།"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
#, fuzzy
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "དོན་མཚམས་འདི།"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
#, fuzzy
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "རང་བཞིན།"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ཡིག་ཆ་གི་འགོ་བཙུགས་ས་ལས་ཞིབ་དཔྱད་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ཡིག་ཆ་གི་འགོ་བཙུགས་ས་ལས་ཞིབ་དཔྱད་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1776,45 +1800,45 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "འགོ་མཚམས།"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
#, fuzzy
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "དོན་ཚན་ཡན་ལག་ སྟོན།"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "རམ་ནི།"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
#, fuzzy
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "མངའ་ཁོངས་ཁྱད་ཆོས་ཚུ།"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "བཙུགས།"
diff --git a/source/dz/fpicker/messages.po b/source/dz/fpicker/messages.po
index 7adff027ec7..b83063c88f8 100644
--- a/source/dz/fpicker/messages.po
+++ b/source/dz/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -230,61 +230,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "ཡིག་སྣོད་ཀྱི་མིང་:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "ཡིག་སྣོད་དབྱེ་བ།:(~t)"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "ལྷག་ནི་རྐྱངམ་ཅིག་(~R)"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "ཆོག་ཡིག་དང་གཅིག་ཁར་སྲུང་ས་(~w)"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "ཡིག་སྣོད་མིང་རང་བཞིན་གྱི་རྒྱ་བསྐྱེད།(~A)"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ཚགས་མའི་སྒྲིག་སྟངས་ཚུ་ཞུན་དག་འབད་(~E)"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/dz/helpcontent2/source/text/scalc/01.po b/source/dz/helpcontent2/source/text/scalc/01.po
index 678fc978f05..3313756cb18 100644
--- a/source/dz/helpcontent2/source/text/scalc/01.po
+++ b/source/dz/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/sdraw.po b/source/dz/helpcontent2/source/text/sdraw.po
index f241391df7d..dfd3d2edb3a 100644
--- a/source/dz/helpcontent2/source/text/sdraw.po
+++ b/source/dz/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/shared/00.po b/source/dz/helpcontent2/source/text/shared/00.po
index 656c2e47eb7..3c04da65447 100644
--- a/source/dz/helpcontent2/source/text/shared/00.po
+++ b/source/dz/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "དངོས་པོ་འབྲེལ་མཐུད་དང་གནས་འདྲན་བའི་བསྒང་གི་དངོས་པོ་ཚུ་ དམིགས་གཏད་ཡིག་ཆ་ལུ་འབྲེལ་མཐུད་འབད་བཏུབ་ནི་དང་ཡང་ན་ གནས་འདྲན་འབད་འོང་། དམིགས་གཏད་ཡིག་ཆ་ནང་གི་འབྱུང་ཁུངས་ལས་རིམ་གྱི་རྒྱས་བཤད་དང དངོས་པོའི་འདྲ་བཤུས་ཅིག་འབྲེལ་མཐུད་ཀྱིས་བཙུགསཔ་ཨིན། ཁྱོད་ཀྱིས་དངོས་པོ་འདི་ཞུན་དག་འབད་དགོ་པ་ཅིན་ དངོས་པོ་གུ་ཨེབ་རྟ་ཚར་གཉིས་ཨེབ་པའི་གོ་ལས་འབྱུང་ཁུངས་ལས་རིམ་འདི་ཤུགས་ལྡན་བཟོ།"
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "ཨོ་ཨེལ་ཨི་དངོས་པོ།"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "མཇུག"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "ཨེན་ཀོར་བསྒྱུར་བཅོས་འབད།"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/dz/helpcontent2/source/text/shared/01.po b/source/dz/helpcontent2/source/text/shared/01.po
index 223e1c335db..9ddd0c2ece4 100644
--- a/source/dz/helpcontent2/source/text/shared/01.po
+++ b/source/dz/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "པར་ཙུ་བཙུགས་དོ།"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">པར་ཚུ་བཙུགས་དོ།</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "བཟོ་རྣམ་འདི་གསར་བསྐྲུན་འབད།"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">ཚད་རིས་དོན་ལུ་ གཞི་ཁྲམ་གྱི་བཟོ་རྣམ་འདི་སེལ་འཐུ་འབད།</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">སེལ་འཐུ་འབད་ཡོད་པའི་ཚད་རིས་ཡིག་སྣོད་ཀྱི་ སྔོན་ལྟ་འདི་བཀྲམ་སྟོན་འབདཝ་ཨིན།</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "དངོས་པོ།"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">དངོས་པོ།</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">མན་ངག</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">སེལ་འཐུ་འབད་ཡོད་པའི་ཚིག་ཡིག་དང་ འོད་རྟགས་འདི་མིང་ཚིག་ནང་ཡོད་པ་ཅིན་ གྱིབ་མ་འདི་ མིང་ཚིག་ཧྲིལ་བུམ་ལུ་ཁ་སྐོང་བརྐྱབ་ཨིན།</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3154923\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154923\">ངོས་དཔར།</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "གྲལ་ཐིག་ཚུ་འདྲ་མཉམ་སྦེ་བགོ་བཀྲམ་འབད།"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr "འགྲེལ་བཤད།"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "འགྲེལ་བཤད།"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\"> སེལ་འཐུ་འབད་དེ་ཡོད་པའི་དངོས་པོ་ལུ་ མགོ་མིང་དང་འགྲེལ་བཤད་ཅིག་འགན་སྤྲོད་འབདཝ་ཨིན། ཁྱོད་ཀྱིས་ཡིག་ཆ་ཚུ་ཕྱིར་འདྲེན་འབདཝ་ད་ དེ་ཚུ་ འཛུལ་སྤྱོད་ལག་ཆས་ཚུ་དང་ ཐབས་གཞན་ངོ་རྟགས་ཚུ་སྦེ་འཛུལ་སྤྱོད་འབད་ཚུགསཔ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "མགོ་ཡིག"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\"> མགོ་མིང་ཚིག་ཡིག་ཅིག་ཐོ་བཀོད་འབད། མིང་ཐུང་ཀུ་འདི་ ཨེཆ་ཊི་ཨེམ་ཨེལ་རྩ་སྒྲིག་ནང་ལུ་ ཐབས་གཞན་ངོ་རྟགས་སྦེ་མཐོང་ཚུགས། འཛུལ་སྤྱོད་འབད་ཚུགས་པའི་ལག་ཆས་ཚུ་གིས་ ཚིག་ཡིག་འདི་ལྷག་ཚུགས།</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "འགྲེལ་བཤད།"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\"> འགྲེལ་བཤད་འབད་བའི་ཚིག་ཡིག་ཅིག་ཐོ་བཀོད་འབད། འགྲེལ་བཤད་ཚིག་ཡིག་རིངམ་འདི་ གསལ་གཞིའི་ལྷག་བྱེད་མཉེན་ཆས་དང་ཅིག་ཁར་ ལག་ལེན་པ་དེ་ཚུ་ལུ་ གོ་དཀའ་བའི་དངོས་པོ་ཡང་ན་དངོས་པོ་ཚུ་གི་སྡེ་ཚན་ཅིག་ལུ་ འགྲེལ་བཤད་བརྐྱབ་ནི་ལུ་ཐོ་བཀོད་འབད་ཚུགས། འགྲེལ་བཤད་འདི་ འཛུལ་སྤྱོད་འབད་ཚུགས་པའི་ལག་ཆས་ཚུ་གི་དོན་ལུ་ ཐབས་གཞན་ངོ་རྟགས་ཅིག་མཐོང་ཚུགས། </ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">མདའ་རྟགས་ཀྱི་བཟོ་རྣམ་ཚུ་ ཞུན་དག་འབད་ནི་ཡང་ན་ གསར་བསྐྲུན་འབད།</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "མདའ་རྟགས་ཀྱི་བཟོ་རྣམ་ཚུ་འགོ་འདྲེན་འཐབ།"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "མདའ་རྟགས་བཟོ་རྣམ་ཚུ་གི་ད་ལྟོའི་ཐོ་ཡིག་འདི་ ཁྱོད་ལུ་འགོ་འདྲེན་འཐབ་བཅུགསཔ་ཨིན།"
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "མགོ་ཡིག"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">སྲོལ་སྒྲིག་མདའ་རྟགས་ཀྱི་བཟོ་རྣམ་ཅིག་ ལག་ལེན་འཐབ་ནི་ལུ་ ཡིག་ཆ་ནང་ པར་རིས་དངོས་པོ་ཅིག་སེལ་འཐུ་འབད་ཞིནམ་ལས་ འ་ནཱ་ལུ་ཨེབ་གཏང་འབད།</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "ལེགས་བཅོས་འབད།"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "ཨེན་ཀོར།"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">ཨེན་ཀོར།</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">སེལ་འཐུ་འབད་ཡོད་པའི་དངོས་པོ་གི་དོན་ལུ་ ཨེན་ཀོ་རིང་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">ཤོག་ལེབ་ལུ།</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">སེལ་འདུ་འབད་ཡོད་པའི་རྣམ་པ་འདི་ ད་ལྟོའི་ཤོག་ལེབ་ལུ་ཨེན་ཀོར་འབདཝ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "ཁྱོད་ཀྱིས་ཚིག་ཡིག་འདི་བཙུགས་རུང་ ཡང་ན་ རྩ་བསྐྲད་གཏང་རུང་ ཨེན་ཀོར་འབད་ཡོད་པའི་རྣམ་པ་འདི་ ད་ལྟོའི་ཤོག་ལེབ་གུ་ལུསཔ་ཨིན།"
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">དོན་མཚམས་ལུ།</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">སེལ་འཐུའབད་ཡོད་པའི་རྣམ་པ་འདི་ ད་ལྟོའི་དོན་མཚམས་ལུ་ ཨེན་ཀོར་འབདཝ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">ཡིག་འབྲུ་ལུ།</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">སེལ་འཐུ་འབད་ཡོད་པའི་དངོས་པོ་འདི་ ཡིག་འབྲུ་ཅིག་ལུ་ ཨེན་ཀོར་འབདཝ་ཨིན།</ahelp> བརྡ་བཀོད་འདི་ ཚད་རིས་དངོས་པོ་ཚུ་ལུ་རྐྱངམ་ཅིག་འཐོབ་ཚུགས་ཡོད།"
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "ཨེན་ཀོར་འདི་ ཡིག་འབྲུ་གི་མདོང་ཁ་ལུ་ བཀྲམ་སྟོན་འབད་ཡོད།"
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">གཞི་ཁྲམ་བཟོ་ནི་ལུ།</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">སེལ་འཐུའབད་ཡོད་པའི་དངོས་པོ་འདི་ མཐའ་འཁོར་ལུ་ཡོད་པའི་གཞི་ཁྲམ་ལུ་ཨེན་ཀོར་འབདཝ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">ཡིག་འབྲུ་འབད།</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">ད་ལྟོའི་ཚིག་ཡིགནང་ལུ་་ སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་པ་འདི་ ཨེན་ཀོར་འབདཝ་ཨིན། སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་པ་གི་མཐོ་ཚད་འདི་ ད་ལྟོའི་ཡིག་གཟུགས་ཀྱི་ཚད་ལས་སྦོམ་ཡོད་པ་ཅིན་ རྣམ་པ་ཡོད་མི་གྲལ་ཐིག་གི་མཐོ་ཚད་འདི་ ཡར་འཕར་འབདཝ་ཨིན། </ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/dz/helpcontent2/source/text/shared/02.po b/source/dz/helpcontent2/source/text/shared/02.po
index 7f731cc55e3..09e3f335930 100644
--- a/source/dz/helpcontent2/source/text/shared/02.po
+++ b/source/dz/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "ཨེན་ཀོར་བསྒྱུར་བཅོས་འབད།"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>ཨེན་ཀོར།་ཚུ་ བསྒྱུར་བཅོས་འབད་དོ།</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">ཨེན་ཀོར་བསྒྱུར་བཅོས་འབད།</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/dz/helpcontent2/source/text/shared/guide.po b/source/dz/helpcontent2/source/text/shared/guide.po
index 1a598454df2..e0d8ab7729a 100644
--- a/source/dz/helpcontent2/source/text/shared/guide.po
+++ b/source/dz/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>ཚད་རིས་ པར་ལུ་ཡང་བལྟ་</bookmark_value><bookmark_value>གཟུགས་བརྙན་ པར་ལུ་ཡང་བལྟ་</bookmark_value><bookmark_value>གཟུགས་བརྙན་ བིཊི་མེཔསི་ བཙུག་ནི་དང་ཞུན་དག་འབད་དོ་</bookmark_value><bookmark_value>རི་མོ་ པར་ལུ་ཡང་བལྟ་</bookmark_value><bookmark_value>བིཊི་མེཔསི་ སྲུང་ནི་དང་ཞུན་དག་འབད་དོ་</bookmark_value><bookmark_value>པིག་སེལ་ཚད་རིས་ སྲུང་ནང་དང་ཞུན་དག་འབད་དོ་</bookmark_value><bookmark_value>ཕྱིར་འདྲེན་འབད་དོ་ བིཊི་མེཔསི་</bookmark_value><bookmark_value>ནང་འདྲེན་འབད་དོ་ བིཊི་མེཔསི་</bookmark_value><bookmark_value>པར་ཚུཕ་ ཞུན་དག་འབད་དོ་</bookmark_value><bookmark_value>ཞུན་དག་འབད་དོ་ པར་ཚུ་</bookmark_value><bookmark_value>ཚགས་མ་གནས་ལོག་འབད་</bookmark_value><bookmark_value>ཚགས་མ་ཧུམ་ཆ་བཟོ་དོ་</bookmark_value><bookmark_value>ཚགས་མ་རྣོ་ཅན་བཟོ་དོ་</bookmark_value><bookmark_value>རྩུབ་སྒྲའི་ཚགས་མ་ རྩ་བསྐྲད་གཏང་</bookmark_value><bookmark_value>ཉི་དྲོད་བཙུགས་པའི་ཚགས་མ་</bookmark_value><bookmark_value>རྒས་མི་ཚགས་མ་</bookmark_value><bookmark_value>ཚགས་མ་གསལ་བྱང་བཟོ་དོ་</bookmark_value><bookmark_value>པོཔ་ཨརཊི་ཚགས་མ་</bookmark_value><bookmark_value>སོལ་མོའི་ཧོབ་བྲིས་ཚགས་མ་</bookmark_value><bookmark_value>མོ་ས་ཡིཀ་ཚགས་མ་</bookmark_value><bookmark_value>པར་ ཚགས་མ་</bookmark_value><bookmark_value>ཚགས་མ་ པར་ཚུ་</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">བིཊི་མེཔ་ཚུ་བཙུགས་དོ་ ཞུན་དག་འབད་དོ་ སྲུང་དོ་</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "བིཊི་མེཔ་གཟུགས་བརྙན་ཅིག་ $[officename] རྩོམ་འབྲི་པ་ $[officename] ཀེལཀི་ $[officename] འབྲི་ནི་ དང་ $[officename] གོ་བརྡ་སྤྲོད་ནིའི་ཡིག་ཆ་ནང་བཙུགས་བཏུབ།"
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "ཡིག་སྣོད་སེལ་འཐུ་འབད། ཡིག་སྣོད་དབྱེ་བ་སྒྲོམ་ནང་ <emph>ཁྱོད་ཀྱིས་</emph> ཡིག་སྣོད་དབྱེ་བ་ལ་ལོ་ཅིག་ལུ་སེལ་འཐུ་བཀག་དམ་འབད་ཚུགས།"
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/shared/optionen.po b/source/dz/helpcontent2/source/text/shared/optionen.po
index 40fc65950c0..7215f813e71 100644
--- a/source/dz/helpcontent2/source/text/shared/optionen.po
+++ b/source/dz/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,13 +916,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
msgstr ""
#. URbep
diff --git a/source/dz/helpcontent2/source/text/simpress/guide.po b/source/dz/helpcontent2/source/text/simpress/guide.po
index 54298a3c51f..72a91baf4ff 100644
--- a/source/dz/helpcontent2/source/text/simpress/guide.po
+++ b/source/dz/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "ཁྱོད་ལུ་སེལ་འཐུ་འབད་ཡོད་པའི་བཤུད་རྗེས་སེ་འབྲང་ནི་ལུ་བཤུད་སེལ་འཐུ་འབད་ཞིནམ་དང་དེ་ལས་ <emph>ཞུན་དག་ - སྦྱར་གདམ་ཁ་རྐྱབས།</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "ཚོས་གཞི་དང་སྟེགས་རིས་དེ་ལས་སྐེདཔ་བཏོགས་ནིའི་ཐོ་ཡིག་ཚུ་མངོན་གསལ་འབད་དོ།"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>ཚོས་གཞི་ཚུ། ཐོ་ཡིག་ཚུ་མངོན་གསལ་འབད་དོ་</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">ཚོས་གཞི་ སྟེགས་རིས་དང་སྐེདཔ་བཏོག་ནིའི་ཐོ་ཡིག་ཚུ་མངོན་གསལ་འབད་དོ།</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "ཁྱོད་ཀྱིས་ཐོ་ཡིག་ཚུ་ཚོས་གཞི་ཚུ་དང་སྟེགས་རིས་ཚུ་ཡང་ན་སྐེདཔ་བཏོག་ནིའི་དཔེ་གཞི་ཚུ་འགོ་འདྲེན་འཐབ་ནི་ལུ་ལག་ལེན་འཐབ་ཚུགས། $[officename] འདི་གིས་ཁྱོད་ཀྱི་ཡིག་ཆ་ནང་ཁྱོད་ཀྱིས་ལག་ལེན་དང་མངོན་གསལ་འབད་ཚུགས་ནི་ཨིན་མི་ཐོ་ཡིག་ཚུ་ལེ་ཤ་ཅིག་བྱིནམ་ཨིན། ཁྱོད་ལུ་དགོ་པ་ཅིན་ ཁྱོད་ཀྱིས་ཐོ་ཡིག་ལས་ཆ་ཤས་ཚུ་བཏོན་གཏང་ནི་དང་ཡང་ན་ཁ་སྐོང་རྐྱབ་ཚུགས་ ཡང་ན་ དེ་གིས་མ་ཚད་པར་སྲོལ་སྒྲིག་ཐོ་ཡིག་ཚུ་གསར་བསྐྲུན་འབད་ཚུགས།"
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "ཚོས་གཞི་ཐོ་ཡིག་མངོན་གསལ་འབད་ནི་ལུ།"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "རྩ་སྒྲིག་ <emph> - མངའ་ཁོངས་གདམ་ཁ་རྐྱབ་ཞིནམ་དང་དེ་ལས་</emph>ཚོས་གཞི་ཚུའི་ <emph>ཕྲ་རིང་</emph>ཨེབ་གཏང་།"
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "མངོན་གསལ་ཚོས་གཞི་ཐོ་ཡིག་ཨེབ་རྟ་ <emph>ཨེབ་</emph> གཏང་།"
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "ཁྱོད་ཀྱིས་མངོན་གསལ་འབད་ནི་ཨིན་མི་ཚོས་གཞི་ཐོ་ཡིག་ག་ཡོད་འཚོལ་ཞིནམ་དང་དེ་ལས་<emph>ཁ་ཕྱེ་ཨེབ་གཏང་།</emph>. ཚོས་གཞི་ཐོ་ཡིག་ཡིག་སྣོད་འདི་ལུ་རྩ སྒྲིག་ [filename].soc ཡོདཔ་ཨིན།"
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "ཚོས་གཞི་ཐོ་ཡིག་སྲུངས་ནི་ལུ་ <emph>སྲུངས་ཚོས་གཞི་ཐོ་ཡིག་ཨེབ་རྟ་ཨེབ་གཏང་</emph>ཡིག་སྣོད་མིང་བཙུགས་ཞིནམ་དང་དེ་ལས་ <emph>སྲུངས་ཨེབ་གཞང་།</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "སྟེགས་རིས་ཐོ་ཡིག་མངོན་གསལ་འབད་ནི་ལུ་:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "རྩ་སྒྲིག་ <emph> - མངའ་ཁོངས་གདམ་ཁ་རྐྱབས་</emph>ཞིནམ་དང་དེ་ལས་ <emph>སྟེགས་རིས་ཚུའི་</emph>ཕྲ་རིང་ཨེབ་གཏང་།"
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "མངོན་གསལ་སྟེགས་རིས་ཚུའི་ཐོ་ཡིག་ཨེབ་རྟ་ <emph>ཨེབ་</emph> གཏང་།"
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "ཁྱོད་ཀྱིས་མངོན་གསལ་འབད་ནི་ཨིན་མི་སྟེགས་རིས་ཐོ་ཡིག་ག་ཡོད་འཚོལ་ཞིནམ་དང་དེ་ལས་<emph>ཁ་ཕྱེ་ཨེབ་གཏང་།</emph>སྟེགས་རིས་ཐོ་ཡིག་ཡིག་སྣོད་འདི་ལུ་རྩ་སྒྲིག་ [filename].sogཡོདཔ་ཨིན།"
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "སྟེགས་རིས་ཚུའི་ཐོ་ཡིག་སྲུང་ནི་ལུ་ <emph>སྲུངས་སྟེགས་རིས་ཚུའི་ཐོ་ཡིག་ཨེབ་རྟ་</emph>ཨེབ་གཏང་ ཡིག་སྣོད་ཀྱི་མིང་བཙུགས་ཞིནམ་དང་ <emph>དེ་ལས་སྲུངས་ཨེབ་གཏང་།</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "སྐེདཔ་བཏོག་ནིའི་ཐོ་ཡིག་མངོན་གསལ་འབད་ནི་ལུ་:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "རྩ་སྒྲིག་ <emph> - མངའ་ཁོངས་</emph> གདམ་ཁ་རྐྱབ་ཞིནམ་དང་དེ་ལས་ <emph>སྐེདཔ་བཏོག་ནིའི་ཕྲ་རིང་</emph> ཨེབ་གཏང་།"
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "མངོན་གསལ་སྐེདཔ་བཏོག་ནི་ཚུའི་ཐོ་ཡིག་ <emph>ཨེབ་རྟ་</emph>ཨེབ་གཏང་།"
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "ཁྱོད་ཀྱིས་མངོན་གསལ་འབད་ནི་ཨིན་མི་སྐེདཔ་བཏོག་ནི་ཚུའི་ཐོ་ཡིག་ག་ཡོད་འཚོལ་ཞིནམ་དང་དེ་ལས་ <emph>ཁ་ཕྱེ་ཨེབ་གཏང་།</emph>.སྐེདཔ་བཏོག་ནི་ཚུའི་ཐོ་ཡིག་ཡིག་སྣོད་འདི་ལུ་རྩ་སྒྲིག་ [filename].soh ཡོདཔ་ཨིན།"
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "སྐེདཔ་བཏོག་ནི་ཚུའི་ཐོ་ཡིག་སྲུངས་ནི་ལུ་ <emph>སྲུངས་སྐུདཔ་བཏོག་ནི་ཚུའི་ཐོ་ཡིག་ཨེབ་རྟཨེབ་གཏང་།</emph>ཡིག་སྣོད་ཀྱི་མིང་བཙུགས་ཞིནམ་དང་དེ་ལས་ <emph>སྲུངས་ཨེབ་གཏང་།</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">རྩ་སྒྲིག་ - མངའ་ཁོངས་</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,13 +5893,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "ཁྱོད་ཀྱིས་ཤོག་ཁྲམ་འདི་ག་སྟེ་ལུ་བཙུགས་ནི་ཨིན་ན་བཤུད་ལུ་འགྱོ།"
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
msgstr ""
#. 6WivQ
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "ཁྱོད་ཀྱིས་ཤོག་ཁྲམ་འདི་ག་སྟེ་ལུ་བཙུགས་ནི་ཨིན་ན་བཤུད་ལུ་འགྱོ།"
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "བཙུགས་ <emph>དངོས་པོ་ - ཨོ་ཨེལ་ཨི་དངོས་པོ་གདམ་ཁ་རྐྱབས།</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">རྩ་སྒྲིག་ - བཤུད་སྒྲིག་བཀོད།</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">བཙུགས་ - དངོས་པོ་ - ཨོ་ཨེལ་ཨི་དངོས་པོ་</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/dz/helpcontent2/source/text/swriter/00.po b/source/dz/helpcontent2/source/text/swriter/00.po
index ae19675ef7a..8011a1a84cb 100644
--- a/source/dz/helpcontent2/source/text/swriter/00.po
+++ b/source/dz/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "གྲལ་ཐིག་གི་མཐོ་ཚད་གང་དྲག"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "གྲལ་ཐིག་ཚུ་འདྲ་མཉམ་སྦེ་བགོ་བཀྲམ་འབད།"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/dz/helpcontent2/source/text/swriter/01.po b/source/dz/helpcontent2/source/text/swriter/01.po
index 7c15350fd04..51f6ad7020c 100644
--- a/source/dz/helpcontent2/source/text/swriter/01.po
+++ b/source/dz/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 20:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "སྦ་བཞག་སྟེ་ཡོད་པའི་དོན་མཚམས་ཚུ།"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">སྦ་བཞག་སྟེ་ཡོད་པའི་དོན་མཚམས་ཚུ་</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "ཀེར་ཕྲང་"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "ཁྱོད་ཀྱིས་ གཞི་ཁྲམ་ལུ་གཏན་བཟོས་མཐོ་ཚད་དང་གཅིག་ཁར་དངོས་པོ་ཅིག་ཨེན་ཀོར་འབད་བ་ཅིན་ \"Bottom\" དང་ \"Center\" ཕྲང་སྒྲིག་གདམ་ཁ་ཚུ་རྐྱངམ་ཅིག་འཐོབ་ཚུགས།"
+msgid "by"
+msgstr "གིས་"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "གིས་"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "ལུ་"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "ཁྱོད་ཀྱིས་ གཞི་ཁྲམ་ལུ་གཏན་བཟོས་མཐོ་ཚད་དང་གཅིག་ཁར་དངོས་པོ་ཅིག་ཨེན་ཀོར་འབད་བ་ཅིན་ \"Bottom\" དང་ \"Center\" ཕྲང་སྒྲིག་གདམ་ཁ་ཚུ་རྐྱངམ་ཅིག་འཐོབ་ཚུགས།"
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">གདམ་ཁ་ཚུ་</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "མིང་"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དང་ དེ་དང་འབྲེལ་བའི་འབྲལ་ལམ་དེ་གི་མིང་དེ་གསལ་བཀོད་འབདཝ་ཨིན།"
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "དངོས་པོ་དངཚད་རིས་འགན་སྤྲོད་འབད་ནི་དང་ ཡང་ན་ གོ་དོན་ཅན་གྱི་མིང་ཅིག་ཁྲམ་བསྒྲིག་འབད་མི་དེ་གིས་ ཁྱོད་ཀྱིས་ ཤུལ་ལས་ཡིག་ཆ་རིངམོ་ཅིག་ནང་ལུ་ མགྱོགས་པ་ག་ཡོད་འཚོལ་ཚུགས།"
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "ཐབས་གཞན་ཚིག་ཡིག་(འཕུར་ལྡིང་གཞི་ཁྲམ་དང་ ཚད་རིས་ དེ་ལས་ དངོས་པོ་ཚུ་རྐྱངམ་ཅིག་)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་འདི་འཐོབམ་ཚུགས་པའི་སྐབས་ལུ་ ཝེབ་ས་བརའུ་ཟར་ནང་ལུ་བཀྲམ་སྟོན་འབད་ནའི་དོན་ལུ་ ཚིག་ཡིག་དེ་ཐོ་བཀོད་འབད། ཐབས་གཞན་ཚིག་ཡིག་འདི་ མི་ལུ་དབང་པོ་སྐྱོན་ཞུགས་ཡོད་མི་གི་ཐོག་ལས་གྲོགས་རམ་འབད་ནིའི་དོན་ལུ་ཡང་ལག་ལེན་འཐབ་ཨིན།</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "ཧེ་མ་གི་འབྲེལ་ལམ་"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">དེ་གིས་ ད་ལྟོའི་རྣམ་གྲངས་ནང་གི་ཧེ་མ་འོང་མི་ རྣམ་གྲངས་(དངོས་པོ་ ཚད་རིས་ ཡང་ན་ གཞི་ཁྲམ་) འབྲལ་མཐུད་འབད་ཡོད་པའི་གོརིམ་ནང་སྦེ་བཀྲམ་སྟོན་འབདཝ་ཨིན། ཁ་སྐོང་བརྐྱབ་ནི་དང་ ཡང་ན་ ཧེ་མའི་འབྲལ་ལམ་དེ་བསྒྱུར་བཅོས་འབད་ནིའི་དོན་ལུ་ ཐོ་ཡིག་ནང་ལས་མིང་ཅིག་སེལ་འཐུ་འབད། ཁྱོད་ཀྱིས་གཞི་ཁྲམ་ཚུ་འབྲལ་མཐུད་འབད་དོ་ཡོདཔ་ཨིན་པ་ཅིན་ ད་ལྟོའི་གཞི་ཁྲམ་དང་ དམིགས་གཏད་གཞི་ཁྲམ་དེ་སྟོངམ་སྦེ་དགོཔ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "ཤུལ་མམ་གྱི་འབྲེལ་ལམ་"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">གིས་ ད་ལྟོའི་རྣམ་གྲངས་ཀྱི་ཤུལ་ལས་འབྲེལ་མཐུན་ཅན་སྦེ་འོང་མི་ རྣམ་གྲངས་(དངོས་པོ་ ཚད་རིས་ ཡང་ན་ གཞི་ཁྲམ་) དེ་ཚུ་བཀྲམ་སྟོན་འབདཝ་ཨིན། ཁྱོད་ཀྱིས་གཞི་ཁྲམ་ཚུ་འབྲེལ་མཐུད་འབདཝ་ཨིན་པ་ཅིན་ དམིགས་གཏད་གིཞ་ཁྲམ་དེ་སྟོངམ་སྦེ་དགོཔ་ཨིན།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/dz/helpcontent2/source/text/swriter/guide.po b/source/dz/helpcontent2/source/text/swriter/guide.po
index b735aee5038..7e996e32273 100644
--- a/source/dz/helpcontent2/source/text/swriter/guide.po
+++ b/source/dz/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">དངོས་པོ་ཚུ་གནས་ས་བཟོ་དོ་</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "གཞི་ཁྲམ་ལུ།"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "སེལ་འཐུ་འབད་འབད་བའི་རྣམ་གྲངས་འདི་མཐའ་འཁོར་གྱི་གཞི་ཁྲམ་ལུ་ཨེན་ཀོར་འབདཝ་ཨིན།"
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "ཡིག་སྣོད་ཅིག་ལས་ཚད་རིས་ཅིག་བཙུགས་དོ།"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>ཌའི་ལོག་གིས་པར་ཚུ་; བཙུགས་དོ་</bookmark_value><bookmark_value>བཙུགས་དོ་; ཌའི་ལོག་གིས་པར་ཚུ།</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">ཡིག་སྣོད་ཅིག་ལས་ཚད་རིས་ཅིག་བཙུགས་དོ།</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "ཁྱོད་ཀྱིས་ཚད་རིས་འདི་ག་སྟེ་བཙུགས་དགོ་མནོ་སའི་ཡིག་ཆ་འདི་ནང་ཨེབ་གཏང་།"
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "ཁྱོད་ཀྱིས་བཙུགས་དགོ་མནོ་མི་ཚད་རིས་ཡིག་སྣོད་འདི་ག་ཡོད་འཚོལ་ དེ་ལས་ <emph>ཁ་ཕྱེ་</emph>ཨེབ་གཏང་།"
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "<item type=\"menuitem\">ཡིག་སྣོད་ - ཕྱིར་འདྲེན</item>གདམ་ཁ་རྐྱབས།"
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "<emph>མིང་ཚིག་ཡོངས་སྒྲུབ་ལྕོགས་ཅན་བཟོ་ནི་</emph>བསལ།"
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po b/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
index 6cf513e75f7..51ab18ecc9f 100644
--- a/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1268,6 +1268,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "ཧེ་མམ་གྱི་ ལེབ་གྲངས་ལུ།"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10812,15 +10822,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "གྲལ་ཐིག་ཚུ་འདྲ་མཉམ་སྦེ་ བགོ་བཀྲམ་འབད།"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21629,14 +21639,14 @@ msgctxt ""
msgid "~Image"
msgstr "གཟུགས་བརྙན།"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26558,16 +26568,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "ཨེན་ཀོར་ བསྒྱུར་བཅོས་འབད།"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26580,6 +26589,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "ཨེན་ཀོར།"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31366,6 +31385,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34497,14 +34526,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "དོན་ཚན་དང་པ།(~F)"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34527,14 +34566,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "ཡར་འཕར་གྱི་ འགོ་མཚམས་གནས་གོང་།"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/dz/sc/messages.po b/source/dz/sc/messages.po
index ce9cd015a7c..9445ebc81d0 100644
--- a/source/dz/sc/messages.po
+++ b/source/dz/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17440,382 +17440,400 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "ལེབ་གྲངས་ཚུ་སེལ་འཐུ་འབད།"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་ལེབ་གྲངས།(~S)"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "ཐིག་ཤིང་།"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "ཐིག་ཤིང་འདི་གིས་གཏན་བཟོས་གནས་ས་དེ་ལུ་ དངོས་པོ་ཚུ་འཛིན་སྐྱོང་འཐབ་ཨིན།"
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "ལེབ་གྲངས་འདི་གིས་ཡིག་ཆ་ནང་ལུ་ གནད་སྡུད་འདི་ག་དེ་ སྦེ་བདེ་ཞིབ་འབད་ནི་ཨིན་ན་སྟོནམ་ཨིན།"
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "ཡིག་ཆ་སྟོན་ནི།"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "ལེབ་གྲངས་ %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "ནང་ཐིག་%༡།"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "གཡོན་གྱི་མངའ་ཁོངས།"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "ཤོག་ལེབ་སྔོན་བལྟ།"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "དབུས་ཀྱི་མངའ་ཁོངས།"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "གཡས་ཀྱི་མངའ་ཁོངས།"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "ཤལོག་ལེབ་ཀྱི་མགོ་ཡིག་%༡།"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "ཤོག་ལེབ་ཀྱི་མཇུག་ཡིག%༡།"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "གྲལ་ཐིག་ཨིན་པུཊི་འབད།"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "འ་ནི་འདི་ ཚིག་ཡིག་དང་ ཨང་ཡིག་དེ་ལས་ མན་ངག་ཚུ་ བཙུགས་ས་ཡང་ན་ ཞུན་དག་འབད་ས་ཨིན།"
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "བརྡ་ལམ་གླུ་གཞས་གཏང་ནི།"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "མཱའུསི་གི་ཨེབ་རྟ་ ཨེབ་ཅི།"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "མན་ངག་ཕྲ་རིང་།(~F)"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME ཤོག་ཁྲམ།"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr " (ལྷག་ནི་-ཙམ།)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr ""
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME ཀེལ་སི།"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "ཁྱབ་ཚད་ནང་ལུ་ ཀེར་ཐིག་གི་ཁ་ཡིག་ཚུ་ཡོདཔ་ཨིན།"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "ཁྱབ་ཚད་ནང་ལུ་ གྱལ་རིམ་གྱིཁ་ཡིག་ཚུ་ཡོདཔ་ཨིན།(~r)"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "ནུས་མེད་གནས་གོང་།"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr ""
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "རང་བཞིན་རྩ་སྒྲིག་བསྐྱར་མིང་བཏགས།"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "མིང་།"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "རང་བཞིན་རྩ་སྒྲིག་བཏོན་གཏང་།"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "ཁྱོད་ཀྱིས་ཐོ་བཀོད་འབད་ནི་བཏོན་གཏང་ནི་དེ་ཐད་རི་འབའ་རི་ཨིན་ན#?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "ཁ་བསྡམ།(~C)"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "སྤྱི་ཟླ་དང་པ།"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "སྤྱི་ཟླ་གཉིས་པ།"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "སྤྱི་ཟླ་གསུམ་པ།"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "བྱང་།"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "བར་མ།"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr ""
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "བསྡོམས།"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "ཨེན་ཀོར་ བསྒྱུར་བཅོས་འབད།"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17823,1289 +17841,1309 @@ msgstr "གནས་སྟངས།"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "ནང་དོན།"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "ལེབ་གྲངས་ཚུ།"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "ཁྱབ་ཚད་ཀྱི་མིང་།"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "གནད་སྡུད་གཞི་རྟེན་གྱི་ཁྱབ་ཚད།"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "གཟུགས་བརྙན་ཚུ།"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "ཨོ་ཨེལ་ཨི་ དངོས་པོ།"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "བསམ་བཀོད།"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "འབྲེལ་མཐུད་འབད་ཡོད་པའི་མངའ་ཁོངས།"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "དངོས་པོ་ཚུ་འབྲི་དོ།"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "ཤུགས་ལྡན།"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ཤུགས་མེད།"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "སབ་བཞག་ཡོདཔ།"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "སྒོ་སྒྲིག་ཤུགས་ལྡན་བཟོ།"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "འཆར་བཤད་མིང་།"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "བསམ་བཀོད།"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "ཡར་འཛེགས་དབྱེ་སེལ་།"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "མར་འབབ་དབྱེ་སེལ་འབད།"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "སྒྲོམ་གྱི་མིང་བཏགས།"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "གྱལ་རིམ་ཨིན་པུཊི་འབད།"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "ཝི་ཛརཌི་ལས་འགན་གྲུབ་བཅུག"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "དང་ལེན།"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
#, fuzzy
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "ཆ་མེད།"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "མན་ངག"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "ལག་ལེན་པ་ངོ་མ་ཤེསཔ་"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "ཀེར་ཕྲེང་བཙུགས་ཡོདཔ།"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "གྲལ་ཐིག་བཙུགས་ཡོདཔ།"
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "ལེབ་གྲངས་བཙུགས་ཡོདཔ།"
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "ཀེར་ཐིག་བཏོན་གཏང་ཡོདཔ།"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "གྲལ་ཐིག་བཏོན་གཏང་ཡོདཔ།"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "ལེབ་གྲངས་བཏོན་གཏང་ཡོདཔ།"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "ཁྱབ་ཚད་སྤོ་བཤུད་འབད་ཡོདཔ།"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "བསྒྱུར་བཅོས་འབད་ཡོད་པའི་ནང་དོན་ཚུ།"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "བསྒྱུར་བཅོས་འབད་ཡོད་པའི་ནང་དོན་ཚུ།"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "ལུ་བསྒྱུར་བཅོས་འབད་ཡོད་"
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "ངོ་མ།"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "བསྒྱུར་བཅོས་ཚུ་དང་ལེན་སྤངས་ཡོདཔ།"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "དང་ལེན་འབད་ཡོདཔ།"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "དང་ལེན་སྤང་ཡོདཔ།"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "འཛུལ་མི་ཆོག"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<empty>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "སྡེ་ཚན།"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "བསྡོམས།"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "འབྲིང་རིམ།"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "ཐབས་ལམ།"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "བརྡ་ལམ་"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "འགྱུར་ཅན།"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "ཁྱབ་ཚད།"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "ཉུང་མཐའ།(_M)"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "མང་མཐའ།(_M)"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
#, fuzzy
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "དངུལ་བསྡོམས།"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "གྱང་ཁ་རྐྱབས།"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "སྤྱིར་བཏང་།"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "ཐིག་རྩིས།"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "ཉུང་མཐའ།(_M)"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "མང་མཐའ།(_M)"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "འབྲིང་རིམ།"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "བརྡ་ལམ་"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "སིག་མ།"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "ཨཱལ་ཕ།"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "འགྱུར་ཅན།"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "འགྱུར་ཅན།"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "ཟུར་གསོག་ཚུ།"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "མཉམ་གྲངས།"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ནུས་ཤུགས།"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ཨིན་ཊར་ནེཊི།"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
#, fuzzy
@@ -24142,6 +24180,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr " ཁྱོད་ཀྱིས་ འགྱུར་ཅན་དང་གཅིག་ཁར་ སྙོམ་རྟགས་སེལ་ཚུགས་པའི་ཌའི་ལོག་ཁ་ཕྱེཝ་ཨིན། "
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
#, fuzzy
@@ -31861,48 +31929,42 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "སྐད་ཡིག"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
#, fuzzy
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "གདམ་ཁ་ཚུ།"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " སྐད་ཡིག་གི་དོན་ལུ་ དབྱེ་སེལ་འབད་ནིའི་གདམ་ཁ་ཅིག་སེལ་འཐུ་འབད།"
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr " དབྱེ་སེལ་འབད་ནིའི་ལམ་ལུགས་འདི་ཚུ་གི་དོན་ལུ་ སྐད་ཡིག་འདི་སེལ་འཐུ་འབད་"
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "གདམ་ཁ་ཚུ་དབྱེ་སེལ་འབད།"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32934,26 +32996,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "དབྱེ་སེལ།"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33397,347 +33447,341 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "གནས་གོང་གཙོ་མིག་ཏུ་བཞག་པ་(~H)"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "ཨེན་ཀོར།"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "བཀྲམ་སྟོན།"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "ཐད་སྙོམས་བཤུད་ཕྲ།"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "ཀེར་ཕྲང་བཤུད་ཕྲ།"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "སྒོ་སྒྲིག(~W)"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
#, fuzzy
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "ཕྱིར་རྒྱས།"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "ཤོག་ལེབ་མཚམས།"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "སྟོན།"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "སྦ་བཞག"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "དངོས་པོ་ཚུ་འབྲི་དོ།"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "སྟོན།"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "སྦ་བཞག"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "སྟོན།"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "སྦ་བཞག"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "སྟོན།"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "སྦ་བཞག"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "དངོས་པོ་ཚུ།"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/dz/sd/messages.po b/source/dz/sd/messages.po
index ba59a2e03d1..847f1fc97ed 100644
--- a/source/dz/sd/messages.po
+++ b/source/dz/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -663,11 +663,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "གྲལ་ཐིག་མཇུག་ཚུ།"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "མདའ་རྩེ་གསརཔ་གི་དོན་ལུ་མིང་བཙུགས་གནང་།"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/dz/sfx2/messages.po b/source/dz/sfx2/messages.po
index fb6870c8123..671aa4dbc83 100644
--- a/source/dz/sfx2/messages.po
+++ b/source/dz/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2263,6 +2263,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3322,92 +3330,86 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "གིས་ ཞུན་དག་གི་ཆུ་ཚོད་འདི་ཀལད་ཀོར་ལུ་ དེ་ལས་ གསར་བསྐྲུན་གྱི་ཚེས་གྲངས་འདི་ད་ལྟོའི་ཚེས་ལུ་དང་ ཐོན་རིམ་གྱི་ཨང་གྲངས་འདི་ ༡་ ལུ་སྦེ་སླར་སྒྲིག་འབདཝ་ཨིན། ལེགས་བཅོས་འབད་ནིའི་ཚེས་གྲངས་དང་ དཔར་བསྐྲུན་གྱི་ཚེས་གྲངས་ཡང་བཏོན་གཏང་ཡོདཔ་ཨིན།"
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "ཌི་ཇི་ཊཱལ་མིང་རྟགས་་་་"
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "ཚད:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "མ་ཤེསཔ།"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "གནས་ཁོངས།"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "དབྱེ་བ།"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "ཆོག་ཡིག་ བསྒྱུར་བཅོས་འབད་་་་(~P)"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "ཊེམ་པེལེཊིསི།"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "ཡིག་སྣོད་ཀྱི་མིང་བཀྲམ་སྟོན་འབདཝ་ཨིན།"
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "ད་ལྟོའི་ཡིག་སྣོད་ཀྱི་སྐོར་ལས་ གཞི་བརྟེན་གྱི་བརྡ་དོན་ཡོདཔ་ཨིན།."
diff --git a/source/dz/starmath/messages.po b/source/dz/starmath/messages.po
index ff480c32843..f7b1f2bce40 100644
--- a/source/dz/starmath/messages.po
+++ b/source/dz/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:30+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2865,7 +2865,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/dz/svtools/messages.po b/source/dz/svtools/messages.po
index 57f807b80ac..7a06e6a9b77 100644
--- a/source/dz/svtools/messages.po
+++ b/source/dz/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1353,401 +1353,409 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "ཇེ་ཨར་ཨི་ སྐྱོན་ཅན་ཨིན་པས།"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "འབྱུང་ཁུངས་ཀྱི་ཨང་རྟགས།"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "དེབ་རྟགས་ཀྱི་ཡིག་སྣོད།"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "ཚད་རིས།"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "རིམ་སྒྲིག་ཡིག་སྣོད།"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "གློག་རིམ།"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "གནད་སྡུད་གཞི་རྟེན་གྱི་ཐིག་ཁྲམ།"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "རིམ་ལུགས་ཡིག་སྣོད།"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "ཨེམ་ཨེསི་མིང་ཚིག་གི་ཡིག་ཆ།"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "གྲོག་རམ་ཡིག་སྣོད།"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ཡིག་ཆ།"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "ཡིག་མཛོད་ཀྱི་ཡིག་སྣོད།"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "དྲན་དེབ་ཡིག་སྣོད།"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "སི་ཊར་ཡིག་ཚང་ ༥་༠ ཊིམ་པེལེཊི།"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "སི་ཊར་རའི་ཊར་ ༤.༠/༥.༠ ཡིག་ཆ་ཨམ།"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "སི་ཊར་ཡིག་ཚང་ ༥་༠ ཊིམ་པེལེཊི།"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "ཚིག་ཡིག་གི་ཡིག་སྣོད།"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "འབྲེལ་ལམ།"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
#, fuzzy
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "སི་ཊར་ཡིག་ཚང་ ༥་༠ ཊིམ་པེལེཊི།"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "ཨེམ་ཨེསི་ ཨེགསི་སེལ་ ཡིག་ཆ།"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "ཨེམ་ཨེསི་ ཨེགསི་སེལ་ ཊེམ་པེལེཊི།"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "རུ་ཚན་གྱི་ཡིག་སྣོད།"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ཡིག་སྣོད།"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "སྣོད་འཛིན།"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "ཚིག་ཡིག་གི་ཡིག་ཆ།"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "ཤོག་ཁྲམ།"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "གསལ་སྟོན།"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "པར་རིས།"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ཡིག་ཆ།"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "ཡིག་ཆ་ཨམ།"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "མན་ངག"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "གནས་སྡུད་གཞི་རྟེན།"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "ཉེ་གནས་ཀྱི་འདྲེན་འཕྲུལ།"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "ཌིསིཀ་གི་འདྲེན་འཕྲུལ།"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "སི་ཌི་-ཨར་ཨོ་ཨེམ འདྲེན་འཕྲུལ།"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "ཡོངས་འབྲེལ་གྱི་མཐུད་ལམ།"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "ཨེམ་ཨེསི་ པ་ཝར་པོའིནཊི་ ཡིག་ཆ།"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "ཨེམ་ཨེསི་ པ་ཝར་པོའིནཊི་ ཊེམ་པེལེཊི།"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "ཨེམ་ཨེསི་ པ་ཝར་པོའིནཊི་ སྟོན།"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "ཨང་རྩིས་ཨེམ་ཨེལ་ ཡིག་ཆ།"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ གནད་སྡུད་གཞི་རྟེན།"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ པར་རིས།"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ མན་ངག"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ ཡིག་ཆ་ཨམ།"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ གསལ་སྟོན།"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ ཤོག་ཁྲམ།"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ ཚིག་ཡིག"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ ཤོག་ཁྲམ་གྱི་ཊེམ་པེལེཊི།"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ པར་རིས་ཀྱི་ཊེམ་པེལེཊི།"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ གསལ་སྟོན་གྱི་ཊེམ་པེལེཊི།"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "ཨོ་པན་ཌོ་ཀུ་མེནཊི་ ཚིག་ཡིག་གི་ཊེམ་པེལེཊི།"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME རྒྱ་བསྐྱེད་"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5672,72 +5680,66 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "གདམ་ཁ།(~O)"
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "མིང་།"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "གནས་ཚད།"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "དབྱེ་བ།"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
#, fuzzy
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "གནས་ཁོངས།"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "བསམ་བཀོད:།"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
#, fuzzy
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "རྒྱུ་དངོས་ཚུ་་་་་"
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "དཔར་འཕྲུལ།"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/dz/svx/messages.po b/source/dz/svx/messages.po
index c00a6700ea6..49fb9cb2e1b 100644
--- a/source/dz/svx/messages.po
+++ b/source/dz/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Dzongkha <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/dz/>\n"
@@ -11991,17 +11991,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "གཡོན་གྱི་དོན་མཚམས་ཀྱི་མཐའ་མཚམས།"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "དོན་མཚམས་གཡས་ཀྱི་མཐའ་མཚམས།"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18072,33 +18072,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "གཞི་ཁྲམ།"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "ཚིག་ཡིག"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "<ahelp hid=\"svx/ui/imapdialog/container\"/>གིས་ ་གཟུགས་བརྙན་གྱི་ས་ཁྲ་འདི་བཀྲམ་སྟོན་འབདཝ་ཨིན་ དེ་འབད་བ་ཅིན་རྐྱངམ་ཅིག་ ཁྱོད་ཀྱིས་ འཁྱམས་གནས་འདི་ཨེབ་ནི་དང་ཞུན་དག་འབད་བཏུབ་ཨིན།"
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/dz/sw/messages.po b/source/dz/sw/messages.po
index c6072a01740..c654ed7a935 100644
--- a/source/dz/sw/messages.po
+++ b/source/dz/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1771,302 +1771,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10239,6 +10257,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12935,65 +12967,101 @@ msgid "Options"
msgstr "གདམ་ཁ་ཚུ།"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -15009,165 +15077,165 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "ཁྱོད་ཀྱིས་ཤོག་གྲངས་ས་སྒོ་ཅིག་ལུ་འཇུག་སྤྱོད་འབད་དགོ་མནོ་མི་ པར་ལེན་གནས་གོང་དེ་ཐོ་བཀོད་འབད། དཔེ་འབད་བ་ཅིན་ \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr " འཐོབ་ཚུགས་པའི་ས་སྒོའི་དབྱེ་བ་ཚུ་ཐོ་འགོད་འབདཝ་ཨིན། ཁྱོད་རའི་ཡིག་ཆའི་ནང་ལུ་ས་སྒོ་ཅིག་ཁ་སྐོང་བརྐྱབ་ནིའི་དོན་ལུ་ ས་སྒོའི་དབྱེ་བ་དེ་ལུ་ ཨེབ་གཏང་འབད་ནི་དང་ སེལ་འཐུའི་ ཐོ་ཡིག་ནང་ལུ་.ས་སྒོ་ཅིག་ལུ་ཨེབ་གཏང་འབད་ནི་དང་ དེ་ལས་ བཙུགས་ལུ་."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "དབྱེ་བ།"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "ཁྱོད་ཀྱིས་སེལ་འཐུ་འབད་ཡོད་མི་ས་སྒོ་དེ་ལུ་འཇུག་སྤྱོད་འབད་ནི་ཨིན་མི་རྩ་སྒྲིག་དེ་ལུ་ ཨེབ་གཏང་འབད་ནི་དང་ ཡང་ན་ སྲོལ་སྒྲིག་རྩ་སྒྲིག་ཅིག་ངེས་འཉིན་འབད་ནིའི་དོན་ལུ་\"Additional formats\" དེ་ལུ་ཨེབ་གཏཏང་འབད།"
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "མེཀ་རོ..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "ཁྱོད་ཀྱིས་ ཡིག་ཆའི་ནང་ལུ་སེལ་འཐུ་འབད་ཡོད་མི་ས་སྒོ་དེ་ལུ་ཨེབ་གཏང་འབད་བའི་སྐབས་ལུ་གཡོག་བཀོལ་མི་ མེཀརོ་དེ་གདམ་ཁ་བརྐྱབ་ཚུགས་པའི་མེཀརོ་སེལ་བྱེད་དེ་ཁ་ཕྱེཝ་ཨིན།"
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "གནས་གོང་།"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "མིང་།"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "རྣམ་གྲངས།"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "རྣམ་གྲངས་གསརཔ་ཅིག་ཐོ་བཀོད་འབད།"
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "རྣམ་གྲངས་ཚུ་ ཐོ་ཡིག་ནང་ལུ་ཁ་སྐོང་བརྐྱབ་ཨིན།"
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "རྣམ་གྲངས་ཚུ་ཐོ་འགོད་འབདཝ་ཨིན། རྣམ་གྲངས་འགོ་དང་པམ་འདི་རང་ཡིག་ཆའི་ནང་ལུ་སྟོན་ཏེ་ཡོདཔ་ཨིན།"
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "སེལ་འཐུ་འབད་ཡོད་མི་རྣམ་གྲངས་དེ་ཐོ་ཡིག་ནང་ལས་རྩ་བསྐྲད་གཏངམ་ཨིན།"
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "ཡར་སྤོ།"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་ཡར་ཐོ་ཡིག་ནང་ལུ་སྤོ་བཤུད་འབདཝ་ཨིན།"
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "མར་སྤོ།"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་མར་ཐོ་ཡིག་ནང་ལུ་སྤོ་བཤུད་འབདཝ་ཨིན།"
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "མིང་།"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr " ཨིན་པུཊི་ཐོ་ཡིག་གི་དོན་ལུ་མཐུན་མོངས་མ་ཡིན་པའི་མིང་ཅིག་ཐོ་བཀོད་འབད།."
@@ -16302,11 +16370,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་གི་དོན་ལུ་ མིང་ཅིག་ཐོ་བཀོད་འབད།"
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་འདི་འཐོབམ་ཚུགས་པའི་སྐབས་ལུ་ ཝེབ་ས་བརའུ་ཟར་ནང་ལུ་བཀྲམ་སྟོན་འབད་ནའི་དོན་ལུ་ ཚིག་ཡིག་དེ་ཐོ་བཀོད་འབད། ཐབས་གཞན་ཚིག་ཡིག་འདི་ མི་ལུ་དབང་པོ་སྐྱོན་ཞུགས་ཡོད་མི་གི་ཐོག་ལས་གྲོགས་རམ་འབད་ནིའི་དོན་ལུ་ཡང་ལག་ལེན་འཐབ་ཨིན།"
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -16321,188 +16389,230 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<none>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "དེ་གིས་ ད་ལྟོའི་རྣམ་གྲངས་ནང་གི་ཧེ་མ་འོང་མི་ རྣམ་གྲངས་(དངོས་པོ་ ཚད་རིས་ ཡང་ན་ གཞི་ཁྲམ་) འབྲལ་མཐུད་འབད་ཡོད་པའི་གོརིམ་ནང་སྦེ་བཀྲམ་སྟོན་འབདཝ་ཨིན། ཁ་སྐོང་བརྐྱབ་ནི་དང་ ཡང་ན་ ཧེ་མའི་འབྲལ་ལམ་དེ་བསྒྱུར་བཅོས་འབད་ནིའི་དོན་ལུ་ ཐོ་ཡིག་ནང་ལས་མིང་ཅིག་སེལ་འཐུ་འབད། ཁྱོད་ཀྱིས་གཞི་ཁྲམ་ཚུ་འབྲལ་མཐུད་འབད་དོ་ཡོདཔ་ཨིན་པ་ཅིན་ ད་ལྟོའི་གཞི་ཁྲམ་དང་ དམིགས་གཏད་གཞི་ཁྲམ་དེ་སྟོངམ་སྦེ་དགོཔ་ཨིན།"
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<none>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "གིས་ ད་ལྟོའི་རྣམ་གྲངས་ཀྱི་ཤུལ་ལས་འབྲེལ་མཐུན་ཅན་སྦེ་འོང་མི་ རྣམ་གྲངས་(དངོས་པོ་ ཚད་རིས་ ཡང་ན་ གཞི་ཁྲམ་) དེ་ཚུ་བཀྲམ་སྟོན་འབདཝ་ཨིན། ཁྱོད་ཀྱིས་གཞི་ཁྲམ་ཚུ་འབྲེལ་མཐུད་འབདཝ་ཨིན་པ་ཅིན་ དམིགས་གཏད་གིཞ་ཁྲམ་དེ་སྟོངམ་སྦེ་དགོཔ་ཨིན།"
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "འགྲེལ་བཤད།"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "ནང་དོན་ཚུ།"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་གི་ནང་དོན་དེ་ལུ་ བསྒྱུར་བཅོས་ཚུ་སྔོན་བཀགའབདཉ་ཨིན།"
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "གནས་ས།"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་གི་གནས་ས་དེ་ ད་ལྟོའི་ཡགི་ཆའི་ནང་ལུ་ ལྡེ་མིག་བརྐྱབ་བཞགཔ་ཨིན།"
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "ཚད།"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་གི་ཚད་དེ་ལྡེ་མིག་བརྐྱབ་བཞགཔ་ཨིན།"
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "ཉེན་སྐྱོབ། (~P)"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "མགོ"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "དབུས་སྒྲིག།"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "མཇུག"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "ལྷག་ནི་རྐྱངམ་ཅིག་ཟེར་མི་ཡིག་ཆའི་ནང་ལུ་ ཁྱོད་ཀྱིས་ནང་དོན་ཚུ་ཞུན་དག་འབད་བཅུགཔ་ཨིན།(བྲིས-ཉེན་སྲུང་འབད་ཡོདཔ)"
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "ཚག"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "ཁྱོད་ཀྱིས་ཡིག་ཆ་དེ་དཔར་བསྐྲུན་འབད་བའི་སྐབས་ལུ་ སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་གྲངས་སུ་བཙུགསཔ་ཨིན།"
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "གཞི་ཁྲམ་ཅིག་ནང་ལུ་ རེ་འདོད་ཅན་གྱི་ཚིག་ཡིག་འབབ་རྒྱུན་དེ་གསལ་བཀོད་འབདཝ་ཨིན། ཤོག་ལེབ་ཀྱི་དོན་ལུ་ སྔོན་སྒྲིག་ཚིག་ཡིག་འབབ་རྒྱུན་སྒྲིག་སྟངས་དེ་ལག་ལེན་འཐབ་ནིའི་དོན་ལུ་ཐོ་ཡིག་ནང་ལས་ དངོས་པོའི་སྒྲིག་སྟངས་མཐོ་ཤོས་ལག་ལེན་འཐབ།"
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "ཚིག་ཡིག་ཁ་ཕྱོགས་"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "རྒྱུ་དངོས།"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<none>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<none>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17853,123 +17963,117 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "གདམ་ཁ།(~O)"
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "གདམ་ཁ་ཚུ།"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "ཨང་བཏགས་དོ།"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "དབྱེ་བྱེད།"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "གནས་ས།"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "ཁྱོད་ཀྱིས་ དཔར་བཤད་ དེ་ནང་ལུ་ག་བཟུམ་གྱི་ཨང་བཏགས་ནི་དེ་ལག་ལེན་འཐབ་དགོ་མནོཝ་ཡོདཔ་ཨིན་ན་སེལ་འཐུའབད།"
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "ཨང་ཡིག་དང་དཔར་བཤད་ཚིག་ཡིག་གཉིས་ཀྱི་བར་ན་འབྱུང་ནིའི་དོན་ལུ་ གདམ་ཁ་ཅན་གྱི་ཚིག་ཡིག་བཙུགས།"
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "དཔར་བཤད་དེ་ སེལ་འཐུ་འབད་ཡོད་པའི་རྣམ་གྲངས་དེ་གི་ལྟག་དང ཡང་ན་ འོང་ལུ་ཁ་སྐོང་བརྐྱབ་ཨིན། གདམ་ཁ་འདི་དངོས་པོ་ལ་ལུ་ཅིག་གི་དོན་ལུ་རྐཡངམ་ཅིག་འཐོབ་ཚུགས།"
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "དབྱེ་རིམ།"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "དཔར་བཤད་དབྱེ་རིམ་དེ་སེལ་འཐུ་འབད་ནི་དང་ ཡང་ན་ དབྱེ་རིམ་དེ་གསརཔ་ཅིག་བསྐྲུན་འབད་ནིའི་དོན་ལུ་ མིག་ཅིག་ཡིག་དཔར་རྐྱབས། དཔར་བཤད་ཁ་ཡིག་ནང་ལུ་ དབྱེ་རིམ་ཚིག་ཡིག་དེ་དཔར་བཤད་ཨང་ཡིག་དེ་གི་གདོང་ཁ་ལུ་འབྱུངམ་ཨིན། སྔ་གོང་ངེས་འཛིན་འབད་ཡོད་མི་དཔར་བཤད་དབྱེ་རིམ་ཚུ་ཆཉམ་ མིང་གཅིག་པའི་བཟོ་རྣམ་ཅིག་དང་གཅིག་ཁར་རྩ་སྒྲིག་འབདཝ་ཨིན།"
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "རྒྱུ་དངོས།"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "སྔོན་ལྟ།"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[None]"
diff --git a/source/el/cui/messages.po b/source/el/cui/messages.po
index 66201df2040..b879cb7248a 100644
--- a/source/el/cui/messages.po
+++ b/source/el/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/el/>\n"
"Language: el\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Πίνακας"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Παρακαλώ εισάγετε ένα όνομα για την νέα αιχμή του βέλους:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Με τον Πλοηγητή μπορείτε να επιλέξετε &
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Θέλετε να εισάγετε γρήγορα ένα μαθηματικό αντικείμενο στο Writer; Πληκτρολογήστε τον τύπο σας, επιλέξτε τον και χρησιμοποιήστε το Εισαγωγή ▸ Αντικείμενο OLE ▸ Τύπος για να μετατρέψετε το κείμενο."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Αντιμετάθεση πίνακα Writer; Αντιγράψτε και επικολλήστε στο Calc, αντιμεταθέστε με αντιγραφή/ειδική επικόλληση και έπειτα αντιγραφή/ειδική επικόλληση ▸ Μορφοποιημένο κείμενο σε Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Για να πάρετε το εργαλείο “Κάθετο κείμενο” στη γραμμή εργαλείων σχεδίασης, σημειώστε Εργαλεία ▸ Επιλογές ▸ Ρυθμίσεις γλώσσας ▸ Γλώσσες ▸ Προεπιλεγμένες γλώσσες ▸ Ασιατικό (και κάντε το πλήκτρο ορατό δεξιοπατώντας)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Μπορείτε να δημιουργήσετε διάγραμμα βασισμένο σε πίνακα Writer πατώντας τον πίνακα κει επιλέγοντας Εισαγωγή ▸ Διάγραμμα."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Για να ορίσετε ποιοι μη εκτυπώσιμοι χαρακτήρες εμφανίζονται επιλέξτε Εργαλεία ▸ Επιλογές ▸ %PRODUCTNAME Writer ▸ Βοηθήματα μορφοποίησης."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Θέλετε ο δρομέας να πάει στο κελί στα δεξιά, μετά την εισαγωγή τιμής στο Calc; Χρησιμοποιήστε το πλήκτρο στηλοθέτη (Tab ) αντί για το Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Για να εμφανίσετε τη γραμμή κύλισης στα αριστερά ενεργοποιήστε Εργαλεία ▸ Επιλογές ▸ Ρυθμίσεις γλώσσας ▸ Γλώσσες ▸ Σύνθετο κείμενο και σημειώστε Φύλλο ▸ Από δεξιά προς τα αριστερά."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Δεν χρησιμοποιείτε ποτέ συγκεκριμένες τεχνοτροπίες βέλους; Καταργήστε τες χρησιμοποιώντας το πλήκτρο Διαγραφή στην καρτέλα Μορφή ▸ Πλαίσιο κειμένου και σχήμα ▸ Γραμμή ▸ Τεχνοτροπίες βέλους."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Βοήθεια του %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Περισσότερες πληροφορίες"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Εκτέλεση αυτής της ενέργειας τώρα…"
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Συμβουλή της ημέρας: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -3714,7 +3720,7 @@ msgstr "Χρώματα εφαρμογής"
#: cui/inc/treeopt.hrc:44
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
-msgstr "Προσιτότητα"
+msgstr "Προσβασιμότητα"
#. oUTLV
#: cui/inc/treeopt.hrc:45
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Επιλέξτε ή προσθέστε τον σωστό κατάλογο πιστοποιητικού υπηρεσιών ασφάλειας δικτύου για ψηφιακές υπογραφές."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Επιλέξτε τη μορφοποίηση που θέλετε να εφαρμόσετε."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ">Εισάγετε ή επιλέξτε το μέγεθος της γραμματοσειράς που θέλετε να εφαρμόσετε. Για κλιμακούμενες γραμματοσειρές, μπορείτε επίσης να εισάγετε δεκαδικές τιμές."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Μέγεθος:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Γλώσσα:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Ορίζει την γλώσσα που χρησιμοποιεί ο έλεγχος ορθογραφίας για το επιλεγμένο κείμενο ή το κείμενο που πληκτρολογείτε. Τα διαθέσιμα αρθρώματα γλώσσας έχουν ένα σημάδι ελέγχου μπροστά τους."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Χαρακτηριστικά..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Γλώσσα:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Ορίζει την γλώσσα που χρησιμοποιεί ο έλεγχος ορθογραφίας για το επιλεγμένο κείμενο ή το κείμενο που πληκτρολογείτε. Τα διαθέσιμα αρθρώματα γλώσσας έχουν ένα σημάδι ελέγχου μπροστά τους."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Επιλέξτε τη μορφοποίηση που θέλετε να εφαρμόσετε."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Μέγεθος:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ">Εισάγετε ή επιλέξτε το μέγεθος της γραμματοσειράς που θέλετε να εφαρμόσετε. Για κλιμακούμενες γραμματοσειρές, μπορείτε επίσης να εισάγετε δεκαδικές τιμές."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Χαρακτηριστικά..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Δυτική"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Μέγεθος:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Γλώσσα:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Επιλέξτε τη μορφοποίηση που θέλετε να εφαρμόσετε."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ">Εισάγετε ή επιλέξτε το μέγεθος της γραμματοσειράς που θέλετε να εφαρμόσετε. Για κλιμακούμενες γραμματοσειρές, μπορείτε επίσης να εισάγετε δεκαδικές τιμές."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Ορίζει την γλώσσα που χρησιμοποιεί ο έλεγχος ορθογραφίας για το επιλεγμένο κείμενο ή το κείμενο που πληκτρολογείτε. Τα διαθέσιμα αρθρώματα γλώσσας έχουν ένα σημάδι ελέγχου μπροστά τους."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Χαρακτηριστικά..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Ορίζει την γλώσσα που χρησιμοποιεί ο έλεγχος ορθογραφίας για το επιλεγμένο κείμενο ή το κείμενο που πληκτρολογείτε. Τα διαθέσιμα αρθρώματα γλώσσας έχουν ένα σημάδι ελέγχου μπροστά τους."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Ασιατική"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Μέγεθος:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Επιλέξτε τη μορφοποίηση που θέλετε να εφαρμόσετε."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ">Εισάγετε ή επιλέξτε το μέγεθος της γραμματοσειράς που θέλετε να εφαρμόσετε. Για κλιμακούμενες γραμματοσειρές, μπορείτε επίσης να εισάγετε δεκαδικές τιμές."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Ορίζει την γλώσσα που χρησιμοποιεί ο έλεγχος ορθογραφίας για το επιλεγμένο κείμενο ή το κείμενο που πληκτρολογείτε. Τα διαθέσιμα αρθρώματα γλώσσας έχουν ένα σημάδι ελέγχου μπροστά τους."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Γλώσσα:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Χαρακτηριστικά..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Σύνθετη"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Ορίζει την γλώσσα που χρησιμοποιεί ο έλεγχος ορθογραφίας για το επιλεγμένο κείμενο ή το κείμενο που πληκτρολογείτε. Τα διαθέσιμα αρθρώματα γλώσσας έχουν ένα σημάδι ελέγχου μπροστά τους."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Γραμματοσειρά κειμένου"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Προεπισκόπηση"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Καθορίζει τη μορφοποίηση και την γραμματοσειρά που επιθυμείτε να εφαρμόσετε."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Εισάγετε ένα όνομα για την εικόνα."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Εναλλακτικό _κείμενο:"
+msgid "_Text Alternative:"
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Εισάγετε το κείμενο που θέλετε να εμφανιστεί όταν το ποντίκι επικάθεται πάνω στο ενεργό σημείο σε πλοηγητή."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Περιγραφή:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Εισάγετε μια περιγραφή για το θερμό σημείο."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Αναφέρει τις ιδιότητες του επιλεγμένου θερμού σημείου."
@@ -13628,13 +13616,13 @@ msgstr "Περιγραφή"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Εναλλακτικό _κείμενο:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Δώστε μια σύντομη περιγραφή του περιεχομένου χωρίς κείμενο για χρήστες που δεν βλέπουν αυτό το αντικείμενο."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13652,7 +13640,7 @@ msgstr "_Περιγραφή:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Δώστε μεγαλύτερη εξήγηση για περιεχόμενο που δεν είναι κείμενο που είναι πολύ περίπλοκο για να περιγραφεί εν συντομία στο \"Εναλλακτικό κείμενο\""
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Δημιουργία γραμμικών και μητρικών κωδικών για οποιοδήποτε κείμενο ή διεύθυνση URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Αποθήκευση κεφαλής βέλους;"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Η αιχμή του βέλους τροποποιήθηκε χωρίς αποθήκευση."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Θα θέλατε να αποθηκεύσετε την αιχμή του βέλους τώρα;"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Θέλετε να διαγράψετε τη γραμμοσκίαση;"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Να διαγραφεί η αιχμή του βέλους;"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Θέλετε πράγματι να διαγράψετε την αιχμή του βέλους;"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Στήλες κειμένου"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Α_υτόματα"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Εισάγει αυτόματα συλλαβισμούς όπου χρειάζονται σε μια παράγραφο."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Εισάγετε το μέγιστο αριθμό διαδοχικών γραμμών που μπορούν να συλλαβιστούν."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Εισάγετε τον ελάχιστο αριθμό χαρακτήρων που πρέπει να εμφανίζονται στην αρχή της γραμμής ύστερα από τον συλλαβισμό."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Εισάγετε τον ελάχιστο αριθμό χαρακτήρων που θα αφήνετε στο τέλος της γραμμής πριν να εισαχθεί ο συλλαβισμός."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Χα_ρακτήρες στο τέλος της γραμμής"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Χαρα_κτήρες στην αρχή της γραμμής"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Μέγιστες διαδοχικές γραμμές με ενωτικό"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Όχι συλλαβισμός λέξεων σε _Κεφαλαία"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Συλλαβισμός"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Εισαγωγή"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Επιλέξτε αυτό το πλαίσιο ελέγχου και ύστερα επιλέξτε τον τύπο αλλαγής που επιθυμείτε να χρησιμοποιήσετε."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Με _τεχνοτροπία σελίδας:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Επιλέξτε αυτό το πλαίσιο ελέγχου και ύστερα επιλέξτε την τεχνοτροπία σελίδας που θέλετε να χρησιμοποιήσετε για την πρώτη σελίδα ύστερα από την αλλαγή."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Τύπος:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Εισάγετε τον αριθμό σελίδας για την πρώτη σελίδα που ακολουθεί την αλλαγή σελίδας. Εάν θέλετε να συνεχίσετε την τρέχουσα αρίθμηση σελίδας, αφήστε ασημείωτο το πλαίσιο ελέγχου."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Αρι_θμός σελίδας:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Θέση:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Τεχνοτροπία σελίδας"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Επιλέξτε την τεχνοτροπία μορφοποίησης που θα χρησιμοποιήσετε για την πρώτη σελίδα μετά την αλλαγή."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Σελίδα"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Στήλη"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Επιλέξτε τον τύπο αλλαγής που επιθυμείτε να εισάγετε."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Πριν από"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ύστερα από"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Επιλέξτε πού θέλετε να εισάγετε την αλλαγή."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Αλλαγές"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Να μη _χωριστεί η παράγραφος"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Μετακινεί ολόκληρη την παράγραφο στην επόμενη σελίδα ή στήλη μετά την εισαγωγή μιας αλλαγής."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Διατήρηση με την επόμενη παράγραφο"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Διατηρεί την τρέχουσα και την επόμενη παράγραφο μαζί, όταν εισάγεται μια αλλαγή ή αλλαγή στήλης."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Έλεγχος ορ_φανού"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Καθορίζει τον ελάχιστο αριθμό γραμμών σε μία παράγραφο πριν την αλλαγή σελίδας. Επιλέξτε αυτό το πλαίσιο ελέγχου και ύστερα εισάγετε έναν αριθμό στο πλαίσιο Γραμμές."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Έλεγχος χή_ρας"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Καθορίζει τον ελάχιστο αριθμό γραμμών σε μία παράγραφο στην πρώτη σελίδα μετά την αλλαγή. Επιλέξτε αυτό το πλαίσιο ελέγχου και ύστερα εισάγετε έναν αριθμό στο πλαίσιο Γραμμές."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Καθορίζει τον ελάχιστο αριθμό γραμμών σε μία παράγραφο πριν την αλλαγή σελίδας. Επιλέξτε αυτό το πλαίσιο ελέγχου και ύστερα εισάγετε έναν αριθμό στο πλαίσιο Γραμμές."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Καθορίζει τον ελάχιστο αριθμό γραμμών σε μία παράγραφο στην πρώτη σελίδα μετά την αλλαγή. Επιλέξτε αυτό το πλαίσιο ελέγχου και ύστερα εισάγετε έναν αριθμό στο πλαίσιο Γραμμές."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "γραμμές"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "γραμμές"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Επιλογές"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Ορισμός επιλογών συλλαβισμού και σελιδοποίησης."
diff --git a/source/el/dbaccess/messages.po b/source/el/dbaccess/messages.po
index cbb79b7fcd4..96d1788b04b 100644
--- a/source/el/dbaccess/messages.po
+++ b/source/el/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/el/>\n"
"Language: el\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562571214.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "Εκτέλεση πρότασης SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Εισαγάγετε την εντολή διαχείρισης SQL που θέλετε να εκτελέσετε."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "Εκτελέστε την εντολή SQL _ απευθείας"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Εκτελέστε την εντολή SQL απευθείας χωρίς επεξεργασία διαφυγής."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "Ε_μφάνιση εξόδου των προτάσεων \"select\""
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Εμφάνιση του αποτελέσματος της εντολής SQL SELECT στο πλαίσιο εξόδου."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "Ε_κτέλεση"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Εμφανίζει τις εντολές SQL που εκτελέστηκαν προηγουμένως. Για να εκτελέσετε ξανά μια εντολή, πατήστε την εντολή και, στη συνέχεια, πατήστε Εκτέλεση."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "Εντολή SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Εμφανίζει τα αποτελέσματα, συμπεριλαμβανομένων των σφαλμάτων, της εντολής SQL που εκτελέσατε."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Κατάσταση"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Εμφανίζει τα αποτελέσματα της εντολής SQL που εκτελέσατε."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/el/editeng/messages.po b/source/el/editeng/messages.po
index 46f60850025..74795b85cbc 100644
--- a/source/el/editeng/messages.po
+++ b/source/el/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-01 16:19+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/el/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 ενωτικά"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Τεχνοτροπία σελίδας: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Διαγραμμάτωση "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "κλειδωμένο "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Συμπυκνωμένα "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Γραφικό"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "κανένα"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Κουκκίδες "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Κύκλος "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Κύκλος με γέμισμα "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Έμφαση "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Προς τα πάνω"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Προς τα κάτω"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Δίγραμμη γραφή απενεργοποιημένη"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Δίγραμμο"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Χωρίς αυτόματη απόσταση χαρακτήρων"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Χωρίς αυτόματη απόσταση χαρακτήρων"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Χωρίς στίξη πρώτης γραμμής στο τέλος γραμμής"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Με στίξη πρώτης γραμμής στο τέλος γραμμής"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Να ληφθεί υπόψη η λίστα απαγορευμένων χαρακτήρων στην αρχή και στο τέλος γραμμών"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Να μην ληφθεί υπόψη η λίστα απαγορευμένων χαρακτήρων στην αρχή και στο τέλος γραμμών"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Χωρίς περιστροφή χαρακτήρων"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Περιστροφή χαρακτήρων από $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Προσαρμογή στη γραμμή"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Το κείμενο δεν είναι περιστραμμένο"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Το κείμενο έχει περιστραφεί κατά $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Κλιμάκωση χαρακτήρων $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Χωρίς κλιμακωμένους χαρακτήρες"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Χωρίς ανάγλυφο"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Aνάγλυφο"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Χαραγμένο"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Αυτόματη στοίχιση κειμένου"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Στοίχιση κειμένου ως προς τη βασική γραμμή"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Στοίχιση κειμένου επάνω"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Στοίχιση κειμένου στη μέση"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Στοίχιση κειμένου κάτω"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Κατεύθυνση κειμένου από τα αριστερά προς τα δεξιά (οριζόντια)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Κατεύθυνση κειμένου από τα δεξιά προς τα αριστερά (οριζόντια)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Κατεύθυνση κειμένου από τα δεξιά προς τα αριστερά (κάθετα)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Κατεύθυνση κειμένου από τα αριστερά προς τα δεξιά (κάθετα)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Χρήση ρύθμισης κατεύθυνσης κειμένου πρωτεύοντος αντικειμένου"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Κατεύθυνση κειμένου αριστερά προς τα δεξιά (κάθετα από κάτω)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Συγκράτηση παραγράφου στο πλέγμα κειμένου (αν είναι ενεργό)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Χωρίς συγκράτηση παραγράφου στο πλέγμα κειμένου"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Όχι κρυφή"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Κρυφά"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Τροφοδοσία χαρτιού"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Από ρυθμίσεις εκτυπωτή]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Διαγραφή"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Μετακίνηση"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Εισαγωγή"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Αντικατάσταση"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Εφαρμογή ιδιοτήτων"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Επαναφορά ιδιοτήτων"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Εσοχή"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Εφαρμογή τεχνοτροπιών"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Αλλαγή πεζών-κεφαλαίων"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Η λέξη είναι %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Η παράγραφος είναι %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Αυτόματα"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Κουκκίδα εικόνας στην παράγραφο"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Κουκκίδα εικόνας"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Παράγραφος: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Να συνεχιστεί ο έλεγχος από την αρχή του εγγράφου;"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Να συνεχιστεί ο έλεγχος μέχρι το τέλος του εγγράφου;"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"λόγω άγνωστου σφάλματος."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Το λεξικό είναι ήδη πλήρες."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Το λεξικό είναι μόνο για ανάγνωση."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Εσοχή"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Προβολή υποσημείων"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Ανάπτυξη"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Εφαρμογή γνωρισμάτων"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Εισαγωγή"
diff --git a/source/el/fpicker/messages.po b/source/el/fpicker/messages.po
index e27b3024701..d70fdf0aa9d 100644
--- a/source/el/fpicker/messages.po
+++ b/source/el/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/el/>\n"
"Language: el\n"
@@ -195,13 +195,13 @@ msgstr "Θέσεις"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Προσθήκη τρέχοντος φακέλου στο Θέσεις"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Καταργήστε τον επιλεγμένο φάκελο από το Θέσεις"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Τροποποιημένα δεδομένα"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Ά_νοιγμα"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Αναπαραγ_ωγή"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Όνομα αρ_χείου:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Τύπος αρχείου:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Μόνο για _ανάγνωση"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Αποθήκευση με κωδικό πρόσβασης"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Αυτόματη επέκταση ονόματος αρχείου"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Επεξεργασία ρυθμίσεων _φίλτρου"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Κρυπτογράφηση με κλειδί GPG"
diff --git a/source/el/helpcontent2/source/text/sbasic/shared/03.po b/source/el/helpcontent2/source/text/sbasic/shared/03.po
index 72ad39f8ea9..295c467fd67 100644
--- a/source/el/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/el/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-09 09:58+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/el/>\n"
"Language: el\n"
@@ -185,7 +185,7 @@ msgctxt ""
"par_id901528999850603\n"
"help.text"
msgid "• Basic macros require to load <literal>ScriptForge</literal> library using the following statement:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Python scripts require an import from <literal>scriptforge</literal> module:<br/><literal>from scriptforge import CreateScriptService</literal>"
-msgstr ""
+msgstr "• Οι μακροεντολές Basic απαιτούν τη φόρτωση της βιβλιοθήκης <literal>ScriptForge</literal> χρησιμοποιώντας την ακόλουθη πρόταση:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Τα σενάρια Python απαιτούν εισαγωγή από την ενότητα <literal>scriptforge</literal>:<br/><literal>από το scriptforge import CreateScriptService</literal>"
#. eotwE
#: lib_ScriptForge.xhp
@@ -5036,7 +5036,7 @@ msgctxt ""
"par_id841592919903025\n"
"help.text"
msgid "Deletes the columns of a specified range that match a filter expressed as a Calc formula. The filter is applied to each column to decide whether it will be deleted or not."
-msgstr ""
+msgstr "Διαγράφει τις στήλες μιας καθορισμένης περιοχής που ταιριάζουν με ένα φίλτρο που εκφράζεται ως τύπος Calc. Το φίλτρο εφαρμόζεται σε κάθε στήλη για να αποφασίσει εάν θα διαγραφεί ή όχι."
#. 4JWnp
#: sf_calc.xhp
@@ -5045,7 +5045,7 @@ msgctxt ""
"par_id601652269911029\n"
"help.text"
msgid "The deleted column can be limited to the height of the specified range or span to the height of the entire sheet, thus deleting whole columns."
-msgstr ""
+msgstr "Η διαγραμμένη στήλη μπορεί να περιοριστεί στο ύψος του καθορισμένου εύρους ή να εκτείνεται στο ύψος ολόκληρου του φύλλου, διαγράφοντας έτσι ολόκληρες στήλες."
#. VAVU3
#: sf_calc.xhp
@@ -5054,7 +5054,7 @@ msgctxt ""
"par_id701652271281106\n"
"help.text"
msgid "This method returns a string with the range address of the compacted range. If all columns are deleted, then an empty string is returned."
-msgstr ""
+msgstr "Αυτή η μέθοδος επιστρέφει μια συμβολοσειρά με τη διεύθυνση εύρους της συμπυκνωμένης περιοχής. Εάν διαγραφούν όλες οι στήλες, τότε επιστρέφεται μια κενή συμβολοσειρά."
#. j2GAb
#: sf_calc.xhp
@@ -5063,7 +5063,7 @@ msgctxt ""
"par_id191652271892064\n"
"help.text"
msgid "If a range of cells is selected, calling this method will not impact the selection."
-msgstr ""
+msgstr "Εάν επιλεγεί μια περιοχή κελιών, η κλήση αυτής της μεθόδου δεν θα επηρεάσει την επιλογή."
#. WsrKe
#: sf_calc.xhp
@@ -5072,7 +5072,7 @@ msgctxt ""
"par_id771592919922181\n"
"help.text"
msgid "<emph>range</emph>: The range from which columns will be deleted, as a string."
-msgstr ""
+msgstr "<emph>range</emph> (περιοχή): Η περιοχή από την οποία θα διαγραφούν οι στήλες, ως συμβολοσειρές."
#. Q9QBp
#: sf_calc.xhp
@@ -5081,7 +5081,7 @@ msgctxt ""
"par_id771592919932260\n"
"help.text"
msgid "<emph>wholecolumn</emph>: If this option is set to <literal>True</literal> the entire column will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted column will be limited to the height of the specified <literal>range</literal>."
-msgstr ""
+msgstr "<emph></emph> (ολόκληρη στήλη): Εάν αυτή η επιλογή οριστεί σε <literal>True</literal> ολόκληρη η στήλη θα διαγραφεί από το φύλλο. Η προεπιλεγμένη τιμή είναι <literal>False</literal>, που σημαίνει ότι η διαγραμμένη στήλη θα περιοριστεί στο ύψος της καθορισμένης <literal>range</literal> (περιοχής)."
#. M7qto
#: sf_calc.xhp
@@ -5090,7 +5090,7 @@ msgctxt ""
"par_id771592919915974\n"
"help.text"
msgid "<emph>filterformula</emph>: The filter to be applied to each column to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first column. When the formula returns <emph>True</emph> for a column, that column will be deleted. The default filter deletes all empty columns."
-msgstr ""
+msgstr "<emph>filterformula</emph>: Το φίλτρο που θα εφαρμοστεί σε κάθε στήλη για να καθοριστεί εάν θα διαγραφεί ή όχι. Το φίλτρο εκφράζεται ως τύπος Calc που πρέπει να εφαρμοστεί στην πρώτη στήλη. Όταν ο τύπος επιστρέψει <emph>True</emph> για μια στήλη, αυτή η στήλη θα διαγραφεί. Το προεπιλεγμένο φίλτρο διαγράφει όλες τις κενές στήλες."
#. 8sYWa
#: sf_calc.xhp
@@ -5099,7 +5099,7 @@ msgctxt ""
"par_id361652271022647\n"
"help.text"
msgid "For example, suppose range <emph>A1:J200</emph> is selected (height = 200), so the default formula is <emph>=(COUNTBLANK(A1:A200)=200)</emph>. This means that if all 200 cells are empty in the first column (Column A), then the column is deleted. Note that the formula is expressed with respect to the first column only. Internally the <literal>CompactLeft</literal> method will generalize this formula for all the remaining columns."
-msgstr ""
+msgstr "Για παράδειγμα, ας υποθέσουμε ότι έχει επιλεγεί η περιοχή <emph>A1:J200</emph> (ύψος = 200), επομένως ο προεπιλεγμένος τύπος είναι <emph>=(COUNTBLANK(A1:A200)=200)</emph>. Αυτό σημαίνει ότι εάν και τα 200 κελιά είναι κενά στην πρώτη στήλη (Στήλη Α), τότε η στήλη διαγράφεται. Σημειώστε ότι ο τύπος εκφράζεται μόνο σε σχέση με την πρώτη στήλη. Εσωτερικά, η μέθοδος <literal>CompactLeft</literal> θα γενικεύσει αυτόν τον τύπο για όλες τις υπόλοιπες στήλες."
#. FDspT
#: sf_calc.xhp
@@ -5108,7 +5108,7 @@ msgctxt ""
"bas_id941652271391005\n"
"help.text"
msgid "' Delete all empty columns in the range G1:L10 from Sheet1"
-msgstr ""
+msgstr "' Διαγραφή όλων των κενών στηλών στην περιοχή G1:L10 από το Φύλλο1"
#. huH9x
#: sf_calc.xhp
@@ -5117,7 +5117,7 @@ msgctxt ""
"bas_id691652271390762\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\")"
#. 2BkcC
#: sf_calc.xhp
@@ -5126,7 +5126,7 @@ msgctxt ""
"bas_id921652271392627\n"
"help.text"
msgid "' The example below is similar, but the entire column is deleted from the sheet"
-msgstr ""
+msgstr "' Το παρακάτω παράδειγμα είναι παρόμοιο, αλλά ολόκληρη η στήλη διαγράφεται από το φύλλο"
#. 6GoCu
#: sf_calc.xhp
@@ -5135,7 +5135,7 @@ msgctxt ""
"bas_id941652271392873\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", WholeColumn := True)"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", WholeColumn := True)"
#. KfQRA
#: sf_calc.xhp
@@ -5144,7 +5144,7 @@ msgctxt ""
"bas_id751652271393226\n"
"help.text"
msgid "' Deletes all columns where the first row is marked with an \"X\""
-msgstr ""
+msgstr "' Διαγράφει όλες τις στήλες όπου η πρώτη γραμμή σημειώνεται με \"Χ\""
#. fLJ7y
#: sf_calc.xhp
@@ -5153,7 +5153,7 @@ msgctxt ""
"bas_id761652271393514\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
#. UqpQB
#: sf_calc.xhp
@@ -5162,7 +5162,7 @@ msgctxt ""
"bas_id241652271725676\n"
"help.text"
msgid "' Deletes all columns where the sum of values in the column is odd"
-msgstr ""
+msgstr "' Διαγράφει όλες τις στήλες όπου το άθροισμα των τιμών στη στήλη είναι περιττό"
#. 5rxDM
#: sf_calc.xhp
@@ -5171,7 +5171,7 @@ msgctxt ""
"bas_id531652271726131\n"
"help.text"
msgid "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:G10);2)=1)\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactLeft(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:G10);2)=1)\")"
#. i4ux6
#: sf_calc.xhp
@@ -5180,7 +5180,7 @@ msgctxt ""
"pyc_id451621536612334\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\")"
#. j5kGd
#: sf_calc.xhp
@@ -5189,7 +5189,7 @@ msgctxt ""
"pyc_id201652272121176\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", wholecolumn = True)"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", wholecolumn = True)"
#. pBca4
#: sf_calc.xhp
@@ -5198,7 +5198,7 @@ msgctxt ""
"pyc_id781652272122794\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
#. VGAj6
#: sf_calc.xhp
@@ -5207,7 +5207,7 @@ msgctxt ""
"pyc_id731652272123209\n"
"help.text"
msgid "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:G10);2)=1)')"
-msgstr ""
+msgstr "newrange = myDoc.CompactLeft(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:G10);2)=1)')"
#. vqJ5B
#: sf_calc.xhp
@@ -5216,7 +5216,7 @@ msgctxt ""
"par_id841592919903699\n"
"help.text"
msgid "Deletes the rows of a specified range that match a filter expressed as a Calc formula. The filter is applied to each row to decide whether it will be deleted or not."
-msgstr ""
+msgstr "Διαγράφει τις σειρές μιας καθορισμένης περιοχής που ταιριάζουν με ένα φίλτρο που εκφράζεται ως τύπος Calc. Το φίλτρο εφαρμόζεται σε κάθε σειρά για να αποφασίσει αν θα διαγραφεί ή όχι."
#. RhiRD
#: sf_calc.xhp
@@ -5225,7 +5225,7 @@ msgctxt ""
"par_id601652269910091\n"
"help.text"
msgid "The deleted rows can be limited to the width of the specified range or span to the width of the entire sheet, thus deleting whole rows."
-msgstr ""
+msgstr "Οι διαγραμμένες σειρές μπορούν να περιοριστούν στο πλάτος της καθορισμένης περιοχής, ή να εκτείνονται στο πλάτος ολόκληρου του φύλλου, διαγράφοντας έτσι ολόκληρες σειρές."
#. Yw3WB
#: sf_calc.xhp
@@ -5234,7 +5234,7 @@ msgctxt ""
"par_id701652271283456\n"
"help.text"
msgid "This method returns a string with the range address of the compacted range. If all rows are deleted, then an empty string is returned."
-msgstr ""
+msgstr "Αυτή η μέθοδος επιστρέφει μια συμβολοσειρά με τη διεύθυνση περιοχής της συμπυκνωμένης περιοχής. Εάν διαγραφούν όλες οι σειρές, τότε επιστρέφεται μια κενή συμβολοσειρά."
#. RtGtW
#: sf_calc.xhp
@@ -5243,7 +5243,7 @@ msgctxt ""
"par_id191652271893913\n"
"help.text"
msgid "If a range of cells is selected, calling this method will not impact the selection."
-msgstr ""
+msgstr "Εάν επιλεγεί μια περιοχή κελιών, η κλήση αυτής της μεθόδου δεν θα επηρεάσει την επιλογή."
#. X3Ekj
#: sf_calc.xhp
@@ -5252,7 +5252,7 @@ msgctxt ""
"par_id771592919922080\n"
"help.text"
msgid "<emph>range</emph>: The range from which rows will be deleted, as a string."
-msgstr ""
+msgstr "<emph>range</emph> (περιοχή): Το εύρος από το οποίο θα διαγραφούν οι σειρές, ως συμβολοσειρά."
#. sAtHM
#: sf_calc.xhp
@@ -5261,7 +5261,7 @@ msgctxt ""
"par_id771592919921160\n"
"help.text"
msgid "<emph>wholerow</emph>: If this option is set to <literal>True</literal> the entire row will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted row will be limited to the width of the specified <literal>range</literal>."
-msgstr ""
+msgstr "<emph>wholerow</emph>: Εάν αυτή η επιλογή οριστεί σε <literal>True</literal> ολόκληρη η σειρά θα διαγραφεί από το φύλλο. Η προεπιλεγμένη τιμή είναι <literal>False</literal>, που σημαίνει ότι η διαγραμμένη σειρά θα περιοριστεί στο πλάτος της καθορισμένης <literal>range</literal> (περιοχής)."
#. pKXWR
#: sf_calc.xhp
@@ -5270,7 +5270,7 @@ msgctxt ""
"par_id771592919926374\n"
"help.text"
msgid "<emph>filterformula</emph>: The filter to be applied to each row to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first row. When the formula returns <emph>True</emph> for a row, that row will be deleted. The default filter deletes all empty rows."
-msgstr ""
+msgstr "<emph>filterformula</emph>: Το φίλτρο που θα εφαρμοστεί σε κάθε σειρά για να καθοριστεί εάν θα διαγραφεί ή όχι. Το φίλτρο εκφράζεται ως τύπος Calc που πρέπει να εφαρμοστεί στην πρώτη σειρά. Όταν ο τύπος επιστρέψει <emph>True</emph> για μια σειρά, αυτή η σειρά θα διαγραφεί. Το προεπιλεγμένο φίλτρο διαγράφει όλες τις κενές σειρές."
#. 2DsWD
#: sf_calc.xhp
@@ -5279,7 +5279,7 @@ msgctxt ""
"par_id361652271022681\n"
"help.text"
msgid "For example, suppose range <emph>A1:J200</emph> is selected (width = 10), so the default formula is <emph>=(COUNTBLANK(A1:J1)=10)</emph>. This means that if all 10 cells are empty in the first row (Row 1), then the row is deleted. Note that the formula is expressed with respect to the first row only. Internally the <literal>CompactUp</literal> method will generalize this formula for all the remaining rows."
-msgstr ""
+msgstr "Για παράδειγμα, ας υποθέσουμε ότι έχει επιλεγεί η περιοχή <emph>A1:J200</emph> (πλάτος = 10), οπότε ο προεπιλεγμένος τύπος είναι <emph>=(COUNTBLANK(A1:J1)=10)</emph>. Αυτό σημαίνει ότι εάν και τα 10 κελιά είναι κενά στην πρώτη σειρά (Σειρά 1), τότε η σειρά διαγράφεται. Σημειώστε ότι ο τύπος εκφράζεται μόνο σε σχέση με την πρώτη σειρά. Εσωτερικά, η μέθοδος <literal>CompactUp</literal> θα γενικεύσει αυτόν τον τύπο για όλες τις υπόλοιπες σειρές."
#. GuWzD
#: sf_calc.xhp
@@ -5288,7 +5288,7 @@ msgctxt ""
"bas_id941652271391554\n"
"help.text"
msgid "' Delete all empty rows in the range G1:L10 from Sheet1"
-msgstr ""
+msgstr "' Διαγραφή όλων των κενών σειρών στην περιοχή G1:L10 από το Φύλλο1"
#. GBrKx
#: sf_calc.xhp
@@ -5297,7 +5297,7 @@ msgctxt ""
"bas_id691652271390789\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\")"
#. FV3Ev
#: sf_calc.xhp
@@ -5306,7 +5306,7 @@ msgctxt ""
"bas_id921652271392567\n"
"help.text"
msgid "' The example below is similar, but the entire row is deleted from the sheet"
-msgstr ""
+msgstr "' Το παρακάτω παράδειγμα είναι παρόμοιο, αλλά ολόκληρη η σειρά διαγράφεται από το φύλλο"
#. Y5YVh
#: sf_calc.xhp
@@ -5315,7 +5315,7 @@ msgctxt ""
"bas_id941652271392553\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", WholeRow := True)"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", WholeRow := True)"
#. mFqmA
#: sf_calc.xhp
@@ -5324,7 +5324,7 @@ msgctxt ""
"bas_id751652271393117\n"
"help.text"
msgid "' Deletes all rows where the first column is marked with an \"X\""
-msgstr ""
+msgstr "' Διαγράφει όλες τις σειρές όπου η πρώτη στήλη σημειώνεται με \"Χ\""
#. gJQRm
#: sf_calc.xhp
@@ -5333,7 +5333,7 @@ msgctxt ""
"bas_id761652271393034\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(G1=\"\"X\"\")\")"
#. DoDfJ
#: sf_calc.xhp
@@ -5342,7 +5342,7 @@ msgctxt ""
"bas_id241652271725065\n"
"help.text"
msgid "' Deletes all rows where the sum of values in the row is odd"
-msgstr ""
+msgstr "' Διαγράφει όλες τις σειρές όπου το άθροισμα των τιμών στη σειρά είναι περιττό"
#. zXErV
#: sf_calc.xhp
@@ -5351,7 +5351,7 @@ msgctxt ""
"bas_id531652271726010\n"
"help.text"
msgid "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:L1);2)=1)\")"
-msgstr ""
+msgstr "newrange = oDoc.CompactUp(\"Sheet1.G1:L10\", FilterFormula := \"=(MOD(SUM(G1:L1);2)=1)\")"
#. Mcwq5
#: sf_calc.xhp
@@ -5360,7 +5360,7 @@ msgctxt ""
"pyc_id451621536612227\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\")"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\")"
#. tXmJD
#: sf_calc.xhp
@@ -5369,7 +5369,7 @@ msgctxt ""
"pyc_id201652272121288\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", wholerow = True)"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", wholerow = True)"
#. WZ3XF
#: sf_calc.xhp
@@ -5378,7 +5378,7 @@ msgctxt ""
"pyc_id781652272122931\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(G1=\"X\")')"
#. 4DfG9
#: sf_calc.xhp
@@ -5387,7 +5387,7 @@ msgctxt ""
"pyc_id731652272123109\n"
"help.text"
msgid "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:L1);2)=1)')"
-msgstr ""
+msgstr "newrange = myDoc.CompactUp(\"Sheet1.G1:L10\", filterformula = '=(MOD(SUM(G1:L1);2)=1)')"
#. n6vJD
#: sf_calc.xhp
@@ -9500,7 +9500,7 @@ msgctxt ""
"par_id391651225506119\n"
"help.text"
msgid "Centers the current dialog instance in the middle of a parent window. Without arguments, the method centers the dialog in the middle of the current window."
-msgstr ""
+msgstr "Κεντράρει την τρέχουσα παρουσία διαλόγου στη μέση ενός γονικού παραθύρου. Χωρίς ορίσματα, η μέθοδος κεντράρει το παράθυρο διαλόγου στη μέση του τρέχοντος παραθύρου."
#. xEJEH
#: sf_dialog.xhp
@@ -9509,7 +9509,7 @@ msgctxt ""
"par_id391651552206119\n"
"help.text"
msgid "Returns <literal>True</literal> when successful."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> όταν είναι επιτυχές."
#. Woksx
#: sf_dialog.xhp
@@ -9518,7 +9518,7 @@ msgctxt ""
"par_id1001585441257789\n"
"help.text"
msgid "<emph>Parent</emph>: An optional object that can be either …"
-msgstr ""
+msgstr "<emph>Parent</emph> (Γονικό): Ένα προαιρετικό αντικείμενο που μπορεί να είναι είτε…"
#. DCeY9
#: sf_dialog.xhp
@@ -9527,7 +9527,7 @@ msgctxt ""
"par_id412598177970993\n"
"help.text"
msgid "a ScriptForge dialog object"
-msgstr ""
+msgstr "ένα αντικείμενο διαλόγου ScriptForge"
#. D5yN3
#: sf_dialog.xhp
@@ -9536,7 +9536,7 @@ msgctxt ""
"par_id81591858229301\n"
"help.text"
msgid "a ScriptForge document (Calc, Base, ...) object"
-msgstr ""
+msgstr "ένα αντικείμενο εγγράφου ScriptForge (Calc, Βάση, ...)"
#. 8DDWf
#: sf_dialog.xhp
@@ -9545,7 +9545,7 @@ msgctxt ""
"bas_id12598185484092\n"
"help.text"
msgid "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' The dialog that caused the event"
-msgstr ""
+msgstr "Set oDialog1 = CreateScriptService(\"DialogEvent\", oEvent) ' Το παράθυρο διαλόγου που προκάλεσε το συμβάν"
#. dx9rf
#: sf_dialog.xhp
@@ -9554,7 +9554,7 @@ msgctxt ""
"bas_id641598184589492\n"
"help.text"
msgid "Set oDialog2 = CreateScriptService(\"Dialog\", ...) ' Open a second dialog"
-msgstr ""
+msgstr "Set oDialog2 = CreateScriptService(\"Dialog\", ...) ' Άνοιγμα δεύτερου διαλόγου"
#. kqFdv
#: sf_dialog.xhp
@@ -9563,7 +9563,7 @@ msgctxt ""
"pyc_id351619267575732\n"
"help.text"
msgid "dlg1 = CreateScriptService('DialogEvent.Dialog', event) # The dialog having caused the event"
-msgstr ""
+msgstr "dlg1 = CreateScriptService('DialogEvent.Dialog', συμβάν) # Το παράθυρο διαλόγου που προκάλεσε το συμβάν"
#. fDQAG
#: sf_dialog.xhp
@@ -9572,7 +9572,7 @@ msgctxt ""
"pyc_id431619267576082\n"
"help.text"
msgid "dlg2 = CreateScriptService('Dialog', ...) # Open a second dialog"
-msgstr ""
+msgstr "dlg2 = CreateScriptService('Dialog', ...) # Άνοιγμα δεύτερου διαλόγου"
#. 4qLn9
#: sf_dialog.xhp
@@ -9797,7 +9797,7 @@ msgctxt ""
"par_id21598187953697\n"
"help.text"
msgid "Moves the topleft corner of a dialog to new coordinates and/or modify its dimensions. All distances are expressed in 1/100 mm. Without arguments, the method resets the initial dimensions. Return <literal>True</literal> if the resize was successful."
-msgstr ""
+msgstr "Μετακινεί την επάνω αριστερή γωνία ενός διαλόγου σε νέες συντεταγμένες ή/και τροποποιεί τις διαστάσεις του. Όλες οι αποστάσεις εκφράζονται σε 1/100 mm. Χωρίς ορίσματα, η μέθοδος επαναφέρει τις αρχικές διαστάσεις. Επιστρέφεται <literal>True</literal> εάν η αλλαγή μεγέθους ήταν επιτυχής."
#. XRdLE
#: sf_dialog.xhp
@@ -9806,7 +9806,7 @@ msgctxt ""
"par_id481651236673068\n"
"help.text"
msgid "<emph>Left</emph>: the horizontal distance from the top-left corner"
-msgstr ""
+msgstr "<emph>Left</emph> (Αριστερά): η οριζόντια απόσταση από την επάνω αριστερή γωνία"
#. FcTcU
#: sf_dialog.xhp
@@ -9815,7 +9815,7 @@ msgctxt ""
"par_id721651236674379\n"
"help.text"
msgid "<emph>Top</emph>: the vertical distance from the top-left corner"
-msgstr ""
+msgstr "<emph>Top</emph> (Επάνω): η κατακόρυφη απόσταση από την επάνω αριστερή γωνία"
#. uX7ps
#: sf_dialog.xhp
@@ -9824,7 +9824,7 @@ msgctxt ""
"par_id991651236674995\n"
"help.text"
msgid "<emph>Width</emph>: the width of the rectangle containing the dialog"
-msgstr ""
+msgstr "<emph>Width</emph> (Πλάτος): το πλάτος του ορθογωνίου που περιέχει το παράθυρο διαλόγου"
#. ApqA8
#: sf_dialog.xhp
@@ -9833,7 +9833,7 @@ msgctxt ""
"par_id771651236675564\n"
"help.text"
msgid "<emph>Height</emph>: the height of the rectangle containing the dialog"
-msgstr ""
+msgstr "<emph>Height</emph> (Ύψος): το ύψος του ορθογωνίου που περιέχει το παράθυρο διαλόγου"
#. H4CtP
#: sf_dialog.xhp
@@ -9842,7 +9842,7 @@ msgctxt ""
"par_id211651236676180\n"
"help.text"
msgid "Negative or missing arguments are left unchanged"
-msgstr ""
+msgstr "Τα αρνητικά ή τα ορίσματα που λείπουν παραμένουν αμετάβλητα"
#. guvaM
#: sf_dialog.xhp
@@ -9851,7 +9851,7 @@ msgctxt ""
"bas_id791620301085031\n"
"help.text"
msgid "oDialog.Resize(1000, 2000, Height := 6000) ' Width is not changed"
-msgstr ""
+msgstr "oDialog.Resize(1000, 2000, Height := 6000) ' Το πλάτος δεν έχει αλλάξει"
#. pEVvm
#: sf_dialog.xhp
@@ -9860,7 +9860,7 @@ msgctxt ""
"par_id181620112217958\n"
"help.text"
msgid "With Python:"
-msgstr ""
+msgstr "Με Python:"
#. gBerj
#: sf_dialog.xhp
@@ -9869,7 +9869,7 @@ msgctxt ""
"pyc_id941620303073866\n"
"help.text"
msgid "oDialog.Resize(1000, 2000, Height = 6000) # Width is not changed"
-msgstr ""
+msgstr "oDialog.Resize(1000, 2000, Height = 6000) # Το πλάτος δεν έχει αλλάξει"
#. ARCGg
#: sf_dialog.xhp
@@ -21965,7 +21965,7 @@ msgctxt ""
"par_id351582710868545\n"
"help.text"
msgid "In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders."
-msgstr ""
+msgstr "Στην ορολογία ScriptForge μια υπηρεσία είναι μια συλλογή μεθόδων και ιδιοτήτων που μπορούν να χρησιμοποιηθούν για έναν κοινό σκοπό. Για παράδειγμα, η υπηρεσία <literal>String</literal> παρέχει μεθόδους χειρισμού συμβολοσειρών, ενώ η υπηρεσία <literal>FileSystem</literal> επιτρέπει τον χειρισμό αρχείων και φακέλων."
#. NW4BS
#: sf_services.xhp
@@ -21974,7 +21974,7 @@ msgctxt ""
"par_id541627513771828\n"
"help.text"
msgid "The <literal>Services</literal> module of the ScriptForge library provides additional methods that are used either internally to register available services or by developers who are interested in extending ScriptForge by creating new services. The only method that is relevant for user scripts is <literal>CreateScriptService</literal>."
-msgstr ""
+msgstr "Η ενότητα <literal>Services</literal> (Υπηρεσίες) της βιβλιοθήκης ScriptForge παρέχει πρόσθετες μεθόδους που χρησιμοποιούνται είτε εσωτερικά για την εγγραφή των διαθέσιμων υπηρεσιών, είτε από προγραμματιστές που ενδιαφέρονται να επεκτείνουν το ScriptForge δημιουργώντας νέες υπηρεσίες. Η μόνη μέθοδος που είναι σχετική με τα σενάρια χρήστη είναι η <literal>CreateScriptService</literal>."
#. FW4FC
#: sf_services.xhp
@@ -21983,7 +21983,7 @@ msgctxt ""
"par_id871582714020043\n"
"help.text"
msgid "This method is used to instantiate a ScriptForge service so it can be called in user scripts."
-msgstr ""
+msgstr "Αυτή η μέθοδος χρησιμοποιείται για την προετοιμασία μιας υπηρεσίας ScriptForge, ώστε να μπορεί να κληθεί σε σενάρια χρήστη."
#. jG6U9
#: sf_services.xhp
@@ -21992,7 +21992,7 @@ msgctxt ""
"par_id711627514310039\n"
"help.text"
msgid "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
-msgstr ""
+msgstr "Η επιστρεφόμενη τιμή είναι ένα αντικείμενο Basic ή <literal>Nothing</literal> (Τίποτα) εάν προέκυψε σφάλμα."
#. oojMF
#: sf_services.xhp
@@ -22001,7 +22001,7 @@ msgctxt ""
"par_id971582714020045\n"
"help.text"
msgid "<emph>service</emph>: The name of the service identified as a string in the format \"library.service\":"
-msgstr ""
+msgstr "<emph>service</emph> (υπηρεσία): Το όνομα της υπηρεσίας που προσδιορίζεται ως συμβολοσειρά στη μορφή \"library.service\":"
#. CEqku
#: sf_services.xhp
@@ -22010,7 +22010,7 @@ msgctxt ""
"par_id11627475954271\n"
"help.text"
msgid "The <emph>library</emph> is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\"."
-msgstr ""
+msgstr "Η <emph>library</emph> (βιβλιοθήκη) είναι μια βιβλιοθήκη Basic που πρέπει να υπάρχει στο <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. Η προεπιλεγμένη τιμή είναι \"ScriptForge\"."
#. BBFeA
#: sf_services.xhp
@@ -22019,7 +22019,7 @@ msgctxt ""
"par_id811627475954641\n"
"help.text"
msgid "The <emph>service</emph> is one of the services registered by the ScriptForge library."
-msgstr ""
+msgstr "Η <emph>service</emph> (υπηρεσία) είναι μία από τις υπηρεσίες που έχουν καταχωρηθεί από τη βιβλιοθήκη ScriptForge."
#. btbtw
#: sf_services.xhp
@@ -22028,7 +22028,7 @@ msgctxt ""
"par_id391582714020045\n"
"help.text"
msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service."
-msgstr ""
+msgstr "<emph>arg0, ...</emph>: Ένας κατάλογος ορισμάτων που απαιτούνται από την υπηρεσία που καλείται."
#. yAaks
#: sf_services.xhp
@@ -22037,7 +22037,7 @@ msgctxt ""
"par_id841627475900817\n"
"help.text"
msgid "If the first argument refers to an event manager, then <literal>arg0</literal> is mandatory and must be the UNO object representing the event provided as argument to the user macro."
-msgstr ""
+msgstr "Εάν το πρώτο όρισμα αναφέρεται σε έναν διαχειριστή συμβάντων, τότε το <literal>arg0</literal> είναι υποχρεωτικό και πρέπει να είναι το αντικείμενο UNO που αντιπροσωπεύει το συμβάν που παρέχεται ως όρισμα στη μακροεντολή χρήστη."
#. wuR7S
#: sf_services.xhp
@@ -22046,7 +22046,7 @@ msgctxt ""
"bas_id981582898174133\n"
"help.text"
msgid "' To be done once"
-msgstr ""
+msgstr "' Να εκτελεστεί μια φορά"
#. oqovE
#: sf_services.xhp
@@ -22055,7 +22055,7 @@ msgctxt ""
"bas_id311582715700844\n"
"help.text"
msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
-msgstr ""
+msgstr "' Αναφέρεται στην υπηρεσία \"ScriptForge.Array\" ή SF_Array"
#. KvcPo
#: sf_services.xhp
@@ -22064,7 +22064,7 @@ msgctxt ""
"bas_id61582715759468\n"
"help.text"
msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
-msgstr ""
+msgstr "' Επιστρέφει μια νέα κενή παρουσία κλάσης λεξικού. Το \"ScriptForge.\" είναι προαιρετικό"
#. pMGcR
#: sf_services.xhp
@@ -22073,7 +22073,7 @@ msgctxt ""
"bas_id901582715797722\n"
"help.text"
msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
-msgstr ""
+msgstr "' Αναφέρεται στην υπηρεσία Calc, που υλοποιείται στη σχετική βιβλιοθήκη SFDocuments"
#. BoXHx
#: sf_services.xhp
@@ -22082,7 +22082,7 @@ msgctxt ""
"bas_id361582715845747\n"
"help.text"
msgid "' Returns a Timer class instance starting immediately"
-msgstr ""
+msgstr "' Επιστρέφει μια παρουσία κλάσης Timer που ξεκινά αμέσως"
#. 9bmdn
#: sf_services.xhp
@@ -22091,7 +22091,7 @@ msgctxt ""
"bas_id571596298708062\n"
"help.text"
msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
-msgstr ""
+msgstr "' Αναφέρεται στην υπηρεσία DocumentEvent που υλοποιείται στη σχετική βιβλιοθήκη SFDocuments"
#. DFhat
#: sf_services.xhp
@@ -22100,7 +22100,7 @@ msgctxt ""
"bas_id121613492254532\n"
"help.text"
msgid "' Returns the instance of the Document class that fired the event"
-msgstr ""
+msgstr "' Επιστρέφει την παρουσία της κλάσης Document που πυροδότησε το συμβάν"
#. zhCyY
#: sf_services.xhp
@@ -22109,7 +22109,7 @@ msgctxt ""
"par_id321627570607194\n"
"help.text"
msgid "Python scripts support keyword arguments when calling <literal>CreateScriptService</literal>. The following example illustrates this concept by instantiating the <literal>Timer</literal> and <literal>Document</literal> services using keyword arguments."
-msgstr ""
+msgstr "Τα σενάρια Python υποστηρίζουν ορίσματα λέξεων-κλειδιών κατά την κλήση του <literal>CreateScriptService</literal>. Το παρακάτω παράδειγμα επεξηγεί αυτήν την έννοια, δημιουργώντας τις υπηρεσίες <literal>Timer</literal> και <literal>Document</literal> χρησιμοποιώντας ορίσματα λέξεων-κλειδιών."
#. jah7F
#: sf_services.xhp
@@ -22118,7 +22118,7 @@ msgctxt ""
"par_id901627576693156\n"
"help.text"
msgid "To make writing Python scripts more fluid, ScriptForge provides the <literal>Basic</literal> service which allows Python scripts to call a collection of methods with the same syntax and meaning as their homonymous native Basic functions."
-msgstr ""
+msgstr "Για να κάνει τη σύνταξη σεναρίων Python πιο προσαρμόσιμη, το ScriptForge παρέχει την υπηρεσία <literal>Basic</literal> που επιτρέπει στα σενάρια Python να καλούν μια συλλογή μεθόδων με την ίδια σύνταξη και νόημα με τις ομώνυμες εγγενείς συναρτήσεις τους της Basic."
#. SDQ7m
#: sf_services.xhp
@@ -22127,7 +22127,7 @@ msgctxt ""
"par_id41627644806288\n"
"help.text"
msgid "The following example instantiates the <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:"
-msgstr ""
+msgstr "Το παρακάτω παράδειγμα δημιουργεί την υπηρεσία <literal>Basic</literal> και καλεί τη μέθοδο <literal>MsgBox</literal>, η οποία είναι ισοδύναμη με τη συνάρτηση <literal>MsgBox</literal> που είναι διαθέσιμη στη Basic:"
#. zVgQm
#: sf_services.xhp
@@ -22136,7 +22136,7 @@ msgctxt ""
"par_id581627645023307\n"
"help.text"
msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method."
-msgstr ""
+msgstr "Προσέξτε ότι η υπηρεσία <literal>Basic</literal> πρέπει να δημιουργηθεί σε σενάρια Python χρησιμοποιώντας τη μέθοδο <literal>CreateScriptService</literal>."
#. LCVem
#: sf_session.xhp
@@ -22145,7 +22145,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.Session service"
-msgstr ""
+msgstr "Υπηρεσία ScriptForge.Session"
#. DxnDG
#: sf_session.xhp
@@ -22154,7 +22154,7 @@ msgctxt ""
"hd_id901582814720985\n"
"help.text"
msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge.Session</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\">Υπηρεσία <literal>ScriptForge.Session</literal></link></variable>"
#. yTgFK
#: sf_session.xhp
@@ -22163,7 +22163,7 @@ msgctxt ""
"par_id861582814720987\n"
"help.text"
msgid "The <literal>Session</literal> service gathers various general-purpose methods about:"
-msgstr ""
+msgstr "Η υπηρεσία <literal>Session</literal> συγκεντρώνει διάφορες μεθόδους γενικής χρήσης σχετικές με:"
#. a2DCM
#: sf_session.xhp
@@ -22172,7 +22172,7 @@ msgctxt ""
"par_id34158281472051\n"
"help.text"
msgid "the installation or execution environment"
-msgstr ""
+msgstr "το περιβάλλον εγκατάστασης ή εκτέλεσης"
#. cf5WG
#: sf_session.xhp
@@ -22181,7 +22181,7 @@ msgctxt ""
"par_id411582814720361\n"
"help.text"
msgid "UNO introspection"
-msgstr ""
+msgstr "Ενδοσκόπηση UNO"
#. fBApv
#: sf_session.xhp
@@ -22190,7 +22190,7 @@ msgctxt ""
"par_id321582814720863\n"
"help.text"
msgid "the invocation of external scripts or programs"
-msgstr ""
+msgstr "την επίκληση εξωτερικών σεναρίων ή προγραμμάτων"
#. 63uDb
#: sf_session.xhp
@@ -22199,7 +22199,7 @@ msgctxt ""
"hd_id91582814720116\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "την κλήση υπηρεσίας"
#. XRvpV
#: sf_session.xhp
@@ -22208,7 +22208,7 @@ msgctxt ""
"par_id141609955500101\n"
"help.text"
msgid "Before using the <literal>Session</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:"
-msgstr ""
+msgstr "Πριν χρησιμοποιήσετε την υπηρεσία <literal>Session</literal>, πρέπει να φορτωθεί ή να εισαχθεί η βιβλιοθήκη <literal>ScriptForge</literal>:"
#. 8BEnm
#: sf_session.xhp
@@ -22217,7 +22217,7 @@ msgctxt ""
"hd_id291582814720762\n"
"help.text"
msgid "Constants"
-msgstr ""
+msgstr "Σταθερές"
#. zcRQu
#: sf_session.xhp
@@ -22226,7 +22226,7 @@ msgctxt ""
"par_id82158281472034\n"
"help.text"
msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. Use them as <literal>session.CONSTANT</literal>."
-msgstr ""
+msgstr "Παρακάτω είναι ένας κατάλογος σταθερών που είναι διαθέσιμες για να διευκολύνουν τον προσδιορισμό της βιβλιοθήκης που περιέχει ένα σενάριο Basic ή Python προς κλήση. Χρησιμοποιήστε τες ως <literal>session.CONSTANT</literal>."
#. yyF2R
#: sf_session.xhp
@@ -22235,7 +22235,7 @@ msgctxt ""
"par_id9158281472045\n"
"help.text"
msgid "Value"
-msgstr ""
+msgstr "Τιμή"
#. Wd88w
#: sf_session.xhp
@@ -22244,7 +22244,7 @@ msgctxt ""
"par_id241582814720636\n"
"help.text"
msgid "Where to find the library?"
-msgstr ""
+msgstr "Πού βρίσκεται η βιβλιοθήκη;"
#. k58kN
#: sf_session.xhp
@@ -22253,7 +22253,7 @@ msgctxt ""
"par_id361582814720116\n"
"help.text"
msgid "Applicable"
-msgstr ""
+msgstr "Εφαρμόσιμος"
#. DJspw
#: sf_session.xhp
@@ -22262,7 +22262,7 @@ msgctxt ""
"par_id451582814720105\n"
"help.text"
msgid "in the document"
-msgstr ""
+msgstr "στο έγγραφο"
#. Q2KtM
#: sf_session.xhp
@@ -22271,7 +22271,7 @@ msgctxt ""
"par_id73158281472032\n"
"help.text"
msgid "in any shared library"
-msgstr ""
+msgstr "σε οποιαδήποτε κοινόχρηστη βιβλιοθήκη"
#. E7meg
#: sf_session.xhp
@@ -22280,7 +22280,7 @@ msgctxt ""
"par_id391582814720487\n"
"help.text"
msgid "in My Macros"
-msgstr ""
+msgstr "στις μακροεντολές μου"
#. MiuWT
#: sf_session.xhp
@@ -22289,7 +22289,7 @@ msgctxt ""
"par_id56158281472073\n"
"help.text"
msgid "in an extension installed for the current user"
-msgstr ""
+msgstr "σε μια επέκταση που έχει εγκατασταθεί για τον τρέχοντα χρήστη"
#. SAMnM
#: sf_session.xhp
@@ -22298,7 +22298,7 @@ msgctxt ""
"par_id21582814720997\n"
"help.text"
msgid "in %PRODUCTNAME macros"
-msgstr ""
+msgstr "στις μακροεντολές του %PRODUCTNAME"
#. LnKrt
#: sf_session.xhp
@@ -22307,7 +22307,7 @@ msgctxt ""
"par_id981582814720125\n"
"help.text"
msgid "in an extension installed for all users"
-msgstr ""
+msgstr "σε μια επέκταση που είναι εγκατεστημένη για όλους τους χρήστες"
#. gCi9j
#: sf_session.xhp
@@ -22316,7 +22316,7 @@ msgctxt ""
"par_id93158281472047\n"
"help.text"
msgid "in an extension but the installation parameters are unknown"
-msgstr ""
+msgstr "σε μια επέκταση στην οποία οι παράμετροι εγκατάστασης είναι άγνωστες"
#. mLURi
#: sf_session.xhp
@@ -22325,7 +22325,7 @@ msgctxt ""
"par_id891611613601554\n"
"help.text"
msgid "List of Methods in the Session Service"
-msgstr ""
+msgstr "Κατάλογος μεθόδων στην υπηρεσία Session (συνεδρίας)"
#. JvBuZ
#: sf_session.xhp
@@ -22334,7 +22334,7 @@ msgctxt ""
"par_id491613061572993\n"
"help.text"
msgid "<literal>Execute...</literal> methods in <literal>Session</literal> service behave as follows: <br/>Arguments are passed by value. Changes made by the called function to the arguments do not update their values in the calling script. <br/>A single value or an array of values is returned to the calling script."
-msgstr ""
+msgstr "Οι μέθοδοι <literal>Execute...</literal> (Εκτέλεση...) στην υπηρεσία <literal>Session</literal> συμπεριφέρονται ως εξής: <br/>Τα ορίσματα μεταβιβάζονται με τιμή. Οι αλλαγές που γίνονται από την καλούμενη συνάρτηση στα ορίσματα δεν ενημερώνουν τις τιμές τους στο σενάριο κλήσης. <br/>Μια μεμονωμένη τιμή ή ένας πίνακας τιμών επιστρέφεται στο σενάριο κλήσης."
#. 72GZi
#: sf_session.xhp
@@ -22343,7 +22343,7 @@ msgctxt ""
"par_id451582815407230\n"
"help.text"
msgid "Execute the Basic script given its name and location and fetch its result if any."
-msgstr ""
+msgstr "Εκτέλεση του σεναρίου της Basic με το όνομα και τη θέση της και λήψη του αποτελέσματός της, εάν υπάρχει."
#. yFnSG
#: sf_session.xhp
@@ -22352,7 +22352,7 @@ msgctxt ""
"par_id921600856780901\n"
"help.text"
msgid "If the script returns nothing, which is the case of procedures defined with <literal>Sub</literal>, the returned value is <literal>Empty</literal>."
-msgstr ""
+msgstr "Εάν το σενάριο δεν επιστρέφει τίποτα, όπως συμβαίνει με τις διαδικασίες που ορίζονται με το <literal>Sub</literal>, η τιμή που επιστρέφεται είναι <literal>Empty</literal>."
#. VTyCE
#: sf_session.xhp
@@ -22361,7 +22361,7 @@ msgctxt ""
"par_id631582815407231\n"
"help.text"
msgid "<emph>scope</emph>: String specifying where the script is stored. It can be either \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>) or \"application\" (constant <literal>session.SCRIPTISAPPLICATION</literal>)."
-msgstr ""
+msgstr "<emph>scope</emph>: Συμβολοσειρά που καθορίζει πού αποθηκεύεται το σενάριο. Μπορεί να είναι είτε \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>), είτε \"application\" (σταθερά <literal>session.SCRIPTISAPPLICATION</literal>)."
#. SCCpE
#: sf_session.xhp
@@ -22370,7 +22370,7 @@ msgctxt ""
"par_id691582815407231\n"
"help.text"
msgid "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string."
-msgstr ""
+msgstr "<emph>script</emph>: Συμβολοσειρά που καθορίζει το σενάριο που θα κληθεί στη μορφή \"library.module.method\" ως συμβολοσειρά με διάκριση πεζών-κεφαλαίων."
#. hS5x4
#: sf_session.xhp
@@ -22379,7 +22379,7 @@ msgctxt ""
"par_id741626828862265\n"
"help.text"
msgid "The library is loaded in memory if necessary."
-msgstr ""
+msgstr "Η βιβλιοθήκη φορτώνεται στη μνήμη εάν είναι απαραίτητο."
#. D8AL6
#: sf_session.xhp
@@ -22388,7 +22388,7 @@ msgctxt ""
"par_id981626828863001\n"
"help.text"
msgid "The module must not be a class module."
-msgstr ""
+msgstr "Η ενότητα δεν πρέπει να είναι μια ενότητα κλάσης."
#. VsUFD
#: sf_session.xhp
@@ -22397,7 +22397,7 @@ msgctxt ""
"par_id721626828863257\n"
"help.text"
msgid "The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
-msgstr ""
+msgstr "Η μέθοδος μπορεί να είναι <literal>Sub</literal> (υπορουτίνα) ή <literal>Function</literal> (συνάρτηση)."
#. eExjm
#: sf_session.xhp
@@ -22406,7 +22406,7 @@ msgctxt ""
"par_id881582815407231\n"
"help.text"
msgid "<emph>args</emph>: The arguments to be passed to the called script."
-msgstr ""
+msgstr "<emph>args</emph>: Τα ορίσματα που θα μεταβιβαστούν στο καλούμενο σενάριο."
#. mg5WG
#: sf_session.xhp
@@ -22415,7 +22415,7 @@ msgctxt ""
"par_id21626809513802\n"
"help.text"
msgid "Consider the following Basic function named <literal>DummyFunction</literal> that is stored in \"My Macros\" in the \"Standard\" library inside a module named \"Module1\"."
-msgstr ""
+msgstr "Εξετάστε την ακόλουθη συνάρτηση της Basic με το όνομα <literal>DummyFunction</literal> που είναι αποθηκευμένη στο \"My Macros\" στη βιβλιοθήκη \"Standard\" στην λειτουργική μονάδα που ονομάζεται \"Module1\"."
#. PMyrB
#: sf_session.xhp
@@ -22424,7 +22424,7 @@ msgctxt ""
"par_id551626810319766\n"
"help.text"
msgid "The function simply takes in two integer values <literal>v1</literal> and <literal>v2</literal> and return the sum of all values starting in <literal>v1</literal> and ending in <literal>v2</literal>."
-msgstr ""
+msgstr "Η συνάρτηση απλώς λαμβάνει δύο ακέραιες τιμές <literal>v1</literal> και <literal>v2</literal> και επιστρέφει το άθροισμα όλων των τιμών που ξεκινούν από <literal>v1</literal> και τελειώνουν σε <literal>v2</literal>."
#. Gx6fV
#: sf_session.xhp
@@ -22433,7 +22433,7 @@ msgctxt ""
"par_id461626810470057\n"
"help.text"
msgid "The examples below show how to call <literal>DummyFunction</literal> from within Basic and Python scripts."
-msgstr ""
+msgstr "Τα παρακάτω παραδείγματα δείχνουν πώς να καλέσετε το <literal>DummyFunction</literal> μέσα από τα σενάρια Basic και Python."
#. Yr22N
#: sf_session.xhp
@@ -22442,7 +22442,7 @@ msgctxt ""
"par_id111582816585181\n"
"help.text"
msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
-msgstr ""
+msgstr "Εκτελέστε μια συνάρτηση Calc χρησιμοποιώντας το αγγλικό της όνομα και με βάση τα δεδομένα ορίσματα. <br/>Εάν τα ορίσματα είναι πίνακες, η συνάρτηση εκτελείται ως <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">τύπος πίνακα</link>."
#. EDU9x
#: sf_session.xhp
@@ -22451,7 +22451,7 @@ msgctxt ""
"par_id771582816585183\n"
"help.text"
msgid "<emph>calcfunction</emph>: The name of the Calc function to be called, in English."
-msgstr ""
+msgstr "<emph>calcfunction</emph>: Το όνομα της συνάρτησης Calc που θα κληθεί, στα αγγλικά."
#. FJJJh
#: sf_session.xhp
@@ -22460,7 +22460,7 @@ msgctxt ""
"par_id371582816585183\n"
"help.text"
msgid "<emph>args</emph>: The arguments to be passed to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
-msgstr ""
+msgstr "<emph>args</emph>: Τα ορίσματα που θα μεταβιβαστούν στην καλούμενη συνάρτηση Calc. Κάθε όρισμα πρέπει να είναι είτε συμβολοσειρά, αριθμητική τιμή, ή ένας πίνακας πινάκων που συνδυάζει αυτούς τους τύπους."
#. XMfUD
#: sf_session.xhp
@@ -22469,7 +22469,7 @@ msgctxt ""
"bas_id881582816585185\n"
"help.text"
msgid "' Generates an error."
-msgstr ""
+msgstr "' Δημιουργεί ένα σφάλμα."
#. ygESx
#: sf_session.xhp
@@ -22478,7 +22478,7 @@ msgctxt ""
"par_id571582818023245\n"
"help.text"
msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
-msgstr ""
+msgstr "Εκτελέστε το σενάριο Python, του οποίου δίνεται η τοποθεσία και το ονόμα του, ανακτήστε το αποτέλεσμα του, εάν υπάρχει. Το αποτέλεσμα μπορεί να είναι μια μεμονωμένη τιμή ή ένας πίνακας τιμών."
#. SB2gx
#: sf_session.xhp
@@ -22487,7 +22487,7 @@ msgctxt ""
"par_id71600856817410\n"
"help.text"
msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
-msgstr ""
+msgstr "Εάν το σενάριο δεν βρεθεί ή αν δεν επιστρέψει τίποτα, η τιμή που επιστρέφεται είναι <literal>Empty</literal>."
#. jdWTU
#: sf_session.xhp
@@ -22496,7 +22496,7 @@ msgctxt ""
"par_id791582818023246\n"
"help.text"
msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>."
-msgstr ""
+msgstr "<emph>scope</emph>: Μία από τις ισχύουσες σταθερές που αναφέρονται στο <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">παραπάνω</link>. Η προεπιλεγμένη τιμή είναι <literal>session.SCRIPTISSHARED</literal>."
#. ELfda
#: sf_session.xhp
@@ -22505,7 +22505,7 @@ msgctxt ""
"par_id71582818023247\n"
"help.text"
msgid "<emph>script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
-msgstr ""
+msgstr "<emph>script</emph>: Είτε \"library/module.py$method\", ή \"module.py$method\", ή \"myExtension.oxt|myScript|module.py$method\" ως συμβολοσειρά με διάκριση πεζών-κεφαλαίων."
#. P6ZKD
#: sf_session.xhp
@@ -22514,7 +22514,7 @@ msgctxt ""
"par_id501613061041313\n"
"help.text"
msgid "library: The folder path to the Python module."
-msgstr ""
+msgstr "library (βιβλιοθήκη): Η διαδρομή φακέλου προς τη λειτουργική μονάδα Python."
#. ktFHu
#: sf_session.xhp
@@ -22523,7 +22523,7 @@ msgctxt ""
"par_id771613061043097\n"
"help.text"
msgid "myScript: The folder containing the Python module."
-msgstr ""
+msgstr "myScript: Ο φάκελος που περιέχει τη λειτουργική μονάδα Python."
#. ANBoy
#: sf_session.xhp
@@ -22532,7 +22532,7 @@ msgctxt ""
"par_id301613061123849\n"
"help.text"
msgid "module.py: The Python module."
-msgstr ""
+msgstr "module.py: Η λειτουργική μονάδα Python."
#. f4B8C
#: sf_session.xhp
@@ -22541,7 +22541,7 @@ msgctxt ""
"par_id241613061044560\n"
"help.text"
msgid "method: The Python function."
-msgstr ""
+msgstr "method: Η συνάρτηση Python."
#. ByFdE
#: sf_session.xhp
@@ -22550,7 +22550,7 @@ msgctxt ""
"par_id711582818023247\n"
"help.text"
msgid "<emph>args</emph>: The arguments to be passed to the called script."
-msgstr ""
+msgstr "<emph>args</emph>: Τα ορίσματα που θα μεταβιβαστούν στο καλούμενο σενάριο."
#. ckvXs
#: sf_session.xhp
@@ -22559,7 +22559,7 @@ msgctxt ""
"par_id701626817164878\n"
"help.text"
msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> and <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder."
-msgstr ""
+msgstr "Εξετάστε τη συνάρτηση Python <literal>odd_integers</literal> που ορίζεται παρακάτω και δημιουργεί έναν κατάλογο με περιττές ακέραιες τιμές μεταξύ <literal>v1</literal> και <literal>v2</literal>. Ας υποθέσουμε ότι αυτή η συνάρτηση είναι αποθηκευμένη σε ένα αρχείο με το όνομα <emph>my_macros.py</emph> στον φάκελο σεναρίων χρήστη."
#. o6DUm
#: sf_session.xhp
@@ -22568,7 +22568,7 @@ msgctxt ""
"par_id751626817335715\n"
"help.text"
msgid "Read the help page <link href=\"text/sbasic/python/python_locations.xhp\" name=\"pylocation_link\">Python Scripts Organization and Location</link> to learn more about where Python scripts can be stored."
-msgstr ""
+msgstr "Διαβάστε τη σελίδα βοήθειας <link href=\"text/sbasic/python/python_locations.xhp\" name=\"pylocation_link\">Οργάνωση και τοποθεσία σεναρίων Python</link> για να μάθετε περισσότερα σχετικά με το πού μπορούν να αποθηκευτούν τα σενάρια Python."
#. vqBm9
#: sf_session.xhp
@@ -22577,7 +22577,7 @@ msgctxt ""
"par_id121626817725471\n"
"help.text"
msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts."
-msgstr ""
+msgstr "Τα ακόλουθα παραδείγματα δείχνουν πώς να καλέσετε τη συνάρτηση <literal>odd_integers</literal> μέσα από τα σενάρια Basic και Python."
#. pbmij
#: sf_session.xhp
@@ -22586,7 +22586,7 @@ msgctxt ""
"par_id111582816585087\n"
"help.text"
msgid "Returns the current PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>."
-msgstr ""
+msgstr "Επιστρέφει τις τρέχουσες ρυθμίσεις εξαγωγής PDF που ορίζονται στο παράθυρο διαλόγου <menuitem>Επιλογές PDF</menuitem>, στο οποίο μπορείτε να προσπελάσετε επιλέγοντας <menuitem>Αρχείο - Εξαγωγή ως - Εξαγωγή ως PDF</menuitem>."
#. K7j2q
#: sf_session.xhp
@@ -22595,7 +22595,7 @@ msgctxt ""
"par_id931638383270026\n"
"help.text"
msgid "Export options set with the <menuitem>PDF Options</menuitem> dialog are kept for future use. Hence <literal>GetPDFExportOptions</literal> returns the settings currently defined. In addition, use <literal>SetPDFExportOptions</literal> to change current PDF export options."
-msgstr ""
+msgstr "Οι επιλογές εξαγωγής που έχουν οριστεί με το παράθυρο διαλόγου <menuitem>Επιλογές PDF</menuitem> διατηρούνται για μελλοντική χρήση. Ως εκ τούτου, το <literal>GetPDFExportOptions</literal> επιστρέφει τις ρυθμίσεις που έχουν οριστεί αυτήν τη στιγμή. Επιπλέον, χρησιμοποιήστε <literal>SetPDFExportOptions</literal> για να αλλάξετε τις τρέχουσες επιλογές εξαγωγής PDF."
#. uFCEq
#: sf_session.xhp
@@ -22604,7 +22604,7 @@ msgctxt ""
"par_id801638383659558\n"
"help.text"
msgid "This method returns a <literal>Dictionary</literal> object wherein each key represent export options and the corresponding values are the current PDF export settings."
-msgstr ""
+msgstr "Αυτή η μέθοδος επιστρέφει ένα αντικείμενο <literal>Dictionary</literal> (Λεξικό) όπου κάθε κλειδί αντιπροσωπεύει επιλογές εξαγωγής και οι αντίστοιχες τιμές είναι οι τρέχουσες ρυθμίσεις εξαγωγής PDF."
#. 6kXBe
#: sf_session.xhp
@@ -22613,7 +22613,7 @@ msgctxt ""
"par_id751638383457198\n"
"help.text"
msgid "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">PDF Export wiki page</link> to learn more about all available options."
-msgstr ""
+msgstr "Διαβάστε τη <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">σελίδα wiki Εξαγωγή PDF</link> για να μάθετε περισσότερα σχετικά με όλες τις διαθέσιμες επιλογές."
#. Lv4iA
#: sf_session.xhp
@@ -22622,7 +22622,7 @@ msgctxt ""
"par_id111587477335982\n"
"help.text"
msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν ένα αντικείμενο UNO περιέχει τη δεδομένη μέθοδο. Επιστρέφει <literal>False</literal> όταν η μέθοδος δεν βρίσκεται ή όταν ένα όρισμα είναι άκυρο."
#. HAw32
#: sf_session.xhp
@@ -22631,7 +22631,7 @@ msgctxt ""
"par_id921587477335673\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Το αντικείμενο προς επιθεώρηση."
#. DDw6g
#: sf_session.xhp
@@ -22640,7 +22640,7 @@ msgctxt ""
"par_id631587477566016\n"
"help.text"
msgid "<emph>methodname</emph>: the method as a case-sensitive string"
-msgstr ""
+msgstr "<emph>methodname</emph> (όνομα μεθόδου): η μέθοδος ως συμβολοσειρά με διάκριση πεζών-κεφαλαίων"
#. gDBRB
#: sf_session.xhp
@@ -22649,7 +22649,7 @@ msgctxt ""
"par_id191587477832959\n"
"help.text"
msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν ένα αντικείμενο UNO έχει τη δεδομένη ιδιότητα. Επιστρέφει <literal>False</literal> όταν η ιδιότητα δεν βρέθηκε, ή όταν ένα όρισμα είναι άκυρο."
#. 54oXs
#: sf_session.xhp
@@ -22658,7 +22658,7 @@ msgctxt ""
"par_id121587477832805\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Το αντικείμενο προς επιθεώρηση."
#. hCTCk
#: sf_session.xhp
@@ -22667,7 +22667,7 @@ msgctxt ""
"par_id701587477832750\n"
"help.text"
msgid "<emph>propertyname</emph>: the property as a case-sensitive string"
-msgstr ""
+msgstr "<emph>propertyname</emph> (όνομα ιδιότητας): η ιδιότητα ως συμβολοσειρά με διάκριση πεζών-κεφαλαίων"
#. QWaTF
#: sf_session.xhp
@@ -22676,7 +22676,7 @@ msgctxt ""
"par_id97160112964017\n"
"help.text"
msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
-msgstr ""
+msgstr "Ανοίξτε ένα Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) στον προεπιλεγμένο περιηγητή."
#. 4tFWV
#: sf_session.xhp
@@ -22685,7 +22685,7 @@ msgctxt ""
"par_id241601129640549\n"
"help.text"
msgid "<emph>url</emph>: The URL to open."
-msgstr ""
+msgstr "<emph>url</emph>: Η διεύθυνση URL για άνοιγμα."
#. hJqsF
#: sf_session.xhp
@@ -22694,7 +22694,7 @@ msgctxt ""
"par_id311582819697897\n"
"help.text"
msgid "Executes an arbitrary system command and returns <literal>True</literal> if it was launched successfully."
-msgstr ""
+msgstr "Εκτελεί μια τυχαία εντολή συστήματος και επιστρέφει το <literal>True</literal> εάν εκκινήθηκε με επιτυχία."
#. D483F
#: sf_session.xhp
@@ -22703,7 +22703,7 @@ msgctxt ""
"par_id461582819697898\n"
"help.text"
msgid "<emph>command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
-msgstr ""
+msgstr "<emph>command</emph> (εντολή): Η εντολή προς εκτέλεση. Αυτό μπορεί να είναι ένα εκτελέσιμο αρχείο ή ένα έγγραφο που έχει καταχωρηθεί σε μια εφαρμογή, έτσι ώστε το σύστημα να γνωρίζει ποια εφαρμογή να εκκινήσει για αυτό το έγγραφο. Η εντολή πρέπει να εκφράζεται με την τρέχουσα σημειογραφία <literal>SF_FileSystem.FileNaming</literal>."
#. b8hbC
#: sf_session.xhp
@@ -22712,7 +22712,7 @@ msgctxt ""
"par_id611582819697899\n"
"help.text"
msgid "<emph>parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
-msgstr ""
+msgstr "<emph>parameters</emph> (παράμετροι): Ένας κατάλογος παραμέτρων που χωρίζονται με διαστήματα ως συμβολοσειρά. Η μέθοδος δεν επικυρώνει τις δεδομένες παραμέτρους, αλλά τις μεταβιβάζει μόνο στην καθορισμένη εντολή."
#. 2hTM7
#: sf_session.xhp
@@ -22721,7 +22721,7 @@ msgctxt ""
"par_id131601030349755\n"
"help.text"
msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
-msgstr ""
+msgstr "Στείλτε ένα μήνυμα - με προαιρετικά συνημμένα - σε παραλήπτες από το πρόγραμμα-πελάτη αλληλογραφίας του χρήστη. Το μήνυμα μπορεί να επεξεργαστεί από τον χρήστη πριν από την αποστολή, ή εναλλακτικά, να αποσταλεί αμέσως."
#. FCn8e
#: sf_session.xhp
@@ -22730,7 +22730,7 @@ msgctxt ""
"par_id701601030349896\n"
"help.text"
msgid "<emph>recipient</emph>: An email address (the \"To\" recipient)."
-msgstr ""
+msgstr "<emph>recipient</emph> (παραλήπτης): Μια διεύθυνση ηλεκτρονικού ταχυδρομείου (ο παραλήπτης του \"Προς\")."
#. BdMiD
#: sf_session.xhp
@@ -22739,7 +22739,7 @@ msgctxt ""
"par_id571601030349904\n"
"help.text"
msgid "<emph>cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
-msgstr ""
+msgstr "<emph>cc</emph>: Ένας κατάλογος διευθύνσεων ηλεκτρονικού ταχυδρομείου διαχωρισμένος με κόμματα (οι παραλήπτες \"κοινοποίησης\")."
#. ADjaV
#: sf_session.xhp
@@ -22748,7 +22748,7 @@ msgctxt ""
"par_id961601031043346\n"
"help.text"
msgid "<emph>bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
-msgstr ""
+msgstr "<emph>bcc</emph> (κρυφή κοινοποίηση): Ένας κατάλογος διευθύνσεων ηλεκτρονικού ταχυδρομείου διαχωρισμένος με κόμματα (οι παραλήπτες της \"κρυφής κοινοποίησης\")."
#. zAkWZ
#: sf_session.xhp
@@ -22757,7 +22757,7 @@ msgctxt ""
"par_id891601031050814\n"
"help.text"
msgid "<emph>subject</emph>: the header of the message."
-msgstr ""
+msgstr "<emph>subject</emph> (θέμα): η κεφαλίδα του μηνύματος."
#. 69CFR
#: sf_session.xhp
@@ -22766,7 +22766,7 @@ msgctxt ""
"par_id191601031056673\n"
"help.text"
msgid "<emph>body</emph>: The contents of the message as an unformatted text."
-msgstr ""
+msgstr "<emph>body</emph> (σώμα): Τα περιεχόμενα του μηνύματος ως αμορφοποίητο κείμενο."
#. McuEx
#: sf_session.xhp
@@ -22775,7 +22775,7 @@ msgctxt ""
"par_id511601031063269\n"
"help.text"
msgid "<emph>filenames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
-msgstr ""
+msgstr "<emph>filenames</emph> (ονόματα αρχείων): ένας κατάλογος ονομάτων αρχείων διαχωρισμένος με κόμματα. Κάθε όνομα αρχείου πρέπει να υπακούει τη σημειογραφία <literal>SF_FileSystem.FileNaming</literal>."
#. h9Urq
#: sf_session.xhp
@@ -22784,7 +22784,7 @@ msgctxt ""
"par_id161601032784063\n"
"help.text"
msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent."
-msgstr ""
+msgstr "<emph>editmessage</emph> (επεξεργασία μηνύματος): Όταν είναι <literal>True</literal> (προεπιλογή), το μήνυμα επεξεργάζεται πριν αποσταλεί."
#. g7zLC
#: sf_session.xhp
@@ -22793,7 +22793,7 @@ msgctxt ""
"par_id111582816583005\n"
"help.text"
msgid "Modifies the PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>."
-msgstr ""
+msgstr "Τροποποιεί τις ρυθμίσεις εξαγωγής PDF που ορίζονται στο παράθυρο διαλόγου <menuitem>Επιλογές PDF</menuitem>, στο οποίο μπορείτε να προσπελάσετε επιλέγοντας <menuitem>Αρχείο - Εξαγωγή ως - Εξαγωγή ως PDF</menuitem>."
#. T2DkW
#: sf_session.xhp
@@ -22802,7 +22802,7 @@ msgctxt ""
"par_id181638385131806\n"
"help.text"
msgid "Calling this method changes the actual values set in the <menuitem>PDF Options</menuitem> dialog, which are used by the <literal>ExportAsPDF</literal> method from the <literal>Document</literal> service."
-msgstr ""
+msgstr "Η κλήση αυτής της μεθόδου αλλάζει τις ενεργές τιμές που ορίζονται στο παράθυρο διαλόγου <menuitem>Επιλογές PDF</menuitem>, οι οποίες χρησιμοποιούνται από τη μέθοδο <literal>ExportAsPDF</literal> από την υπηρεσία <literal>Document</literal>."
#. FBrKg
#: sf_session.xhp
@@ -22811,7 +22811,7 @@ msgctxt ""
"par_id391638385313847\n"
"help.text"
msgid "This method returns <literal>True</literal> when successful."
-msgstr ""
+msgstr "Αυτή η μέθοδος επιστρέφει <literal>True</literal> όταν είναι επιτυχής."
#. 9BqH3
#: sf_session.xhp
@@ -22820,7 +22820,7 @@ msgctxt ""
"par_id751638383457321\n"
"help.text"
msgid "Read the <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">PDF Export wiki page</link> to learn more about all available options."
-msgstr ""
+msgstr "Διαβάστε τη <link href=\"https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export\" name=\"PDFExport_Wiki\">σελίδα wiki Εξαγωγή PDF</link> για να μάθετε περισσότερα σχετικά με όλες τις διαθέσιμες επιλογές."
#. JhhXU
#: sf_session.xhp
@@ -22829,7 +22829,7 @@ msgctxt ""
"par_id771582816585233\n"
"help.text"
msgid "<emph>pdfoptions</emph>: <literal>Dictionary</literal> object that defines the PDF export settings to be changed. Each key-value pair represents an export option and the value that will be set in the dialog."
-msgstr ""
+msgstr "<emph>pdfoptions</emph> (επιλογές pdf): το αντικείμενο <literal>Dictionary</literal> (Λεξικό) που ορίζει τις ρυθμίσεις εξαγωγής PDF που πρέπει να αλλάξουν. Κάθε ζεύγος κλειδιού-τιμής αντιπροσωπεύει μια επιλογή εξαγωγής και την τιμή που θα οριστεί στο παράθυρο διαλόγου."
#. 8DKZK
#: sf_session.xhp
@@ -22838,7 +22838,7 @@ msgctxt ""
"par_id141638386087986\n"
"help.text"
msgid "The following example changes the maximum image resolution to 150 dpi and exports the current document as a PDF file."
-msgstr ""
+msgstr "Το παρακάτω παράδειγμα αλλάζει τη μέγιστη ανάλυση εικόνας σε 150 dpi και εξάγει το τρέχον έγγραφο ως αρχείο PDF."
#. HtzHP
#: sf_session.xhp
@@ -22847,7 +22847,7 @@ msgctxt ""
"par_id321587478024997\n"
"help.text"
msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
-msgstr ""
+msgstr "Επιστρέφει έναν κατάλογο με τις μεθόδους που μπορούν να κληθούν από ένα αντικείμενο UNO. Ο κατάλογος είναι ένας πίνακας συμβολοσειρών με βάση το μηδέν και μπορεί να είναι κενός."
#. DX8qb
#: sf_session.xhp
@@ -22856,7 +22856,7 @@ msgctxt ""
"par_id251587478024311\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Το αντικείμενο προς επιθεώρηση."
#. sL6Ri
#: sf_session.xhp
@@ -22865,7 +22865,7 @@ msgctxt ""
"par_id141587478343306\n"
"help.text"
msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
-msgstr ""
+msgstr "Επιστρέφει έναν κατάλογο με τις ιδιότητες ενός αντικειμένου UNO. Ο κατάλογος είναι ένας πίνακας συμβολοσειρών με βάση το μηδέν και μπορεί να είναι κενός."
#. CFZRP
#: sf_session.xhp
@@ -22874,7 +22874,7 @@ msgctxt ""
"par_id241587478343323\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to inspect."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Το αντικείμενο προς επιθεώρηση."
#. Cm4eK
#: sf_session.xhp
@@ -22883,7 +22883,7 @@ msgctxt ""
"par_id371582820251347\n"
"help.text"
msgid "Identify the type of a UNO object as a string."
-msgstr ""
+msgstr "Προσδιορίζει τον τύπο ενός αντικειμένου UNO ως συμβολοσειρά."
#. Cs3VC
#: sf_session.xhp
@@ -22892,7 +22892,7 @@ msgctxt ""
"par_id921582820251349\n"
"help.text"
msgid "<emph>unoobject</emph>: The object to identify."
-msgstr ""
+msgstr "<emph>unoobject</emph>: Το αντικείμενο προς αναγνώριση."
#. UAy4i
#: sf_session.xhp
@@ -22901,7 +22901,7 @@ msgctxt ""
"par_id341582821057373\n"
"help.text"
msgid "Get some web content from a URI."
-msgstr ""
+msgstr "Λάβετε το περιεχόμενο ιστού από ένα URI."
#. BU5XR
#: sf_session.xhp
@@ -22910,7 +22910,7 @@ msgctxt ""
"par_id771582821057374\n"
"help.text"
msgid "<emph>uri</emph>: URI address of the web service."
-msgstr ""
+msgstr "<emph>uri</emph>: διεύθυνση URI της υπηρεσίας Ιστού."
#. gn6AM
#: sf_string.xhp
@@ -22919,7 +22919,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.String service (SF_String)"
-msgstr ""
+msgstr "Υπηρεσία ScriptForge.String (SF_String)"
#. ZhvDP
#: sf_string.xhp
@@ -22928,7 +22928,7 @@ msgctxt ""
"hd_id521580038927003\n"
"help.text"
msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\">Υπηρεσία <literal>ScriptForge</literal>.<literal>String</literal></link></variable>"
#. yaisH
#: sf_string.xhp
@@ -22937,7 +22937,7 @@ msgctxt ""
"par_id351579602570526\n"
"help.text"
msgid "The <literal>String</literal> service provides a collection of methods for string processing. These methods can be used to:"
-msgstr ""
+msgstr "Η υπηρεσία <literal>String</literal> παρέχει μια συλλογή μεθόδων για την επεξεργασία συμβολοσειρών. Αυτές οι μέθοδοι μπορούν να χρησιμοποιηθούν για:"
#. oNvbV
#: sf_string.xhp
@@ -22946,7 +22946,7 @@ msgctxt ""
"par_id611611952070366\n"
"help.text"
msgid "Validate the contents of strings"
-msgstr ""
+msgstr "Επικύρωση των περιεχόμενων των συμβολοσειρών"
#. UmFAv
#: sf_string.xhp
@@ -22955,7 +22955,7 @@ msgctxt ""
"par_id611611952070376\n"
"help.text"
msgid "Format strings by trimming, justifying or wrapping their contents"
-msgstr ""
+msgstr "Μορφοποίηση συμβολοσειρών με αποκοπή, πλήρη στοίχιση ή αναδίπλωση του περιεχόμενό τους"
#. EZKAi
#: sf_string.xhp
@@ -22964,7 +22964,7 @@ msgctxt ""
"par_id611611952070367\n"
"help.text"
msgid "Use regular expressions to search and replace substrings"
-msgstr ""
+msgstr "Χρήση κανονικών εκφράσεων για αναζήτηση και αντικατάσταση δευτερευουσών συμβολοσειρών"
#. D2qPU
#: sf_string.xhp
@@ -22973,7 +22973,7 @@ msgctxt ""
"par_id611611952070368\n"
"help.text"
msgid "Apply hash algorithms on strings, etc."
-msgstr ""
+msgstr "Εφαρμογή αλγορίθμων κατακερματισμού σε συμβολοσειρές κ.λπ."
#. Nd4es
#: sf_string.xhp
@@ -22982,7 +22982,7 @@ msgctxt ""
"hd_id961579603699855\n"
"help.text"
msgid "Definitions"
-msgstr ""
+msgstr "Ορισμοί"
#. dQjPv
#: sf_string.xhp
@@ -22991,7 +22991,7 @@ msgctxt ""
"hd_id441579603838777\n"
"help.text"
msgid "Line breaks"
-msgstr ""
+msgstr "Αλλαγές γραμμής"
#. ePyj2
#: sf_string.xhp
@@ -23000,7 +23000,7 @@ msgctxt ""
"par_id791611946942340\n"
"help.text"
msgid "The <literal>String</literal> service recognizes the following line breaks:"
-msgstr ""
+msgstr "Η υπηρεσία <literal>String</literal> αναγνωρίζει τις ακόλουθες αλλαγές γραμμής:"
#. o2TiZ
#: sf_string.xhp
@@ -23009,7 +23009,7 @@ msgctxt ""
"par_id151611947117831\n"
"help.text"
msgid "Symbolic name"
-msgstr ""
+msgstr "Συμβολικό όνομα"
#. fEbm9
#: sf_string.xhp
@@ -23018,7 +23018,7 @@ msgctxt ""
"par_id721611947117831\n"
"help.text"
msgid "ASCII number"
-msgstr ""
+msgstr "Αριθμός ASCII"
#. yqVHd
#: sf_string.xhp
@@ -23027,7 +23027,7 @@ msgctxt ""
"par_id761611947117831\n"
"help.text"
msgid "Line feed<br/> Vertical tab<br/> Carriage return<br/> Line feed + Carriage return<br/> File separator<br/> Group separator<br/> Record separator<br/> Next line<br/> Line separator<br/> Paragraph separator"
-msgstr ""
+msgstr "Αλλαγή γραμμής<br/> Κατακόρυφη καρτέλα<br/> Αλλαγή παραγράφου<br/> Αλλαγή γραμμής + Αλλαγή παραγράφου<br/> Διαχωριστικό αρχείων<br/> Διαχωριστικό ομάδων<br/> Διαχωριστικό εγγραφών<br/> Επόμενη γραμμή<br/> Διαχωριστικό γραμμών<br/> Διαχωριστικό παραγράφου"
#. WCvgW
#: sf_string.xhp
@@ -23036,7 +23036,7 @@ msgctxt ""
"hd_id161579604225813\n"
"help.text"
msgid "Whitespaces"
-msgstr ""
+msgstr "Κενά"
#. mFfbq
#: sf_string.xhp
@@ -23045,7 +23045,7 @@ msgctxt ""
"par_id401611948279056\n"
"help.text"
msgid "The <literal>String</literal> service recognizes the following whitespaces:"
-msgstr ""
+msgstr "Η υπηρεσία <literal>String</literal> αναγνωρίζει τα ακόλουθα κενά:"
#. U3GSy
#: sf_string.xhp
@@ -23054,7 +23054,7 @@ msgctxt ""
"par_id151611947117893\n"
"help.text"
msgid "Symbolic name"
-msgstr ""
+msgstr "Συμβολικό όνομα"
#. ZsSFF
#: sf_string.xhp
@@ -23063,7 +23063,7 @@ msgctxt ""
"par_id721611947117855\n"
"help.text"
msgid "ASCII number"
-msgstr ""
+msgstr "Αριθμός ASCII"
#. TXAFP
#: sf_string.xhp
@@ -23072,7 +23072,7 @@ msgctxt ""
"par_id761611947117835\n"
"help.text"
msgid "Space<br/> Horizontal tab<br/> Line feed<br/> Vertical tab<br/> Form feed<br/> Carriage return<br/> Next line<br/> No-break space<br/> Line separator<br/> Paragraph separator"
-msgstr ""
+msgstr "Κενό<br/> Οριζόντια καρτέλα<br/> Αλλαγή γραμμής<br/> Κατακόρυφη καρτέλα<br/> Αλλαγή σελίδας<br/> Αλλαγή παραγράφου<br/> Επόμενη γραμμή<br/> Διάστημα χωρίς κενό<br/> Διαχωριστικό γραμμών<br/> Διαχωριστικό παραγράφων"
#. UPByW
#: sf_string.xhp
@@ -23081,7 +23081,7 @@ msgctxt ""
"hd_id191580480825160\n"
"help.text"
msgid "Escape sequences"
-msgstr ""
+msgstr "Ακολουθίες διαφυγής"
#. JD6CK
#: sf_string.xhp
@@ -23090,7 +23090,7 @@ msgctxt ""
"par_id971611949145057\n"
"help.text"
msgid "Below is a list of escape sequences that can be used in strings."
-msgstr ""
+msgstr "Παρακάτω είναι ένας κατάλογος με ακολουθίες διαφυγής που μπορούν να χρησιμοποιηθούν σε συμβολοσειρές."
#. D4DjE
#: sf_string.xhp
@@ -23099,7 +23099,7 @@ msgctxt ""
"par_id151611947117287\n"
"help.text"
msgid "Escape Sequence"
-msgstr ""
+msgstr "Ακολουθία διαφυγής"
#. xzDai
#: sf_string.xhp
@@ -23108,7 +23108,7 @@ msgctxt ""
"par_id721611947117732\n"
"help.text"
msgid "Symbolic name"
-msgstr ""
+msgstr "Συμβολικό όνομα"
#. rrxV4
#: sf_string.xhp
@@ -23117,7 +23117,7 @@ msgctxt ""
"par_id721611947117144\n"
"help.text"
msgid "ASCII number"
-msgstr ""
+msgstr "Αριθμός ASCII"
#. fS24a
#: sf_string.xhp
@@ -23126,7 +23126,7 @@ msgctxt ""
"par_id761611947119834\n"
"help.text"
msgid "Line feed<br/> Carriage return<br/> Horizontal tab"
-msgstr ""
+msgstr "Αλλαγή γραμμής<br/> Αλλαγή παραγράφου<br/> Οριζόντια καρτέλα"
#. wAbkt
#: sf_string.xhp
@@ -23135,7 +23135,7 @@ msgctxt ""
"par_id251611949474763\n"
"help.text"
msgid "To have the escape sequence \"\\n\" interpreted as an actual string, simply use \"\\\\n\" instead of <literal>\"\\\" & Chr(10).</literal>"
-msgstr ""
+msgstr "Για να ερμηνευτεί η ακολουθία διαφυγής \"\\n\" ως πραγματική συμβολοσειρά, χρησιμοποιήστε απλώς \"\\\\n\" αντί για <literal>\"\\\" & Chr(10).</literal>"
#. AYQbH
#: sf_string.xhp
@@ -23144,7 +23144,7 @@ msgctxt ""
"hd_id771579606799550\n"
"help.text"
msgid "Non-printable characters:"
-msgstr ""
+msgstr "Μη εκτυπώσιμοι χαρακτήρες:"
#. WXEDi
#: sf_string.xhp
@@ -23153,7 +23153,7 @@ msgctxt ""
"par_id531579606877342\n"
"help.text"
msgid "Characters defined in the Unicode Character Database as “Other” or “Separator” are considered as non-printable characters."
-msgstr ""
+msgstr "Οι χαρακτήρες που ορίζονται στη βάση δεδομένων χαρακτήρων Unicode ως \"Άλλο\" ή \"Διαχωριστικό\" θεωρούνται ως μη εκτυπώσιμοι χαρακτήρες."
#. EsBdD
#: sf_string.xhp
@@ -23162,7 +23162,7 @@ msgctxt ""
"par_id221611949584320\n"
"help.text"
msgid "Control characters (ascii code <= 0x1F) are also considered as non-printable."
-msgstr ""
+msgstr "Οι χαρακτήρες ελέγχου (κωδικός ascii <= 0x1F) θεωρούνται επίσης ως μη εκτυπώσιμοι."
#. GfNfK
#: sf_string.xhp
@@ -23171,7 +23171,7 @@ msgctxt ""
"hd_id661579604944268\n"
"help.text"
msgid "Quotes inside strings:"
-msgstr ""
+msgstr "Εισαγωγικά μέσα σε συμβολοσειρές:"
#. 6KLF9
#: sf_string.xhp
@@ -23180,7 +23180,7 @@ msgctxt ""
"par_id551579605035332\n"
"help.text"
msgid "To add quotes in strings use \\' (single quote) or \\\" (double quote). For example:"
-msgstr ""
+msgstr "Για να προσθέσετε εισαγωγικά σε συμβολοσειρές χρησιμοποιήστε \\' (μονό εισαγωγικό) ή \\\" (διπλό εισαγωγικό). Για παράδειγμα:"
#. BKoHN
#: sf_string.xhp
@@ -23189,7 +23189,7 @@ msgctxt ""
"par_id201611949691285\n"
"help.text"
msgid "The string <literal>[str\\'i\\'ng]</literal> is interpreted as <literal>[str'i'ng]</literal>"
-msgstr ""
+msgstr "Η συμβολοσειρά <literal>[str\\'i\\'ng]</literal> ερμηνεύεται ως <literal>[str'i'ng]</literal>"
#. eRosR
#: sf_string.xhp
@@ -23198,7 +23198,7 @@ msgctxt ""
"par_id201611949691323\n"
"help.text"
msgid "The string <literal>[str\\\"i\\\"ng]</literal> is interpreted as <literal>[str\"i\"ng]</literal>"
-msgstr ""
+msgstr "Η συμβολοσειρά <literal>[str\\\"i\\\"ng]</literal> ερμηνεύεται ως <literal>[str\"i\"ng]</literal>"
#. FtzhT
#: sf_string.xhp
@@ -23207,7 +23207,7 @@ msgctxt ""
"hd_id201586594659135\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Κλήση υπηρεσίας"
#. 4WFve
#: sf_string.xhp
@@ -23216,7 +23216,7 @@ msgctxt ""
"par_id141609955500101\n"
"help.text"
msgid "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
-msgstr ""
+msgstr "Πριν χρησιμοποιήσετε την υπηρεσία <literal>ScriptForge.String</literal>, η βιβλιοθήκη <literal>ScriptForge</literal> πρέπει να φορτωθεί χρησιμοποιώντας:"
#. znLHV
#: sf_string.xhp
@@ -23225,7 +23225,7 @@ msgctxt ""
"par_id271627158844922\n"
"help.text"
msgid "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service."
-msgstr ""
+msgstr "Η φόρτωση της βιβλιοθήκης θα δημιουργήσει το αντικείμενο <literal>SF_String</literal> που μπορεί να χρησιμοποιηθεί για την κλήση των μεθόδων στην υπηρεσία <literal>String</literal>."
#. e2Gty
#: sf_string.xhp
@@ -23234,7 +23234,7 @@ msgctxt ""
"par_id63158659509728\n"
"help.text"
msgid "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):"
-msgstr ""
+msgstr "Τα παρακάτω αποσπάσματα κώδικα δείχνουν τους τρεις τρόπους κλήσης μεθόδων από την υπηρεσία <literal>String</literal> (η μέθοδος <literal>Capitalize</literal> χρησιμοποιείται ως παράδειγμα):"
#. UE3DL
#: sf_string.xhp
@@ -23243,7 +23243,7 @@ msgctxt ""
"par_id761627158463235\n"
"help.text"
msgid "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example."
-msgstr ""
+msgstr "Το παρακάτω απόσπασμα κώδικα δείχνει πώς να καλέσετε μεθόδους από την υπηρεσία <literal>String</literal> σε σενάρια Python. Ως παράδειγμα χρησιμοποιείται η μέθοδος <literal>IsIPv4</literal>."
#. GfEcK
#: sf_string.xhp
@@ -23252,7 +23252,7 @@ msgctxt ""
"hd_id651584978211886\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Ιδιότητες"
#. qKhL4
#: sf_string.xhp
@@ -23261,7 +23261,7 @@ msgctxt ""
"par_id241611950267068\n"
"help.text"
msgid "The <literal>SF_String</literal> object provides the following properties for Basic scripts:"
-msgstr ""
+msgstr "Το αντικείμενο <literal>SF_String</literal> παρέχει τις ακόλουθες ιδιότητες για τα σενάρια Basic:"
#. FDjPb
#: sf_string.xhp
@@ -23270,7 +23270,7 @@ msgctxt ""
"par_id271584978211792\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Όνομα"
#. HGYbF
#: sf_string.xhp
@@ -23279,7 +23279,7 @@ msgctxt ""
"par_id241584978211550\n"
"help.text"
msgid "ReadOnly"
-msgstr ""
+msgstr "Μόνο για ανάγνωση"
#. 5qXzL
#: sf_string.xhp
@@ -23288,7 +23288,7 @@ msgctxt ""
"par_id621584978211403\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Περιγραφή"
#. 6DG3u
#: sf_string.xhp
@@ -23297,7 +23297,7 @@ msgctxt ""
"par_id71584978715562\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. YJA6w
#: sf_string.xhp
@@ -23306,7 +23306,7 @@ msgctxt ""
"par_id581584978715701\n"
"help.text"
msgid "Carriage return: Chr(13)"
-msgstr ""
+msgstr "Αλλαγή παραγράφου: Chr(13)"
#. NCbTs
#: sf_string.xhp
@@ -23315,7 +23315,7 @@ msgctxt ""
"par_id211584978211383\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. xht7K
#: sf_string.xhp
@@ -23324,7 +23324,7 @@ msgctxt ""
"par_id691584978211774\n"
"help.text"
msgid "Carriage return + Linefeed: Chr(13) & Chr(10)"
-msgstr ""
+msgstr "Αλλαγή παραγράφου + αλλαγή γραμμής: Chr(13) & Chr(10)"
#. ennLs
#: sf_string.xhp
@@ -23333,7 +23333,7 @@ msgctxt ""
"par_id671584978666689\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. pdykp
#: sf_string.xhp
@@ -23342,7 +23342,7 @@ msgctxt ""
"par_id951584978666296\n"
"help.text"
msgid "Linefeed: Chr(10)"
-msgstr ""
+msgstr "Αλλαγή γραμμής: Chr(10)"
#. TTF6v
#: sf_string.xhp
@@ -23351,7 +23351,7 @@ msgctxt ""
"par_id421584978666327\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. 9djV3
#: sf_string.xhp
@@ -23360,7 +23360,7 @@ msgctxt ""
"par_id901584978666158\n"
"help.text"
msgid "Carriage return + Linefeed, which can be<br/>1) Chr(13) & Chr(10) or <br/>2) Linefeed: Chr(10) <br/>depending on the operating system."
-msgstr ""
+msgstr "Αλλαγή παραγράφου + αλλαγή γραμμής, που μπορεί να είναι<br/>1) Chr(13) & Chr(10) ή <br/>2) Αλλαγή γραμμής: Chr(10) <br/>ανάλογα με το λειτουργικό σύστημα."
#. EMV7g
#: sf_string.xhp
@@ -23369,7 +23369,7 @@ msgctxt ""
"par_id541584978666991\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. VrjGQ
#: sf_string.xhp
@@ -23378,7 +23378,7 @@ msgctxt ""
"par_id741584978666508\n"
"help.text"
msgid "Horizontal tabulation: Chr(9)"
-msgstr ""
+msgstr "Οριζόντια στηλοθέτηση: Chr(9)"
#. Ee5CF
#: sf_string.xhp
@@ -23387,7 +23387,7 @@ msgctxt ""
"par_id461584978880380\n"
"help.text"
msgid "You can use the properties above to identify or insert the corresponding characters inside strings. For example, the Linefeed can be replaced by <literal>SF_String.sfLF</literal>."
-msgstr ""
+msgstr "Μπορείτε να χρησιμοποιήσετε τις παραπάνω ιδιότητες για να αναγνωρίσετε ή να εισαγάγετε τους αντίστοιχους χαρακτήρες μέσα σε συμβολοσειρές. Για παράδειγμα, η αλλαγή γραμμής μπορεί να αντικατασταθεί από <literal>SF_String.sfLF</literal>."
#. DDXd3
#: sf_string.xhp
@@ -23396,7 +23396,7 @@ msgctxt ""
"par_id891611613601554\n"
"help.text"
msgid "List of Methods in the String Service"
-msgstr ""
+msgstr "Κατάλογος μεθόδων στην υπηρεσία String (συμβολοσειρά)"
#. TFfR3
#: sf_string.xhp
@@ -23405,7 +23405,7 @@ msgctxt ""
"par_id151611951803163\n"
"help.text"
msgid "The first argument of most methods is the string to be considered. It is always passed by reference and left unchanged. Methods such as <literal>Capitalize</literal>, <literal>Escape</literal>, etc return a new string after their execution."
-msgstr ""
+msgstr "Το πρώτο όρισμα των περισσότερων μεθόδων είναι η συμβολοσειρά που πρέπει να ληφθεί υπόψη. Μεταβιβάζεται πάντα με αναφορά και μένει αμετάβλητο. Μέθοδοι όπως <literal>Capitalize</literal> (Κεφαλαιοποίηση), <literal>Escape</literal> κ.λπ. επιστρέφουν μια νέα συμβολοσειρά μετά την εκτέλεσή τους."
#. PYcny
#: sf_string.xhp
@@ -23414,7 +23414,7 @@ msgctxt ""
"par_id371627158142730\n"
"help.text"
msgid "Because Python has comprehensive built-in string support, most of the methods in the <literal>String</literal> service are available for Basic scripts only. The methods available for Basic and Python are: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> and <literal>Wrap</literal>."
-msgstr ""
+msgstr "Επειδή η Python διαθέτει ολοκληρωμένη ενσωματωμένη υποστήριξη συμβολοσειρών, οι περισσότερες από τις μεθόδους στην υπηρεσία <literal>String</literal> είναι διαθέσιμες μόνο για σενάρια Basic. Οι διαθέσιμες μέθοδοι για Basic και Python είναι: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> και <literal>Wrap</literal>."
#. jaBZR
#: sf_string.xhp
@@ -23423,7 +23423,7 @@ msgctxt ""
"par_id271579683706571\n"
"help.text"
msgid "Capitalizes the first character from each word in the input string."
-msgstr ""
+msgstr "Κεφαλοποιεί τον πρώτο χαρακτήρα από κάθε λέξη στη συμβολοσειρά εισόδου."
#. ibgky
#: sf_string.xhp
@@ -23432,7 +23432,7 @@ msgctxt ""
"par_id941582304592013\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be capitalized."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα κεφαλαιοποιηθεί."
#. DB982
#: sf_string.xhp
@@ -23441,7 +23441,7 @@ msgctxt ""
"par_id891582384556756\n"
"help.text"
msgid "Counts the number of occurrences of a substring or a regular expression within a string."
-msgstr ""
+msgstr "Μετρά τον αριθμό των εμφανίσεων μιας υποσυμβολοσειράς ή μιας κανονικής έκφρασης μέσα σε μια συμβολοσειρά."
#. DxK5L
#: sf_string.xhp
@@ -23450,7 +23450,7 @@ msgctxt ""
"par_id571582384689863\n"
"help.text"
msgid "<emph>inputstr</emph>: The input string to be examined"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά εισόδου που θα εξεταστεί"
#. QUeur
#: sf_string.xhp
@@ -23459,7 +23459,7 @@ msgctxt ""
"par_id601582384696486\n"
"help.text"
msgid "<emph>substring</emph>: The substring or the regular expression to be used during search"
-msgstr ""
+msgstr "<emph>substring</emph>: Η υποσυμβολοσειρά ή η κανονική έκφραση που θα χρησιμοποιηθεί κατά την αναζήτηση"
#. vGiqm
#: sf_string.xhp
@@ -23468,7 +23468,7 @@ msgctxt ""
"par_id451582384703719\n"
"help.text"
msgid "<emph>isregex</emph>: Use <literal>True</literal> if the substring is a regular expression (Default = <literal>False</literal>)"
-msgstr ""
+msgstr "<emph>isregex</emph>: Χρησιμοποιήστε το <literal>True</literal>, εάν η υποσυμβολοσειρά είναι κανονική έκφραση (Προεπιλογή = <literal>False</literal>)"
#. WiFme
#: sf_string.xhp
@@ -23477,7 +23477,7 @@ msgctxt ""
"par_id141582384726168\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. QcE5q
#: sf_string.xhp
@@ -23486,7 +23486,7 @@ msgctxt ""
"bas_id371582384749769\n"
"help.text"
msgid "'Counts the occurrences of the substring \"or\" inside the input string (returns 2)"
-msgstr ""
+msgstr "'Μετράει τις εμφανίσεις της υποσυμβολοσειράς \"ή\" μέσα στη συμβολοσειρά εισόδου (επιστρέφει 2)"
#. XXCR4
#: sf_string.xhp
@@ -23495,7 +23495,7 @@ msgctxt ""
"bas_id561582384801586\n"
"help.text"
msgid "'Counts the number of words with only lowercase letters (returns 7)"
-msgstr ""
+msgstr "'Μετράει τον αριθμό των λέξεων μόνο με πεζά γράμματα (επιστρέφει 7)"
#. aJNDg
#: sf_string.xhp
@@ -23504,7 +23504,7 @@ msgctxt ""
"par_id131612223767126\n"
"help.text"
msgid "To learn more about regular expressions, refer to the Python's documentation on <link href=\"https://docs.python.org/3/library/re.html\" name=\"Regular expressions\">Regular Expression Operations</link>."
-msgstr ""
+msgstr "Για να μάθετε περισσότερα σχετικά με τις κανονικές εκφράσεις, ανατρέξτε στην τεκμηρίωση της Python στις <link href=\"https://docs.python.org/3/library/re.html\" name=\"Regular expressions\">Λειτουργίες κανονικών εκφράσεων</link> ."
#. CCzMc
#: sf_string.xhp
@@ -23513,7 +23513,7 @@ msgctxt ""
"par_id581579687739629\n"
"help.text"
msgid "Returns <literal>True</literal> if a string ends with a specified substring."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal>, εάν μια συμβολοσειρά τελειώνει με μια καθορισμένη υποσυμβολοσειρά."
#. cAmFW
#: sf_string.xhp
@@ -23522,7 +23522,7 @@ msgctxt ""
"par_id21612306392239\n"
"help.text"
msgid "The function returns <literal>False</literal> when either the string or the substring have a length = 0 or when the substring is longer than the string."
-msgstr ""
+msgstr "Η συνάρτηση επιστρέφει <literal>False</literal>, όταν είτε η συμβολοσειρά, είτε η υποσυμβολοσειρά έχουν μήκος = 0, ή όταν η υποσυμβολοσειρά είναι μεγαλύτερη από τη συμβολοσειρά."
#. qk5nE
#: sf_string.xhp
@@ -23531,7 +23531,7 @@ msgctxt ""
"par_id191579861552201\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be tested."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα δοκιμαστεί."
#. ErigR
#: sf_string.xhp
@@ -23540,7 +23540,7 @@ msgctxt ""
"par_id211579861561473\n"
"help.text"
msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>inputstr</literal>."
-msgstr ""
+msgstr "<emph>substring</emph>: Η υποσυμβολοσειρά προς αναζήτηση στο τέλος του <literal>inputstr</literal>."
#. 4DKkW
#: sf_string.xhp
@@ -23549,7 +23549,7 @@ msgctxt ""
"par_id801579861574009\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. gn2F8
#: sf_string.xhp
@@ -23558,7 +23558,7 @@ msgctxt ""
"bas_id811579862998452\n"
"help.text"
msgid "'Returns True because the method was called with the default CaseSensitive = False"
-msgstr ""
+msgstr "'Επιστρέφει True, επειδή η μέθοδος κλήθηκε με το προεπιλεγμένο CaseSensitive = False"
#. vJDmx
#: sf_string.xhp
@@ -23567,7 +23567,7 @@ msgctxt ""
"bas_id231579863168747\n"
"help.text"
msgid "'Returns False due to the CaseSensitive parameter"
-msgstr ""
+msgstr "'Επιστρέφει False λόγω της παραμέτρου CaseSensitive"
#. zThMM
#: sf_string.xhp
@@ -23576,7 +23576,7 @@ msgctxt ""
"par_id921585921441429\n"
"help.text"
msgid "Converts linebreaks and tabs contained in the input string to their equivalent escaped sequence (\\\\, \\n, \\r, \\t)."
-msgstr ""
+msgstr "Μετατρέπει τις αλλαγές γραμμής και τις καρτέλες που περιέχονται στη συμβολοσειρά εισόδου στην ισοδύναμη ακολουθία διαφυγής (\\\\, \\n, \\r, \\t)."
#. kBiBE
#: sf_string.xhp
@@ -23585,7 +23585,7 @@ msgctxt ""
"par_id9158592144110\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be converted."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα μετατραπεί."
#. cpLKD
#: sf_string.xhp
@@ -23594,7 +23594,7 @@ msgctxt ""
"bas_id901585921441483\n"
"help.text"
msgid "'Returns the string \"abc\\n\\tdef\\\\n\""
-msgstr ""
+msgstr "'Επιστρέφει τη συμβολοσειρά \"abc\\n\\tdef\\\\n\""
#. ADN8M
#: sf_string.xhp
@@ -23603,7 +23603,7 @@ msgctxt ""
"par_id271579868053137\n"
"help.text"
msgid "Replaces Tab characters <literal>Chr(9)</literal> by space characters to replicate the behavior of tab stops."
-msgstr ""
+msgstr "Αντικαθιστά τους χαρακτήρες στηλοθέτη <literal>Chr(9)</literal> με χαρακτήρες διαστήματος για να αναπαράγει τη συμπεριφορά των ορίων στηλοθέτη."
#. Eb23Z
#: sf_string.xhp
@@ -23612,7 +23612,7 @@ msgctxt ""
"par_id951579868064344\n"
"help.text"
msgid "If a line break is found, a new line is started and the character counter is reset."
-msgstr ""
+msgstr "Εάν βρεθεί μια αλλαγή γραμμής, ξεκινά μια νέα γραμμή και επαναφέρεται ο μετρητής χαρακτήρων."
#. E73Ko
#: sf_string.xhp
@@ -23621,7 +23621,7 @@ msgctxt ""
"par_id231579868290408\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be expanded"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που πρόκειται να επεκταθεί"
#. 9dyYc
#: sf_string.xhp
@@ -23630,7 +23630,7 @@ msgctxt ""
"par_id281579868299807\n"
"help.text"
msgid "<emph>tabsize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)"
-msgstr ""
+msgstr "<emph>tabsize</emph>: Αυτή η παράμετρος χρησιμοποιείται για τον προσδιορισμό των ορίων στηλοθετών χρησιμοποιώντας τον τύπο: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Προεπιλογή = 8)"
#. GUoE8
#: sf_string.xhp
@@ -23639,7 +23639,7 @@ msgctxt ""
"par_id161579874552729\n"
"help.text"
msgid "Replaces all non-printable characters in the input string by a given character."
-msgstr ""
+msgstr "Αντικαθιστά όλους τους μη εκτυπώσιμους χαρακτήρες στη συμβολοσειρά εισόδου με έναν δεδομένο χαρακτήρα."
#. GpHwp
#: sf_string.xhp
@@ -23648,7 +23648,7 @@ msgctxt ""
"par_id431579874633865\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be searched"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά προς αναζήτηση"
#. GttDN
#: sf_string.xhp
@@ -23657,7 +23657,7 @@ msgctxt ""
"par_id31579874656437\n"
"help.text"
msgid "<emph>replacedby</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>inputstr</literal> (Default = \"\")"
-msgstr ""
+msgstr "<emph>replacedby</emph>: Μηδέν, ένας ή περισσότεροι χαρακτήρες που θα αντικαταστήσουν όλους τους μη εκτυπώσιμους χαρακτήρες στο <literal>inputstr</literal> (Προεπιλογή = \"\")"
#. W44TL
#: sf_string.xhp
@@ -23666,7 +23666,7 @@ msgctxt ""
"par_id1001579876228707\n"
"help.text"
msgid "Finds in a string a substring matching a given regular expression."
-msgstr ""
+msgstr "Βρίσκει σε μια συμβολοσειρά μια υποσυμβολοσειρά που ταιριάζει με μια δεδομένη κανονική έκφραση."
#. aq28M
#: sf_string.xhp
@@ -23675,7 +23675,7 @@ msgctxt ""
"par_id131579876314120\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be searched"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά προς αναζήτηση"
#. hRrBB
#: sf_string.xhp
@@ -23684,7 +23684,7 @@ msgctxt ""
"par_id751579876371545\n"
"help.text"
msgid "<emph>regex</emph>: The regular expression"
-msgstr ""
+msgstr "<emph>regex</emph>: Η κανονική έκφραση"
#. y2Fqs
#: sf_string.xhp
@@ -23693,7 +23693,7 @@ msgctxt ""
"par_id881579876394584\n"
"help.text"
msgid "<emph>start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>start</literal> will be set to 0."
-msgstr ""
+msgstr "<emph>start</emph>: Η θέση στη συμβολοσειρά όπου θα ξεκινήσει η αναζήτηση. Αυτή η παράμετρος μεταβιβάζεται με αναφορά, επομένως μετά την εκτέλεση η τιμή <literal>start</literal> θα δείχνει στον πρώτο χαρακτήρα της υποσυμβολοσειράς που βρέθηκε. Εάν δεν βρεθεί αντίστοιχη υποσυμβολοσειρά, το <literal>start</literal> θα οριστεί σε 0."
#. yZMDg
#: sf_string.xhp
@@ -23702,7 +23702,7 @@ msgctxt ""
"par_id251579876403831\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. A4JC7
#: sf_string.xhp
@@ -23711,7 +23711,7 @@ msgctxt ""
"par_id841579876412287\n"
"help.text"
msgid "<emph>forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)"
-msgstr ""
+msgstr "<emph>forward</emph> (προς τα εμπρός): Καθορίζει την κατεύθυνση της αναζήτησης. Εάν είναι <literal>True</literal>, η αναζήτηση προχωρά. Εάν η αναζήτηση είναι <literal>False</literal> μετακινείται προς τα πίσω (Προεπιλογή = <literal>True</literal>)"
#. SkaCi
#: sf_string.xhp
@@ -23720,7 +23720,7 @@ msgctxt ""
"par_id451612309155653\n"
"help.text"
msgid "At the first iteration, if <literal>forward = True</literal>, then <literal>start</literal> should be equal to 1, whereas if <literal>forward = False</literal> then <literal>start</literal> should be equal to <literal>Len(inputstr)</literal>"
-msgstr ""
+msgstr "Στην πρώτη επανάληψη, εάν <literal>forward = True</literal>, τότε το <literal>start</literal> θα πρέπει να είναι ίσο με 1, ενώ εάν <literal>forward = False</literal> τότε το <literal>start</literal> πρέπει να είναι ίσο με <literal>Len(inputstr)</literal>"
#. gv3oo
#: sf_string.xhp
@@ -23729,7 +23729,7 @@ msgctxt ""
"par_id221612309579001\n"
"help.text"
msgid "In the example above, the new value of <literal>lStart</literal> can be used to keep searching the same input string by setting the <literal>Start</literal> parameter to <literal>lStart + Len(result)</literal> at the next iteration."
-msgstr ""
+msgstr "Στο παραπάνω παράδειγμα, η νέα τιμή του <literal>lStart</literal> μπορεί να χρησιμοποιηθεί για να συνεχιστεί η αναζήτηση της ίδιας συμβολοσειράς εισόδου ορίζοντας την παράμετρο <literal>Start</literal> σε <literal>lStart + Len(result)</literal> στην επόμενη επανάληψη."
#. qAkN4
#: sf_string.xhp
@@ -23738,7 +23738,7 @@ msgctxt ""
"par_id471601048983628\n"
"help.text"
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
-msgstr ""
+msgstr "Οι συναρτήσεις κατακερματισμού χρησιμοποιούνται σε ορισμένους κρυπτογραφικούς αλγόριθμους, σε ψηφιακές υπογραφές, κωδικούς ταυτοποίησης μηνυμάτων, ανίχνευση χειρισμού, δακτυλικά αποτυπώματα, αθροίσματα ελέγχου (έλεγχος ακεραιότητας μηνυμάτων), πίνακες κατακερματισμού, αποθήκευση κωδικών πρόσβασης και πολλά άλλα."
#. HupGD
#: sf_string.xhp
@@ -23747,7 +23747,7 @@ msgctxt ""
"par_id301601048983765\n"
"help.text"
msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
-msgstr ""
+msgstr "Η μέθοδος <literal>HashStr</literal> επιστρέφει το αποτέλεσμα μιας συνάρτησης κατακερματισμού που εφαρμόζεται σε μια δεδομένη συμβολοσειρά και χρησιμοποιώντας έναν καθορισμένο αλγόριθμο, ως συμβολοσειρά πεζών δεκαεξαδικών ψηφίων."
#. ZRZEF
#: sf_string.xhp
@@ -23756,7 +23756,7 @@ msgctxt ""
"par_id631601048983149\n"
"help.text"
msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
-msgstr ""
+msgstr "Οι αλγόριθμοι κατακερματισμού που υποστηρίζονται είναι: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> και <literal>SHA512</literal>."
#. yUmmb
#: sf_string.xhp
@@ -23765,7 +23765,7 @@ msgctxt ""
"par_id621601048983210\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά προς κατακερματισμό. Υποτίθεται ότι είναι κωδικοποιημένη σε UTF-8. Ο αλγόριθμος κατακερματισμού θα θεωρήσει τη συμβολοσειρά ως μια ροή ψηφιολέξεων (bytes)."
#. nuQRb
#: sf_string.xhp
@@ -23774,7 +23774,7 @@ msgctxt ""
"par_id941601048983822\n"
"help.text"
msgid "<emph>algorithm</emph>: One of the supported algorithms listed above, passed as a string."
-msgstr ""
+msgstr "<emph>algorithm</emph> (αλγόριθμος): Ένας από τους υποστηριζόμενους αλγορίθμους που αναφέρονται παραπάνω, μεταβιβάστηκε ως συμβολοσειρά."
#. TXGmB
#: sf_string.xhp
@@ -23783,7 +23783,7 @@ msgctxt ""
"par_id221579879516929\n"
"help.text"
msgid "Encodes the input string into the HTML character codes, replacing special characters by their <literal>&</literal> counterparts."
-msgstr ""
+msgstr "Κωδικοποιεί τη συμβολοσειρά εισόδου στους κωδικούς χαρακτήρων HTML, αντικαθιστώντας τους ειδικούς χαρακτήρες από τους αντίστοιχους <literal>&</literal>."
#. YNfid
#: sf_string.xhp
@@ -23792,7 +23792,7 @@ msgctxt ""
"par_id341612351999692\n"
"help.text"
msgid "For example, the character <literal>é</literal> would be replaced by <literal>&eacute;</literal> or an equivalent numerical HTML code."
-msgstr ""
+msgstr "Για παράδειγμα, ο χαρακτήρας <literal>é</literal> θα αντικατασταθεί από <literal>&eacute;</literal> ή έναν ισοδύναμο αριθμητικό κωδικό HTML."
#. CGFQH
#: sf_string.xhp
@@ -23801,7 +23801,7 @@ msgctxt ""
"bas_id501579879570781\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to encode."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά προς κωδικοποίηση."
#. jpv97
#: sf_string.xhp
@@ -23810,7 +23810,7 @@ msgctxt ""
"par_id171579880990533\n"
"help.text"
msgid "Returns <literal>True</literal> if the input string is a valid date according to a specified date format."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά εισόδου είναι έγκυρη ημερομηνία σύμφωνα με μια καθορισμένη μορφή ημερομηνίας."
#. tBGBH
#: sf_string.xhp
@@ -23819,7 +23819,7 @@ msgctxt ""
"par_id151579881091821\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>"
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>"
#. nmTv3
#: sf_string.xhp
@@ -23828,7 +23828,7 @@ msgctxt ""
"par_id991579881107670\n"
"help.text"
msgid "<emph>dateformat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\""
-msgstr ""
+msgstr "<emph>dateformat</emph>: Η μορφή ημερομηνίας, ως συμβολοσειρά. Μπορεί να είναι είτε \"ΕΕΕΕ-ΜΜ-ΗΗ\" (προεπιλογή), \"ΗΗ-ΜΜ-ΕΕΕΕ\" ή \"ΜΜ-ΗΗ-ΕΕΕΕ\""
#. GvZLC
#: sf_string.xhp
@@ -23837,7 +23837,7 @@ msgctxt ""
"par_id291579881117126\n"
"help.text"
msgid "The dash (-) may be replaced by a dot (.), a slash (/) or a space."
-msgstr ""
+msgstr "Η παύλα (-) μπορεί να αντικατασταθεί από μια τελεία (.), μια κάθετο (/) ή ένα διάστημα."
#. yCA3T
#: sf_string.xhp
@@ -23846,7 +23846,7 @@ msgctxt ""
"par_id51579881125801\n"
"help.text"
msgid "If the format is invalid, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "Εάν η μορφή είναι άκυρη, η μέθοδος επιστρέφει <literal>False</literal>."
#. qFmWW
#: sf_string.xhp
@@ -23855,7 +23855,7 @@ msgctxt ""
"par_id211612370427721\n"
"help.text"
msgid "This method checks the format of the input string without performing any calendar-specific checks. Hence it does not test the input string for leap years or months with 30 or 31 days. For that, refer to the <link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate function\"><literal>IsDate</literal> built-in function</link>."
-msgstr ""
+msgstr "Αυτή η μέθοδος ελέγχει τη μορφή της συμβολοσειράς εισόδου χωρίς να πραγματοποιεί ελέγχους που αφορούν το ημερολόγιο. Ως εκ τούτου, δεν δοκιμάζει τη συμβολοσειρά εισόδου για δίσεκτα έτη, ή μήνες με 30 ή 31 ημέρες. Για αυτό, ανατρέξτε στην ενσωματωμένη συνάρτηση <link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate function\"><literal>IsDate</literal></link>."
#. DJQFQ
#: sf_string.xhp
@@ -23864,7 +23864,7 @@ msgctxt ""
"par_id181612371147364\n"
"help.text"
msgid "The example below shows the difference between the methods <literal>IsADate</literal> (ScriptForge) and the <literal>IsDate</literal> (built-in) function."
-msgstr ""
+msgstr "Το παρακάτω παράδειγμα δείχνει τη διαφορά μεταξύ των μεθόδων <literal>IsADate</literal> (ScriptForge) και της συνάρτησης <literal>IsDate</literal> (ενσωματωμένη)."
#. hAADi
#: sf_string.xhp
@@ -23873,7 +23873,7 @@ msgctxt ""
"par_id161579881600317\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are alphabetic."
-msgstr ""
+msgstr "Επιστρέφει το <literal>True</literal> εάν όλοι οι χαρακτήρες της συμβολοσειράς είναι αλφαβητικοί."
#. Cpeo3
#: sf_string.xhp
@@ -23882,7 +23882,7 @@ msgctxt ""
"par_id251579881615469\n"
"help.text"
msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>."
-msgstr ""
+msgstr "Οι αλφαβητικοί χαρακτήρες είναι εκείνοι οι χαρακτήρες που ορίζονται στη <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Βάση δεδομένων χαρακτήρων Unicode</link> ως <literal>Letter</literal> (Γράμμα)."
#. a9rTa
#: sf_string.xhp
@@ -23891,7 +23891,7 @@ msgctxt ""
"par_id11579881691826\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. KaLGv
#: sf_string.xhp
@@ -23900,7 +23900,7 @@ msgctxt ""
"par_id421579883181382\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are alphabetic, digits or \"_\" (underscore). The first character must not be a digit."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι αλφαβητικά, ψηφία ή \"_\" (υπογράμμιση). Ο πρώτος χαρακτήρας δεν πρέπει να είναι ψηφίο."
#. BAEB4
#: sf_string.xhp
@@ -23909,7 +23909,7 @@ msgctxt ""
"par_id31579884464101\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. qAZpA
#: sf_string.xhp
@@ -23918,7 +23918,7 @@ msgctxt ""
"par_id671580039484786\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are Ascii characters."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι χαρακτήρες Ascii."
#. 3DNou
#: sf_string.xhp
@@ -23927,7 +23927,7 @@ msgctxt ""
"par_id791580039528838\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. iuPF4
#: sf_string.xhp
@@ -23936,7 +23936,7 @@ msgctxt ""
"par_id861580044805749\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are digits."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι ψηφία."
#. yU7cc
#: sf_string.xhp
@@ -23945,7 +23945,7 @@ msgctxt ""
"par_id41580044873043\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. J8Ykx
#: sf_string.xhp
@@ -23954,7 +23954,7 @@ msgctxt ""
"par_id521580045221758\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid email address."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά είναι έγκυρη διεύθυνση ηλ. αλληλογραφίας."
#. 8Pxsn
#: sf_string.xhp
@@ -23963,7 +23963,7 @@ msgctxt ""
"par_id841580045280071\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. R6MsU
#: sf_string.xhp
@@ -23972,7 +23972,7 @@ msgctxt ""
"par_id41580047039666\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid filename in a given operating system."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά είναι έγκυρο όνομα αρχείου σε ένα δεδομένο λειτουργικό σύστημα."
#. aQbRF
#: sf_string.xhp
@@ -23981,7 +23981,7 @@ msgctxt ""
"par_id801580047079938\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. jWMpJ
#: sf_string.xhp
@@ -23990,7 +23990,7 @@ msgctxt ""
"par_id781580047088954\n"
"help.text"
msgid "<emph>osname</emph>: The operating system name, as a string. It can be \"WINDOWS\", \"LINUX\", \"MACOSX\" or \"SOLARIS\"."
-msgstr ""
+msgstr "<emph>osname</emph>: Το όνομα του λειτουργικού συστήματος, ως συμβολοσειρά. Μπορεί να είναι \"WINDOWS\", \"LINUX\", \"MACOSX\" ή \"SOLARIS\"."
#. GnrxA
#: sf_string.xhp
@@ -23999,7 +23999,7 @@ msgctxt ""
"par_id991612372824234\n"
"help.text"
msgid "The default value is the current operating system on which the script is running."
-msgstr ""
+msgstr "Η προεπιλεγμένη τιμή είναι το τρέχον λειτουργικό σύστημα στο οποίο εκτελείται η δέσμη ενεργειών."
#. FPuAV
#: sf_string.xhp
@@ -24008,7 +24008,7 @@ msgctxt ""
"par_id911580047551929\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are hexadecimal digits."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι δεκαεξαδικά ψηφία."
#. hWqAh
#: sf_string.xhp
@@ -24017,7 +24017,7 @@ msgctxt ""
"par_id331580047594144\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. kEz4y
#: sf_string.xhp
@@ -24026,7 +24026,7 @@ msgctxt ""
"par_id521612377109554\n"
"help.text"
msgid "The hexadecimal digits may be prefixed with \"0x\" or \"&H\"."
-msgstr ""
+msgstr "Τα δεκαεξαδικά ψηφία μπορούν να έχουν το πρόθεμα \"0x\" ή \"&H\"."
#. 3WKNf
#: sf_string.xhp
@@ -24035,7 +24035,7 @@ msgctxt ""
"par_id791584008420941\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά είναι έγκυρος αριθμός διεθνούς τραπεζικού λογαριασμού (IBAN). Η σύγκριση δεν κάνει διάκριση πεζών-κεφαλαίων."
#. DnC6i
#: sf_string.xhp
@@ -24044,7 +24044,7 @@ msgctxt ""
"par_id951880048466565\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. VgT3x
#: sf_string.xhp
@@ -24053,7 +24053,7 @@ msgctxt ""
"par_id631619526542367\n"
"help.text"
msgid "<literal>True</literal> if the string contains a valid IBAN number."
-msgstr ""
+msgstr "<literal>True</literal> εάν η συμβολοσειρά περιέχει έγκυρο αριθμό IBAN."
#. CcTNk
#: sf_string.xhp
@@ -24062,7 +24062,7 @@ msgctxt ""
"par_id791580048420941\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid IP(v4) address."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά είναι έγκυρη διεύθυνση IP(v4)."
#. rMpXB
#: sf_string.xhp
@@ -24071,7 +24071,7 @@ msgctxt ""
"par_id981580048466565\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. yWHew
#: sf_string.xhp
@@ -24080,7 +24080,7 @@ msgctxt ""
"par_id831580049093038\n"
"help.text"
msgid "Returns <literal>True</literal> if the whole input string matches a given pattern containing wildcards."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν ολόκληρη η συμβολοσειρά εισόδου ταιριάζει με ένα δεδομένο μοτίβο που περιέχει χαρακτήρες υποκατάστασης."
#. PzigS
#: sf_string.xhp
@@ -24089,7 +24089,7 @@ msgctxt ""
"par_id141580049142548\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. XEBzh
#: sf_string.xhp
@@ -24098,7 +24098,7 @@ msgctxt ""
"par_id31580049154551\n"
"help.text"
msgid "<emph>pattern</emph>: The pattern as a string. Wildcards are:"
-msgstr ""
+msgstr "<emph>pattern</emph> (μοτίβο): Το μοτίβο ως συμβολοσειρά. Οι χαρακτήρες υποκατάστασης είναι:"
#. ZCzDP
#: sf_string.xhp
@@ -24107,7 +24107,7 @@ msgctxt ""
"par_id181612441703306\n"
"help.text"
msgid "\"?\" represents any single character;"
-msgstr ""
+msgstr "\"?\" αντιπροσωπεύει οποιονδήποτε μεμονωμένο χαρακτήρα."
#. CFPcW
#: sf_string.xhp
@@ -24116,7 +24116,7 @@ msgctxt ""
"par_id861612377611438\n"
"help.text"
msgid "\"*\" represents zero, one, or multiple characters."
-msgstr ""
+msgstr "Το \"*\" αντιπροσωπεύει μηδέν, έναν ή πολλούς χαρακτήρες."
#. eLYBF
#: sf_string.xhp
@@ -24125,7 +24125,7 @@ msgctxt ""
"par_id991580049206617\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. kSMmn
#: sf_string.xhp
@@ -24134,7 +24134,7 @@ msgctxt ""
"par_id581580050048679\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are in lowercase. Non-alphabetic characters are ignored."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι με πεζούς χαρακτήρες. Οι μη αλφαβητικοί χαρακτήρες αγνοούνται."
#. nWGvX
#: sf_string.xhp
@@ -24143,7 +24143,7 @@ msgctxt ""
"par_id751580050122938\n"
"help.text"
msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>InputStr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. BzD3y
#: sf_string.xhp
@@ -24152,7 +24152,7 @@ msgctxt ""
"par_id231580051650488\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are printable."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες της συμβολοσειράς είναι εκτυπώσιμοι."
#. gUhut
#: sf_string.xhp
@@ -24161,7 +24161,7 @@ msgctxt ""
"par_id721580051706431\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. HYBp5
#: sf_string.xhp
@@ -24170,7 +24170,7 @@ msgctxt ""
"par_id281580052400960\n"
"help.text"
msgid "Returns <literal>True</literal> if the whole input string matches a given regular expression."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν ολόκληρη η συμβολοσειρά εισόδου ταιριάζει με μια δεδομένη κανονική έκφραση."
#. ZuBxC
#: sf_string.xhp
@@ -24179,7 +24179,7 @@ msgctxt ""
"par_id161580052454770\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. mi4mi
#: sf_string.xhp
@@ -24188,7 +24188,7 @@ msgctxt ""
"par_id581580052467973\n"
"help.text"
msgid "<emph>regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>regex</emph>: Η κανονική έκφραση. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. vmqZM
#: sf_string.xhp
@@ -24197,7 +24197,7 @@ msgctxt ""
"par_id621580052654341\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. iZSEw
#: sf_string.xhp
@@ -24206,7 +24206,7 @@ msgctxt ""
"par_id1001589460240467\n"
"help.text"
msgid "Returns <literal>True</literal> if the input string is a valid Calc sheet name."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά εισόδου είναι ένα έγκυρο όνομα φύλλου Calc."
#. xPFLm
#: sf_string.xhp
@@ -24215,7 +24215,7 @@ msgctxt ""
"par_id671589460240552\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. uE5gz
#: sf_string.xhp
@@ -24224,7 +24224,7 @@ msgctxt ""
"par_id551612442002823\n"
"help.text"
msgid "A sheet name must not contain the characters [ ] * ? : / \\ or the character ' (apostrophe) as first or last character."
-msgstr ""
+msgstr "Ένα όνομα φύλλου δεν πρέπει να περιέχει τους χαρακτήρες [ ] * ? : / \\ ή τον χαρακτήρα ' (απόστροφος) ως πρώτο ή τελευταίο χαρακτήρα."
#. ALdgg
#: sf_string.xhp
@@ -24233,7 +24233,7 @@ msgctxt ""
"par_id371580293093655\n"
"help.text"
msgid "Returns <literal>True</literal> if the first character of every word is in uppercase and the other characters are in lowercase."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν ο πρώτος χαρακτήρας κάθε λέξης είναι με κεφαλαία και οι άλλοι χαρακτήρες με πεζούς."
#. uVF9U
#: sf_string.xhp
@@ -24242,7 +24242,7 @@ msgctxt ""
"par_id471580293142283\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. 7Ryzp
#: sf_string.xhp
@@ -24251,7 +24251,7 @@ msgctxt ""
"par_id801580128672004\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are in uppercase. Non alphabetic characters are ignored."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι με κεφαλαία. Οι μη αλφαβητικοί χαρακτήρες αγνοούνται."
#. HFDCW
#: sf_string.xhp
@@ -24260,7 +24260,7 @@ msgctxt ""
"par_id391580128736809\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. BTRpG
#: sf_string.xhp
@@ -24269,7 +24269,7 @@ msgctxt ""
"par_id531580132067813\n"
"help.text"
msgid "Returns <literal>True</literal> if the string is a valid absolute URL (Uniform Resource Locator) address. Only the http, https and ftp protocols are supported."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν η συμβολοσειρά είναι μια έγκυρη απόλυτη διεύθυνση URL (Uniform Resource Locator). Υποστηρίζονται μόνο τα πρωτόκολλα http, https και ftp."
#. HrFqG
#: sf_string.xhp
@@ -24278,7 +24278,7 @@ msgctxt ""
"par_id321580132113593\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. wBAqG
#: sf_string.xhp
@@ -24287,7 +24287,7 @@ msgctxt ""
"par_id41580132491698\n"
"help.text"
msgid "Returns <literal>True</literal> if all characters in the string are whitespaces"
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν όλοι οι χαρακτήρες στη συμβολοσειρά είναι κενά διαστήματα"
#. JDD85
#: sf_string.xhp
@@ -24296,7 +24296,7 @@ msgctxt ""
"par_id801580132535511\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα ελεγχθεί. Εάν είναι κενή, η μέθοδος επιστρέφει <literal>False</literal>."
#. 7EBbA
#: sf_string.xhp
@@ -24305,7 +24305,7 @@ msgctxt ""
"par_id891580133307100\n"
"help.text"
msgid "Returns the input string center-justified."
-msgstr ""
+msgstr "Επιστρέφει τη συμβολοσειρά εισόδου με πλήρη στοίχιση στο κέντρο."
#. TLmnE
#: sf_string.xhp
@@ -24314,7 +24314,7 @@ msgctxt ""
"par_id571612380829021\n"
"help.text"
msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>length</literal> with the character <literal>padding</literal>."
-msgstr ""
+msgstr "Τα κενά διαστήματα στηναρχή και στο τέλος αφαιρούνται και οι υπόλοιποι χαρακτήρες συμπληρώνονται αριστερά και δεξιά μέχρι ένα καθορισμένο συνολικό <literal>length</literal> (μήκος) με τον χαρακτήρα <literal>padding</literal>."
#. 4uuQT
#: sf_string.xhp
@@ -24323,7 +24323,7 @@ msgctxt ""
"par_id911580133391827\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be center-justified. If empty, the method returns an empty string."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που πρέπει να στοιχιστεί πλήρως στο κέντρο. Εάν είναι κενή, η μέθοδος επιστρέφει μια κενή συμβολοσειρά."
#. jHJNT
#: sf_string.xhp
@@ -24332,7 +24332,7 @@ msgctxt ""
"par_id671580133694946\n"
"help.text"
msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)."
-msgstr ""
+msgstr "<emph>length</emph> (μήκος): Το μήκος της συμβολοσειράς που προκύπτει (προεπιλογή = το μήκος της συμβολοσειράς εισόδου)."
#. A3qof
#: sf_string.xhp
@@ -24341,7 +24341,7 @@ msgctxt ""
"par_id511612381090109\n"
"help.text"
msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "Εάν το καθορισμένο μήκος είναι μικρότερο από τη συμβολοσειρά εισόδου με πλήρη στοίχιση στο κέντρο, τότε η συμβολοσειρά που επιστρέφεται περικόπτεται."
#. fys4j
#: sf_string.xhp
@@ -24350,7 +24350,7 @@ msgctxt ""
"par_id101580133705268\n"
"help.text"
msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")."
-msgstr ""
+msgstr "<emph>padding</emph> (συμπλήρωμα): Ο μεμονωμένος χαρακτήρας που θα χρησιμοποιηθεί ως συμπλήρωμα (προεπιλογή = ο χώρος Ascii \" \")."
#. 4zk3p
#: sf_string.xhp
@@ -24359,7 +24359,7 @@ msgctxt ""
"par_id911580135466348\n"
"help.text"
msgid "Returns the input string left-justified."
-msgstr ""
+msgstr "Επιστρέφει τη συμβολοσειρά εισόδου με πλήρη στοίχιση αριστερά."
#. 9KeCE
#: sf_string.xhp
@@ -24368,7 +24368,7 @@ msgctxt ""
"par_id431612381917641\n"
"help.text"
msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>length</literal> with the character <literal>padding</literal>."
-msgstr ""
+msgstr "Τα αρχικά κενά διαστήματα αφαιρούνται και οι υπόλοιποι χαρακτήρες συμπληρώνονται προς τα δεξιά μέχρι ένα καθορισμένο συνολικό <literal>length</literal> (μήκος) με τον χαρακτήρα <literal>padding</literal> (συμπλήρωσης)."
#. UQXSM
#: sf_string.xhp
@@ -24377,7 +24377,7 @@ msgctxt ""
"par_id281580135523448\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be left-justified. If empty, the method returns an empty string."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που πρέπει να στοιχιστεί πλήρως αριστερά. Εάν είναι κενή, η μέθοδος επιστρέφει μια κενή συμβολοσειρά."
#. EAwAa
#: sf_string.xhp
@@ -24386,7 +24386,7 @@ msgctxt ""
"par_id431580135534910\n"
"help.text"
msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)."
-msgstr ""
+msgstr "<emph>length</emph> (μήκος): Το μήκος της συμβολοσειράς που προκύπτει (προεπιλογή = το μήκος της συμβολοσειράς εισόδου)."
#. ntKXx
#: sf_string.xhp
@@ -24395,7 +24395,7 @@ msgctxt ""
"par_id161612381664182\n"
"help.text"
msgid "If the specified length is shorter than the left-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "Εάν το καθορισμένο μήκος είναι μικρότερο από την συμβολοσειρά εισόδου με πλήρη αριστερή στοίχιση, τότε η συμβολοσειρά που επιστρέφεται περικόπτεται."
#. wBnmv
#: sf_string.xhp
@@ -24404,7 +24404,7 @@ msgctxt ""
"par_id221580135568475\n"
"help.text"
msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")."
-msgstr ""
+msgstr "<emph>padding</emph> (συμπλήρωμα): Ο μεμονωμένος χαρακτήρας που θα χρησιμοποιηθεί ως συμπλήρωμα (προεπιλογή = ο χώρος Ascii \" \")."
#. TTokb
#: sf_string.xhp
@@ -24413,7 +24413,7 @@ msgctxt ""
"par_id821580136091225\n"
"help.text"
msgid "Returns the input string right-justified."
-msgstr ""
+msgstr "Επιστρέφει τη συμβολοσειρά εισόδου με πλήρη στοίχιση δεξιά."
#. 4fG7c
#: sf_string.xhp
@@ -24422,7 +24422,7 @@ msgctxt ""
"par_id771612382000293\n"
"help.text"
msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>length</literal> with the character <literal>padding</literal>."
-msgstr ""
+msgstr "Τα αρχικά κενά διαστήματα αφαιρούνται και οι υπόλοιποι χαρακτήρες συμπληρώνονται προς τα αριστερά μέχρι ένα καθορισμένο συνολικό <literal>length</literal> (μήκος) με τον χαρακτήρα <literal>padding</literal> (συμπλήρωσης)."
#. KxskT
#: sf_string.xhp
@@ -24431,7 +24431,7 @@ msgctxt ""
"par_id201580136154170\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be right-justified. If empty, the method returns an empty string."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που πρέπει να στοιχιστεί πλήρως δεξιά. Εάν είναι κενή, η μέθοδος επιστρέφει μια κενή συμβολοσειρά."
#. FboQc
#: sf_string.xhp
@@ -24440,7 +24440,7 @@ msgctxt ""
"par_id71580136164632\n"
"help.text"
msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)."
-msgstr ""
+msgstr "<emph>length</emph> (μήκος): Το μήκος της συμβολοσειράς που προκύπτει (προεπιλογή = το μήκος της συμβολοσειράς εισόδου)."
#. dshKE
#: sf_string.xhp
@@ -24449,7 +24449,7 @@ msgctxt ""
"par_id191612381732163\n"
"help.text"
msgid "If the specified length is shorter than the right-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "Εάν το καθορισμένο μήκος είναι μικρότερο από τη συμβολοσειρά εισόδου με πλήρη στοίχιση δεξιά, τότε η συμβολοσειρά που επιστρέφεται περικόπτεται."
#. LtcVG
#: sf_string.xhp
@@ -24458,7 +24458,7 @@ msgctxt ""
"par_id751580136200680\n"
"help.text"
msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")."
-msgstr ""
+msgstr "<emph>padding</emph> (συμπλήρωμα): Ο μεμονωμένος χαρακτήρας που θα χρησιμοποιηθεί ως συμπλήρωμα (προεπιλογή = ο χώρος Ascii \" \")."
#. Wn55u
#: sf_string.xhp
@@ -24467,7 +24467,7 @@ msgctxt ""
"par_id251580136888958\n"
"help.text"
msgid "Returns the input string enclosed in single or double quotes. Existing quotes are left unchanged, including leading and/or trailing quotes."
-msgstr ""
+msgstr "Επιστρέφει τη συμβολοσειρά εισόδου που περικλείεται σε μονά ή διπλά εισαγωγικά. Τα υπάρχοντα εισαγωγικά παραμένουν αμετάβλητα, συμπεριλαμβανομένων των αρχικών και/ή των τελικών εισαγωγικών."
#. YBvt4
#: sf_string.xhp
@@ -24476,7 +24476,7 @@ msgctxt ""
"par_id811580136944674\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to quote."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα μπει σε εισαγωγικά."
#. GynWV
#: sf_string.xhp
@@ -24485,7 +24485,7 @@ msgctxt ""
"par_id581599129397412\n"
"help.text"
msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)."
-msgstr ""
+msgstr "<emph>quotechar</emph> (χαρακτήρας εισαγωγικού): Είτε το μονό (') είτε το διπλό (\") εισαγωγικό (προεπιλογή)."
#. fY3PC
#: sf_string.xhp
@@ -24494,7 +24494,7 @@ msgctxt ""
"par_id911612382537087\n"
"help.text"
msgid "This method can be useful while preparing a string field to be stored in a csv-like file, which requires that text values be enclosed with single or double quotes."
-msgstr ""
+msgstr "Αυτή η μέθοδος μπορεί να είναι χρήσιμη κατά την προετοιμασία ενός πεδίου συμβολοσειράς που θα αποθηκευτεί σε ένα αρχείο που μοιάζει με csv, το οποίο απαιτεί οι τιμές κειμένου να περικλείονται με μονά ή διπλά εισαγωγικά."
#. 8Rr4M
#: sf_string.xhp
@@ -24503,7 +24503,7 @@ msgctxt ""
"par_id951580139124650\n"
"help.text"
msgid "Replaces all occurrences of the characters specified in the <literal>Before</literal> parameter by the corresponding characters specified in <literal>After</literal>."
-msgstr ""
+msgstr "Αντικαθιστά όλες τις εμφανίσεις των χαρακτήρων που καθορίζονται στην παράμετρο <literal>Before</literal> (Πριν) με τους αντίστοιχους χαρακτήρες που καθορίζονται στο <literal>After</literal> (Μετά)."
#. 5hn2y
#: sf_string.xhp
@@ -24512,7 +24512,7 @@ msgctxt ""
"par_id1001612384040018\n"
"help.text"
msgid "If the length of <literal>Before</literal> is greater than the length of <literal>After</literal>, the residual characters in <literal>Before</literal> are replaced by the last character in <literal>After</literal>."
-msgstr ""
+msgstr "Εάν το μήκος του <literal>Before</literal> είναι μεγαλύτερο από το μήκος του <literal>After</literal>, οι υπόλοιποι χαρακτήρες στο <literal>Before</literal> αντικαθίστανται από τον τελευταίο χαρακτήρα στο <literal>After </literal>."
#. DD2CL
#: sf_string.xhp
@@ -24521,7 +24521,7 @@ msgctxt ""
"par_id11580139160633\n"
"help.text"
msgid "<emph>inputstr</emph>: The input string on which replacements will occur."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά εισόδου στην οποία θα πραγματοποιηθούν αντικαταστάσεις."
#. DvaRE
#: sf_string.xhp
@@ -24530,7 +24530,7 @@ msgctxt ""
"par_id111580139169795\n"
"help.text"
msgid "<emph>before</emph>: A string with the characters that will be searched in the input string for replacement."
-msgstr ""
+msgstr "<emph>πριν</emph>: Μια συμβολοσειρά με τους χαρακτήρες που θα αναζητηθούν στη συμβολοσειρά εισόδου για αντικατάσταση."
#. N46b3
#: sf_string.xhp
@@ -24539,7 +24539,7 @@ msgctxt ""
"par_id851580139182113\n"
"help.text"
msgid "<emph>after</emph>: A string with the new characters that will replace those defined in <literal>before</literal>."
-msgstr ""
+msgstr "<emph>after</emph>: Μια συμβολοσειρά με τους νέους χαρακτήρες που θα αντικαταστήσουν αυτούς που ορίζονται στο <literal>before</literal>."
#. CDuCC
#: sf_string.xhp
@@ -24548,7 +24548,7 @@ msgctxt ""
"bas_id921580139218457\n"
"help.text"
msgid "' Replaces accented characters"
-msgstr ""
+msgstr "' Αντικαθιστά τους τονισμένους χαρακτήρες"
#. 5ww5A
#: sf_string.xhp
@@ -24557,7 +24557,7 @@ msgctxt ""
"par_id151612442904499\n"
"help.text"
msgid "The <literal>SF_String</literal> service provides useful public constants for the Latin character sets, as shown in the example below:"
-msgstr ""
+msgstr "Η υπηρεσία <literal>SF_String</literal> παρέχει χρήσιμες δημόσιες σταθερές για τα σύνολα λατινικών χαρακτήρων, όπως φαίνεται στο παρακάτω παράδειγμα:"
#. 9SPjv
#: sf_string.xhp
@@ -24566,7 +24566,7 @@ msgctxt ""
"par_id671580140272818\n"
"help.text"
msgid "Replaces all occurrences of a given regular expression by a new string."
-msgstr ""
+msgstr "Αντικαθιστά όλες τις εμφανίσεις μιας δεδομένης κανονικής έκφρασης με μια νέα συμβολοσειρά."
#. ujCyu
#: sf_string.xhp
@@ -24575,7 +24575,7 @@ msgctxt ""
"par_id471580140311626\n"
"help.text"
msgid "<emph>inputstr</emph>: The input string on which replacements will occur."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά εισόδου στην οποία θα πραγματοποιηθούν αντικαταστάσεις."
#. o2DS2
#: sf_string.xhp
@@ -24584,7 +24584,7 @@ msgctxt ""
"par_id651580140322666\n"
"help.text"
msgid "<emph>regex</emph>: The regular expression."
-msgstr ""
+msgstr "<emph>regex</emph>: Η κανονική έκφραση."
#. itEEd
#: sf_string.xhp
@@ -24593,7 +24593,7 @@ msgctxt ""
"par_id891580140334754\n"
"help.text"
msgid "<emph>newstr</emph>: The replacing string."
-msgstr ""
+msgstr "<emph>newstr</emph>: Η συμβολοσειρά που αντικαθιστά την προηγούμενη."
#. gJRAr
#: sf_string.xhp
@@ -24602,7 +24602,7 @@ msgctxt ""
"par_id581580140345221\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. ykPVR
#: sf_string.xhp
@@ -24611,7 +24611,7 @@ msgctxt ""
"bas_id961612384647003\n"
"help.text"
msgid "' \"Lxxxx xxxxx xxxxx xxx xxxx, xxxxxxxxxxx xxxxxxxxxx xxxx.\" (each lowercase letter is replaced by \"x\")"
-msgstr ""
+msgstr "' \"Lxxxx xxxxx xxxxx xxx xxxx, xxxxxxxxxxxxxxxxxxxxx xxxx.\" (κάθε πεζό γράμμα αντικαθίσταται από \"x\")"
#. rkMsv
#: sf_string.xhp
@@ -24620,7 +24620,7 @@ msgctxt ""
"bas_id751612384623936\n"
"help.text"
msgid "' \"x x x x x, x x x.\" (each word is replaced by \"x\")"
-msgstr ""
+msgstr "' \"x x x x x, x x x.\" (κάθε λέξη αντικαθίσταται από \"x\")"
#. 2Gd5C
#: sf_string.xhp
@@ -24629,7 +24629,7 @@ msgctxt ""
"par_id51580146471894\n"
"help.text"
msgid "Replaces in a string some or all occurrences of an array of strings by an array of new strings."
-msgstr ""
+msgstr "Αντικαθιστά σε μια συμβολοσειρά μερικές ή όλες τις εμφανίσεις μιας σειράς συμβολοσειρών με μια σειρά νέων συμβολοσειρών."
#. SDpot
#: sf_string.xhp
@@ -24638,7 +24638,7 @@ msgctxt ""
"par_id831580146504326\n"
"help.text"
msgid "<emph>inputstr</emph>: The input string on which replacements will occur."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά εισόδου στην οποία θα πραγματοποιηθούν αντικαταστάσεις."
#. UfuEm
#: sf_string.xhp
@@ -24647,7 +24647,7 @@ msgctxt ""
"par_id411580146514927\n"
"help.text"
msgid "<emph>oldstr</emph>: A single string or an array of strings. Zero-length strings are ignored."
-msgstr ""
+msgstr "<emph>oldstr</emph>: Μια μεμονωμένη συμβολοσειρά ή ένας πίνακας από συμβολοσειρές. Οι συμβολοσειρές μηδενικού μήκους αγνοούνται."
#. Ukr3F
#: sf_string.xhp
@@ -24656,7 +24656,7 @@ msgctxt ""
"par_id591580146532966\n"
"help.text"
msgid "<emph>newstr</emph>: The replacing string or the array of replacing strings."
-msgstr ""
+msgstr "<emph>newstr</emph>: Η συμβολοσειρά αντικατάστασης ή ο πίνακας συμβολοσειρών αντικατάστασης."
#. 7BQ7F
#: sf_string.xhp
@@ -24665,7 +24665,7 @@ msgctxt ""
"par_id611612384873347\n"
"help.text"
msgid "If <literal>oldstr</literal> is an array, each occurrence of any of the items in <literal>oldstr</literal> is replaced by <literal>newstr</literal>."
-msgstr ""
+msgstr "Εάν το <literal>oldstr</literal> είναι ένας πίνακας, κάθε εμφάνιση οποιουδήποτε από τα στοιχεία στο <literal>oldstr</literal> αντικαθίσταται από <literal>newstr</literal>."
#. AfRz6
#: sf_string.xhp
@@ -24674,7 +24674,7 @@ msgctxt ""
"par_id611612384880820\n"
"help.text"
msgid "If <literal>oldstr</literal> and <literal>newstr</literal> are arrays, replacements occur one by one up to the <literal>UBound(newstr)</literal>."
-msgstr ""
+msgstr "Εάν οι <literal>oldstr</literal> και <literal>newstr</literal> είναι πίνακες, οι αντικαταστάσεις πραγματοποιούνται μία προς μία μέχρι το <literal>UBound(newstr)</literal>."
#. E39aH
#: sf_string.xhp
@@ -24683,7 +24683,7 @@ msgctxt ""
"par_id241612385058264\n"
"help.text"
msgid "If <literal>oldstr</literal> has more entries than <literal>newstr</literal>, then the residual elements in <literal>oldstr</literal> are replaced by the last element in <literal>newstr</literal>."
-msgstr ""
+msgstr "Εάν το <literal>oldstr</literal> έχει περισσότερες καταχωρήσεις από το <literal>newstr</literal>, τότε τα υπολειπόμενα στοιχεία στο <literal>oldstr</literal> αντικαθίστανται από το τελευταίο στοιχείο στο <literal>newstr</literal> ."
#. MkqW5
#: sf_string.xhp
@@ -24692,7 +24692,7 @@ msgctxt ""
"par_id701580146547619\n"
"help.text"
msgid "<emph>occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced."
-msgstr ""
+msgstr "<emph>occurrences</emph> (εμφανίσεις): Ο μέγιστος αριθμός αντικαταστάσεων. Η προεπιλεγμένη τιμή είναι 0, που σημαίνει ότι όλες οι εμφανίσεις θα αντικατασταθούν."
#. QX33p
#: sf_string.xhp
@@ -24701,7 +24701,7 @@ msgctxt ""
"par_id741612385380533\n"
"help.text"
msgid "When <literal>oldstr</literal> is an array, the <literal>occurrence</literal> parameter is computed separately for each item in the array."
-msgstr ""
+msgstr "Όταν το <literal>oldstr</literal> είναι ένας πίνακας, η παράμετρος <literal>occurrence</literal> (εμφάνιση) υπολογίζεται ξεχωριστά για κάθε στοιχείο του πίνακα."
#. aWrvA
#: sf_string.xhp
@@ -24710,7 +24710,7 @@ msgctxt ""
"par_id301580146556599\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. eygyi
#: sf_string.xhp
@@ -24719,7 +24719,7 @@ msgctxt ""
"par_id901580147558931\n"
"help.text"
msgid "Returns a string with a readable representation of the argument, truncated at a given length. This is useful mainly for debugging or logging purposes."
-msgstr ""
+msgstr "Επιστρέφει μια συμβολοσειρά με μια αναγνώσιμη αναπαράσταση του ορίσματος, περικομμένη σε δεδομένο μήκος. Αυτό είναι χρήσιμο κυρίως για σκοπούς αποσφαλμάτωσης ή καταγραφής."
#. cU3Ev
#: sf_string.xhp
@@ -24728,7 +24728,7 @@ msgctxt ""
"par_id11612386054691\n"
"help.text"
msgid "If the <literal>anyvalue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"."
-msgstr ""
+msgstr "Εάν η παράμετρος <literal>anyvalue</literal> είναι αντικείμενο, θα περικλείεται με αγκύλες \"[\" και \"]\"."
#. gVB32
#: sf_string.xhp
@@ -24737,7 +24737,7 @@ msgctxt ""
"par_id491612386081802\n"
"help.text"
msgid "In strings, tabs and line breaks are replaced by \\t, \\n or \\r."
-msgstr ""
+msgstr "Στις συμβολοσειρές, οι στηλοθέτες και οι αλλαγές γραμμής αντικαθίστανται από \\t, \\n ή \\r."
#. SfUGD
#: sf_string.xhp
@@ -24746,7 +24746,7 @@ msgctxt ""
"par_id921612386089103\n"
"help.text"
msgid "If the final length exceeds the <literal>maxlength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation."
-msgstr ""
+msgstr "Εάν το τελικό μήκος υπερβαίνει την παράμετρο <literal>maxlength</literal>, το τελευταίο μέρος της συμβολοσειράς αντικαθίσταται από το \"... (N)\" όπου N είναι το συνολικό μήκος της αρχικής συμβολοσειράς πριν από την περικοπή."
#. zLfNR
#: sf_string.xhp
@@ -24755,7 +24755,7 @@ msgctxt ""
"par_id91580147593626\n"
"help.text"
msgid "<emph>anyvalue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc."
-msgstr ""
+msgstr "<emph>anyvalue</emph> (οποιαδήποτε τιμή): Η τιμή εισόδου που θα αναπαρασταθεί. Μπορεί να είναι οποιαδήποτε τιμή, όπως συμβολοσειρά, πίνακας, αντικείμενο Basic, αντικείμενο UNO κ.λπ."
#. hdDFi
#: sf_string.xhp
@@ -24764,7 +24764,7 @@ msgctxt ""
"par_id811580147609322\n"
"help.text"
msgid "<emph>maxlength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
-msgstr ""
+msgstr "<emph>maxlength</emph>: Το μέγιστο μήκος της συμβολοσειράς που προκύπτει. Η προεπιλεγμένη τιμή είναι 0, που σημαίνει ότι δεν υπάρχει όριο στο μήκος της αναπαράστασης που προκύπτει."
#. Ape7i
#: sf_string.xhp
@@ -24773,7 +24773,7 @@ msgctxt ""
"par_id641612386659292\n"
"help.text"
msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
-msgstr ""
+msgstr "Σημειώστε ότι η αναπαράσταση τύπων δεδομένων όπως πίνακες και παρουσίες αντικειμένων <literal>ScriptForge.Dictionary</literal> περιλαμβάνει τόσο τον τύπο δεδομένων όσο και τις τιμές τους:"
#. ZFFAD
#: sf_string.xhp
@@ -24782,7 +24782,7 @@ msgctxt ""
"bas_id971612386906463\n"
"help.text"
msgid "' An example with a Basic built-in Array"
-msgstr ""
+msgstr "' Ένα παράδειγμα με έναν ενσωματωμένο πίνακα Basic"
#. GEZzM
#: sf_string.xhp
@@ -24791,7 +24791,7 @@ msgctxt ""
"bas_id401612386876329\n"
"help.text"
msgid "' An example with a ScriptForge Array"
-msgstr ""
+msgstr "' Ένα παράδειγμα με έναν πίνακα ScriptForge"
#. mZ3ar
#: sf_string.xhp
@@ -24800,7 +24800,7 @@ msgctxt ""
"bas_id551612386931680\n"
"help.text"
msgid "' An example with a ScriptForge Dictionary"
-msgstr ""
+msgstr "' Ένα παράδειγμα με ένα λεξικό ScriptForge"
#. vvADG
#: sf_string.xhp
@@ -24809,7 +24809,7 @@ msgctxt ""
"par_id411580312925741\n"
"help.text"
msgid "Returns the input string in reversed order."
-msgstr ""
+msgstr "Επιστρέφει τη συμβολοσειρά εισόδου με αντίστροφη σειρά."
#. EEyG6
#: sf_string.xhp
@@ -24818,7 +24818,7 @@ msgctxt ""
"par_id141612387177873\n"
"help.text"
msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>."
-msgstr ""
+msgstr "Αυτή η μέθοδος είναι ισοδύναμη με την ενσωματωμένη <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\">συνάρτηση Basic <literal>StrReverse</literal></link>."
#. ZEarP
#: sf_string.xhp
@@ -24827,7 +24827,7 @@ msgctxt ""
"par_id961612387463144\n"
"help.text"
msgid "To use the <literal>StrReverse</literal> function, the statement <literal>Option VBASupport 1</literal> must be present in the module."
-msgstr ""
+msgstr "Για να χρησιμοποιήσετε τη συνάρτηση <literal>StrReverse</literal>, η δήλωση <literal>Option VBASupport 1</literal> πρέπει να υπάρχει στη λειτουργική μονάδα."
#. pSyL6
#: sf_string.xhp
@@ -24836,7 +24836,7 @@ msgctxt ""
"par_id241580312964497\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be reversed."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που πρέπει να αντιστραφεί."
#. KBFDk
#: sf_string.xhp
@@ -24845,7 +24845,7 @@ msgctxt ""
"par_id721580210762286\n"
"help.text"
msgid "Returns a zero-based array of strings with the lines in the input string. Each item in the array is obtained by splitting the input string at newline characters."
-msgstr ""
+msgstr "Επιστρέφει έναν πίνακα συμβολοσειρών με βάση το μηδέν με τις γραμμές στη συμβολοσειρά εισόδου. Κάθε στοιχείο στον πίνακα λαμβάνεται με διαχωρισμό της συμβολοσειράς εισόδου σε χαρακτήρες νέας γραμμής."
#. nuUF6
#: sf_string.xhp
@@ -24854,7 +24854,7 @@ msgctxt ""
"par_id481580210806878\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be split."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα χωριστεί."
#. FEFUw
#: sf_string.xhp
@@ -24863,7 +24863,7 @@ msgctxt ""
"par_id231580210820309\n"
"help.text"
msgid "<emph>keepbreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>keepbreaks</emph>: Όταν είναι <literal>True</literal>, οι αλλαγές γραμμής διατηρούνται στον πίνακα εξόδου (προεπιλογή = <literal>False</literal>)."
#. HAG8Q
#: sf_string.xhp
@@ -24872,7 +24872,7 @@ msgctxt ""
"par_id471580211762739\n"
"help.text"
msgid "Splits a string into an array of elements using a specified delimiter."
-msgstr ""
+msgstr "Διαχωρίζει μια συμβολοσειρά σε έναν πίνακα στοιχείων χρησιμοποιώντας έναν καθορισμένο οριοθέτη."
#. zsADB
#: sf_string.xhp
@@ -24881,7 +24881,7 @@ msgctxt ""
"par_id281612388034501\n"
"help.text"
msgid "If a quoted substring contains a delimiter, it is ignored. This is useful when parsing CSV-like records that contain quoted strings."
-msgstr ""
+msgstr "Εάν μια υποσυμβολοσειρά με εισαγωγικά περιέχει έναν οριοθέτη, αγνοείται. Αυτό είναι χρήσιμο κατά την ανάλυση εγγραφών τύπου CSV που περιέχουν συμβολοσειρές σε εισαγωγικά."
#. JKAaG
#: sf_string.xhp
@@ -24890,7 +24890,7 @@ msgctxt ""
"par_id881580211809490\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be split."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα χωριστεί."
#. zFjwe
#: sf_string.xhp
@@ -24899,7 +24899,7 @@ msgctxt ""
"par_id811580211821162\n"
"help.text"
msgid "<emph>delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the Ascii space \" \" character."
-msgstr ""
+msgstr "<emph>delimiter</emph> (οριοθέτης): Μια συμβολοσειρά ενός ή περισσότερων χαρακτήρων που θα χρησιμοποιηθεί ως οριοθέτης. Ο προεπιλεγμένος οριοθέτης είναι ο χαρακτήρας διαστήματος Ascii \" \"."
#. 3rGRu
#: sf_string.xhp
@@ -24908,7 +24908,7 @@ msgctxt ""
"par_id181580211833778\n"
"help.text"
msgid "<emph>occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings."
-msgstr ""
+msgstr "<emph>occurrences</emph> (εμφανίσεις): Ο μέγιστος αριθμός υποσυμβολοσειρών προς επιστροφή. Η προεπιλεγμένη τιμή είναι 0, που σημαίνει ότι δεν υπάρχει όριο στον αριθμό των επιστρεφόμενων συμβολοσειρών."
#. W2og7
#: sf_string.xhp
@@ -24917,7 +24917,7 @@ msgctxt ""
"par_id421599123777334\n"
"help.text"
msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote."
-msgstr ""
+msgstr "<emph>quotechar</emph>: Είτε το μονό (') είτε το διπλό (\") εισαγωγικό."
#. DiYMJ
#: sf_string.xhp
@@ -24926,7 +24926,7 @@ msgctxt ""
"par_id661627251379676\n"
"help.text"
msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them."
-msgstr ""
+msgstr "Προσοχή στις διαφορές μεταξύ Basic και Python κατά την αναπαράσταση συμβολοσειρών. Για παράδειγμα, στη Basic δύο χαρακτήρες \"\" μέσα σε μια συμβολοσειρά ερμηνεύονται ως ένας χαρακτήρας \". Στην Python, οι συμβολοσειρές που περικλείονται με μονά εισαγωγικά μπορούν να περιέχουν \" χαρακτήρες χωρίς να χρειάζεται να τους διπλασιάσουν."
#. 6Q2tJ
#: sf_string.xhp
@@ -24935,7 +24935,7 @@ msgctxt ""
"par_id771580212837884\n"
"help.text"
msgid "Returns <literal>True</literal> if the first characters of a string are identical to a given substring."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν οι πρώτοι χαρακτήρες μιας συμβολοσειράς είναι ταυτόσημοι με μια δεδομένη υποσυμβολοσειρά."
#. BYx4G
#: sf_string.xhp
@@ -24944,7 +24944,7 @@ msgctxt ""
"par_id781612393174350\n"
"help.text"
msgid "This method returns <literal>False</literal> if either the input string or the substring have a length = 0 or when the substring is longer than the input string."
-msgstr ""
+msgstr "Αυτή η μέθοδος επιστρέφει <literal>False</literal> εάν είτε η συμβολοσειρά εισόδου, είτε η υποσυμβολοσειρά έχουν μήκος = 0, ή όταν η υποσυμβολοσειρά είναι μεγαλύτερη από τη συμβολοσειρά εισόδου."
#. jrzxu
#: sf_string.xhp
@@ -24953,7 +24953,7 @@ msgctxt ""
"par_id271580212876135\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be tested."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα δοκιμαστεί."
#. tE9WD
#: sf_string.xhp
@@ -24962,7 +24962,7 @@ msgctxt ""
"par_id571580212889462\n"
"help.text"
msgid "<emph>substring</emph>: The substring to be searched at the start of <literal>inputstr</literal>."
-msgstr ""
+msgstr "<emph>substring</emph>: Η υποσυμβολοσειρά προς αναζήτηση στην αρχή του <literal>inputstr</literal>."
#. ZeQP4
#: sf_string.xhp
@@ -24971,7 +24971,7 @@ msgctxt ""
"par_id811580212900799\n"
"help.text"
msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)."
-msgstr ""
+msgstr "<emph>casesensitive</emph> (διάκριση πεζών-κεφαλαίων): Η αναζήτηση μπορεί να κάνει διάκριση πεζών-κεφαλαίων ή όχι (Προεπιλογή = <literal>False</literal>)."
#. DGgBx
#: sf_string.xhp
@@ -24980,7 +24980,7 @@ msgctxt ""
"par_id911580295999690\n"
"help.text"
msgid "Returns the input string without its leading and trailing whitespaces."
-msgstr ""
+msgstr "Επιστρέφει τη συμβολοσειρά εισόδου χωρίς τα αρχικά και τα τελικά κενά διαστήματά της."
#. BESEu
#: sf_string.xhp
@@ -24989,7 +24989,7 @@ msgctxt ""
"par_id541580296044377\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to trim."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά για περικοπή."
#. 9t9vX
#: sf_string.xhp
@@ -24998,7 +24998,7 @@ msgctxt ""
"par_id61580483096936\n"
"help.text"
msgid "Converts any escaped sequence (\\\\, \\n, \\r, \\t) in the input string to their corresponding Ascii character."
-msgstr ""
+msgstr "Μετατρέπει οποιαδήποτε ακολουθία διαφυγής (\\\\, \\n, \\r, \\t) στη συμβολοσειρά εισόδου στον αντίστοιχο χαρακτήρα Ascii."
#. mzTsG
#: sf_string.xhp
@@ -25007,7 +25007,7 @@ msgctxt ""
"par_id971580483124743\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be converted."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά που θα μετατραπεί."
#. BoYHV
#: sf_string.xhp
@@ -25016,7 +25016,7 @@ msgctxt ""
"par_id831580213634029\n"
"help.text"
msgid "Removes the single or double quotes enclosing the input string."
-msgstr ""
+msgstr "Καταργεί τα μονά ή διπλά εισαγωγικά που περικλείουν τη συμβολοσειρά εισόδου."
#. Ae8c5
#: sf_string.xhp
@@ -25025,7 +25025,7 @@ msgctxt ""
"par_id811612393585600\n"
"help.text"
msgid "This is useful when parsing CSV-like records that contain quoted strings."
-msgstr ""
+msgstr "Αυτό είναι χρήσιμο κατά την ανάλυση εγγραφών τύπου CSV που περιέχουν συμβολοσειρές σε εισαγωγικά."
#. BhVvp
#: sf_string.xhp
@@ -25034,7 +25034,7 @@ msgctxt ""
"par_id761580213677493\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to unquote."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά στην οποία θα αφαιρεθούν τα εισαγωγικά."
#. gRUHA
#: sf_string.xhp
@@ -25043,7 +25043,7 @@ msgctxt ""
"par_id211599129509890\n"
"help.text"
msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)."
-msgstr ""
+msgstr "<emph>quotechar</emph> (χαρακτήρας εισαγωγικού): Είτε το μονό (') είτε το διπλό (\") εισαγωγικό (προεπιλογή)."
#. nGq4Q
#: sf_string.xhp
@@ -25052,7 +25052,7 @@ msgctxt ""
"bas_id371580213702598\n"
"help.text"
msgid "' s = \"Some text\" (without enclosing quotes)"
-msgstr ""
+msgstr "' s = \"Κάποιο κείμενο\" (χωρίς εισαγωγικά)"
#. Fp8ip
#: sf_string.xhp
@@ -25061,7 +25061,7 @@ msgctxt ""
"bas_id51580213693694\n"
"help.text"
msgid "' The string below does not have enclosing quotes, so it remains unchanged"
-msgstr ""
+msgstr "' Η παρακάτω συμβολοσειρά δεν περιέχει εισαγωγικά, επομένως παραμένει αμετάβλητη"
#. A4Eki
#: sf_string.xhp
@@ -25070,7 +25070,7 @@ msgctxt ""
"bas_id961612393917830\n"
"help.text"
msgid "' s = \"Some text\" (unchanged)"
-msgstr ""
+msgstr "' s = \"Κάποιο κείμενο\" (αμετάβλητο)"
#. ULtxx
#: sf_string.xhp
@@ -25079,7 +25079,7 @@ msgctxt ""
"bas_id461612394182689\n"
"help.text"
msgid "' Quotes inside the string are not removed"
-msgstr ""
+msgstr "' Τα εισαγωγικά μέσα στη συμβολοσειρά δεν αφαιρούνται"
#. 8w4ia
#: sf_string.xhp
@@ -25088,7 +25088,7 @@ msgctxt ""
"bas_id961612394171208\n"
"help.text"
msgid "' s = \"The \"\"true\"\" meaning\" (unchanged)"
-msgstr ""
+msgstr "' s = \"Η έννοια \"\"αληθινή\"\" (αμετάβλητη)"
#. JGhWK
#: sf_string.xhp
@@ -25097,7 +25097,7 @@ msgctxt ""
"par_id871585834468102\n"
"help.text"
msgid "Converts the input string into an array of substrings so that each item in the array has at most a given number of characters."
-msgstr ""
+msgstr "Μετατρέπει τη συμβολοσειρά εισόδου σε έναν πίνακα υποσυμβολοσειρών, έτσι ώστε κάθε στοιχείο του πίνακα να έχει το πολύ έναν δεδομένο αριθμό χαρακτήρων."
#. 4G9FU
#: sf_string.xhp
@@ -25106,7 +25106,7 @@ msgctxt ""
"par_id21612394465120\n"
"help.text"
msgid "In practice, this method returns a zero-based array of output lines, without newlines at the end, except for the pre-existing line-breaks."
-msgstr ""
+msgstr "Στην πράξη, αυτή η μέθοδος επιστρέφει έναν πίνακα με βάση το μηδέν γραμμών εξόδου, χωρίς νέες γραμμές στο τέλος, εκτός από τις προϋπάρχουσες αλλαγές γραμμής."
#. qgd6X
#: sf_string.xhp
@@ -25115,7 +25115,7 @@ msgctxt ""
"par_id601612395193333\n"
"help.text"
msgid "Tabs are expanded using the same procedure performed by the <link href=\"text/sbasic/shared/03/sf_string.xhp#ExpandTabs\" name=\"ExpandTabs method\">ExpandTabs</link> method."
-msgstr ""
+msgstr "Οι στηλοθέτες επεκτείνονται χρησιμοποιώντας την ίδια διαδικασία που εκτελείται με τη μέθοδο <link href=\"text/sbasic/shared/03/sf_string.xhp#ExpandTabs\" name=\"ExpandTabs method\">ExpandTabs</link>."
#. kTwEG
#: sf_string.xhp
@@ -25124,7 +25124,7 @@ msgctxt ""
"par_id641612394826616\n"
"help.text"
msgid "Symbolic line breaks are replaced by their equivalent Ascii characters."
-msgstr ""
+msgstr "Οι συμβολικές αλλαγές γραμμής αντικαθίστανται από τους ισοδύναμους χαρακτήρες Ascii."
#. y7VvP
#: sf_string.xhp
@@ -25133,7 +25133,7 @@ msgctxt ""
"par_id361612394859733\n"
"help.text"
msgid "If the wrapped output has no content, the returned array is empty."
-msgstr ""
+msgstr "Εάν η αναδιπλωμένη έξοδος δεν έχει περιεχόμενο, ο πίνακας που επιστρέφεται είναι κενός."
#. SNRzH
#: sf_string.xhp
@@ -25142,7 +25142,7 @@ msgctxt ""
"par_id251585834468498\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to wrap."
-msgstr ""
+msgstr "<emph>inputstr</emph>: Η συμβολοσειρά προς αναδίπλωση."
#. MiptC
#: sf_string.xhp
@@ -25151,7 +25151,7 @@ msgctxt ""
"par_id351585834773177\n"
"help.text"
msgid "<emph>width</emph>: The maximum number of characters in each line (Default = 70)."
-msgstr ""
+msgstr "<emph>width</emph> (πλάτος): Ο μέγιστος αριθμός χαρακτήρων σε κάθε γραμμή (Προεπιλογή = 70)."
#. epG6z
#: sf_string.xhp
@@ -25160,7 +25160,7 @@ msgctxt ""
"par_id741585834874500\n"
"help.text"
msgid "<emph>tabsize</emph>: Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. The argument <literal>tabsize</literal> defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)."
-msgstr ""
+msgstr "<emph>tabsize</emph>: Πριν από την αναδίπλωση του κειμένου, οι υπάρχοντες χαρακτήρες TAB <literal>Chr(9)</literal> αντικαθίστανται με κενά διαστήματα. Το όρισμα <literal>tabsize</literal> ορίζει τις στάσεις TAB στο TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Προεπιλογή = 8)."
#. HjZDB
#: sf_textstream.xhp
@@ -25169,7 +25169,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.TextStream service"
-msgstr ""
+msgstr "Υπηρεσία ScriptForge.TextStream"
#. cEA5U
#: sf_textstream.xhp
@@ -25178,7 +25178,7 @@ msgctxt ""
"bm_id351585330787295\n"
"help.text"
msgid "<variable id=\"TextStreamService\"><link href=\"text/sbasic/shared/03/sf_textstream.xhp\" name=\"TextStream service\"><literal>ScriptForge</literal>.<literal>TextStream</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"TextStreamService\"><link href=\"text/sbasic/shared/03/sf_textstream.xhp\" name=\"TextStream service\">Υπηρεσία <literal>ScriptForge</literal>.<literal>TextStream</literal></link></variable>"
#. nBJsE
#: sf_textstream.xhp
@@ -25187,7 +25187,7 @@ msgctxt ""
"par_id511585330787205\n"
"help.text"
msgid "The <literal>TextStream</literal> service is used to sequentially read from and write to files opened or created using the <literal>ScriptForge.FileSystem</literal> service."
-msgstr ""
+msgstr "Η υπηρεσία <literal>TextStream</literal> χρησιμοποιείται για τη διαδοχική ανάγνωση και εγγραφή σε αρχεία που ανοίγονται ή δημιουργούνται χρησιμοποιώντας την υπηρεσία <literal>ScriptForge.FileSystem</literal>."
#. TeRTa
#: sf_textstream.xhp
@@ -25196,7 +25196,7 @@ msgctxt ""
"par_id41613596903894\n"
"help.text"
msgid "The methods <literal>OpenTextFile</literal> and <literal>CreateTextFile</literal> from the <literal>FileSystem</literal> service return an instance of the <literal>TextStream</literal> service."
-msgstr ""
+msgstr "Οι μέθοδοι <literal>OpenTextFile</literal> και <literal>CreateTextFile</literal> από την υπηρεσία <literal>FileSystem</literal> επιστρέφουν μια παρουσία της υπηρεσίας <literal>TextStream</literal>."
#. MVFWC
#: sf_textstream.xhp
@@ -25205,7 +25205,7 @@ msgctxt ""
"par_id161585330787262\n"
"help.text"
msgid "Line delimiters may be specified by the user. In input operations CR, LF or CR+LF are supported. In output operations, the default line delimiter is the one used by the operating system."
-msgstr ""
+msgstr "Οι οριοθέτες γραμμής μπορούν να καθοριστούν από τον χρήστη. Στις λειτουργίες εισόδου υποστηρίζονται τα CR, LF ή CR+LF. Στις λειτουργίες εξόδου, το προεπιλεγμένο διαχωριστικό γραμμής είναι αυτό που χρησιμοποιείται από το λειτουργικό σύστημα."
#. GDkir
#: sf_textstream.xhp
@@ -25214,7 +25214,7 @@ msgctxt ""
"par_id831613598137669\n"
"help.text"
msgid "The line delimiter for the operating system where the macro is being executed can be accessed using the <literal>SF_String.sfNEWLINE</literal> property."
-msgstr ""
+msgstr "Ο οριοθέτης γραμμής για το λειτουργικό σύστημα όπου εκτελείται η μακροεντολή μπορεί να προσπελαστεί χρησιμοποιώντας την ιδιότητα <literal>SF_String.sfNEWLINE</literal>."
#. SvXzF
#: sf_textstream.xhp
@@ -25223,7 +25223,7 @@ msgctxt ""
"par_id851613597445432\n"
"help.text"
msgid "All operations needed to read from or write to a file (open, read/write and close) are presumed to happen during the same macro run."
-msgstr ""
+msgstr "Όλες οι λειτουργίες που απαιτούνται για την ανάγνωση ή την εγγραφή σε ένα αρχείο (άνοιγμα, ανάγνωση/εγγραφή και κλείσιμο) θεωρείται ότι πραγματοποιούνται κατά την ίδια εκτέλεση μακροεντολής."
#. dc5KN
#: sf_textstream.xhp
@@ -25232,7 +25232,7 @@ msgctxt ""
"hd_id83158533078741\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Κλήση υπηρεσίας"
#. AuQX2
#: sf_textstream.xhp
@@ -25241,7 +25241,7 @@ msgctxt ""
"par_id351613598192725\n"
"help.text"
msgid "The examples below in Basic and Python use the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service."
-msgstr ""
+msgstr "Τα παρακάτω παραδείγματα σε Basic και Python χρησιμοποιούν τη μέθοδο <literal>OpenTextFile</literal> για να δημιουργήσουν μια παρουσία της υπηρεσίας <literal>TextStream</literal>."
#. UUudg
#: sf_textstream.xhp
@@ -25250,7 +25250,7 @@ msgctxt ""
"par_id371585330787197\n"
"help.text"
msgid "The file must be closed with the <literal>CloseFile</literal> method after all read or write operations have been executed:"
-msgstr ""
+msgstr "Το αρχείο πρέπει να κλείσει με τη μέθοδο <literal>CloseFile</literal> αφού έχουν εκτελεστεί όλες οι λειτουργίες ανάγνωσης ή εγγραφής:"
#. zNveN
#: sf_textstream.xhp
@@ -25259,7 +25259,7 @@ msgctxt ""
"par_id891582733781994\n"
"help.text"
msgid "Optionally, the resources used by the <literal>TextStream</literal> instance can be released using the <literal>Dispose</literal> method:"
-msgstr ""
+msgstr "Προαιρετικά, οι πόροι που χρησιμοποιούνται από την παρουσία <literal>TextStream</literal> μπορούν να απελευθερωθούν χρησιμοποιώντας τη μέθοδο <literal>Dispose</literal>:"
#. nsGCZ
#: sf_textstream.xhp
@@ -25268,7 +25268,7 @@ msgctxt ""
"par_id121612917368946\n"
"help.text"
msgid "The methods in the <literal>TextStream</literal> service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html\" name=\"XTextInputStream API\"><literal>XTextInputStream</literal></link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html\" name=\"XTextOutputStream API\"><literal>XTextOutputStream</literal></link> UNO interfaces."
-msgstr ""
+msgstr "Οι μέθοδοι στην υπηρεσία <literal>TextStream</literal> βασίζονται κυρίως στις διεπαφές UNO <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html\" name=\"XTextInputStream API\"><literal>XTextInputStream</literal></link> και <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html\" name=\"XTextOutputStream API\"><literal>XTextOutputOextlie </literal></link> ."
#. JAmgD
#: sf_textstream.xhp
@@ -25277,7 +25277,7 @@ msgctxt ""
"hd_id941585330787948\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Ιδιότητες"
#. aN9zM
#: sf_textstream.xhp
@@ -25286,7 +25286,7 @@ msgctxt ""
"par_id631585330787267\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Όνομα"
#. vwGC5
#: sf_textstream.xhp
@@ -25295,7 +25295,7 @@ msgctxt ""
"par_id401585330787370\n"
"help.text"
msgid "Readonly"
-msgstr ""
+msgstr "Μόνο για ανάγνωση"
#. GpL38
#: sf_textstream.xhp
@@ -25304,7 +25304,7 @@ msgctxt ""
"par_id581585330787700\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "Τύπος"
#. 6FDuM
#: sf_textstream.xhp
@@ -25313,7 +25313,7 @@ msgctxt ""
"par_id551585330787608\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Περιγραφή"
#. ECkTm
#: sf_textstream.xhp
@@ -25322,7 +25322,7 @@ msgctxt ""
"par_id181585330787752\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. YFkaY
#: sf_textstream.xhp
@@ -25331,7 +25331,7 @@ msgctxt ""
"par_id901585330787680\n"
"help.text"
msgid "Used in read mode. A <literal>True</literal> value indicates that the end of the file has been reached. A test using this property should precede calls to the <literal>ReadLine</literal> method."
-msgstr ""
+msgstr "Χρησιμοποιείται σε λειτουργία ανάγνωσης. Η τιμή <literal>True</literal> υποδηλώνει ότι έχει φτάσει το τέλος του αρχείου. Μια δοκιμή που χρησιμοποιεί αυτήν την ιδιότητα θα πρέπει να προηγείται των κλήσεων στη μέθοδο <literal>ReadLine</literal>."
#. EFEnA
#: sf_textstream.xhp
@@ -25340,7 +25340,7 @@ msgctxt ""
"par_id561585330787568\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. cVCoJ
#: sf_textstream.xhp
@@ -25349,7 +25349,7 @@ msgctxt ""
"par_id741585330787777\n"
"help.text"
msgid "The character set to be used. The default encoding is \"UTF-8\"."
-msgstr ""
+msgstr "Το σύνολο χαρακτήρων που θα χρησιμοποιηθεί. Η προεπιλεγμένη κωδικοποίηση είναι \"UTF-8\"."
#. p5s3X
#: sf_textstream.xhp
@@ -25358,7 +25358,7 @@ msgctxt ""
"par_id641585330787207\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. JjEqX
#: sf_textstream.xhp
@@ -25367,7 +25367,7 @@ msgctxt ""
"par_id281585330787614\n"
"help.text"
msgid "Returns the name of the current file either in URL format or in the native operating system's format, depending on the current value of the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
-msgstr ""
+msgstr "Επιστρέφει το όνομα του τρέχοντος αρχείου, είτε σε μορφή URL, είτε στη μορφή του εγγενούς λειτουργικού συστήματος, ανάλογα με την τρέχουσα τιμή της ιδιότητας <literal>FileNaming</literal> της υπηρεσίας <literal>FileSystem</literal>."
#. goEnw
#: sf_textstream.xhp
@@ -25376,7 +25376,7 @@ msgctxt ""
"par_id111585330787410\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. MZS6Z
#: sf_textstream.xhp
@@ -25385,7 +25385,7 @@ msgctxt ""
"par_id861585330787417\n"
"help.text"
msgid "Indicates the input/output mode. Possible values are \"READ\", \"WRITE\" or \"APPEND\"."
-msgstr ""
+msgstr "Υποδεικνύει τη λειτουργία εισόδου/εξόδου. Πιθανές τιμές είναι \"READ\", \"WRITE\" ή \"APPEND\"."
#. 7nTb9
#: sf_textstream.xhp
@@ -25394,7 +25394,7 @@ msgctxt ""
"par_id87158533078795\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. j45gC
#: sf_textstream.xhp
@@ -25403,7 +25403,7 @@ msgctxt ""
"par_id561585330787741\n"
"help.text"
msgid "Returns the number of lines read or written so far."
-msgstr ""
+msgstr "Επιστρέφει τον αριθμό των γραμμών που διαβάστηκαν ή γράφτηκαν μέχρι στιγμής."
#. CLAvQ
#: sf_textstream.xhp
@@ -25412,7 +25412,7 @@ msgctxt ""
"par_id531585330787157\n"
"help.text"
msgid "No"
-msgstr ""
+msgstr "Όχι"
#. rdA5M
#: sf_textstream.xhp
@@ -25421,7 +25421,7 @@ msgctxt ""
"par_id691585330787279\n"
"help.text"
msgid "Sets or returns the current delimiter to be inserted between two successive written lines. The default value is the native line delimiter in the current operating system."
-msgstr ""
+msgstr "Ορίζει ή επιστρέφει τον τρέχοντα οριοθέτη που θα εισαχθεί μεταξύ δύο διαδοχικών γραπτών γραμμών. Η προεπιλεγμένη τιμή είναι ο εγγενής διαχωριστής γραμμής στο τρέχον λειτουργικό σύστημα."
#. dCeHZ
#: sf_textstream.xhp
@@ -25430,7 +25430,7 @@ msgctxt ""
"par_id141613001281573\n"
"help.text"
msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
-msgstr ""
+msgstr "Για να μάθετε περισσότερα σχετικά με τα ονόματα των συνόλων χαρακτήρων, επισκεφτείτε τη σελίδα <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">Σύνολο χαρακτήρων IANA</link>. Προσέξτε ότι το %PRODUCTNAME δεν υλοποιεί όλα τα υφιστάμενα σύνολα χαρακτήρων."
#. hKJkD
#: sf_textstream.xhp
@@ -25439,7 +25439,7 @@ msgctxt ""
"par_id891611613601554\n"
"help.text"
msgid "List of Methods in the TextStream Service"
-msgstr ""
+msgstr "Κατάλογος μεθόδων στην υπηρεσία TextStream"
#. DBBKM
#: sf_textstream.xhp
@@ -25448,7 +25448,7 @@ msgctxt ""
"par_id421585330787675\n"
"help.text"
msgid "Closes the current input or output stream and empties the output buffer if relevant. Returns <literal>True</literal> if the file was successfully closed."
-msgstr ""
+msgstr "Κλείνει την τρέχουσα ροή εισόδου ή εξόδου και αδειάζει την προσωρινή μνήμη εξόδου, εάν χρειάζεται. Επιστρέφει <literal>True</literal> εάν το αρχείο έκλεισε με επιτυχία."
#. MCW3q
#: sf_textstream.xhp
@@ -25457,7 +25457,7 @@ msgctxt ""
"par_id65158533078799\n"
"help.text"
msgid "Returns all the remaining lines in the text stream as a single string. Line breaks are not removed."
-msgstr ""
+msgstr "Επιστρέφει όλες τις υπόλοιπες γραμμές στη ροή κειμένου ως μία συμβολοσειρά. Οι αλλαγές γραμμής δεν αφαιρούνται."
#. Vr34D
#: sf_textstream.xhp
@@ -25466,7 +25466,7 @@ msgctxt ""
"par_id71613600347125\n"
"help.text"
msgid "The resulting string can be split in lines either by using the <literal>Split</literal> built-in Basic function if the line delimiter is known, or with the <literal>SF_String.SplitLines</literal> method."
-msgstr ""
+msgstr "Η συμβολοσειρά που προκύπτει μπορεί να χωριστεί σε γραμμές είτε χρησιμοποιώντας την ενσωματωμένη συνάρτηση Basic <literal>Split</literal>, εάν ο οριοθέτης γραμμής είναι γνωστός, είτε με τη μέθοδο <literal>SF_String.SplitLines</literal>."
#. VRLGn
#: sf_textstream.xhp
@@ -25475,7 +25475,7 @@ msgctxt ""
"par_id91585330787373\n"
"help.text"
msgid "For large files, using the <literal>ReadAll</literal> method wastes memory resources. In such cases it is recommended to read the file line by line using the <literal>ReadLine</literal> method."
-msgstr ""
+msgstr "Για μεγάλα αρχεία, η χρήση της μεθόδου <literal>ReadAll</literal> σπαταλά πόρους μνήμης. Σε τέτοιες περιπτώσεις, συνιστάται η ανάγνωση του αρχείου γραμμή προς γραμμή χρησιμοποιώντας τη μέθοδο <literal>ReadLine</literal>."
#. BuBVA
#: sf_textstream.xhp
@@ -25484,7 +25484,7 @@ msgctxt ""
"par_id921613595637851\n"
"help.text"
msgid "Consider the text file \"Students.txt\" with the following contents (a name in each line):"
-msgstr ""
+msgstr "Εξετάστε το αρχείο κειμένου \"Students.txt\" με τα ακόλουθα περιεχόμενα (ένα όνομα σε κάθε γραμμή):"
#. hk7q4
#: sf_textstream.xhp
@@ -25493,7 +25493,7 @@ msgctxt ""
"par_id391613596019750\n"
"help.text"
msgid "The examples below in Basic and Python use the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:"
-msgstr ""
+msgstr "Τα παρακάτω παραδείγματα σε Basic και Python χρησιμοποιούν τις μεθόδους <literal>ReadAll</literal> και <literal>SplitLines</literal> για να διαβάσουν τα περιεχόμενα του αρχείου σε μια σειρά από συμβολοσειρές:"
#. BuRJE
#: sf_textstream.xhp
@@ -25502,7 +25502,7 @@ msgctxt ""
"bas_id251613595640550\n"
"help.text"
msgid "'Loads the FileSystem service"
-msgstr ""
+msgstr "'Φορτώνει την υπηρεσία FileSystem"
#. L2a3D
#: sf_textstream.xhp
@@ -25511,7 +25511,7 @@ msgctxt ""
"bas_id181613595641087\n"
"help.text"
msgid "'Opens the text file with the names to be read"
-msgstr ""
+msgstr "'Ανοίγει το αρχείο κειμένου με τα ονόματα προς ανάγνωση"
#. rDCSD
#: sf_textstream.xhp
@@ -25520,7 +25520,7 @@ msgctxt ""
"bas_id711613595642109\n"
"help.text"
msgid "'Reads all the contents in the input file as a single string"
-msgstr ""
+msgstr "'Διαβάζει όλα τα περιεχόμενα στο αρχείο εισόδου ως μία συμβολοσειρά"
#. 6w73J
#: sf_textstream.xhp
@@ -25529,7 +25529,7 @@ msgctxt ""
"bas_id961613595643093\n"
"help.text"
msgid "'Splits the string into an array"
-msgstr ""
+msgstr "'Διαιρεί τη συμβολοσειρά σε έναν πίνακα"
#. 7Fq9E
#: sf_textstream.xhp
@@ -25538,7 +25538,7 @@ msgctxt ""
"par_id871585330787885\n"
"help.text"
msgid "Returns the next line in the text stream as a string. Line breaks are removed from the returned string."
-msgstr ""
+msgstr "Επιστρέφει την επόμενη γραμμή στη ροή κειμένου ως συμβολοσειρά. Οι αλλαγές γραμμής αφαιρούνται από την επιστρεφόμενη συμβολοσειρά."
#. 6iDcF
#: sf_textstream.xhp
@@ -25547,7 +25547,7 @@ msgctxt ""
"par_id431613600221626\n"
"help.text"
msgid "The <literal>AtEndOfStream</literal> test should precede the <literal>ReadLine</literal> method like in the example below."
-msgstr ""
+msgstr "Η δοκιμή <literal>AtEndOfStream</literal> θα πρέπει να προηγείται της μεθόδου <literal>ReadLine</literal> όπως στο παρακάτω παράδειγμα."
#. GRRkq
#: sf_textstream.xhp
@@ -25556,7 +25556,7 @@ msgctxt ""
"par_id171585330787774\n"
"help.text"
msgid "An error will be raised if the <literal>AtEndOfStream</literal> was reached during the previous <literal>ReadLine</literal> or <literal>SkipLine</literal> method call."
-msgstr ""
+msgstr "Θα προκύψει σφάλμα εάν επιτεύχθηκε το <literal>AtEndOfStream</literal> κατά την προηγούμενη κλήση της μεθόδου <literal>ReadLine</literal> ή <literal>SkipLine</literal>."
#. mAty4
#: sf_textstream.xhp
@@ -25565,7 +25565,7 @@ msgctxt ""
"par_id11585330787847\n"
"help.text"
msgid "Skips the next line in the input stream when reading a <literal>TextStream</literal> file."
-msgstr ""
+msgstr "Παραλείπει την επόμενη γραμμή στη ροή εισόδου κατά την ανάγνωση ενός αρχείου <literal>TextStream</literal>."
#. FDMJB
#: sf_textstream.xhp
@@ -25574,7 +25574,7 @@ msgctxt ""
"par_id441613600704766\n"
"help.text"
msgid "This method can result in <literal>AtEndOfStream</literal> being set to <literal>True</literal>."
-msgstr ""
+msgstr "Αυτή η μέθοδος μπορεί να έχει ως αποτέλεσμα το <literal>AtEndOfStream</literal> να οριστεί σε <literal>True</literal>."
#. D4JVb
#: sf_textstream.xhp
@@ -25583,7 +25583,7 @@ msgctxt ""
"par_id141585330787657\n"
"help.text"
msgid "Writes a specified number of empty lines to the output stream."
-msgstr ""
+msgstr "Γράφει έναν καθορισμένο αριθμό κενών γραμμών στη ροή εξόδου."
#. YsBUm
#: sf_textstream.xhp
@@ -25592,7 +25592,7 @@ msgctxt ""
"par_id291585330787357\n"
"help.text"
msgid "<emph>lines</emph>: The number of empty lines to write to the file."
-msgstr ""
+msgstr "<emph>lines</emph> (γραμμές): Ο αριθμός των κενών γραμμών για εγγραφή στο αρχείο."
#. GCPCC
#: sf_textstream.xhp
@@ -25601,7 +25601,7 @@ msgctxt ""
"par_id101585330787215\n"
"help.text"
msgid "Writes the given string to the output stream as a single line."
-msgstr ""
+msgstr "Γράφει τη δεδομένη συμβολοσειρά στη ροή εξόδου ως μία μοναδική γραμμή."
#. Eska7
#: sf_textstream.xhp
@@ -25610,7 +25610,7 @@ msgctxt ""
"par_id421613601002074\n"
"help.text"
msgid "The character defined in the <literal>NewLine</literal> property is used as the line delimiter."
-msgstr ""
+msgstr "Ο χαρακτήρας που ορίζεται στην ιδιότητα <literal>NewLine</literal> χρησιμοποιείται ως οριοθέτης γραμμής."
#. LXFPE
#: sf_textstream.xhp
@@ -25619,7 +25619,7 @@ msgctxt ""
"par_id491585330787650\n"
"help.text"
msgid "<emph>line</emph>: The line to write, may be empty."
-msgstr ""
+msgstr "<emph>line</emph> (γραμμή): Η γραμμή που θέλετε να γράψετε μπορεί να είναι κενή."
#. PM5Bx
#: sf_textstream.xhp
@@ -25628,7 +25628,7 @@ msgctxt ""
"par_id821626894480105\n"
"help.text"
msgid "The examples below in Basic and Python create a text file in CSV format in which each line contains a value and its square until <literal>lastValue</literal> is reached."
-msgstr ""
+msgstr "Τα παρακάτω παραδείγματα σε Basic και Python δημιουργούν ένα αρχείο κειμένου σε μορφή CSV, στο οποίο κάθε γραμμή περιέχει μια τιμή και το τετράγωνό της μέχρι να επιτευχθεί η <literal>lastValue</literal>."
#. 39u4o
#: sf_textstream.xhp
@@ -25637,7 +25637,7 @@ msgctxt ""
"bas_id21613321528612\n"
"help.text"
msgid "'Instantiates the FileSystem Service"
-msgstr ""
+msgstr "'Δημιουργεί την υπηρεσία FileSystem"
#. FnTiG
#: sf_textstream.xhp
@@ -25646,7 +25646,7 @@ msgctxt ""
"bas_id191613321529277\n"
"help.text"
msgid "'Creates a text file"
-msgstr ""
+msgstr "'Δημιουργεί ένα αρχείο κειμένου"
#. f5RSB
#: sf_textstream.xhp
@@ -25655,7 +25655,7 @@ msgctxt ""
"bas_id641613321530181\n"
"help.text"
msgid "'Writes the Value and Value squared, separated by \";\""
-msgstr ""
+msgstr "'Γράφει την τιμή και την τιμή στο τετράγωνο, διαχωρισμένες με \";\""
#. FCowk
#: sf_textstream.xhp
@@ -25664,7 +25664,7 @@ msgctxt ""
"bas_id141613321530960\n"
"help.text"
msgid "myFile.WriteLine(\"Value;Value Squared\")"
-msgstr ""
+msgstr "myFile.WriteLine(\"Value;Value Squared\")"
#. m9Mo4
#: sf_textstream.xhp
@@ -25673,7 +25673,7 @@ msgctxt ""
"bas_id881613321532598\n"
"help.text"
msgid "'Closes the file and free resources"
-msgstr ""
+msgstr "'Κλείνει το αρχείο και ελευθερώνει πόρους"
#. PCSPY
#: sf_timer.xhp
@@ -25682,7 +25682,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.Timer service"
-msgstr ""
+msgstr "Υπηρεσία ScriptForge.Timer"
#. cxRDS
#: sf_timer.xhp
@@ -25691,7 +25691,7 @@ msgctxt ""
"hd_id731582733781114\n"
"help.text"
msgid "<variable id=\"TimerService\"><link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>ScriptForge</literal>.<literal>Timer</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"TimerService\"><link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\">Υπηρεσία <literal>ScriptForge</literal>.<literal>Timer</literal></link></variable>"
#. WyVvH
#: sf_timer.xhp
@@ -25700,7 +25700,7 @@ msgctxt ""
"par_id961582733781662\n"
"help.text"
msgid "The <literal>Timer</literal> service measures the amount of time it takes to run user scripts."
-msgstr ""
+msgstr "Η υπηρεσία <literal>Timer</literal> μετρά τον χρόνο που απαιτείται για την εκτέλεση των σεναρίων χρήστη."
#. qDa8E
#: sf_timer.xhp
@@ -25709,7 +25709,7 @@ msgctxt ""
"par_id181582733781323\n"
"help.text"
msgid "A <literal>Timer</literal> measures <emph>durations</emph>. It can be:"
-msgstr ""
+msgstr "Ένα <literal>Timer</literal> (Χρονόμετρο) μετρά τις <emph>durations</emph> (διάρκειες). Μπορεί να είναι:"
#. ErpLm
#: sf_timer.xhp
@@ -25718,7 +25718,7 @@ msgctxt ""
"par_id711582733781252\n"
"help.text"
msgid "Started, to indicate when to start measuring time."
-msgstr ""
+msgstr "Started (εκκίνηση), για να υποδείξετε πότε θα ξεκινήσει η μέτρηση του χρόνου."
#. NAAFg
#: sf_timer.xhp
@@ -25727,7 +25727,7 @@ msgctxt ""
"par_id631582733781431\n"
"help.text"
msgid "Suspended, to pause measuring running time."
-msgstr ""
+msgstr "Suspended (Σε αναστολή), για παύση της μέτρησης του χρόνου λειτουργίας."
#. nt9Qc
#: sf_timer.xhp
@@ -25736,7 +25736,7 @@ msgctxt ""
"par_id691582733781498\n"
"help.text"
msgid "Resumed, to continue tracking running time after the Timer has been suspended."
-msgstr ""
+msgstr "Resumed (Συνέχεια), για να συνεχιστεί η παρακολούθηση του χρόνου εκτέλεσης μετά την αναστολή του χρονοδιακόπτη."
#. DVCBM
#: sf_timer.xhp
@@ -25745,7 +25745,7 @@ msgctxt ""
"par_id31582733781344\n"
"help.text"
msgid "Restarted, which will cancel previous measurements and start the <literal>Timer</literal> at zero."
-msgstr ""
+msgstr "Restarted (Επανεκκίνηση), η οποία θα ακυρώσει τις προηγούμενες μετρήσεις και θα ξεκινήσει το <literal>Timer</literal> στο μηδέν."
#. dm7yA
#: sf_timer.xhp
@@ -25754,7 +25754,7 @@ msgctxt ""
"par_id991582733781280\n"
"help.text"
msgid "Durations are expressed in seconds with a precision of 3 decimal digits (milliseconds). A duration value of 12.345 means 12 seconds and 345 milliseconds"
-msgstr ""
+msgstr "Οι διάρκειες εκφράζονται σε δευτερόλεπτα με ακρίβεια 3 δεκαδικών ψηφίων (χιλιοστά του δευτερολέπτου). Μια τιμή διάρκειας 12.345 σημαίνει 12 δευτερόλεπτα και 345 χιλιοστά του δευτερολέπτου"
#. CVhDR
#: sf_timer.xhp
@@ -25763,7 +25763,7 @@ msgctxt ""
"hd_id201582733781265\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Κλήση υπηρεσίας"
#. fYto9
#: sf_timer.xhp
@@ -25772,7 +25772,7 @@ msgctxt ""
"par_id141609955500101\n"
"help.text"
msgid "Before using the <literal>Timer</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:"
-msgstr ""
+msgstr "Πριν να χρησιμοποιήσετε την υπηρεσία <literal>Timer</literal>, πρέπει να φορτωθεί ή να εισαχθεί η βιβλιοθήκη <literal>ScriptForge</literal>:"
#. SCYEX
#: sf_timer.xhp
@@ -25781,7 +25781,7 @@ msgctxt ""
"par_id891610734806133\n"
"help.text"
msgid "The example below creates a <literal>Timer</literal> object named <literal>myTimer</literal> and starts it immediately."
-msgstr ""
+msgstr "Το παρακάτω παράδειγμα δημιουργεί ένα αντικείμενο <literal>Timer</literal> με το όνομα <literal>myTimer</literal> και το ξεκινά αμέσως."
#. WMZog
#: sf_timer.xhp
@@ -25790,7 +25790,7 @@ msgctxt ""
"bas_id681582733781715\n"
"help.text"
msgid "'The timer starts immediately when the second argument = True, default = False"
-msgstr ""
+msgstr "'Ο χρονοδιακόπτης ξεκινά αμέσως όταν το δεύτερο όρισμα = True, προεπιλογή = False"
#. CnZqc
#: sf_timer.xhp
@@ -25799,7 +25799,7 @@ msgctxt ""
"par_id891582733781994\n"
"help.text"
msgid "It is recommended to free resources after use:"
-msgstr ""
+msgstr "Συνιστάται η απελευθέρωση πόρων μετά τη χρήση:"
#. 8h3fp
#: sf_timer.xhp
@@ -25808,7 +25808,7 @@ msgctxt ""
"hd_id521582733781450\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Ιδιότητες"
#. dVncX
#: sf_timer.xhp
@@ -25817,7 +25817,7 @@ msgctxt ""
"par_id71582733781260\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Όνομα"
#. hFnkK
#: sf_timer.xhp
@@ -25826,7 +25826,7 @@ msgctxt ""
"par_id711582733781103\n"
"help.text"
msgid "Readonly"
-msgstr ""
+msgstr "Μόνο για ανάγνωση"
#. NvqK9
#: sf_timer.xhp
@@ -25835,7 +25835,7 @@ msgctxt ""
"par_id76158273378122\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "Τύπος"
#. 7zFYh
#: sf_timer.xhp
@@ -25844,7 +25844,7 @@ msgctxt ""
"par_id751582733781926\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Περιγραφή"
#. T92or
#: sf_timer.xhp
@@ -25853,7 +25853,7 @@ msgctxt ""
"par_id621582733781588\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. 9yDgM
#: sf_timer.xhp
@@ -25862,7 +25862,7 @@ msgctxt ""
"par_id731582733781476\n"
"help.text"
msgid "The actual running time elapsed since start or between start and stop (does not consider suspended time)"
-msgstr ""
+msgstr "Ο πραγματικός χρόνος λειτουργίας που έχει παρέλθει από την έναρξη ή μεταξύ έναρξης και διακοπής (δεν λαμβάνεται υπόψη ο χρόνος αναστολής)"
#. ThAaG
#: sf_timer.xhp
@@ -25871,7 +25871,7 @@ msgctxt ""
"par_id301582733781498\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. tqpDU
#: sf_timer.xhp
@@ -25880,7 +25880,7 @@ msgctxt ""
"par_id401582733781608\n"
"help.text"
msgid "<literal>True</literal> when timer is started or suspended"
-msgstr ""
+msgstr "<literal>True</literal> όταν ο χρονοδιακόπτης ξεκινά ή αναστέλεται"
#. pSPgk
#: sf_timer.xhp
@@ -25889,7 +25889,7 @@ msgctxt ""
"par_id181582733781551\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. SGyi4
#: sf_timer.xhp
@@ -25898,7 +25898,7 @@ msgctxt ""
"par_id161582733781328\n"
"help.text"
msgid "<literal>True</literal> when timer is started and suspended"
-msgstr ""
+msgstr "<literal>True</literal> όταν ο χρονοδιακόπτης ξεκινά και αναστέλεται"
#. qoNpD
#: sf_timer.xhp
@@ -25907,7 +25907,7 @@ msgctxt ""
"par_id651582733781874\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. E45MD
#: sf_timer.xhp
@@ -25916,7 +25916,7 @@ msgctxt ""
"par_id171582733781456\n"
"help.text"
msgid "The actual time elapsed while suspended since start or between start and stop"
-msgstr ""
+msgstr "Ο πραγματικός χρόνος που παρήλθε κατά την αναστολή από την έναρξη ή μεταξύ έναρξης και διακοπής"
#. gxF8S
#: sf_timer.xhp
@@ -25925,7 +25925,7 @@ msgctxt ""
"par_id141582733781303\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. FeCob
#: sf_timer.xhp
@@ -25934,7 +25934,7 @@ msgctxt ""
"par_id411582733781932\n"
"help.text"
msgid "The actual time elapsed since start or between start and stop (including suspensions and running time)"
-msgstr ""
+msgstr "Ο πραγματικός χρόνος που έχει παρέλθει από την έναρξη ή μεταξύ εκκίνησης και διακοπής (συμπεριλαμβανομένων των αναστολών και του χρόνου λειτουργίας)"
#. a63gW
#: sf_timer.xhp
@@ -25943,7 +25943,7 @@ msgctxt ""
"par_id9158273378151\n"
"help.text"
msgid "Note that the <literal>TotalDuration</literal> property is equivalent to summing the <literal>Duration</literal> and <literal>SuspendDuration</literal> properties."
-msgstr ""
+msgstr "Σημειώστε ότι η ιδιότητα <literal>TotalDuration</literal> ισοδυναμεί με την άθροιση των ιδιοτήτων <literal>Duration</literal> και <literal>SuspendDuration</literal>."
#. Mav4g
#: sf_timer.xhp
@@ -25952,7 +25952,7 @@ msgctxt ""
"hd_id141582734141895\n"
"help.text"
msgid "Methods"
-msgstr ""
+msgstr "Μέθοδοι"
#. P8RQj
#: sf_timer.xhp
@@ -25961,7 +25961,7 @@ msgctxt ""
"par_id291582734377752\n"
"help.text"
msgid "All methods do not require arguments and return a <literal>Boolean</literal> value."
-msgstr ""
+msgstr "Όλες οι μέθοδοι δεν απαιτούν ορίσματα και επιστρέφουν μια τιμή <literal>Boolean</literal>."
#. onEib
#: sf_timer.xhp
@@ -25970,7 +25970,7 @@ msgctxt ""
"par_id311582734894257\n"
"help.text"
msgid "If the returned value is <literal>False</literal>, then nothing happened."
-msgstr ""
+msgstr "Εάν η επιστρεφόμενη τιμή είναι <literal>False</literal>, τότε δεν συνέβη τίποτα."
#. U82Do
#: sf_timer.xhp
@@ -25979,7 +25979,7 @@ msgctxt ""
"par_id871582734180676\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Όνομα"
#. 6oGwx
#: sf_timer.xhp
@@ -25988,7 +25988,7 @@ msgctxt ""
"par_id971582734180676\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Περιγραφή"
#. ZMfpe
#: sf_timer.xhp
@@ -25997,7 +25997,7 @@ msgctxt ""
"par_id911582734180676\n"
"help.text"
msgid "Returned value"
-msgstr ""
+msgstr "Επιστρεφόμενη τιμή"
#. 6DJTP
#: sf_timer.xhp
@@ -26006,7 +26006,7 @@ msgctxt ""
"par_id301582734180676\n"
"help.text"
msgid "Resumes the <literal>Timer</literal> if it has been suspended"
-msgstr ""
+msgstr "Συνεχίζει το <literal>Timer</literal> (Χρονόμετρο) εάν έχει ανασταλεί"
#. ixF7A
#: sf_timer.xhp
@@ -26015,7 +26015,7 @@ msgctxt ""
"par_id661582734180676\n"
"help.text"
msgid "<literal>False</literal> if the timer is not suspended"
-msgstr ""
+msgstr "<literal>False</literal> εάν το χρονόμετρο δεν είναι σε αναστολή"
#. AAozF
#: sf_timer.xhp
@@ -26024,7 +26024,7 @@ msgctxt ""
"par_id821582734649305\n"
"help.text"
msgid "Terminates the <literal>Timer</literal> and discards its current property values, restarting as a new clean <literal>Timer</literal>"
-msgstr ""
+msgstr "Τερματίζει το <literal>Timer</literal> και απορρίπτει τις τρέχουσες τιμές ιδιοτήτων του, επανεκκινώντας ως νέο καθαρό <literal>Timer</literal>"
#. UtCTT
#: sf_timer.xhp
@@ -26033,7 +26033,7 @@ msgctxt ""
"par_id761582734649305\n"
"help.text"
msgid "<literal>False</literal> if the timer is inactive"
-msgstr ""
+msgstr "<literal>False</literal> εάν το χρονόμετρο είναι ανενεργό"
#. AkgAy
#: sf_timer.xhp
@@ -26042,7 +26042,7 @@ msgctxt ""
"par_id641582734802443\n"
"help.text"
msgid "Starts a new clean timer"
-msgstr ""
+msgstr "Ξεκινά ένα νέο καθαρό χρονόμετρο"
#. B4gTh
#: sf_timer.xhp
@@ -26051,7 +26051,7 @@ msgctxt ""
"par_id921582734802443\n"
"help.text"
msgid "<literal>False</literal> if the timer is already started"
-msgstr ""
+msgstr "<literal>False</literal> εάν το χρονόμετρο έχει ήδη ξεκινήσει"
#. D7CoH
#: sf_timer.xhp
@@ -26060,7 +26060,7 @@ msgctxt ""
"par_id81582734905507\n"
"help.text"
msgid "Suspends a running timer"
-msgstr ""
+msgstr "Αναστέλλει ένα εκτελούμενο χρονόμετρο"
#. YbeSJ
#: sf_timer.xhp
@@ -26069,7 +26069,7 @@ msgctxt ""
"par_id661582734905507\n"
"help.text"
msgid "<literal>False</literal> if the timer is not started or already suspended"
-msgstr ""
+msgstr "<literal>False</literal> εάν το χρονόμετρο δεν έχει ξεκινήσει ή έχει ήδη ανασταλεί"
#. sgXra
#: sf_timer.xhp
@@ -26078,7 +26078,7 @@ msgctxt ""
"par_id861582734996722\n"
"help.text"
msgid "Stops a running timer"
-msgstr ""
+msgstr "Διακόπτει ένα χρονόμετρο που λειτουργεί"
#. WkCCC
#: sf_timer.xhp
@@ -26087,7 +26087,7 @@ msgctxt ""
"par_id381582734996722\n"
"help.text"
msgid "<literal>False</literal> if the timer is neither started nor suspended"
-msgstr ""
+msgstr "<literal>False</literal> εάν το χρονόμετρο δεν έχει ξεκινήσει ούτε έχει ανασταλεί"
#. DuD3h
#: sf_timer.xhp
@@ -26096,7 +26096,7 @@ msgctxt ""
"par_id731626871820490\n"
"help.text"
msgid "The examples below in Basic and Python illustrate the use of the methods and properties in the <literal>Timer</literal> service."
-msgstr ""
+msgstr "Τα παρακάτω παραδείγματα σε Basic και Python επεξηγούν τη χρήση των μεθόδων και των ιδιοτήτων στην υπηρεσία <literal>Timer</literal>."
#. UgBnC
#: sf_timer.xhp
@@ -26105,7 +26105,7 @@ msgctxt ""
"bas_id141582735926821\n"
"help.text"
msgid "'The time elapsed while the Dialog box is open will be counted as suspended time"
-msgstr ""
+msgstr "'Ο χρόνος που έχει παρέλθει όσο είναι ανοιχτό το πλαίσιο διαλόγου θα υπολογίζεται ως χρόνος σε αναστολή"
#. 4jHcj
#: sf_timer.xhp
@@ -26114,7 +26114,7 @@ msgctxt ""
"bas_id901582735961725\n"
"help.text"
msgid "'The time elapsed while the Dialog box is open will be counted as running time"
-msgstr ""
+msgstr "'Ο χρόνος που έχει παρέλθει όσο είναι ανοιχτό το πλαίσιο διαλόγου θα υπολογίζεται ως χρόνος εκτέλεσης"
#. 7QhZU
#: sf_timer.xhp
@@ -26123,7 +26123,7 @@ msgctxt ""
"bas_id941610739926687\n"
"help.text"
msgid "'Shows the final time measurements"
-msgstr ""
+msgstr "'Εμφανίζει τις μετρήσεις του τελικού χρόνου"
#. J6XGB
#: sf_timer.xhp
@@ -26132,7 +26132,7 @@ msgctxt ""
"par_id281610740093006\n"
"help.text"
msgid "If you call the <literal>Terminate</literal> method, subsequent calls for the <literal>Continue</literal> method will not resume time measurement. Similarly, after a Timer has been terminated, calling the <literal>Start</literal> method will restart it as if it were a clean new Timer."
-msgstr ""
+msgstr "Εάν καλέσετε τη μέθοδο <literal>Terminate</literal> (Τερματισμός), οι επόμενες κλήσεις για τη μέθοδο <literal>Continue</literal> (Συνέχεια) δεν θα συνεχίσουν τη μέτρηση του χρόνου. Ομοίως, μετά τον τερματισμό ενός χρονομέτρου, η κλήση της μεθόδου <literal>Start</literal> (Έναρξη) θα τον επανεκκινήσει σαν να ήταν ένα καθαρό νέο χρονόμετρο."
#. DSYKj
#: sf_timer.xhp
@@ -26141,7 +26141,7 @@ msgctxt ""
"par_id391626872019832\n"
"help.text"
msgid "Beware that the <literal>Wait</literal> function in Basic takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument."
-msgstr ""
+msgstr "Προσέξτε ότι η συνάρτηση <literal>Wait</literal> (Αναμονή) στη Basic λαμβάνει ένα όρισμα διάρκειας σε χιλιοστά του δευτερολέπτου, ενώ η συνάρτηση <literal>sleep</literal> στην Python χρησιμοποιεί δευτερόλεπτα στο όρισμά της."
#. bHEyr
#: sf_timer.xhp
@@ -26150,7 +26150,7 @@ msgctxt ""
"hd_id431610989623086\n"
"help.text"
msgid "Working with Multiple Timers"
-msgstr ""
+msgstr "Εργασία με πολλαπλά χρονόμετρα"
#. dr779
#: sf_timer.xhp
@@ -26159,7 +26159,7 @@ msgctxt ""
"par_id741610989639201\n"
"help.text"
msgid "It is possible to instantiate multiple <literal>Timer</literal> services in parallel, which gives flexibility in measuring time in different parts of the code."
-msgstr ""
+msgstr "Είναι δυνατή η παράλληλη δημιουργία πολλαπλών υπηρεσιών <literal>Timer</literal>, γεγονός που παρέχει ευελιξία στη μέτρηση του χρόνου σε διαφορετικά μέρη του κώδικα."
#. ueLgB
#: sf_timer.xhp
@@ -26168,7 +26168,7 @@ msgctxt ""
"par_id921610989722908\n"
"help.text"
msgid "The following example illustrates how to create two <literal>Timer</literal> objects and start them separately."
-msgstr ""
+msgstr "Το παρακάτω παράδειγμα δείχνει πώς να δημιουργήσετε δύο αντικείμενα <literal>Timer</literal> και να τα ξεκινήσετε ξεχωριστά."
#. PtA4E
#: sf_timer.xhp
@@ -26177,7 +26177,7 @@ msgctxt ""
"bas_id481610989853679\n"
"help.text"
msgid "'Starts myTimerA"
-msgstr ""
+msgstr "'Εκκινεί το myTimerA"
#. VUdGW
#: sf_timer.xhp
@@ -26186,7 +26186,7 @@ msgctxt ""
"bas_id331610989849501\n"
"help.text"
msgid "'Starts myTimerB"
-msgstr ""
+msgstr "'Εκκινεί το myTimerB"
#. t98Fv
#: sf_timer.xhp
@@ -26195,7 +26195,7 @@ msgctxt ""
"bas_id931610989837747\n"
"help.text"
msgid "'Terminate both timers"
-msgstr ""
+msgstr "'Τερματισμός και των δύο χρονομέτρων"
#. dphFv
#: sf_ui.xhp
@@ -26204,7 +26204,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ScriptForge.UI service"
-msgstr ""
+msgstr "Υπηρεσία ScriptForge.UI"
#. QWA6E
#: sf_ui.xhp
@@ -26213,7 +26213,7 @@ msgctxt ""
"hd_id371587913266310\n"
"help.text"
msgid "<variable id=\"UIService\"><link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"ScriptForge.UI service\"><literal>ScriptForge</literal>.<literal>UI</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"UIService\"><link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"ScriptForge.UI service\">Υπηρεσία <literal>ScriptForge</literal>.<literal>UI</literal></link></variable>"
#. cAtxQ
#: sf_ui.xhp
@@ -26222,7 +26222,7 @@ msgctxt ""
"par_id31587913266153\n"
"help.text"
msgid "The UI (User Interface) service simplifies the identification and the manipulation of the different windows composing the whole %PRODUCTNAME application:"
-msgstr ""
+msgstr "Η υπηρεσία UI (διεπαφή χρήστη) απλοποιεί την αναγνώριση και τον χειρισμό των διαφορετικών παραθύρων που συνθέτουν ολόκληρη την εφαρμογή του %PRODUCTNAME:"
#. nTqj5
#: sf_ui.xhp
@@ -26231,7 +26231,7 @@ msgctxt ""
"par_id591587913266547\n"
"help.text"
msgid "Windows selection"
-msgstr ""
+msgstr "Επιλογή παραθύρων"
#. 45jFA
#: sf_ui.xhp
@@ -26240,7 +26240,7 @@ msgctxt ""
"par_id511587913266292\n"
"help.text"
msgid "Windows moving and resizing"
-msgstr ""
+msgstr "Μετακίνηση και αυξομείωση των παραθύρων"
#. UKRyn
#: sf_ui.xhp
@@ -26249,7 +26249,7 @@ msgctxt ""
"par_id51587913266596\n"
"help.text"
msgid "Statusbar settings"
-msgstr ""
+msgstr "Ρυθμίσεις γραμμής κατάστασης"
#. oj2kC
#: sf_ui.xhp
@@ -26258,7 +26258,7 @@ msgctxt ""
"par_id401599404339702\n"
"help.text"
msgid "Display of a floating progress bar"
-msgstr ""
+msgstr "Εμφάνιση αιωρούμενης γραμμής προόδου"
#. iE5hR
#: sf_ui.xhp
@@ -26267,7 +26267,7 @@ msgctxt ""
"par_id761587913266388\n"
"help.text"
msgid "Creation of new windows"
-msgstr ""
+msgstr "Δημιουργία νέων παραθύρων"
#. Dxuyy
#: sf_ui.xhp
@@ -26276,7 +26276,7 @@ msgctxt ""
"par_id591587913266489\n"
"help.text"
msgid "Access to the underlying \"documents\""
-msgstr ""
+msgstr "Πρόσβαση στα υποκείμενα \"έγγραφα\""
#. W5BL2
#: sf_ui.xhp
@@ -26285,7 +26285,7 @@ msgctxt ""
"par_id181620312953395\n"
"help.text"
msgid "The UI service is the starting point to open, create or access to the content of new or existing documents from a user script."
-msgstr ""
+msgstr "Η υπηρεσία διεπαφής χρήστη είναι το σημείο εκκίνησης για το άνοιγμα, τη δημιουργία ή την πρόσβαση στο περιεχόμενο νέων ή υφιστάμενων εγγράφων από ένα σενάριο χρήστη."
#. ERvRF
#: sf_ui.xhp
@@ -26294,7 +26294,7 @@ msgctxt ""
"hd_id881587913266307\n"
"help.text"
msgid "Definitions"
-msgstr ""
+msgstr "Ορισμοί"
#. L8Ate
#: sf_ui.xhp
@@ -26303,7 +26303,7 @@ msgctxt ""
"par_id741587913266919\n"
"help.text"
msgid "A window can be designated using various ways:"
-msgstr ""
+msgstr "Ένα παράθυρο μπορεί να οριστεί με διάφορους τρόπους:"
#. Bhs9h
#: sf_ui.xhp
@@ -26312,7 +26312,7 @@ msgctxt ""
"par_id291587913946648\n"
"help.text"
msgid "a full path and file name"
-msgstr ""
+msgstr "μια πλήρη διαδρομή και όνομα αρχείου"
#. CK62z
#: sf_ui.xhp
@@ -26321,7 +26321,7 @@ msgctxt ""
"par_id991587914045862\n"
"help.text"
msgid "the last component of the full file name or even only the last component without its suffix"
-msgstr ""
+msgstr "το τελευταίο στοιχείο του πλήρους ονόματος αρχείου ή ακόμα και μόνο το τελευταίο στοιχείο χωρίς το επίθημά του"
#. 8qLrG
#: sf_ui.xhp
@@ -26330,7 +26330,7 @@ msgctxt ""
"par_id541587914079744\n"
"help.text"
msgid "the title of the window"
-msgstr ""
+msgstr "τον τίτλο του παραθύρου"
#. rdSGt
#: sf_ui.xhp
@@ -26339,7 +26339,7 @@ msgctxt ""
"par_id191587914134221\n"
"help.text"
msgid "for new documents, something like \"Untitled 1\""
-msgstr ""
+msgstr "για νέα έγγραφα, κάτι σαν \"Άτιτλο 1\""
#. GrAxe
#: sf_ui.xhp
@@ -26348,7 +26348,7 @@ msgctxt ""
"par_id911587914185746\n"
"help.text"
msgid "one of the special windows \"<literal>BASICIDE</literal>\" and \"<literal>WELCOMESCREEN</literal>\""
-msgstr ""
+msgstr "ένα από τα ειδικά παράθυρα \"<literal>BASICIDE</literal>\" και \"<literal>WELCOMESCREEN</literal>\""
#. n5ZLz
#: sf_ui.xhp
@@ -26357,7 +26357,7 @@ msgctxt ""
"par_id181587914255236\n"
"help.text"
msgid "The window name is case-sensitive."
-msgstr ""
+msgstr "Το όνομα του παραθύρου κάνει διάκριση πεζών-κεφαλαίων."
#. CC5D5
#: sf_ui.xhp
@@ -26366,7 +26366,7 @@ msgctxt ""
"hd_id541588520711430\n"
"help.text"
msgid "Document object"
-msgstr ""
+msgstr "Αντικείμενο εγγράφου"
#. w8QcA
#: sf_ui.xhp
@@ -26375,7 +26375,7 @@ msgctxt ""
"par_id841588521238711\n"
"help.text"
msgid "The methods <literal>CreateDocument</literal>, <literal>CreateBaseDocument</literal>, <literal>GetDocument</literal>, <literal>OpenBaseDocument</literal> and <literal>OpenDocument</literal>, described below, generate document objects. When a window contains a document, an instance of the <literal>Document</literal> class represents that document. A counterexample the Basic IDE is not a document but is a window in our terminology. Additionally a document has a type: <literal>Calc</literal>, <literal>Impress</literal>, <literal>Writer</literal>, ..."
-msgstr ""
+msgstr "Οι μέθοδοι <literal>CreateDocument</literal>, <literal>CreateBaseDocument</literal>, <literal>GetDocument</literal>, <literal>OpenBaseDocument</literal> και <literal>OpenDocument</literal>, που περιγράφονται παρακάτω, δημιουργούν αντικείμενα εγγράφων. Όταν ένα παράθυρο περιέχει ένα έγγραφο, μια παρουσία της κλάσης <literal>Document</literal> αντιπροσωπεύει αυτό το έγγραφο. Ένα αντιπαράδειγμα της IDE Basic δεν είναι ένα έγγραφο αλλά είναι ένα παράθυρο στην ορολογία μας. Επιπλέον, ένα έγγραφο έχει έναν τύπο: <literal>Calc</literal>, <literal>Impress</literal>, <literal>Writer</literal>, ..."
#. CbJ8H
#: sf_ui.xhp
@@ -26384,7 +26384,7 @@ msgctxt ""
"par_id331588521254916\n"
"help.text"
msgid "The specific properties and methods applicable on documents are implemented in a document class."
-msgstr ""
+msgstr "Οι συγκεκριμένες ιδιότητες και μέθοδοι που ισχύουν στα έγγραφα υλοποιούνται σε μια κλάση εγγράφων."
#. CEisb
#: sf_ui.xhp
@@ -26393,7 +26393,7 @@ msgctxt ""
"par_id971588521292976\n"
"help.text"
msgid "The implementation of the document objects class is done in the <literal>SFDocuments</literal> associated library. See its \"<literal>Document</literal>\" service."
-msgstr ""
+msgstr "Η υλοποίηση της κλάσης αντικειμένων εγγράφου γίνεται στη συσχετισμένη βιβλιοθήκη <literal>SFDocuments</literal>. Δείτε την υπηρεσία \"<literal>Document</literal>\"."
#. 8NGPA
#: sf_ui.xhp
@@ -26402,7 +26402,7 @@ msgctxt ""
"hd_id91587913266988\n"
"help.text"
msgid "Service invocation"
-msgstr ""
+msgstr "Κλήση υπηρεσίας"
#. WhLKN
#: sf_ui.xhp
@@ -26411,7 +26411,7 @@ msgctxt ""
"par_id141609955500101\n"
"help.text"
msgid "Before using the <literal>UI</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:"
-msgstr ""
+msgstr "Πριν χρησιμοποιήσετε την υπηρεσία <literal>UI</literal>, πρέπει να φορτωθεί ή να εισαχθεί η βιβλιοθήκη <literal>ScriptForge</literal>:"
#. 2tFG6
#: sf_ui.xhp
@@ -26420,7 +26420,7 @@ msgctxt ""
"hd_id841587913266618\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "Ιδιότητες"
#. m8i6L
#: sf_ui.xhp
@@ -26429,7 +26429,7 @@ msgctxt ""
"par_id521587913266568\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Όνομα"
#. 48SHW
#: sf_ui.xhp
@@ -26438,7 +26438,7 @@ msgctxt ""
"par_id421587913266368\n"
"help.text"
msgid "ReadOnly"
-msgstr ""
+msgstr "Μόνο για ανάγνωση"
#. GpADs
#: sf_ui.xhp
@@ -26447,7 +26447,7 @@ msgctxt ""
"par_id631587914939732\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "Τύπος"
#. nB9z5
#: sf_ui.xhp
@@ -26456,7 +26456,7 @@ msgctxt ""
"par_id951587913266220\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Περιγραφή"
#. c5EiC
#: sf_ui.xhp
@@ -26465,7 +26465,7 @@ msgctxt ""
"par_id651587913266754\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. vQ8TT
#: sf_ui.xhp
@@ -26474,7 +26474,7 @@ msgctxt ""
"par_id351587913266349\n"
"help.text"
msgid "a valid and unique <literal>WindowName</literal> for the currently active window. When the window cannot be identified, a zero-length string is returned."
-msgstr ""
+msgstr "ένα έγκυρο και μοναδικό <literal>WindowName</literal> για το τρέχον ενεργό παράθυρο. Όταν το παράθυρο δεν μπορεί να αναγνωριστεί, επιστρέφεται μια συμβολοσειρά μηδενικού μήκους."
#. DiCRC
#: sf_ui.xhp
@@ -26483,7 +26483,7 @@ msgctxt ""
"par_id658517913266754\n"
"help.text"
msgid "Yes"
-msgstr ""
+msgstr "Ναι"
#. Bjyuv
#: sf_ui.xhp
@@ -26492,7 +26492,7 @@ msgctxt ""
"par_id153587913266349\n"
"help.text"
msgid "The list of the currently open documents. Special windows are ignored. This list consists of a zero-based one dimensional array either of filenames (in SF_FileSystem.FileNaming notation) or of window titles for unsaved documents."
-msgstr ""
+msgstr "Ο κατάλογος με τα τρέχοντα ανοιχτά έγγραφα. Τα ειδικά παράθυρα αγνοούνται. Αυτός ο κατάλογος αποτελείται από έναν μηδενικό μονοδιάστατο πίνακα είτε ονομάτων αρχείων (σε σημειογραφία SF_FileSystem.FileNaming), είτε από τίτλους παραθύρων για μη αποθηκευμένα έγγραφα."
#. BH9YJ
#: sf_ui.xhp
@@ -26501,7 +26501,7 @@ msgctxt ""
"hd_id511620762163390\n"
"help.text"
msgid "Constants"
-msgstr ""
+msgstr "Σταθερές"
#. ziD2D
#: sf_ui.xhp
@@ -26510,7 +26510,7 @@ msgctxt ""
"par_id761620761856238\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Όνομα"
#. eBD6E
#: sf_ui.xhp
@@ -26519,7 +26519,7 @@ msgctxt ""
"par_id591620761856238\n"
"help.text"
msgid "Value"
-msgstr ""
+msgstr "Τιμή"
#. 2DU4R
#: sf_ui.xhp
@@ -26528,7 +26528,7 @@ msgctxt ""
"par_id711620761856238\n"
"help.text"
msgid "Description"
-msgstr ""
+msgstr "Περιγραφή"
#. adCUF
#: sf_ui.xhp
@@ -26537,7 +26537,7 @@ msgctxt ""
"par_id341620761856238\n"
"help.text"
msgid "Macros are always executed"
-msgstr ""
+msgstr "Οι μακροεντολές εκτελούνται πάντα"
#. 7hEDg
#: sf_ui.xhp
@@ -26546,7 +26546,7 @@ msgctxt ""
"par_id101620761893011\n"
"help.text"
msgid "Macros are never executed"
-msgstr ""
+msgstr "Οι μακροεντολές δεν εκτελούνται ποτέ"
#. 6Jgt7
#: sf_ui.xhp
@@ -26555,7 +26555,7 @@ msgctxt ""
"par_id11620761899780\n"
"help.text"
msgid "Macro execution depends on user settings"
-msgstr ""
+msgstr "Η εκτέλεση των μακροεντολών εξαρτάται από τις ρυθμίσεις του χρήστη"
#. BTUQ4
#: sf_ui.xhp
@@ -26564,7 +26564,7 @@ msgctxt ""
"par_id311620312548992\n"
"help.text"
msgid "The examples below show a <literal>MsgBox</literal> with the names of all currently open documents."
-msgstr ""
+msgstr "Τα παρακάτω παραδείγματα δείχνουν ένα <literal>MsgBox</literal> με τα ονόματα όλων των ανοιχτών εγγράφων."
#. DfpBz
#: sf_ui.xhp
@@ -26573,7 +26573,7 @@ msgctxt ""
"par_id881608131596153\n"
"help.text"
msgid "List of Methods in the UI Service"
-msgstr ""
+msgstr "Κατάλογος μεθόδων στην υπηρεσία UI"
#. 4fc2p
#: sf_ui.xhp
@@ -26582,7 +26582,7 @@ msgctxt ""
"par_id431620322170443\n"
"help.text"
msgid "Note, as an exception, that the methods marked <emph>(*)</emph> are <emph>not applicable to Base documents</emph>."
-msgstr ""
+msgstr "Σημειώστε, κατ' εξαίρεση, ότι οι μέθοδοι με την ένδειξη <emph>(*)</emph> <emph>δεν ισχύουν για έγγραφα Base</emph>."
#. 778Fh
#: sf_ui.xhp
@@ -26591,7 +26591,7 @@ msgctxt ""
"par_id201587913266596\n"
"help.text"
msgid "Make the specified window active. The method returns <literal>True</literal> if the given window is found and can be activated. There is no change in the actual user interface if no window matches the selection."
-msgstr ""
+msgstr "Ενεργοποιεί το καθορισμένο παράθυρο. Η μέθοδος επιστρέφει <literal>True</literal> εάν το δεδομένο παράθυρο βρεθεί και μπορεί να ενεργοποιηθεί. Δεν υπάρχει αλλαγή στην πραγματική διεπαφή χρήστη εάν κανένα παράθυρο δεν ταιριάζει με την επιλογή."
#. w9DR4
#: sf_ui.xhp
@@ -26600,7 +26600,7 @@ msgctxt ""
"par_id381587913266946\n"
"help.text"
msgid "<emph>windowname</emph>: see the definitions above."
-msgstr ""
+msgstr "<emph>windowname</emph> (όνομα παραθύρου): δείτε τους ορισμούς παραπάνω."
#. 5kwSb
#: sf_ui.xhp
@@ -26609,7 +26609,7 @@ msgctxt ""
"par_id13159655484952\n"
"help.text"
msgid "Creates and stores a new %PRODUCTNAME Base document embedding an empty database of the given type. The method returns a <literal>Document</literal> service instance."
-msgstr ""
+msgstr "Δημιουργεί και αποθηκεύει ένα νέο έγγραφο του %PRODUCTNAME Base που ενσωματώνει μια κενή βάση δεδομένων του συγκεκριμένου τύπου. Η μέθοδος επιστρέφει μια παρουσία υπηρεσίας <literal>Document</literal>."
#. gqGpB
#: sf_ui.xhp
@@ -26618,7 +26618,7 @@ msgctxt ""
"par_id441596554849949\n"
"help.text"
msgid "<emph>filename</emph> : Identifies the file to create. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning"
-msgstr ""
+msgstr "<emph>filename</emph> (όνομα αρχείου): Προσδιορίζει το αρχείο προς δημιουργία. Πρέπει να ακολουθεί τη σημειογραφία <literal>SF_FileSystem.FileNaming</literal>. Εάν το αρχείο υπάρχει ήδη, αντικαθίσταται χωρίς προειδοποίηση"
#. Jub7D
#: sf_ui.xhp
@@ -26627,7 +26627,7 @@ msgctxt ""
"par_id381596554849698\n"
"help.text"
msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default), \"FIREBIRD\" or \"CALC\"."
-msgstr ""
+msgstr "<emph>embeddeddatabase</emph> (ενσωματωμένη βάση δεδομένων): Είτε \"HSQLDB\" (προεπιλογή), \"FIREBIRD\" ή \"CALC\"."
#. BWgpN
#: sf_ui.xhp
@@ -26636,7 +26636,7 @@ msgctxt ""
"par_id521596554849185\n"
"help.text"
msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning."
-msgstr ""
+msgstr "<emph>registrationname</emph> (όνομα καταχώρησης): Το όνομα που χρησιμοποιείται για την αποθήκευση της νέας βάσης δεδομένων στο μητρώο βάσεων δεδομένων. Όταν = \"\" (προεπιλογή), δεν πραγματοποιείται εγγραφή. Εάν το όνομα υπάρχει ήδη, αντικαθίσταται χωρίς προειδοποίηση."
#. AFin6
#: sf_ui.xhp
@@ -26645,7 +26645,7 @@ msgctxt ""
"par_id181629364905056\n"
"help.text"
msgid "<emph>calcfilename</emph> : Only when <literal>embeddeddatabase</literal> = \"CALC\", <literal>calcfilename</literal> represents the file containing the tables as Calc sheets. The file must exist or an error is raised."
-msgstr ""
+msgstr "<emph>filename</emph> (όνομα αρχείου calc): Μόνο όταν η <literal>embeddeddatabase</literal> = \"CALC\", το <literal>calcfilename</literal> αντιπροσωπεύει το αρχείο που περιέχει τους πίνακες ως φύλλα Calc. Το αρχείο πρέπει να υπάρχει διαφορετικά εμφανίζεται σφάλμα."
#. GtB5n
#: sf_ui.xhp
@@ -26654,7 +26654,7 @@ msgctxt ""
"par_id651588521753997\n"
"help.text"
msgid "Create a new %PRODUCTNAME document of a given type or based on a given template. The method returns a document object."
-msgstr ""
+msgstr "Δημιουργία νέου εγγράφου του %PRODUCTNAME συγκεκριμένου τύπου ή με βάση ένα δεδομένο πρότυπο. Η μέθοδος επιστρέφει ένα αντικείμενο εγγράφου."
#. JnBPt
#: sf_ui.xhp
@@ -26663,7 +26663,7 @@ msgctxt ""
"par_id51588521753302\n"
"help.text"
msgid "<emph>documenttype</emph> : \"Calc\", \"Writer\", etc. If absent, the <literal>templatefile</literal> argument must be present."
-msgstr ""
+msgstr "<emph>documenttype</emph> (τύπος εγγράφου): \"Calc\", \"Writer\" κ.λπ. Εάν δεν υπάρχει, πρέπει να υπάρχει το όρισμα <literal>templatefile</literal>."
#. BQ6UD
#: sf_ui.xhp
@@ -26672,7 +26672,7 @@ msgctxt ""
"par_id401588522663325\n"
"help.text"
msgid "<emph>templatefile</emph> : The full <literal>FileName</literal> of the template to build the new document on. If the file does not exist, the argument is ignored. The <literal>FileSystem</literal> service provides the <literal>TemplatesFolder</literal> and <literal>UserTemplatesFolder</literal> properties to help to build the argument."
-msgstr ""
+msgstr "<emph>templatefile</emph> (αρχείο προτύπου): Το πλήρες <literal>FileName</literal> (Όνομα αρχείου) του προτύπου για τη δημιουργία του νέου εγγράφου. Εάν το αρχείο δεν υπάρχει, το όρισμα αγνοείται. Η υπηρεσία <literal>FileSystem</literal> παρέχει τις ιδιότητες <literal>TemplatesFolder</literal> και <literal>UserTemplatesFolder</literal> για να βοηθήσει στη δημιουργία του ορίσματος."
#. VeNQg
#: sf_ui.xhp
@@ -26681,7 +26681,7 @@ msgctxt ""
"par_id131588522824366\n"
"help.text"
msgid "<emph>hidden</emph>: if <literal>True</literal>, open the new document in the background (default = <literal>False</literal>). To use with caution: activation or closure afterwards can only happen programmatically."
-msgstr ""
+msgstr "<emph>hidden</emph> (κρυφό): εάν είναι <literal>True</literal>, ανοίξτε το νέο έγγραφο στο παρασκήνιο (προεπιλογή = <literal>False</literal>). Να χρησιμοποιείται με προσοχή: η ενεργοποίηση ή το κλείσιμο κατόπιν, μπορεί να γίνει μόνο μέσω προγραμματισμού."
#. gWFt9
#: sf_ui.xhp
@@ -26690,7 +26690,7 @@ msgctxt ""
"par_id701620762417802\n"
"help.text"
msgid "In both examples below, the first call to <literal>CreateDocument</literal> method creates a blank Calc document, whereas the second creates a document from a template file."
-msgstr ""
+msgstr "Και στα δύο παρακάτω παραδείγματα, η πρώτη κλήση στη μέθοδο <literal>CreateDocument</literal> δημιουργεί ένα κενό έγγραφο Calc, ενώ η δεύτερη δημιουργεί ένα έγγραφο από ένα αρχείο προτύπου."
#. shCRf
#: sf_ui.xhp
@@ -26699,7 +26699,7 @@ msgctxt ""
"par_id201588520551463\n"
"help.text"
msgid "Returns an open document object referring to either the active window, a given window or the active document."
-msgstr ""
+msgstr "Επιστρέφει ένα ανοιχτό αντικείμενο εγγράφου που αναφέρεται είτε στο ενεργό παράθυρο, σε ένα δεδομένο παράθυρο ή στο ενεργό έγγραφο."
#. xgMAv
#: sf_ui.xhp
@@ -26708,7 +26708,7 @@ msgctxt ""
"par_id851588520551368\n"
"help.text"
msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">SFDocuments.Document</link>, <link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"Base service\">Base</link> or <link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\">Calc</link> service."
-msgstr ""
+msgstr "<emph>windowname</emph> (όνομα παραθύρου): Δείτε τους <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">παραπάνω</link> ορισμούς. Εάν αυτό το όρισμα απουσιάζει, χρησιμοποιείται το ενεργό παράθυρο. Γίνονται επίσης αποδεκτά αντικείμενα UNO των τύπων <literal>com.sun.star.lang.XComponent</literal> ή <literal>com.sun.star.comp.dba.ODatabaseDocument</literal>. Έτσι, μεταβιβάζοντας το <literal>ThisComponent</literal> ή το <literal>ThisDatabaseDocument</literal> ως όρισμα δημιουργείται μια νέα υπηρεσία <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">SFDocuments.Document</link>, <link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"Base service\">Base</link> ή <link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\">Calc</link>."
#. AAjDB
#: sf_ui.xhp
@@ -26717,7 +26717,7 @@ msgctxt ""
"par_id521620330287071\n"
"help.text"
msgid "To access the name of the currently active window, refer to the <literal>ActiveWindow</literal> property."
-msgstr ""
+msgstr "Για πρόσβαση στο όνομα του ενεργού παραθύρου, ανατρέξτε στην ιδιότητα <literal>ActiveWindow</literal>."
#. CYsyC
#: sf_ui.xhp
@@ -26726,7 +26726,7 @@ msgctxt ""
"par_id24158798644169\n"
"help.text"
msgid "Maximizes the active window or the given window."
-msgstr ""
+msgstr "Μεγιστοποιεί το ενεργό παράθυρο ή το δεδομένο παράθυρο."
#. hD4TC
#: sf_ui.xhp
@@ -26735,7 +26735,7 @@ msgctxt ""
"par_id951587986441954\n"
"help.text"
msgid "<emph>windowname</emph>: see the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is maximized."
-msgstr ""
+msgstr "<emph>windowname</emph> (όνομα παραθύρου): δείτε τους ορισμούς <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">παραπάνω</link>. Εάν αυτό το όρισμα απουσιάζει, το ενεργό παράθυρο μεγιστοποιείται."
#. vzDdG
#: sf_ui.xhp
@@ -26744,7 +26744,7 @@ msgctxt ""
"par_id871587986592696\n"
"help.text"
msgid "Minimizes the active window or the given window."
-msgstr ""
+msgstr "Ελαχιστοποιεί το ενεργό παράθυρο, ή το δεδομένο παράθυρο."
#. Enys5
#: sf_ui.xhp
@@ -26753,7 +26753,7 @@ msgctxt ""
"par_id751587986592626\n"
"help.text"
msgid "<emph>windowname</emph>: see the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is minimized."
-msgstr ""
+msgstr "<emph>windowname</emph> (όνομα παραθύρου): δείτε τους ορισμούς <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">πιο πάνω</link>. Εάν αυτό το όρισμα απουσιάζει, το ενεργό παράθυρο ελαχιστοποιείται."
#. WHDDQ
#: sf_ui.xhp
@@ -26762,7 +26762,7 @@ msgctxt ""
"par_id691596555746539\n"
"help.text"
msgid "Open an existing %PRODUCTNAME Base document. The method returns a document object."
-msgstr ""
+msgstr "Ανοίξτε ένα υπάρχον έγγραφο της %PRODUCTNAME Base. Η μέθοδος επιστρέφει ένα αντικείμενο εγγράφου."
#. CZBya
#: sf_ui.xhp
@@ -26771,7 +26771,7 @@ msgctxt ""
"par_id231596555746385\n"
"help.text"
msgid "<emph>filename</emph>: Identifies the file to open. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation."
-msgstr ""
+msgstr "<emph>filename</emph> (όνομα αρχείου): Προσδιορίζει το αρχείο που θα ανοίξει. Πρέπει να ακολουθεί τη σημειογραφία <literal>SF_FileSystem.FileNaming</literal>."
#. mtpoL
#: sf_ui.xhp
@@ -26780,7 +26780,7 @@ msgctxt ""
"par_id711596555746281\n"
"help.text"
msgid "<emph>registrationname</emph>: The name to use to find the database in the databases register. It is ignored if <literal>FileName</literal> <> \"\"."
-msgstr ""
+msgstr "<emph>registrationname</emph> (όνομα καταχώρησης): Το όνομα που θα χρησιμοποιηθεί για την εύρεση της βάσης δεδομένων στο μητρώο βάσεων δεδομένων. Αγνοείται εάν <literal>FileName</literal> <> \"\"."
#. TqAd2
#: sf_ui.xhp
@@ -26789,7 +26789,7 @@ msgctxt ""
"id721596556313545\n"
"help.text"
msgid "<emph>macroexecution</emph>: 0 = behaviour is defined by the user configuration, 1 = macros are not executable, 2 = macros are executable."
-msgstr ""
+msgstr "<emph>macroexecution</emph> (εκτέλεση μακροεντολών): 0 = η συμπεριφορά ορίζεται από τη διαμόρφωση του χρήστη, 1 = οι μακροεντολές δεν είναι εκτελέσιμες, 2 = οι μακροεντολές είναι εκτελέσιμες."
#. Dok5e
#: sf_ui.xhp
@@ -26798,7 +26798,7 @@ msgctxt ""
"par_id941620762989833\n"
"help.text"
msgid "To improve code readability you can use <link href=\"text/sbasic/shared/03/sf_ui.xhp#Constants\" name=\"CHANGE ME\">predefined constants</link> for the <literal>macroexecution</literal> argument, as in the examples above."
-msgstr ""
+msgstr "Για να βελτιώσετε την αναγνωσιμότητα του κώδικα, μπορείτε να χρησιμοποιήσετε <link href=\"text/sbasic/shared/03/sf_ui.xhp#Constants\" name=\"CHANGE ME\">προκαθορισμένες σταθερές</link> για το όρισμα <literal>macroexecution</literal> , όπως στα παραπάνω παραδείγματα."
#. LBgGQ
#: sf_ui.xhp
@@ -26807,7 +26807,7 @@ msgctxt ""
"par_id541588523635283\n"
"help.text"
msgid "Opens an existing %PRODUCTNAME document with the given options. Returns a document object or one of its subclasses. The method returns <literal>Nothing</literal> (in Basic) / <literal>None</literal> (in Python) if the opening failed, even when the failure is caused by a user decision."
-msgstr ""
+msgstr "Άνοιγμα υφιστάμενου εγγράφου %PRODUCTNAME με τις δεδομένες επιλογές. Επιστρέφει ένα αντικείμενο εγγράφου, ή μία από τις υποκλάσεις του. Η μέθοδος επιστρέφει <literal>Nothing</literal> (στη Basic) / <literal>None</literal> (στην Python) εάν το άνοιγμα απέτυχε, ακόμη και όταν η αποτυχία προκαλείται από απόφαση του χρήστη."
#. 8tjbg
#: sf_ui.xhp
@@ -26816,7 +26816,7 @@ msgctxt ""
"par_id481588523635890\n"
"help.text"
msgid "<emph>filename</emph>: Identifies the file to open. It must follow the <literal>FileNaming</literal> notation of the <literal>FileSystem</literal> service."
-msgstr ""
+msgstr "<emph>filename</emph> (όνομα αρχείου): Προσδιορίζει το αρχείο που θα ανοίξει. Πρέπει να ακολουθεί τη σημειογραφία <literal>FileNaming</literal> της υπηρεσίας <literal>FileSystem</literal>."
#. PWvQz
#: sf_ui.xhp
@@ -26825,7 +26825,7 @@ msgctxt ""
"par_id451588523635507\n"
"help.text"
msgid "<emph>password</emph>: To use when the document is protected. If wrong or absent while the document is protected, the user will be prompted to enter a password."
-msgstr ""
+msgstr "<emph>password</emph> (κωδικός πρόσβασης): Για χρήση όταν το έγγραφο είναι προστατευμένο. Εάν είναι λάθος ή απουσιάζει ενώ το έγγραφο είναι προστατευμένο, θα ζητηθεί από τον χρήστη να εισαγάγει έναν κωδικό πρόσβασης."
#. 2jjFK
#: sf_ui.xhp
@@ -26834,7 +26834,7 @@ msgctxt ""
"par_id611588524329781\n"
"help.text"
msgid "<emph>readonly</emph>: Default = <literal>False</literal>."
-msgstr ""
+msgstr "<emph>readonly</emph> (μόνο για ανάγνωση): Προεπιλογή = <literal>False</literal>."
#. BcyEp
#: sf_ui.xhp
@@ -26843,7 +26843,7 @@ msgctxt ""
"par_id641588523635497\n"
"help.text"
msgid "<emph>hidden</emph>: if <literal>True</literal>, open the new document in the background (default = <literal>False</literal>). To use with caution: activation or closure afterwards can only happen programmatically."
-msgstr ""
+msgstr "<emph>hidden</emph> (κρυφό): εάν είναι <literal>True</literal>, ανοίξτε το νέο έγγραφο στο παρασκήνιο (προεπιλογή = <literal>False</literal>). Να χρησιμοποιείται με προσοχή: η ενεργοποίηση ή το κλείσιμο κατόπιν, μπορεί να γίνει μόνο μέσω προγραμματισμού."
#. sbgeH
#: sf_ui.xhp
@@ -26852,7 +26852,7 @@ msgctxt ""
"par_id981588524474719\n"
"help.text"
msgid "<emph>macroexecution</emph>: 0 = behaviour is defined by the user configuration, 1 = macros are not executable, 2 = macros are executable."
-msgstr ""
+msgstr "<emph>macroexecution</emph> (εκτέλεση μακροεντολών): 0 = η συμπεριφορά ορίζεται από τη διαμόρφωση του χρήστη, 1 = οι μακροεντολές δεν είναι εκτελέσιμες, 2 = οι μακροεντολές είναι εκτελέσιμες."
#. AF7iF
#: sf_ui.xhp
@@ -26861,7 +26861,7 @@ msgctxt ""
"par_id611588524584693\n"
"help.text"
msgid "<emph>filtername</emph>: The name of a filter that should be used for loading the document. If present, the filter must exist."
-msgstr ""
+msgstr "<emph>filtername</emph> (όνομα φίλτρου): Το όνομα ενός φίλτρου που πρέπει να χρησιμοποιηθεί για τη φόρτωση του εγγράφου. Εάν υπάρχει, το φίλτρο πρέπει να υπάρχει."
#. MKueU
#: sf_ui.xhp
@@ -26870,7 +26870,7 @@ msgctxt ""
"par_id191588524634348\n"
"help.text"
msgid "<emph>filteroptions</emph>: An optional string of options associated with the filter."
-msgstr ""
+msgstr "<emph>filteroptions</emph> (επιλογές φίλτρου): Μια προαιρετική συμβολοσειρά επιλογών που σχετίζεται με το φίλτρο."
#. qMTrj
#: sf_ui.xhp
@@ -26879,7 +26879,7 @@ msgctxt ""
"par_id751587986945965\n"
"help.text"
msgid "Resizes and/or moves the active window. Absent and negative arguments are ignored. If the window is minimized or maximized, calling <literal>Resize</literal> without arguments restores it."
-msgstr ""
+msgstr "Αλλάζει το μέγεθος και/ή μετακινεί το ενεργό παράθυρο. Τα απόντα και τα αρνητικά ορίσματα αγνοούνται. Εάν το παράθυρο ελαχιστοποιηθεί ή μεγιστοποιηθεί, η κλήση του <literal>Resize</literal> (Αλλαγή μεγέθους) χωρίς ορίσματα το επαναφέρει."
#. 6NUcv
#: sf_ui.xhp
@@ -26888,7 +26888,7 @@ msgctxt ""
"par_id441587986945696\n"
"help.text"
msgid "<emph>left, top</emph>: Distances of the top-left corner from top and left edges of the screen, in pixels."
-msgstr ""
+msgstr "<emph>left, top</emph> (αριστερά, επάνω): Οι αποστάσεις της επάνω αριστερής γωνίας από το επάνω και το αριστερό άκρο της οθόνης, σε εικονοστοιχεία."
#. AdcjG
#: sf_ui.xhp
@@ -26897,7 +26897,7 @@ msgctxt ""
"par_id601587987453825\n"
"help.text"
msgid "<emph>width, height</emph>: New dimensions of the window, in pixels."
-msgstr ""
+msgstr "<emph>width, height</emph> (πλάτος, ύψος): Νέες διαστάσεις του παραθύρου, σε εικονοστοιχεία."
#. vDNVH
#: sf_ui.xhp
@@ -26906,7 +26906,7 @@ msgctxt ""
"par_id801587987507028\n"
"help.text"
msgid "In the following examples, the <literal>width</literal> and <literal>height</literal> of the window are changed while <literal>top</literal> and <literal>left</literal> are left unchanged."
-msgstr ""
+msgstr "Στα παρακάτω παραδείγματα, το <literal>width</literal> (πλάτος)και το <literal>height</literal> (ύψος) του παραθύρου αλλάζουν, ενώ τα <literal>top</literal> (επάνω) και <literal>left</literal> (αριστερά) παραμένουν αμετάβλητα."
#. HP2Jb
#: sf_ui.xhp
@@ -26915,7 +26915,7 @@ msgctxt ""
"par_id21620332301809\n"
"help.text"
msgid "To resize a window that is not active, first activate it using the <literal>Activate</literal> method."
-msgstr ""
+msgstr "Για να αλλάξετε το μέγεθος ενός παραθύρου που δεν είναι ενεργό, πρώτα ενεργοποιήστε το χρησιμοποιώντας τη μέθοδο <literal>Activate</literal>."
#. mDaA5
#: sf_ui.xhp
@@ -26924,7 +26924,7 @@ msgctxt ""
"par_id991589202413257\n"
"help.text"
msgid "Runs a UNO command on the current window. A few typical commands are: Save, SaveAs, ExportToPDF, Undo, Copy, Paste, etc."
-msgstr ""
+msgstr "Εκτελεί μια εντολή UNO στο τρέχον παράθυρο. Μερικές τυπικές εντολές είναι: Save, SaveAs, ExportToPDF, Undo, Copy, Paste, κ.λπ."
#. x52HD
#: sf_ui.xhp
@@ -26933,7 +26933,7 @@ msgctxt ""
"par_id921611152932311\n"
"help.text"
msgid "Commands can be run with or without arguments. Arguments are not validated before running the command. If the command or its arguments are invalid, then nothing will happen."
-msgstr ""
+msgstr "Οι εντολές μπορούν να εκτελεστούν με ή χωρίς ορίσματα. Τα ορίσματα δεν επικυρώνονται πριν από την εκτέλεση της εντολής. Εάν η εντολή ή τα ορίσματά της δεν είναι έγκυρα, τότε δεν θα συμβεί τίποτα."
#. rhYJj
#: sf_ui.xhp
@@ -26942,7 +26942,7 @@ msgctxt ""
"par_id31644182402479\n"
"help.text"
msgid "For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page <link href=\"https://wiki.documentfoundation.org/Development/DispatchCommands\" name=\"Commands_Wiki\">Development/DispatchCommands</link>."
-msgstr ""
+msgstr "Για έναν πλήρη κατάλογο εντολών UNO που μπορούν να εκτελεστούν στο %PRODUCTNAME, ανατρέξτε στη σελίδα Wiki <link href=\"https://wiki.documentfoundation.org/Development/DispatchCommands\" name=\"Commands_Wiki\">Development/DispatchCommands</link>."
#. Fkf3T
#: sf_ui.xhp
@@ -26951,7 +26951,7 @@ msgctxt ""
"par_id401589202413575\n"
"help.text"
msgid "<emph>command</emph>: Case-sensitive string containing the UNO command name. The inclusion of the prefix \".uno:\" in the command is optional. The command itself is not checked for correctness. If nothing happens after the command call, then the command is probably wrong."
-msgstr ""
+msgstr "<emph>command</emph> (εντολή): συμβολοσειρά με διάκριση πεζών-κεφαλαίων που περιέχει το όνομα εντολής UNO. Η συμπερίληψη του προθέματος \".uno:\" στην εντολή είναι προαιρετική. Η ίδια η εντολή δεν ελέγχεται για ορθότητα. Εάν δεν συμβεί τίποτα μετά την κλήση της εντολής, τότε η εντολή είναι πιθανώς λάθος."
#. cZgrF
#: sf_ui.xhp
@@ -26960,7 +26960,7 @@ msgctxt ""
"par_id521644182774710\n"
"help.text"
msgid "<emph>args</emph>: For each argument to be passed to the command, specify a pair containing the argument name and value."
-msgstr ""
+msgstr "<emph>args</emph> (ορίσματα): Για κάθε όρισμα που θα μεταβιβαστεί στην εντολή, καθορίστε ένα ζεύγος που περιέχει το όνομα και την τιμή του ορίσματος."
#. t3CjC
#: sf_ui.xhp
@@ -26969,7 +26969,7 @@ msgctxt ""
"par_id721611153068137\n"
"help.text"
msgid "The following example runs the <literal>.uno:About</literal> command in the current window."
-msgstr ""
+msgstr "Το ακόλουθο παράδειγμα εκτελεί την εντολή <literal>.uno:About</literal> στο τρέχον παράθυρο."
#. cFYc9
#: sf_ui.xhp
@@ -26978,7 +26978,7 @@ msgctxt ""
"par_id371644184276886\n"
"help.text"
msgid "Below is an example that runs the UNO command <literal>.uno:BasicIDEAppear</literal> and passes the arguments required to open the Basic IDE at a specific line of a module."
-msgstr ""
+msgstr "Παρακάτω είναι ένα παράδειγμα που εκτελεί την εντολή UNO <literal>.uno:BasicIDEAappear</literal> και μεταβιβάζει τα ορίσματα που απαιτούνται για το άνοιγμα της IDE Basic σε μια συγκεκριμένη γραμμή μιας λειτουργικής μονάδας."
#. fTXvL
#: sf_ui.xhp
@@ -26987,7 +26987,7 @@ msgctxt ""
"bas_id631644184414955\n"
"help.text"
msgid "' Arguments passed to the command:"
-msgstr ""
+msgstr "' Τα ορίσματα πέρασαν στην εντολή:"
#. cyWLC
#: sf_ui.xhp
@@ -26996,7 +26996,7 @@ msgctxt ""
"par_id41644184549167\n"
"help.text"
msgid "Note that calling the command <literal>BasicIDEAppear</literal> without arguments will simply open the <menuitem>Basic IDE</menuitem>."
-msgstr ""
+msgstr "Σημειώστε ότι η κλήση της εντολής <literal>BasicIDEAappear</literal> χωρίς ορίσματα, θα ανοίξει απλώς το <menuitem>IDE Basic</menuitem>."
#. BKNap
#: sf_ui.xhp
@@ -27005,7 +27005,7 @@ msgctxt ""
"par_id311644243516674\n"
"help.text"
msgid "In Python it is also possible to call <literal>RunCommand</literal> using keyword arguments:"
-msgstr ""
+msgstr "Στην Python είναι επίσης δυνατό να καλέσετε το <literal>RunCommand</literal> χρησιμοποιώντας ορίσματα λέξεων-κλειδιών:"
#. Em5in
#: sf_ui.xhp
@@ -27014,7 +27014,7 @@ msgctxt ""
"par_id191611153511038\n"
"help.text"
msgid "Each %PRODUCTNAME component has its own set of commands available. One easy way to learn commands is going to <emph>Tools - Customize - Keyboard</emph>. When you position your mouse over a function in the <emph>Function</emph> list, a tooltip will appear with the corresponding UNO command."
-msgstr ""
+msgstr "Κάθε στοιχείο του %PRODUCTNAME έχει διαθέσιμο το δικό του σύνολο εντολών. Ένας εύκολος τρόπος για να μάθετε εντολές είναι να μεταβείτε στα <emph>Εργαλεία - Προσαρμογή - Πληκτρολόγιο</emph>. Όταν τοποθετείτε το ποντίκι σας πάνω από μια συνάρτηση στον κατάλογο <emph>Function</emph> (συναρτήσεις), θα εμφανιστεί μια επεξήγηση με την αντίστοιχη εντολή UNO."
#. NnBWM
#: sf_ui.xhp
@@ -27023,7 +27023,7 @@ msgctxt ""
"par_id281587996421580\n"
"help.text"
msgid "Display a text and a progressbar in the status bar of the active window. Any subsequent calls in the same macro run refer to the same status bar of the same window, even if the window is not visible anymore. A call without arguments resets the status bar to its normal state."
-msgstr ""
+msgstr "Εμφανίστε ένα κείμενο και μια γραμμή προόδου στη γραμμή κατάστασης του ενεργού παραθύρου. Οποιεσδήποτε επόμενες κλήσεις στην ίδια εκτέλεση μακροεντολής αναφέρονται στην ίδια γραμμή κατάστασης του ίδιου παραθύρου, ακόμα κι αν το παράθυρο δεν είναι πλέον ορατό. Μια κλήση χωρίς ορίσματα επαναφέρει τη γραμμή κατάστασης στην κανονική της κατάσταση."
#. rDr2L
#: sf_ui.xhp
@@ -27032,7 +27032,7 @@ msgctxt ""
"par_id71587996421829\n"
"help.text"
msgid "<emph>text</emph>: An optional text to be displayed in front of the progress bar."
-msgstr ""
+msgstr "<emph>text</emph> (κείμενο): Ένα προαιρετικό κείμενο που θα εμφανίζεται μπροστά από τη γραμμή προόδου."
#. hbCpG
#: sf_ui.xhp
@@ -27041,7 +27041,7 @@ msgctxt ""
"par_id881587996421777\n"
"help.text"
msgid "<emph>percentage</emph>: an optional degree of progress between 0 and 100."
-msgstr ""
+msgstr "<emph>percentage</emph> (ποσοστό): ένας προαιρετικός βαθμός προόδου μεταξύ 0 και 100."
#. qbGdy
#: sf_ui.xhp
@@ -27050,7 +27050,7 @@ msgctxt ""
"bas_id651620332601083\n"
"help.text"
msgid "' Resets the statusbar"
-msgstr ""
+msgstr "' Επαναφέρει τη γραμμή κατάστασης"
#. oQfWc
#: sf_ui.xhp
@@ -27059,7 +27059,7 @@ msgctxt ""
"par_id571598864255776\n"
"help.text"
msgid "Displays a non-modal dialog box. Specify its title, an explicatory text and a percentage of progress to be represented on a progressbar. The dialog will remain visible until a call to the method without arguments or until the user manually closes the dialog."
-msgstr ""
+msgstr "Εμφανίζει ένα μη αναγκαστικό πλαίσιο διαλόγου. Καθορίστε τον τίτλο του, ένα επεξηγηματικό κείμενο και ένα ποσοστό προόδου που θα αναπαρασταθεί σε μια γραμμή προόδου. Το παράθυρο διαλόγου θα παραμείνει ορατό μέχρι να κληθεί η μέθοδος χωρίς ορίσματα, ή έως ότου ο χρήστης κλείσει χειροκίνητα το παράθυρο διαλόγου."
#. drhV6
#: sf_ui.xhp
@@ -27068,7 +27068,7 @@ msgctxt ""
"par_id441598864535695\n"
"help.text"
msgid "<emph>title</emph> : The title appearing on top of the dialog box. Default = \"ScriptForge\"."
-msgstr ""
+msgstr "<emph>title</emph> (τίτλος): Ο τίτλος που εμφανίζεται στην κορυφή του πλαισίου διαλόγου. Προεπιλογή = \"ScriptForge\"."
#. jvrZV
#: sf_ui.xhp
@@ -27077,7 +27077,7 @@ msgctxt ""
"par_id311598864255297\n"
"help.text"
msgid "<emph>text</emph>: An optional text to be displayed above the progress bar."
-msgstr ""
+msgstr "<emph>text</emph> (κείμενο): Ένα προαιρετικό κείμενο που θα εμφανίζεται πάνω από τη γραμμή προόδου."
#. Qj3N3
#: sf_ui.xhp
@@ -27086,7 +27086,7 @@ msgctxt ""
"par_id881598864255424\n"
"help.text"
msgid "<emph>percentage</emph>: an optional degree of progress between 0 and 100."
-msgstr ""
+msgstr "<emph>percentage</emph> (ποσοστό): ένας προαιρετικός βαθμός προόδου μεταξύ 0 και 100."
#. rVBX3
#: sf_ui.xhp
@@ -27095,7 +27095,7 @@ msgctxt ""
"bas_id651620333289753\n"
"help.text"
msgid "' Closes the Progress Bar window"
-msgstr ""
+msgstr "' Κλείνει το παράθυρο της γραμμής προόδου"
#. u3gZ8
#: sf_ui.xhp
@@ -27104,7 +27104,7 @@ msgctxt ""
"pyc_id761620333269236\n"
"help.text"
msgid "# Closes the Progress Bar window"
-msgstr ""
+msgstr "# Κλείνει το παράθυρο της γραμμής προόδου"
#. ZEG6t
#: sf_ui.xhp
@@ -27113,7 +27113,7 @@ msgctxt ""
"par_id431588587119925\n"
"help.text"
msgid "Returns <literal>True</literal> if the given window could be identified."
-msgstr ""
+msgstr "Επιστρέφει <literal>True</literal> εάν το δεδομένο παράθυρο μπορεί να αναγνωριστεί."
#. rkJbT
#: sf_ui.xhp
@@ -27122,7 +27122,7 @@ msgctxt ""
"par_id45158858711917\n"
"help.text"
msgid "<emph>windowname</emph>: see the definitions above."
-msgstr ""
+msgstr "<emph>windowname</emph> (όνομα παραθύρου): δείτε τους ορισμούς παραπάνω."
#. NyP5B
#: sf_writer.xhp
@@ -27131,7 +27131,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "SFDocuments.Writer service"
-msgstr ""
+msgstr "Υπηρεσία SFDocuments.Writer"
#. 5i7vz
#: sf_writer.xhp
@@ -27140,7 +27140,7 @@ msgctxt ""
"hd_id731582733781114\n"
"help.text"
msgid "<variable id=\"WriterService\"><link href=\"text/sbasic/shared/03/sf_writer.xhp\" name=\"Writer service\"><literal>SFDocuments</literal>.<literal>Writer</literal> service</link></variable>"
-msgstr ""
+msgstr "<variable id=\"WriterService\"><link href=\"text/sbasic/shared/03/sf_writer.xhp\" name=\"Writer service\">Υπηρεσία <literal>SFDocuments</literal>.<literal>Writer</literal></link></variable>"
#. dUwYw
#: sf_writer.xhp
@@ -27149,7 +27149,7 @@ msgctxt ""
"par_id381589189355849\n"
"help.text"
msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents."
-msgstr ""
+msgstr "Η κοινόχρηστη βιβλιοθήκη <literal>SFDocuments</literal> παρέχει έναν αριθμό μεθόδων και ιδιοτήτων για τη διευκόλυνση της διαχείρισης και του χειρισμού των εγγράφων του %PRODUCTNAME."
#. FvF79
#: sf_writer.xhp
diff --git a/source/el/helpcontent2/source/text/scalc/01.po b/source/el/helpcontent2/source/text/scalc/01.po
index 88aeb30a0a1..0a24d5b6d34 100644
--- a/source/el/helpcontent2/source/text/scalc/01.po
+++ b/source/el/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/el/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562059311.000000\n"
@@ -2870,6 +2870,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Παραθέτει τα φύλλα στο τρέχον έγγραφο. Για να επιλέξετε ένα φύλλο πατήστε το πάνω ή κάτω βέλος του πληκτρολογίου για να μετακινηθείτε σε ένα φύλλο του καταλόγου. Για να προσθέσετε ένα φύλλο στην επιλογή, κρατήστε πατημένο το <switchinline select=\"sys\"><caseinline select=\"MAC\">Εντολή</caseinline><defaultinline>Ctrl</defaultinline></switchinline> ενώ πατάτε τα πλήκτρα βέλους και μετά πατήστε το πλήκτρο του διαστήματος. Για να επιλέξετε μια περιοχή φύλλων, κρατήστε πατημένο το Shift και πατήστε τα πλήκτρα βέλους. </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56114,14 +56186,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Για θετικό αριθμό η συνάρτηση στρογγυλοποιεί προς τα πάνω (μακριά από το μηδέν). Για αρνητικό αριθμό, η συνάρτηση στρογγυλοποιεί προς τα πάνω (προς το μηδέν). Το πρόσημο της τιμής σημαντικότητας αγνοείται."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Αυτή η συνάρτηση υπολογίζει ταυτόσημα αποτελέσματα με τη συνάρτηση <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56402,14 +56474,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Για θετικό αριθμό η συνάρτηση στρογγυλοποιεί προς τα πάνω (μακριά από το μηδέν). Για αρνητικό αριθμό, η συνάρτηση στρογγυλοποιεί προς τα πάνω (προς το μηδέν). Το πρόσημο της τιμής σημαντικότητας αγνοείται."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Αυτή η συνάρτηση υπολογίζει ταυτόσημα αποτελέσματα με την συνάρτηση <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63998,14 +64070,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Κείμενο</emph>: Κείμενο ή αναφορά σε κελί όπου πρόκειται να εφαρμοστεί η κανονική έκφραση."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Έκφραση</emph>: Ένα κείμενο που αντιπροσωπεύει την κανονική έκφραση, χρησιμοποιώντας το <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">Κανονικές εκφράσεις ICU</link>. Εάν δεν υπάρχει αντιστοίχιση και δεν δίνεται <emph>Αντικατάσταση</emph>, επιστρέφεται το #Δ/Υ."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67643,14 +67715,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Ρυθμίσεις επίλυσης"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Οι ρυθμίσεις του διαλόγου διατηρούνται μέχρι να κλείστε το τρέχον έγγραφο."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68651,6 +68723,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">Οδηγός αναφοράς lp_solve στο sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/sdatabase.po b/source/el/helpcontent2/source/text/sdatabase.po
index 40a342c2e48..e67361ad849 100644
--- a/source/el/helpcontent2/source/text/sdatabase.po
+++ b/source/el/helpcontent2/source/text/sdatabase.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-05 01:00+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/el/>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. ugSgG
#: 02000000.xhp
@@ -391,7 +391,7 @@ msgctxt ""
"hd_id3153394\n"
"help.text"
msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Σχεδίαση ερωτήματος</link>"
#. GU8Jd
#: 02010100.xhp
@@ -454,7 +454,7 @@ msgctxt ""
"par_id3150255\n"
"help.text"
msgid "The lower pane of the Design View is where you define the query. To define a query, specify the database field names to include and the criteria for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
+msgstr "Το κάτω τμήμα της Προβολής σχεδίασης είναι το σημείο όπου ορίζετε το ερώτημα. Για να ορίσετε ένα ερώτημα, καθορίστε τα ονόματα πεδίων βάσης δεδομένων που θα συμπεριληφθούν και τα κριτήρια για την εμφάνιση των πεδίων. Για να αναδιατάξετε τις στήλες στο κάτω τμήμα του παραθύρου της Προβολής σχεδίασης, σύρετε μια κεφαλίδα στήλης σε μια νέα θέση ή επιλέξτε τη στήλη και πατήστε <switchinline select=\"sys\"><caseinline select=\"MAC\">Εντολή</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+πλήκτρο βέλους."
#. GMVkG
#: 02010100.xhp
@@ -994,7 +994,7 @@ msgctxt ""
"par_id3145134\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first criteria by which the content of the data field is to be filtered.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Καθορίζει ένα πρώτο κριτήριο βάσει του οποίου θα φιλτράρεται το περιεχόμενο του πεδίου δεδομένων.</ahelp>"
#. qpADC
#: 02010100.xhp
@@ -2443,7 +2443,7 @@ msgctxt ""
"par_id191120151905518123\n"
"help.text"
msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
-msgstr ""
+msgstr "Στην απλούστερη περίπτωση, όπου ο χρήστης εισάγει μια τιμή που αντιστοιχεί στην ισότητα, το όνομα της παραμέτρου με την προηγούμενη άνω και κάτω τελεία εισάγεται απλώς στη γραμμή Κριτήριο. Στη <link href=\"text/sdatabase/02010100.xhp#sqlmode\">λειτουργία SQL</link> θα πρέπει να πληκτρολογηθεί ως <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
#. DZCXm
#: 02010100.xhp
@@ -2461,7 +2461,7 @@ msgctxt ""
"par_id191120151931441881\n"
"help.text"
msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr ""
+msgstr "Μια χρήσιμη κατασκευή για την επιλογή εγγραφών με βάση τμήματα του περιεχομένου ενός πεδίου κειμένου είναι η προσθήκη μιας κρυφής στήλης με <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> ως κριτήριο. Αυτό θα επιλέξει εγγραφές με ακριβή αντιστοίχιση. Εάν θέλετε μια δοκιμή χωρίς διάκριση πεζών-κεφαλαίων, μια λύση είναι να χρησιμοποιήσετε το <item type=\"input\">LOWER (Field_Name)</item> ως πεδίο και το <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> ως κριτήριο. Σημειώστε ότι τα κενά στο κριτήριο είναι σημαντικά. Εάν παραμείνουν έξω, ο αναλυτής SQL ερμηνεύει ολόκληρο το κριτήριο ως μια συμβολοσειρά που πρέπει να αντιστοιχιστεί. Στη <link href=\"text/sdatabase/02010100.xhp#sqlmode\">λειτουργία SQL</link> θα πρέπει να πληκτρολογηθεί ως <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
#. sSSB9
#: 02010100.xhp
@@ -5881,7 +5881,7 @@ msgctxt ""
"hd_id91652478785999\n"
"help.text"
msgid "Show output of \"select\" statements"
-msgstr ""
+msgstr "Εμφάνιση εξόδου από δηλώσεις \"select\" (επιλογή)"
#. nB4gp
#: 11080000.xhp
@@ -5890,7 +5890,7 @@ msgctxt ""
"par_id281652481037143\n"
"help.text"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Εμφανίστε το αποτέλεσμα της εντολής SQL SELECT στο πλαίσιο εξόδου."
#. uaXF8
#: 11080000.xhp
@@ -5899,7 +5899,7 @@ msgctxt ""
"hd_id3154071\n"
"help.text"
msgid "Execute"
-msgstr ""
+msgstr "Εκτέλεση"
#. 6UCdY
#: 11080000.xhp
@@ -5908,7 +5908,7 @@ msgctxt ""
"par_id3151210\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Runs the command that you entered in the <emph>Command to execute</emph> box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"dbaccess/ui/directsqldialog/execute\">Εκτελεί την εντολή που εισαγάγατε στο πλαίσιο <emph>Command to execute</emph>. (Εντολή για εκτέλεση)</ahelp>"
#. BQmT9
#: 11080000.xhp
diff --git a/source/el/helpcontent2/source/text/sdraw.po b/source/el/helpcontent2/source/text/sdraw.po
index 42ac17de2aa..bfc288e7048 100644
--- a/source/el/helpcontent2/source/text/sdraw.po
+++ b/source/el/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-09-26 06:36+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/el/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Αυτό το μενού σας επιτρέπει να εισάγετε στοιχεία όπως γραφικά και οδηγούς, σε έγγραφα Draw."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Εικόνα</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Εισαγωγή ως εικόνα"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/shared/00.po b/source/el/helpcontent2/source/text/shared/00.po
index d9757baf69b..85b4ab6f602 100644
--- a/source/el/helpcontent2/source/text/shared/00.po
+++ b/source/el/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-04 10:54+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/el/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1557496868.000000\n"
@@ -2663,6 +2663,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Στην συντομογραφία για τη Σύνδεση και Ενσωμάτωση Αντικειμένων (OLE), τα αντικείμενα είναι δυνατόν να συνδεθούν με ένα έγγραφο προορισμού ή ακόμη να ενσωματωθούν. Η ενσωμάτωση εισάγει ένα αντίγραφο του αντικειμένου και λεπτομέρειες για το πρόγραμμα προέλευσης στο έγγραφο προορισμού. Εάν θέλετε να επεξεργαστείτε το αντικείμενο, ενεργοποιήστε απλά το πρόγραμμα προέλευσης διπλοπατώντας στο αντικείμενο."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7910,23 +7919,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Ήχος ή βίντεο"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Επιλέξτε <emph> Εισαγωγή - Αντικείμενο</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Αντικείμενο OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7955,14 +7964,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Αντικείμενο OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Τύπος</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8000,14 +8009,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Επιλέξτε <emph>Μορφή - Τύπος διαγράμματος</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Διάγραμμα</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8018,14 +8027,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Επιλέξτε <emph>Μορφή - Τύπος διαγράμματος</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Διάγραμμα</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8036,23 +8045,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Επιλέξτε <emph>Μορφή - Τύπος διαγράμματος</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Διάγραμμα</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Διάγραμμα</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12212,23 +12221,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Κάτω"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Επιλέξτε <emph> Μορφή - Αγκύρωση</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "Στη γραμμή <emph>Σχεδίαση φόρμας</emph>, πατήστε"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12239,68 +12257,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Εικονίδιο αγκύρωσης</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Αλλαγή αγκύρωσης"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Επιλέξτε <emph>Μορφή - Αγκύρωση - Σε σελίδα</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Επιλέξτε <emph>Μορφή - Αγκύρωση - Σε παράγραφο</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Επιλέξτε <emph>Μορφή - Αγκύρωση - Σε χαρακτήρα</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Επιλέξτε <emph>Μορφή - Αγκύρωση - Ως χαρακτήρας</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Επιλέξτε <emph>Μορφή - Αγκύρωση - Σε πλαίσιο</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Επιλέξτε <emph>Μορφή - Αγκύρωση - Σε κελί</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12473,14 +12491,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Επιλέξτε <menuitem>Μορφή - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Πλαίσιο κειμένου και σχήμα - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Αντικείμενο - </menuitem></caseinline></switchinline> την καρτέλα <menuitem>Γραμμή - Τεχνοτροπίες γραμμής</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Επιλέξτε <menuitem>Μορφή - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Πλαίσιο κειμένου και σχήμα - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Αντικείμενο - την καρτέλα </menuitem></caseinline></switchinline><menuitem>Γραμμή - Τεχνοτροπίες βέλους</menuitem>.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12986,14 +13049,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Ανοίξτε το μενού περιβάλλοντος για το αντικείμενο - επιλέξτε <menuitem>Όνομα</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Ανοίξτε το μενού περιβάλλοντος για το αντικείμενο - επιλέξτε <menuitem>Περιγραφή</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/el/helpcontent2/source/text/shared/01.po b/source/el/helpcontent2/source/text/shared/01.po
index d9491488b58..0a1a0e1fa9b 100644
--- a/source/el/helpcontent2/source/text/shared/01.po
+++ b/source/el/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-04 10:54+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/el/>\n"
@@ -9053,14 +9053,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Αναπαριστά έναν κεφαλαίο χαρακτήρα εάν το <emph>Ταίριασμα πεζών/κεφαλαίων</emph> είναι επιλεγμένο στις <emph>Επιλογές</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Για έναν πλήρη κατάλογο υποστηριζόμενων μεταχαρακτήρων και σύνταξης, δείτε το <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">Τεκμηρίωση κανονικών εκφράσεων ICU</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15371,32 +15371,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Εισαγωγή εικόνων"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Εισαγωγή εικόνων\">Εισαγωγή εικόνων</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Εισάγει μια εικόνα στο τρέχον έγγραφο <switchinline select=\"appl\"><caseinline select=\"WRITER\">με βέλτιστη αναδίπλωση της σελίδας και κεντράρισμα στη γραμμή </caseinline><caseinline select=\"CALC\">στην τρέχουσα θέση του κελιού </caseinline><defaultinline>που κεντράρεται στη σελίδα ή την διαφάνεια</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Τεχνοτροπία πλαισίου"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15407,6 +15407,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Επιλέξτε την τεχνοτροπία πλαισίου για το γραφικό.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15443,41 +15461,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Εμφανίζει μία προεπισκόπηση του επιλεγμένου αρχείου γραφικών.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Αντικείμενο"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Αντικείμενο</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Εισάγει ένα ενσωματωμένο αντικείμενο στο έγγραφό σας, συμπεριλαμβανομένων των τύπων, 3Δ προτύπων, διαγραμμάτων και αντικειμένων OLE.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Τύπος\">Τύπος</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26288,14 +26306,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Προσθέτει μια σκιά στο επιλεγμένο κείμενο, ή αν ο δρομέας είναι σε μια λέξη, σε ολόκληρη τη λέξη.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Ισοκατανομή γραμμών"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26306,14 +26324,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>γραμμές πίνακα;ισοκατανομή ύψους</bookmark_value> <bookmark_value>ύψος γραμμής;ισοκατανομή</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Ισοκατανομή\">Ισοκατανομή γραμμών</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26324,14 +26342,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Ρυθμίζει το ύψος των επιλεγμένων γραμμών ώστε να ταιριάξει με το ύψος της πιο ψηλής σειράς στην επιλογή.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Επιλέξτε <emph>Πίνακας - Μέγεθος - Ισοκατανομή γραμμών</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26351,14 +26369,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Εικονίδιο</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Ίση κατανομή γραμμών"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26882,14 +26900,14 @@ msgctxt ""
msgid "Description"
msgstr "Περιγραφή"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>αντικείμενα; τίτλοι και περιγραφές</bookmark_value><bookmark_value>περιγραφές των αντικειμένων</bookmark_value><bookmark_value>τίτλοι; αντικείμενα</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26900,32 +26918,32 @@ msgctxt ""
msgid "Description"
msgstr "Περιγραφή"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Αναθέτει έναν τίτλο και μία περιγραφή στο επιλεγμένο αντικείμενο. Αυτά είναι προσβάσιμα για τα εργαλεία προσβασιμότητας και ως εναλλακτικές ετικέτες όταν εξάγετε το έγγραφο.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Τίτλος"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Εισάγετε έναν κείμενο τίτλου. Αυτό το μικρό όνομα είναι ορατό ως μία εναλλακτική ετικέτα στη μορφή HTML. Τα εργαλεία προσβασιμότητας μπορούν να διαβάσουν αυτό το κείμενο.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26936,14 +26954,32 @@ msgctxt ""
msgid "Description"
msgstr "Περιγραφή"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Εισάγετε ένα κείμενο περιγραφής. Το μεγάλο κείμενο περιγραφής μπορεί να εισαχθεί για να περιγράψει ένα περίπλοκο αντικείμενο ή μία ομάδα από αντικείμενα σε χρήστες με λογισμικό ανάγνωσης οθόνης. Η περιγραφή είναι ορατή ως μία εναλλακτική ετικέτα για τα εργαλεία προσβασιμότητας.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27557,32 +27593,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Επεξεργαστείτε ή δημιουργείστε τεχνοτροπίες βέλους.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Οργάνωση των τεχνοτροπιών βέλους"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Σας δίνει την δυνατότητα να οργανώσετε τον τρέχοντα κατάλογο από τεχνοτροπίες βελών."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Τίτλος"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27629,14 +27674,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Για να ορίσετε μια προσαρμοσμένη τεχνοτροπία βέλους, επιλέξτε ένα αντικείμενο σχεδίασης στο έγγραφο και πατήστε εδώ.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Τροποποίηση"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30986,23 +31031,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Αγκύρωση"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Αγκύρωση\">Αγκύρωση</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Ορίζει τις επιλογές αγκύρωσης για το επιλεγμένο αντικείμενο.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31031,23 +31076,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Στη σελίδα\">Στη σελίδα</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Αγκυρώνει το επιλεγμένο αντικείμενο στην τρέχουσα σελίδα.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Το αγκυρωμένο αντικείμενο παραμένει στην τρέχουσα σελίδα ακόμα και αν εισάγετε ή διαγράψετε κείμενο."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31076,14 +31139,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Στην παράγραφο\">Στην παράγραφο</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Αγκυρώνει το επιλεγμένο αντικείμενο στην τρέχουσα παράγραφο.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31112,32 +31184,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Σε χαρακτήρα\">Σε χαρακτήρα</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Αγκυρώνει το επιλεγμένο αντικείμενο σε έναν χαρακτήρα.</ahelp> Αυτή η εντολή είναι διαθέσιμη μόνο για αντικείμενα γραφικών."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Το εικονίδιο της αγκύρωσης εμφανίζεται μπροστά από τον χαρακτήρα."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Για να στοιχίσετε ένα γραφικό σχετικά με τον χαρακτήρα στον οποίο είναι αγκυρωμένο, δεξιοπατήστε στο γραφικό και μετά επιλέξτε <emph>Ιδιότητες</emph>. Πατήστε την καρτέλα <emph>Τύπος </emph> και στην περιοχή <emph>Θέση</emph>, επιλέξτε <emph>Χαρακτήρας</emph> στα πλαίσια <emph>σε</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31184,14 +31256,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Σε Πλαίσιο\">Σε Πλαίσιο</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Αγκυρώνει το επιλεγμένο αντικείμενο στο πλαίσιο που το περιβάλλει.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31211,14 +31283,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Ως χαρακτήρας\">Ως χαρακτήρας</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Αγκυρώνει το επιλεγμένο αντικείμενο ως χαρακτήρα στο τρέχον κείμενο. Αν το ύψος του επιλεγμένου αντικειμένου είναι μεγαλύτερο από το μέγεθος της γραμματοσειράς, το ύψος της σειράς που περιέχει το αντικείμενο αυξάνεται.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/el/helpcontent2/source/text/shared/02.po b/source/el/helpcontent2/source/text/shared/02.po
index 16a77d7a014..1ae88c67e1f 100644
--- a/source/el/helpcontent2/source/text/shared/02.po
+++ b/source/el/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-10 09:33+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/el/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1559036528.000000\n"
@@ -11852,14 +11852,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Για περισσότερες πληροφορίες, δείτε την ενότητα <link href=\"text/shared/01/05030500.xhp\" name=\"Περιγράμματα\"><emph>Περιγράμματα</emph></link> της Βοήθειας."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Αλλαγή αγκύρωσης"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11870,23 +11870,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>αγκυρώσεις, αλλαγή</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Αλλαγή αγκύρωσης\">Αλλαγή αγκύρωσης</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Σας επιτρέπει να αλλάξετε μεταξύ των επιλογών αγκύρωσης.</ahelp></variable> Το εικονίδιο <emph>Αλλαγή αγκύρωσης </emph>είναι ορατό μόνο εάν ένα αντικείμενο όπως ένα γραφικό ή πεδίο ελέγχου <switchinline select=\"appl\"><caseinline select=\"WRITER\"> ή πλαίσιο</caseinline></switchinline> είναι επιλεγμένο."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/el/helpcontent2/source/text/shared/guide.po b/source/el/helpcontent2/source/text/shared/guide.po
index 56e26c11899..761bf22dbab 100644
--- a/source/el/helpcontent2/source/text/shared/guide.po
+++ b/source/el/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-11 13:27+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/el/>\n"
@@ -14219,14 +14219,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>γραφικά, βλέπε επίσης εικόνες</bookmark_value><bookmark_value>γραφικά, βλέπε επίσης εικόνες</bookmark_value><bookmark_value>γραφικά; εισαγωγή και επεξεργασία bitmaps</bookmark_value><bookmark_value>εικονογραφίες, βλέπε εικόνες</bookmark_value><bookmark_value>bitmaps; εισαγωγή και επεξεργασία</bookmark_value><bookmark_value>γραφικά pixel; εισαγωγή και επεξεργασία</bookmark_value><bookmark_value>εξαγωγή; bitmaps</bookmark_value><bookmark_value>εισαγωγή; bitmaps</bookmark_value><bookmark_value>εικόνες; επεξεργασία</bookmark_value><bookmark_value>επεξεργασία; εικόνες</bookmark_value><bookmark_value>φίλτρο αντιστροφής</bookmark_value><bookmark_value>φίλτρο εξομάλυνσης</bookmark_value><bookmark_value>φίλτρο όξυνσης</bookmark_value><bookmark_value>απομάκρυνση φίλτρου θορύβου</bookmark_value><bookmark_value>φίλτρο έκθεσης στο φως</bookmark_value><bookmark_value>φίλτρο γήρανσης</bookmark_value><bookmark_value>φίλτρο αφίσας</bookmark_value><bookmark_value>φίλτρο pop-art</bookmark_value><bookmark_value>φίλτρο ανθρακογραφίας</bookmark_value><bookmark_value>φίλτρο μωσαϊκού</bookmark_value><bookmark_value>εικόνες;φίλτρα</bookmark_value><bookmark_value>φίλτρα;εικόνες</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Εισαγωγή, επεξεργασία, αποθήκευση Bitmaps\">Εισαγωγή, επεξεργασία, αποθήκευση Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14246,14 +14246,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Η εισαγωγή εικόνας bitmap είναι δυνατή σε έγγραφα των $[officename] Writer, $[officename] Calc, $[officename] Draw και $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Εικόνα - Από αρχείο</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14264,6 +14264,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Επιλέξτε το αρχείο. Χρησιμοποιώντας το πεδίο <emph>Τύπος αρχείου</emph> μπορείτε να περιορίσετε την επιλογή σε ορισμένους τύπους αρχείων."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21581,6 +21590,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr "Αντιγράφει τη μορφοποίηση κελιών που καθορίζεται χρησιμοποιώντας το παράθυρο διαλόγου <menuitem>Μορφή - Κελιά</menuitem>."
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/shared/optionen.po b/source/el/helpcontent2/source/text/shared/optionen.po
index 9884d79e85e..6d6627f9207 100644
--- a/source/el/helpcontent2/source/text/shared/optionen.po
+++ b/source/el/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-11 13:27+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/el/>\n"
@@ -917,14 +917,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\"> Καθορίζει ότι το <item type=\"productname\">%PRODUCTNAME</item> αποθηκεύει όλα τα ανοικτά έγγραφα κατά την αποθήκευση πληροφοριών αυτόματης ανάκτησης. Χρησιμοποιεί το ίδιο διάστημα χρόνου όπως και η αυτόματη ανάκτηση.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Αποθήκευση URLs σχετικών με σύστημα αρχείων"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/el/helpcontent2/source/text/simpress/guide.po b/source/el/helpcontent2/source/text/simpress/guide.po
index 88b44b713f0..bc07b55bde4 100644
--- a/source/el/helpcontent2/source/text/simpress/guide.po
+++ b/source/el/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-25 16:50+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/el/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1549021784.000000\n"
@@ -4337,204 +4337,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Επιλέξτε τη διαφάνεια που επιθυμείτε να ακολουθεί η διαφάνεια που έχετε αντιγραφεί, και ύστερα επιλέξτε <emph>Επεξεργασία - Επικόλληση</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Φόρτωση καταλόγων χρώματος, διαβάθμισης, και γραμμοσκίασης"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>χρώματα; φόρτωση καταλόγων</bookmark_value><bookmark_value>διαβαθμίσεις; φόρτωση καταλόγων</bookmark_value><bookmark_value>γραμμοσκίαση; φόρτωση καταλόγων</bookmark_value><bookmark_value>φόρτωση; χρώματα/διαβαθμίσεις/γραμμοσκιάσεις</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Φόρτωση καταλόγων χρώματος, διαβάθμισης, και γραμμοσκίασης\">Φόρτωση καταλόγων χρώματος, διαβάθμισης, και γραμμοσκίασης</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Μπορείτε να χρησιμοποιήσετε καταλόγους για να οργανώσετε μοτίβα χρωμάτων, διαβαθμίσεων ή γραμμοσκιάσεων. Το $[officename] παρέχει διάφορους καταλόγους τους οποίους μπορείτε να φορτώσετε και να χρησιμοποιήσετε στο έγγραφό σας. Αν επιθυμείτε, μπορείτε να προσθέσετε ή να διαγράψετε στοιχεία από έναν κατάλογο , ή ακόμα και να δημιουργήσετε προσαρμοσμένους καταλόγους."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Για να φορτώσετε έναν κατάλογο χρωμάτων:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Επιλέξτε <emph>Μορφή - Περιοχή</emph>, και ύστερα πατήστε στην καρτέλα <emph>Χρώματα</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Πατήστε στο κουμπί <emph>Φόρτωση καταλόγου χρωμάτων</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Εντοπίστε τον κατάλογο χρωμάτων που επιθυμείτε να φορτωθεί και ύστερα πατήστε <emph>Άνοιγμα</emph>. Ένα αρχείο καταλόγου χρωμάτων έχει τη μορφή [ΌνομαΑρχείου].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Για να αποθηκεύσετε έναν κατάλογο χρωμάτων, πατήστε στο κουμπί <emph>Αποθήκευση καταλόγου χρωμάτων</emph>, εισάγετε ένα όνομα για το αρχείο, και ύστερα πατήστε στην <emph>Αποθήκευση</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>χρώματα; προεπιλεγμένα χρώματα</bookmark_value><bookmark_value>χρώματα; χρώματα LibreOffice</bookmark_value><bookmark_value>χρώματα LibreOffice</bookmark_value><bookmark_value>χρώματα; χρώματα HLC</bookmark_value><bookmark_value>Χρώματα σχεδίασης υλικού</bookmark_value><bookmark_value>χρώματα; ιστός</bookmark_value><bookmark_value>χρώματα; ελεύθερα χρώματα (freieFarbe)</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "Ο κατάλογος χρωμάτων freieFarbe HLC βασίζεται στο πρότυπο CIELAB και είναι βελτιστοποιημένος για επαγγελματική εκτύπωση CMYK. Τα χρώματα στους καταλόγους Συμβατότητα και HTML είναι βελτιστοποιημένα για οθόνες χρησιμοποιώντας ανάλυση 256 χρωμάτων. Οι παλέτες \"LibreOffice\" και \"Material\" περιέχουν τις επίσημες παλέτες LibreOffice και Material Design αντίστοιχα. Η παλέτα tonal.soc παρέχει ένα σύνολο χρωμάτων οργανωμένων με αντίθεση φωτεινότητας που λειτουργούν σε διαφορετικά υλικά."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Για να φορτώσετε έναν κατάλογο διαβαθμίσεων:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Επιλέξτε <emph>Μορφή - Περιοχή</emph>, και ύστερα πατήστε στην καρτέλα <emph>Διαβαθμίσεις</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Πατήστε στο κουμπί <emph>Φόρτωση καταλόγου διαβαθμίσεων</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Εντοπίστε τον κατάλογο διαβαθμίσεων που επιθυμείτε να φορτωθεί και ύστερα πατήστε στο <emph>Άνοιγμα</emph>. Ένα αρχείο καταλόγου διαβαθμίσεων έχει τη μορφή [ΌνομαΑρχείου].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Για να αποθηκεύσετε έναν κατάλογο διαβαθμίσεων, πατήστε στο κουμπί <emph>Αποθήκευση καταλόγου διαβαθμίσεων</emph> , εισάγετε ένα όνομα για το αρχείο, και ύστερα πατήστε στην <emph>Αποθήκευση</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Για να φορτώσετε έναν κατάλογο γραμμοσκιάσεων:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Επιλέξτε <emph>Μορφή - Περιοχή</emph>, και ύστερα πατήστε στην καρτέλα <emph>Γραμμοσκίαση</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Πατήστε στο κουμπί <emph>Φόρτωση καταλόγου γραμμοσκιάσεων</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Εντοπίστε τον κατάλογο γραμμοσκιάσεων που επιθυμείτε να φορτωθεί και ύστερα πατήστε στο <emph>Άνοιγμα</emph>. Ένα αρχείο καταλόγου γραμμοσκιάσεων έχει τη μορφή [ΌνομαΑρχείου].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Για να αποθηκεύσετε έναν κατάλογο γραμμοσκιάσεων, πατήστε στο κουμπί <emph>Αποθήκευση καταλόγου γραμμοσκιάσεων</emph>, εισάγετε ένα όνομα για το αρχείο, και ύστερα κάντε κλικ στην <emph>Αποθήκευση</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Μορφή - Περιοχή\">Μορφή - Περιοχή</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6092,14 +5894,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Μεταβείτε στη διαφάνεια στην οποία επιθυμείτε να εισάγετε το υπολογιστικό φύλλο."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Επιλέξτε <emph>Εισαγωγή - OLE- Αντικείμενο</emph>. Πατήστε στο <emph>Νέα δημιουργία</emph> και επιλέξτε το υπολογιστικό φύλλου του %PRODUCTNAME. Πατήστε στο Εντάξει. Πατήστε στο υπολογιστικό φύλλο για να εισάγετε δεδομένα."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6146,14 +5948,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Μεταβείτε στη διαφάνεια στην οποία επιθυμείτε να εισάγετε το υπολογιστικό φύλλο."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Επιλέξτε <emph>Εισαγωγή - Αντικείμενο - Αντικείμενο OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6200,14 +6002,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Μορφή - Διάταξη διαφάνειας\">Μορφή - Διάταξη διαφάνειας</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Εισαγωγή - Αντικείμενο - Αντικείμενο OLE\">Εισαγωγή - Αντικείμενο - Αντικείμενο OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/el/helpcontent2/source/text/swriter/00.po b/source/el/helpcontent2/source/text/swriter/00.po
index 740c25f1913..e9160ac40ed 100644
--- a/source/el/helpcontent2/source/text/swriter/00.po
+++ b/source/el/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-10 16:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/el/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Επιλέξτε την καρτέλα <emph>Εισαγωγή - Πλαίσιο -Πλαίσιο - Επιλογές</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Βέλτιστο ύψος γραμμής"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Επιλέξτε <emph>Πίνακας - Αυτόματη προσαρμογή - Ίση κατανομή γραμμών</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Ανοίξτε τη γραμμή εργαλείων <emph>Βελτιστοποίηση μεγέθους</emph> από την γραμμή <emph>Πίνακας</emph>, πατήστε"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Εικονίδιο ισοκατανομής γραμμών</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Ίση κατανομή γραμμών"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/el/helpcontent2/source/text/swriter/01.po b/source/el/helpcontent2/source/text/swriter/01.po
index bd8a26779c0..d4bf29b1b64 100644
--- a/source/el/helpcontent2/source/text/swriter/01.po
+++ b/source/el/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-04 10:54+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/el/>\n"
"Language: el\n"
@@ -51,7 +51,7 @@ msgctxt ""
"par_id8697470\n"
"help.text"
msgid "Use the icons on the <link href=\"text/swriter/main0210.xhp\" name=\"Page View Object Bar\"><emph>Print Preview Bar</emph></link> to scroll through the pages of the document or to print the document."
-msgstr ""
+msgstr "Χρησιμοποιήστε τα εικονίδια στη <link href=\"text/swriter/main0210.xhp\" name=\"Page View Object Bar\"><emph>Γραμμή προεπισκόπησης εκτύπωσης</emph></link> για κύλιση στις σελίδες του εγγράφου ή για να εκτυπώσετε το έγγραφο."
#. 5AeGZ
#: 01120000.xhp
@@ -4391,23 +4391,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Εμφανίζει πώς θα φαίνεται το έγγραφο όταν τυπωθεί.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Κρυφές παράγραφοι"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Κρυφές παράγραφοι\">Κρυφές παράγραφοι</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15011,14 +15011,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Επικεφαλίδες γραμμών"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Επιλέξτε τον επιθυμητό αριθμό γραμμών για την επικεφαλίδα.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18269,41 +18269,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Κάθετα"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Επιλέξτε την οριζόντια στοίχιση για το αντικείμενο.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Αν αγκυρώσετε ένα αντικείμενο σε ένα πλαίσιο με σταθερό ύψος, είναι διαθέσιμες μόνο οι επιλογές στοίχισης \"Κάτω\" και \"Στο κέντρο\"."
+msgid "by"
+msgstr "για"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "για"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
-#. vYDyu
+#. MKMgj
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id101652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Εισάγετε το διάστημα που θα αφήσετε μεταξύ του πάνω άκρου του επιλεγμένου αντικειμένου και του σημείου αναφοράς που επιλέξατε στο πεδίο <emph>Προς</emph>.</ahelp> Η επιλογή αυτή είναι διαθέσιμη μόνο αν επιλέξετε \"Από πάνω\" ή \"Από κάτω\" (ως χαρακτήρας) στο πλαίσιο <emph>Κάθετα</emph>."
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18314,13 +18377,13 @@ msgctxt ""
msgid "to"
msgstr "στο"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18359,14 +18422,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Περιοχή κειμένου σελίδας:</emph> το αντικείμενο τοποθετείται λαμβάνοντας υπόψη το πλήρες διαθέσιμο ύψος για κείμενο, από πάνω προς τα κάτω περιθώρια."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Χαρακτήρας:</emph> το αντικείμενο τοποθετείται λαμβάνοντας υπόψη τον κάθετο χώρο που χρησιμοποιεί ο χαρακτήρας."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18413,6 +18476,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Αν αγκυρώσετε ένα αντικείμενο σε ένα πλαίσιο με σταθερό ύψος, είναι διαθέσιμες μόνο οι επιλογές στοίχισης \"Κάτω\" και \"Στο κέντρο\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20357,32 +20429,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Επιλογές\">Επιλογές</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Καθορίζει τις ιδιότητες για το επιλεγμένο αντικείμενο, γραφικό ή πλαίσιο.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Όνομα"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Καθορίζει το όνομα του επιλεγμένου αντικειμένου και των αντίστοιχων συνδέσμων."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20411,23 +20474,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Αναθέστε ένα σχετικό όνομα για ένα αντικείμενο, γραφικό ή πλαίσιο, έτσι ώστε να μπορείτε γρήγορα να το εντοπίσετε ύστερα σε εκτενή έγγραφα."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Εναλλακτικό κείμενο (μόνο για αιωρούμενα πλαίσια, γραφικά και αντικείμενα)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Εισάγετε το κείμενο προς εμφάνιση σε έναν περιηγητή διαδικτύου όταν το επιλεγμένο στοιχείο δεν είναι διαθέσιμο. Ένα εναλλακτικό κείμενο χρησιμοποιείται επίσης για να βοηθήσει άτομα με ειδικές ανάγκες.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20438,14 +20501,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Προηγούμενος σύνδεσμος"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Εμφανίζει το στοιχείο (αντικείμενο, γραφικό, ή πλαίσιο) που βρίσκεται πριν το τρέχον στοιχείο στην ακολουθία της σύνδεσης. Για να προσθέσετε ή να αλλάξετε τον προηγούμενο σύνδεσμο, επιλέξτε ένα όνομα από τον κατάλογο. Εάν συνδέετε πλαίσια, το τρέχον πλαίσιο και το πλαίσιο προορισμού πρέπει να είναι κενά.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20456,14 +20519,14 @@ msgctxt ""
msgid "Next link"
msgstr "Επόμενος σύνδεσμος"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Εμφανίζει το στοιχείο (αντικείμενο, γραφικό, ή πλαίσιο) που βρίσκεται μετά το τρέχον στοιχείο στην ακολουθία της σύνδεσης. Για να προσθέσετε ή να αλλάξετε τον επόμενο σύνδεσμο, επιλέξτε ένα όνομα από τον κατάλογο. Αν συνδέετε πλαίσια, το πλαίσιο προορισμού πρέπει να είναι κενό.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/el/helpcontent2/source/text/swriter/guide.po b/source/el/helpcontent2/source/text/swriter/guide.po
index 70b6881f93f..31a95470ef8 100644
--- a/source/el/helpcontent2/source/text/swriter/guide.po
+++ b/source/el/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-11 13:27+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/el/>\n"
@@ -44,23 +44,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Τοποθέτηση αντικειμένων\">Τοποθέτηση αντικειμένων</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Ένα αντικείμενο, όπως μια εικόνα, τοποθετείται μέσα σε ένα έγγραφο χρησιμοποιώντας άγκυρες προσαρτημένες σε άλλα στοιχεία."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Μια άγκυρα καθορίζει το σημείο αναφοράς για ένα αντικείμενο. Το σημείο αναφοράς θα μπορούσε να είναι η σελίδα ή το πλαίσιο όπου βρίσκεται το αντικείμενο, μια παράγραφος ή ακόμα και ένας χαρακτήρας. Μια εικόνα έχει πάντα μια άγκυρα και επομένως ένα σημείο αναφοράς."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -197,23 +197,50 @@ msgctxt ""
msgid "To frame"
msgstr "Στο πλαίσιο"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Αγκυρώνει το επιλεγμένο αντικείμενο στο πλαίσιο που το περιβάλλει."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Όταν εισάγετε ένα αντικείμενο, γραφικό ή πλαίσιο, εμφανίζεται ένα εικονίδιο αγκύρωσης στο σημείο που είναι αγκυρωμένο το αντικείμενο. Μπορείτε να μετακινήσετε μια άγκυρα ή, έχοντας υπόψη άλλους περιορισμούς αντικειμένων, να τοποθετήσετε ένα αντικείμενο σε σχέση με το σημείο αναφοράς της άγκυρας σύροντας το αντικείμενο. Για να αλλάξετε τις επιλογές αγκύρωσης ενός στοιχείου, δεξιοπατήστε στο στοιχείο και, στη συνέχεια, επιλέξτε μια επιλογή από το υπομενού <item type=\"menuitem\">Άγκυρωση</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -9233,14 +9260,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Εισαγωγή γραφικού αντικειμένου από αρχείο"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>εικόνες; εισαγωγή από παράθυρο διαλόγου</bookmark_value><bookmark_value>εισαγωγή; εικόνες, από παράθυρο διαλόγου</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9251,33 +9278,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Εισαγωγή γραφικού αντικειμένου από αρχείο\">Εισαγωγή γραφικού αντικειμένου από αρχείο</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Κάντε κλικ στο σημείο του εγγράφου όπου επιθυμείτε να εισαγάγετε το γραφικό αντικείμενο."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Επιλέξτε <link href=\"text/shared/01/04140000.xhp\" name=\"Εισαγωγή - Εικόνα - Από αρχείο\"><emph>Εισαγωγή - Εικόνα - Από αρχείο</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Εντοπίστε το αρχείο γραφικού αντικειμένου που επιθυμείτε να εισάγετε και κάντε κλικ στο <emph>Άνοιγμα</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19277,14 +19277,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Επιλέξτε <item type=\"menuitem\">Εργαλεία - Αυτόματη διόρθωση - Επιλογές αυτόματης διόρθωσης - Συμπλήρωση λέξεων</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Αποεπιλέξτε την <emph>Ενεργοποίηση συμπλήρωσης λέξης</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/el/officecfg/registry/data/org/openoffice/Office/UI.po b/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
index d27b5bdc3d2..c25877c70fb 100644
--- a/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/el/>\n"
"Language: el\n"
@@ -1247,6 +1247,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Στο προηγούμενο φύλλο"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10677,15 +10687,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Βέλτιστο ύψος γραμμής"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Ίση κατανομή γραμμών "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20727,7 +20737,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Εισαγωγή αντικειμένου OLE"
#. gB86r
#: GenericCommands.xcu
@@ -20737,7 +20747,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "Αντικείμενο ~OLE…"
#. zKjoT
#: GenericCommands.xcu
@@ -20747,7 +20757,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Άνοιγμα διαλόγου για εισαγωγή αντικειμένου OLE"
#. 6B9a2
#: GenericCommands.xcu
@@ -20997,7 +21007,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "Α~ντικείμενο OLE"
#. o5DE2
#: GenericCommands.xcu
@@ -21007,7 +21017,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Μενού για επεξεργασία ή αποθήκευση αντικειμένων OLE"
#. WQPXj
#: GenericCommands.xcu
@@ -21379,15 +21389,15 @@ msgctxt ""
msgid "~Image"
msgstr "Ε~ικόνα"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Αντικείμενο και σχήμα"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22057,7 +22067,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Επιλέξτε τις αιχμές βελών έναρξης και τέλους για τις γραμμές."
#. FDhkx
#: GenericCommands.xcu
@@ -22287,7 +22297,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Down"
-msgstr "Μετακίνηση κάτω"
+msgstr "Μετακίνηση προς τα κάτω"
#. DHVCR
#: GenericCommands.xcu
@@ -25967,7 +25977,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "Αντικείμενο ~OLE"
#. SQ76T
#: GenericCommands.xcu
@@ -26239,15 +26249,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "~Περιστροφή ή αναστροφή"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Αλλαγή άγκυρας"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26259,6 +26269,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Ά~γκυρα"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26747,7 +26767,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Δώστε μια ετικέτα για να αναγνωρίσετε ένα αντικείμενο"
#. k5bGq
#: GenericCommands.xcu
@@ -26767,7 +26787,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Προσθήκη περιγραφών μη κειμενικού περιεχομένου (για προσβασιμότητα)"
#. YwMhY
#: GenericCommands.xcu
@@ -30737,7 +30757,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Ιδιότητες ελέγχου περιεχομένου"
#. npNpZ
#: WriterCommands.xcu
@@ -30937,7 +30957,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Εισαγωγή στοιχείου ελέγχου περιεχομένου πτυσσόμενου καταλόγου"
#. Avn9E
#: WriterCommands.xcu
@@ -30947,6 +30967,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Εισαγωγή στοιχείου ελέγχου περιεχομένου εικόνας"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31407,7 +31437,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "Μενού εισαγωγής αντικειμένου OLE"
#. DE4Ca
#: WriterCommands.xcu
@@ -31417,7 +31447,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Εισαγωγή αντικειμένου OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -34049,15 +34079,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Πρώτη παράγραφος"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Ελαχιστοποίηση πλάτους στήλης"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34079,15 +34119,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Αύξηση τιμής εσοχής"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Ελαχιστοποίηση ύψους γραμμής"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36327,7 +36377,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36807,7 +36857,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37327,7 +37377,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37627,7 +37677,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38287,7 +38337,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38827,7 +38877,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/el/sc/messages.po b/source/el/sc/messages.po
index 2583916bdb8..b0407bfff7a 100644
--- a/source/el/sc/messages.po
+++ b/source/el/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/el/>\n"
"Language: el\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Επιλογή φύλλων"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Επιλεγμένα φύλλα"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Χάρακας"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Αυτός ο χάρακας χειρίζεται αντικείμενα σε σταθερές θέσεις."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Προεπισκόπηση"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Αυτό το φύλλο δείχνει πώς θα τοποθετηθούν τα δεδομένα στο έγγραφο."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Προβολή εγγράφου"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Φύλλο %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Κελί %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Αριστερή περιοχή"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Προεπισκόπηση σελίδας"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Κεντρική περιοχή"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Δεξιά περιοχή"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Κεφαλίδα σελίδας %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Υποσέλιδο σελίδας %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Γραμμή εισαγωγής"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Εδώ γράφετε ή επεξεργάζεστε κείμενο, αριθμούς και τύπους."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Αναπαραγωγή πολυμέσων"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Πλήκτρο ποντικιού πατημένο"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Εργαλειοθήκη τύπων"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Υπολογιστικά φύλλα του %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(μόνο για ανάγνωση)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Κατάσταση προεπισκόπησης)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Σελίδες:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Α~πόκρυψη εξόδου κενών σελίδων"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Εκτύπωση όλων των σελίδων"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Εκτύπωση επιλεγμένων φύλλων"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Εκτύπωση επιλεγμένων κελιών"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Από τα οποία:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Όλες οι ~σελίδες"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Σε~λίδες:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Η ακόλουθη πηγή DDE δεν μπόρεσε να ενημερωθεί πιθανόν επειδή το πηγαίο έγγραφο δεν ήταν ανοιχτό. Παρακαλώ ανοίξτε το πηγαίο έγγραφο και ξαναπροσπαθήστε."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Το παρακάτω εξωτερικό αρχείο δεν μπόρεσε να φορτωθεί. Τα συνδεμένα δεδομένα από αυτό το αρχείο δεν ενημερώθηκαν."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Ενημέρωση εξωτερικών συνδέσμων."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Η περιοχή που περιέχει ε~τικέτες στηλών"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Η περιοχή περιέχει ετικέτες ~γραμμών"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Άκυρη τιμή"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Δεν ορίστηκαν τύποι."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Δεν ορίστηκε ούτε γραμμή, ούτε στήλη."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Αόριστο όνομα ή περιοχή."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Αόριστο όνομα ή λάθος παραπομπή κελιού."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Οι τύποι δεν σχηματίζουν μια στήλη."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Οι τύποι δεν σχηματίζουν μια γραμμή."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Προσθήκη Αυτόματης μορφής"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Μετονομασία αυτόματης μορφής"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Όνομα"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Διαγραφή αυτόματης μορφής"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Θέλετε πραγματικά να διαγραφεί η αυτόματη μορφή #;"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Κλείσιμο"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Ιαν"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Φεβ"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Μάρ"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Βορράς"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Κέντρο"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Νότος"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Σύνολο"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Αγκύρωση σελίδας"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Αγκύρωση κελιού"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Όρος "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Περιεχόμενα"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Φύλλα"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Ονόματα περιοχών"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Περιοχές βάσης δεδομένων"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Εικόνες"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Αντικείμενα OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Σχόλια"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Συνδεδεμένες περιοχές"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Αντικείμενα σχεδίασης"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "ενεργό"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ανενεργό"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "απόκρυψη"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Ενεργό παράθυρο"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Όνομα σεναρίου"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Σχόλιο"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Αύξουσα ταξινόμηση"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Φθίνουσα ταξινόμηση"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Προσαρμοσμένη ταξινόμηση"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Πλαίσιο ονόματος"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Γραμμή εισαγωγής"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Οδηγός συνάρτησης"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Αποδοχή"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Ακύρωση"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Επιλογή συνάρτησης"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Τύπος"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Επέκταση γραμμής τύπων"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Σύμπτυξη της γραμμής τύπων"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Άγνωστος χρήστης"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Έγινε εισαγωγή στήλης"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Έγινε εισαγωγή γραμμής "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Έγινε εισαγωγή φύλλου "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Η στήλη διαγράφτηκε"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Η γραμμή διαγράφτηκε"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Τα φύλλα διαγράφτηκαν"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Η περιοχή μετακινήθηκε"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Αλλαγμένα περιεχόμενα"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Αλλαγμένα περιεχόμενα"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Αλλάχτηκε σε "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Αρχικό"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Οι αλλαγές απορρίφθηκαν"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Αποδεκτές"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Απορριπτέες"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Καμία καταχώριση"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<κενό>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Δεν προστατεύεται"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Δεν προστατεύεται με κωδικό"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Ασύμβατος κατακερματισμός"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Συμβατός κατακερματισμός"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Επαναπληκτρολόγηση"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Κινητός μέσος"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Εκθετική εξομάλυνση"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Ανάλυση διακύμανσης"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Ανάλυση διακύμανσης (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Μοναδικός παράγοντας"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Δύο παράγοντες"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Ομάδες"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Μεταξύ ομάδων"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Μέσα σε ομάδες"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Πηγή διακύμανσης"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Σημαντικότητα F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Τιμή-P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "Κρίσιμο F"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Σύνολο"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Συσχέτιση"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Συσχετίσεις"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Συνδιακύμανση"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Συνδιακυμάνσεις"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Περιγραφικά στατιστικά"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Μέσος"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Τυπικό σφάλμα"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Κατάσταση"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Διάμεση τιμή"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Διακύμανση"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Τυπική απόκλιση"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Κύρτωση"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Ασυμμετρία"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Περιοχή"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Ελάχιστο"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Μέγιστο"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Άθροισμα"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Πλήθος"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Πρώτο τεταρτημόριο"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Τρίτο τεταρτημόριο"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Τυχαία ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Ομοιόμορφο"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Ομοιόμορφη ακέραια"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Κανονική"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Κοσί"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Μπερνούλι"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Διωνυμικός"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Αρνητική διωνυμική"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Χι τετράγωνο"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Γεωμετρικό"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Ελάχιστο"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Μέγιστο"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Μέσος"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Τυπική απόκλιση"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Διάμεση τιμή"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Σίγμα"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Τιμή p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Αριθμός δοκιμών"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Τιμή nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Δειγματοληψία"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Δοκιμή F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Δοκιμή F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Δοκιμή t με ζεύξη"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Δοκιμή t με ζεύξη"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Δοκιμή z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Δοκιμή z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Δοκιμή ανεξαρτησίας (Χ τετράγωνο)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Παλινδρόμηση"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Παλινδρόμηση"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Ανάλυση Φουριέ"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Ανάλυση Φουριέ"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Στήλη %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Γραμμή %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Άλφα"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Μεταβλητή 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Μεταβλητή 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Υποτιθέμενη διαφορά μέσων τιμών"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Παρατηρήσεις"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Παρατηρούμενη διαφορά μέσων τιμών"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Διορθωμένο R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Πλήθος μεταβλητών Χ"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Τιμή P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Κρίσιμη τιμή"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Στατιστική ελέγχου"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Κατώτερο"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Ανώτερο"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Η περιοχή εισόδου είναι άκυρη."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Η διεύθυνση εξόδου δεν είναι έγκυρη."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Γραμμικό"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Λογαριθμικό"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Δύναμη"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Η περιοχή ανεξάρτητων μεταβλητών δεν είναι έγκυρη."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Η περιοχή ανεξάρτητων μεταβλητών δεν είναι έγκυρη."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Το επίπεδο εμπιστοσύνης πρέπει να είναι στο διάστημα (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Η περιοχή μεταβλητής Υ δεν μπορεί να έχει περισσότερες από 1 στήλες."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Η περιοχή μεταβλητής Υ δεν μπορεί να έχει περισσότερες από 1 γραμμές."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Μονομεταβλητή παλινδρόμηση: Το πλήθος παρατήρησης στο Χ και στο Υ πρέπει να ταιριάζουν."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Πολυμεταβλητή παλινδρόμηση: Το πλήθος παρατήρησης στο Χ και στο Υ πρέπει να ταιριάζουν."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Πρότυπο παλινδρόμησης"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Στατιστικά παλινδρόμησης"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Υπόλοιπο"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Επίπεδο εμπιστοσύνης"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Συντελεστές"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Στατιστική-t"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Σημείο τομής"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Προβλεπόμενο Υ"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Έξοδος ακατέργαστου LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) δεξιά ουρά"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "Κρίσιμη δεξιά ουρά F"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) αριστερή ουρά"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Κρίσιμη αριστερή ουρά"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P δύο ουρές"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F κρίσιμη δύο ουρές"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Συσχέτιση Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Διακύμανση διαφορών"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Στατιστική t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) μία ουρά"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Κρίσιμη μία ουρά"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) δύο ουρές"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Κρίσιμη δύο ουρές"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Γνωστή διακύμανση"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) μία ουρά"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Κρίσιμο μία ουρά"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) δύο ουρές"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z κρίσιμο δύο ουρές"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Μετασχηματισμός Φουριέ"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Αντίστροφος μετασχηματισμός Φουριέ"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Πραγματικός"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Φανταστικός"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Μέγεθος"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Φάση"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Έχουν επιλεγεί περισσότερες από δύο στήλες σε ομαδοποιημένη κατά στήλη κατάσταση."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Έχουν επιλεγεί περισσότερες από δύο γραμμές σε ομαδοποιημένη κατά γραμμή κατάσταση."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Δεν υπάρχουν δεδομένα στην περιοχή εισόδου"
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Η έξοδος είναι πολύ μεγάλη για να γραφτεί σε φύλλο."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Περιοχή δεδομένων εισόδου"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Να επιτρέπεται η ενημέρωση"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Να επιτρέπεται η ενημέρωση, μόνο εάν εμπιστεύεστε αυτό το έγγραφο."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Σε κελί"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Στο κελί (αλλαγή μεγέθους με το κελί)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Σε σελίδα"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Δεν υπάρχουν διαθέσιμα δεδομένα χρήστη."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(αποκλειστική πρόσβαση)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Δεν υπάρχουν διαθέσιμες επώνυμες περιοχές στο επιλεγμένο έγγραφο"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Τριχοειδής γραμμή (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Πολύ λεπτή (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Λεπτή (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Μεσαία (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Παχιά (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Πολύ παχιά (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Διπλή τριχοειδής γραμμή (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Λεπτή/Μεσαία (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Μεσαία/Τριχοειδής (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Μεσαία/Μεσαία (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Χρησιμοποιεί προσαρμοσμένη σειρά ταξινόμησης που καθορίζετε στο πλαίσιο διαλόγου επιλογών στο %PRODUCTNAME Calc - Κατάλογοι ταξινόμησης."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Ορίζει ότι ένα μικρό ορθογώνιο στην πάνω δεξιά γωνία του κελιού δείχνει ότι υπάρχει σχόλιο. Το σχόλιο θα εμφανιστεί μόνο εάν ενεργοποιήσετε τις συμβουλές στο %PRODUCTNAME - Γενικά στο πλαίσιο διαλόγου επιλογές."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Ανοίγει ένα παράθυρο διαλόγου όπου μπορείτε να λύσετε μια εξίσωση με μία μεταβλητή."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30721,37 +30789,37 @@ msgstr "Καθορίστε τις επιλογές ταξινόμησης για
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "Από πάνω προς τα κάτω (ταξινόμηση σειρών)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "Από αριστερά προς τα δεξιά (ταξινόμηση στηλών)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Κατεύθυνση:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Η περιοχή περιέχει…"
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Κεφαλίδες:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Επιλογές ταξινόμησης"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Προσαρμοσμένη σειρά ταξινόμησης"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Επιλέξτε την προσαρμοσμένη σειρά ταξινόμησης που θέλετε να εφαρμόσετε. Για να ορίσετε μια προσαρμοσμένη σειρά ταξινόμησης, επιλέξτε Εργαλεία - Επιλογές - Υπολογισμός - Κατάλογοι ταξινόμησης ."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Γλώσσα"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Επιλογές"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Επιλέξτε την επιλογή ταξινόμησης για τη γλώσσα."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Επιλέξτε γλώσσα για τους κανόνες ταξινόμησης."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Επιλογές ταξινόμησης"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Καθορίζει επιπρόσθετες επιλογές ταξινόμησης."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Πρ_οσαρμοσμένη σειρά ταξινόμησης"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Χρησιμοποιεί μια προσαρμοσμένη σειρά ταξινόμησης που καθορίσατε στο πλαίσιο διαλόγου Επιλογές στο Calc - Ταξινόμηση καταλόγων."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Χρησιμοποιεί μια προσαρμοσμένη σειρά ταξινόμησης που καθορίσατε στο πλαίσιο διαλόγου Επιλογές στο Calc - Ταξινόμηση καταλόγων."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ταξινόμηση"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Καθορίστε τις ρυθμίσεις για τον υπολογισμό και την παρουσίαση μερικών αθροισμάτων."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Δείκτης σ_χολίου"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Καθορίζει ότι ένα μικρό ορθογώνιο στην επάνω δεξιά γωνία του κελιού υποδεικνύει ότι υπάρχει ένα σχόλιο. Το σχόλιο θα εμφανίζεται μόνο όταν ενεργοποιήσετε τις συμβουλές στην ενότητα Γενικά στο πλαίσιο διαλόγου Επιλογές."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Επι_σήμανση τιμής"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Σημειώστε το πλαίσιο Επισήμανση τιμής για να εμφανίσετε τα περιεχόμενα των κελιών με διαφορετικά χρώματα, ανάλογα με τον τύπο. Τα κελιά κειμένου μορφοποιούνται με μαύρο, οι τύποι με πράσινο, τα κελιά αριθμών με γαλάζιο και τα προστατευμένα κελιά εμφανίζονται με ανοικτό γκρίζο παρασκήνιο, ανεξάρτητα από τη μορφοποίηση προβολής."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Αγ_κύρωση"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Καθορίζει αν θα εμφανίζεται το εικονίδιο άγκυρας όταν επιλεχθεί ένα εισαγόμενο αντικείμενο όπως ένα γραφικό."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Υπερχείλιση κει_μένου"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Αν ένα κελί περιέχει κείμενο που είναι πλατύτερο από το πλάτος του κελιού, τότε το κείμενο εμφανίζεται πάνω από κενά διπλανά κελιά στην ίδια σειρά. Εάν δεν υπάρχει κανένα κενό γειτονικό κελί, ένα μικρό τρίγωνο στο άκρο του κελιού δηλώνει ότι το κείμενο συνεχίζεται."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Έ_γχρωμη προβολή των παραπομπών"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Καθορίζει ότι κάθε αναφορά στον τύπο θα επισημαίνεται με χρώμα. Το εύρος του κελιού θα περικλείεται επίσης με ένα χρωματιστό περίγραμμα από τη στιγμή που το κελί που περιέχει την αναφορά είναι επιλεγμένο για επεξεργασία."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Εμφάνιση"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Κεφαλίδες στή_λης/γραμμής"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Καθορίζει αν θα εμφανίζονται οι κεφαλίδες γραμμών και στηλών."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Ορι_ζόντια γραμμή κύλισης"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Ορίζει αν θα εμφανίζεται μια οριζόντια γραμμή κύλισης στο τέλος του παραθύρου του εγγράφου."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Κά_θετη γραμμή κύλισης"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Ορίζει αν θα εμφανίζεται μια κατακόρυφη γραμμή κύλισης στα δεξιά του παραθύρου του εγγράφου."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Καρτέλες _φύλλου"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Ορίζει αν θα εμφανίζονται οι καρτέλες φύλλων στο τέλος του εγγράφου του υπολογιστικού φύλλου."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Σύμβολα _διάρθρωσης"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Αν έχετε ορίσει μία διάρθρωση, η επιλογή Σύμβολα διάρθρωσης καθορίζει αν θα εμφανίζονται τα σύμβολα διάρθρωσης στα όρια του φύλλου."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Περίληψη στη_ν αναζήτηση"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Παράθυρο"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Σ_υγχρονισμός φύλλων"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Αν επιλεχθεί, όλα τα φύλλα θα προβάλλονται με τον ίδιο συντελεστή μεγέθυνσης. Αν δεν επιλεχθεί, κάθε φύλλο θα έχει τον δικό του συντελεστή μεγέθυνσης."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Εστίαση"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Αλλαγές _σελίδων"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Καθορίζει αν θα προβάλετε τις αλλαγές σελίδας μέσα σε μια ορισμένη περιοχή εκτύπωσης."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Βοηθητικές γραμμές _κατά τη μετακίνηση"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Καθορίζει αν θα εμφανίζονται γραμμές προβολής κατά τη μετακίνηση σχεδίων, πλαισίων, γραφικών και άλλων αντικειμένων."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Γραμμές πλέ_γματος:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Χρώμα:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Εμφάνιση"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Εμφάνιση σε χρωματιστά κελιά"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Απόκρυψη"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Ορίζει αν οι γραμμές πλέγματος θα εμφανίζονται. Προεπιλογή είναι η εμφάνιση γραμμών πλέγματος μόνο σε κελιά που δεν έχουν χρώμα παρασκηνίου. Μπορείτε να επιλέξετε να εμφανίζονται γραμμές πλέγματος επίσης σε κελιά με χρώμα παρασκηνίου ή να τα αποκρύψετε."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Ορίζει ένα χρώμα για τις γραμμές πλέγματος στο τρέχον έγγραφο."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Δεί_κτης:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Με _θέμα"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Εμφάνιση του δείκτη όπως ορίζεται στο θέμα του εικονιδίου, συνήθως ως χοντρός σταυρός."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "_Σύστημα"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Εμφάνιση του δείκτη ως προεπιλογής του συστήματος, συνήθως ως δείκτης βέλους."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Οπτική βοήθεια"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Α_ντικείμενα/Εικόνες:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Δια_γράμματα:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Αν_τικείμενα σχεδίασης:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Εμφάνιση"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Απόκρυψη"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Ορίζει αν τα αντικείμενα και τα γραφικά εμφανίζονται ή κρύβονται."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Εμφάνιση"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Απόκρυψη"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Ορίζει αν τα διαγράμματα στο έγγραφό σας εμφανίζονται ή κρύβονται."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Εμφάνιση"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Απόκρυψη"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Ορίζει αν τα αντικείμενα σχεδίασης στο έγγραφό σας εμφανίζονται ή κρύβονται."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Αντικείμενα"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Καθορίζει ποια στοιχεία του κύριου παραθύρου Calc θα εμφανίζονται. Μπορείτε επίσης να εμφανίσετε ή να αποκρύψετε την επισήμανση τιμών σε πίνακες."
diff --git a/source/el/sd/messages.po b/source/el/sd/messages.po
index 510ffe0719a..e9bfba0da4b 100644
--- a/source/el/sd/messages.po
+++ b/source/el/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-04 09:50+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/el/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562572253.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Τέλος γραμμής"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Παρακαλώ εισάγετε ένα όνομα για τη νέα κεφαλή βέλους:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/el/sfx2/messages.po b/source/el/sfx2/messages.po
index 57e557179ba..68956619b31 100644
--- a/source/el/sfx2/messages.po
+++ b/source/el/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-04 09:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/el/>\n"
"Language: el\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ναι ή όχι"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Αποθηκεύει το πλήρες όνομα του χρήστη με το αρχείο. Μπορείτε να επεξεργαστείτε το όνομα επιλέγοντας Εργαλεία - Επιλογές - %PRODUCTNAME - Δεδομένα χρήστη."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Χρήση _προσωπικών δεδομένων"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Αποθηκεύει το πλήρες όνομα του χρήστη μαζί με το αρχείο. Μπορείτε να επεξεργαστείτε το όνομα επιλέγοντας Εργαλεία - Επιλογές - Δεδομένα χρήστη."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Επαναφορά ιδιοτήτων"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Επαναφέρει τον χρόνο επεξεργασίας στο μηδέν, την ώρα δημιουργίας στη τωρινή ημερομηνία και ώρα, και τον αριθμό έκδοσης σε 1. Επίσης, σβήνονται οι ημερομηνίες αλλαγής και εκτύπωσης."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "_Ψηφιακές υπογραφές..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Μέγεθος:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "άγνωστο"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Τοποθεσία:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Τύπος:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Αλλαγή _κωδικού πρόσβασης"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Πρότυπο:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Εμφανίζει το όνομα του αρχείου."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Αποθήκευση της εικόνας προεπισκόπησης με αυτό το έγγραφο"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Προτιμώμενο DPI εικόνας"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Περιέχει βασικές πληροφορίες για το τρέχον αρχείο."
@@ -4467,7 +4469,7 @@ msgstr "Δεύτερος κωδικός"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Μπορούν να εισαχθούν μόνο βασικοί λατινικοί χαρακτήρες"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/el/starmath/messages.po b/source/el/starmath/messages.po
index fd48657e6a1..36b44e7e4a4 100644
--- a/source/el/starmath/messages.po
+++ b/source/el/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-09-22 20:36+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/el/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Ανοίγει τον διάλογο Σύμβολα, όπου μπορείτε να επιλέξετε σύμβολο για εισαγωγή στον τύπο"
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Κατηγορίες στοιχείων"
diff --git a/source/el/svtools/messages.po b/source/el/svtools/messages.po
index 2ef6516785b..d8061f98f8c 100644
--- a/source/el/svtools/messages.po
+++ b/source/el/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-08 10:50+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/el/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "Το JRE είναι προβληματικό"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Ανοίγει τον διάλογο Επιλογές εκτυπωτή όπου μπορείτε να αντικαταστήσετε τις γενικές επιλογές εκτυπωτή που ορίστηκαν στο Εργαλεία - Επιλογές - %PRODUCTNAME Writer/Web - Εκτύπωση για το τρέχον έγγραφο."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Πηγαίος κώδικας"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Αρχείο σελιδοδείκτη"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Γραφικά"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Αρχείο διαμόρφωσης"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Εφαρμογή"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Πίνακας βάσης δεδομένων"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Αρχείο συστήματος"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Έγγραφο του MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Αρχείο βοήθειας"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Έγγραφο HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Αρχείο αρχειοθήκης"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Αρχείο καταγραφής"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Βάση δεδομένων StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Κύριο έγγραφο StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Εικόνα StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Αρχείο κειμένου"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Σύνδεση"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Πρότυπο StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Έγγραφο του MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Πρότυπο MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Αρχείο δέσμης"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Αρχείο"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Φάκελος"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Έγγραφο κειμένου"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Υπολογιστικό φύλλο"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Παρουσίαση"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Σχεδίαση"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Έγγραφο HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Πρωτεύον έγγραφο"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Τύπος"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Βάση δεδομένων"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Πρότυπο υπολογιστικό φύλλο OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Πρότυπο σχεδίου του OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Πρότυπο παρουσίασης OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Πρότυπο εγγράφου κειμένου του OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Τοπικός δίσκος"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Μονάδα δίσκου"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Μονάδα CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Σύνδεση δικτύου"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Έγγραφο του MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Πρότυπο MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Προβολή του MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Τύπος OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Διάγραμμα OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Σχέδιο του OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Υπολογιστικό φύλλο του OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Παρουσίαση του OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Έγγραφο κειμένου του OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Κύριο έγγραφο του OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Έγγραφο του MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Βάση δεδομένων του OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Σχεδίαση του OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Τύπος του OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Κύριο έγγραφο του OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Παρουσίαση του OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Υπολογιστικό φύλλο του OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Κείμενο του OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Πρότυπο υπολογιστικού φύλλου του OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Πρότυπο σχεδίασης του OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Πρότυπο παρουσίασης του OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Πρότυπο κειμένου του OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Επέκταση του %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Ορθογραφικός έλεγχος Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Συλλαβιστής Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Θησαυρός Mythes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Κατάλογος από λέξεις που αγνοήθηκαν"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Επιλογές..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Ανοίγει το παράθυρο διαλόγου Επιλογές εκτυπωτή όπου μπορείτε να παρακάμψετε τις γενικές επιλογές εκτυπωτή που έχουν οριστεί στον πίνακα Εργαλεία - Επιλογές - Writer/Ιστός - Εκτύπωση για το τρέχον έγγραφο."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Όνομα:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Κατάσταση:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Τύπος:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Τοποθεσία:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Σχόλιο:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Ιδιότητες..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Αλλάζει τις ρυθμίσεις του εκτυπωτή για το λειτουργικό σας σύστημα και το τρέχον έγγραφο."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Παραθέτει τους εγκατεστημένους εκτυπωτές στο λειτουργικό σας σύστημα. Για να αλλάξετε τον προεπιλεγμένο εκτυπωτή, επιλέξτε το όνομα ενός εκτυπωτή από τον κατάλογο."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Εκτυπωτής"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Επιλέξτε τον προεπιλεγμένο εκτυπωτή για το τρέχον έγγραφο."
diff --git a/source/el/svx/messages.po b/source/el/svx/messages.po
index edeccdabbb1..c6362a51c87 100644
--- a/source/el/svx/messages.po
+++ b/source/el/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/el/>\n"
"Language: el\n"
@@ -11792,7 +11792,7 @@ msgstr "Από εσωτερικά"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Ολόκληρη η περιοχή παραγράφου"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Δεξιά της περιοχής κειμένου σελίδας"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Αριστερό περιθώριο παραγράφου"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Δεξιό περιθώριο παραγράφου"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Πλαίσιο:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Εισάγετε το κείμενο που θέλετε να εμφανιστεί όταν το ποντίκι επικάθεται πάνω στο ενεργό σημείο σε πλοηγητή."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Κείμενο:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Εισάγετε το URL για το αρχείο το οποίο θέλετε να ανοίγει όταν πατάτε στο επιλεγμένο ενεργό σημείο."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Εμφανίζει τον χάρτη της εικόνας, ώστε να μπορείτε να πατήσετε και να επεξεργαστείτε τα ενεργά σημεία."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Σας επιτρέπει να επισυνάψετε URLs σε συγκεκριμένες περιοχές, γνωστές ως ενεργά σημεία, σε γραφικό ή σε ομάδα από γραφικά. Ένας χάρτης εικόνας είναι μια ομάδα από ένα ή περισσότερα ενεργά σημεία."
diff --git a/source/el/sw/messages.po b/source/el/sw/messages.po
index 3c701df8e58..e73e534148f 100644
--- a/source/el/sw/messages.po
+++ b/source/el/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/el/>\n"
"Language: el\n"
@@ -1256,7 +1256,7 @@ msgstr "Συνέχιση προηγούμενου δένδρου"
#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
-msgstr "Εμφάνιση ονόματος"
+msgstr "Όνομα εμφάνισης"
#. JXrsY
#: sw/inc/inspectorproperties.hrc:130
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Χωρίς συλλαβισμό κεφαλαίων στην παράγραφο"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Στοιχεία διαλειτουργικότητας παραγράφου"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Η παράγραφος έχει αυτόματη εσοχή πρώτης γραμμής"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Η παράγραφος έχει απόσταση χαρακτήρων"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Η παράγραφος έχει όριο σύνδεσης"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Η παράγραφος έχει κανόνες απαγόρευσης"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Η παράγραφος έχει στίξη στα περιθώρια"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Η παράγραφος έχει συλλαβισμό"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Η παράγραφος έχει επανεκκίνηση αρίθμησης"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Διατήρηση μαζί παραγράφου"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Προσαρμογή τελευταίας γραμμής παραγράφου"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Αριστερό περιθώριο παραγράφου"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Σχετικό αριστερό περιθώριο παραγράφου"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Πλήθος αριθμού γραμμών παραγράφου"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Αρχική τιμή αριθμού γραμμής παραγράφου"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Διάστιχο παραγράφου"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Ορφανές παράγραφοι"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Ενεργή κατάσταση καταχώρισης παραγράφου"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Δεξιό περιθώριο παραγράφου"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Σχετικό δεξιό περιθώριο παραγράφου"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Μορφή σκιάς παραγράφου"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Διαίρεση παραγράφου"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Όνομα τεχνοτροπίας παραγράφου"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Στάσεις στηλοθετών παραγράφου"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Πάνω περιθώριο παραγράφου"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Σχετικό πάνω περιθώριο παραγράφου"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Γνωρίσματα παραγράφου του χρήστη"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Κάθετη στοίχιση παραγράφου"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Παράθυρα παραγράφου"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Σημάδι αναφοράς"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Δεξιό όριο"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Απόσταση δεξιού ορίου"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Προσαρμογή Ruby"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Όνομα τεχνοτροπίας χαρακτήρα Ruby"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Η Ruby είναι από πάνω"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Θέση Ruby"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Φωνητικό κείμενο"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Προσκόλληση στο πλέγμα"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Στοιχεία διαλειτουργικότητας τεχνοτροπίας"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Πεδίο κειμένου"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Πλαίσιο κειμένου"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Παράγραφος κειμένου"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Ενότητα κειμένου"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Πίνακας κειμένου"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Καθορισμένα χαρακτηριστικά χρήστη για το κείμενο"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Άνω όριο"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Απόσταση άνω ορίου"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Όνομα τεχνοτροπίας χαρακτήρων χωρίς επίσκεψη"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Όνομα τεχνοτροπίας χαρακτήρα με επίσκεψη"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Κατάσταση γραφής"
@@ -5376,7 +5394,7 @@ msgstr "πλαίσιο"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Εικόνα"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Αντικείμενα OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Γραμμή βάσης στο ~κέντρο"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Εισαγωγή αντικειμένου OLE"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Επεξεργασία αντικειμένου OLE"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9956,8 +9974,22 @@ msgstr "Πατήστε εδώ για να εισάγετε κείμενο"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Επιλογή στοιχείου"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Ανοίγει το διάλογο τίτλου. Έχει τις ίδιες πληροφορίες όπως ο διάλογος που παίρνετε από το μενού %PRODUCTNAME Writer - Αυτόματο υπόμνημα στο πλαίσιο διαλόγου επιλογών."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,82 +12565,118 @@ msgid "Options"
msgstr "Επιλογές"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Ιδιότητες ελέγχου περιεχομένου"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Το περιεχόμενο είναι κείμενο δεσμευτικού θέσης"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Όνομα εμφάνισης"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Τιμή"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Στοιχεία καταλόγου:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Προσθήκη"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Τροποποίηση"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Αφαίρεση"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Μετακίνηση προς τα πάνω"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Μετακίνηση προς τα κάτω"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Ιδιότητες στοιχείου καταλόγου ελέγχου περιεχομένου"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Όνομα εμφάνισης:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Τιμή:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Εισάγετε την τιμή της μετατόπισης που επιθυμείτε να εφαρμόσετε στον αριθμό της σελίδας, για παράδειγμα \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Εμφανίζει σε λίστα τους διαθέσιμους τύπους πεδίων. Για να προσθέσετε ένα πεδίο στο έγγραφο σας, κάντε κλικ σε ένα τύπο πεδίου, κάντε κλικ σε ένα πεδίο στον κατάλογο Επιλογή , και μετά κάντε κλικ στο Εισαγωγή."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Τύπος"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Επιλογή"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Πατήστε στη μορφοποίηση που θέλετε να εφαρμόσετε στο επιλεγμένο πεδίο, ή πατήστε \"Πρόσθετες μορφοποιήσεις\" για να ορίσετε μια προσαρμοσμένη μορφοποίηση."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Μορφή"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Μακροεντολή..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Ανοίγει τον Επιλογέα μακροεντολής, όπου μπορείτε να επιλέξετε τη μακροεντολή που θα εκτελεστεί όταν πατάτε στο επιλεγμένο πεδίο στο έγγραφο."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Τιμή"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Ορίζει πρόσθετες παραμέτρους λειτουργίας για τα πεδία. Ο τύπος των παραμέτρων εξαρτάται από τον επιλεγόμενο τύπο πεδίου."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Ό_νομα"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Έπειτα"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Εισάγετε το κείμενο που θα εμφανίζεται όταν η συνθήκη ικανοποιείται, στο πλαίσιο Τότε (Then) και το κείμενο που θα εμφανίζεται όταν η συνθήκη δεν ικανοποιείται, στο πλαίσιο Αλλιώς (Else)."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Αλλιώς"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Εισάγετε το κείμενο που θα εμφανίζεται όταν η συνθήκη ικανοποιείται, στο πλαίσιο Τότε (Then) και το κείμενο που θα εμφανίζεται όταν η συνθήκη δεν ικανοποιείται, στο πλαίσιο Αλλιώς (Else)."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Στοι_χείο"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Εισάγετε ένα νέο στοιχείο."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Προσθέτει το στοιχείο στον κατάλογο."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Στοιχεία στον κατά_λογο"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Εμφανίζει τα στοιχεία. Το ανώτατο στοιχείο εμφανίζεται στο έγγραφο."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Αφαιρεί το επιλεγμένο στοιχείο από τον κατάλογο."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Μετακίνηση προς τα _πάνω"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Μετακινεί το επιλεγμένο στοιχείο προς τα πάνω στον κατάλογο."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Μετακίνηση προς τα _κάτω"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Μετακινεί το επιλεγμένο στοιχείο προς τα κάτω στον κατάλογο."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ό_νομα"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Εισάγετε ένα μοναδικό όνομα για τον κατάλογο εισόδου."
@@ -15696,7 +15764,7 @@ msgstr "Πλαίσιο"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Θέση και μέγεθος"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Εισάγετε ένα όνομα για το επιλεγμένο στοιχείο."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Εισάγετε το κείμενο προς εμφάνιση σε έναν περιηγητή διαδικτύου όταν το επιλεγμένο στοιχείο δεν είναι διαθέσιμο. Ένα εναλλακτικό κείμενο χρησιμοποιείται επίσης για να βοηθήσει άτομα με ειδικές ανάγκες."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15768,178 +15836,220 @@ msgstr "Ό_νομα:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "Ε_ναλλακτικό κείμενο:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Κανένα>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Εμφανίζει το στοιχείο (αντικείμενο, γραφικό, ή πλαίσιο) που βρίσκεται πριν το τρέχον στοιχείο στην ακολουθία της σύνδεσης. Για να προσθέσετε ή να αλλάξετε τον προηγούμενο σύνδεσμο, επιλέξτε ένα όνομα από τον κατάλογο. Εάν συνδέετε πλαίσια, το τρέχον πλαίσιο και το πλαίσιο προορισμού πρέπει να είναι κενά."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Κανένα>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Εμφανίζει το στοιχείο (αντικείμενο, γραφικό, ή πλαίσιο) που βρίσκεται μετά το τρέχον στοιχείο στην ακολουθία της σύνδεσης. Για να προσθέσετε ή να αλλάξετε τον επόμενο σύνδεσμο, επιλέξτε ένα όνομα από τον κατάλογο. Αν συνδέετε πλαίσια, το πλαίσιο προορισμού πρέπει να είναι κενό."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Προηγούμενος σύνδεσμος:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Επό_μενος σύνδεσμος:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Περιγραφή:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Προσβασιμότητα"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Περιεχόμενα"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Αποτρέπει τις αλλαγές στα περιεχόμενα του επιλεγμένου στοιχείου."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Θέση"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Κλειδώνει τη θέση του επιλεγμένου στοιχείου στο τρέχον έγγραφο."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Μέγεθος"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Κλειδώνει το μέγεθος για το επιλεγμένο στοιχείο."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Προστασία"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "_Κατακόρυφη στοίχιση:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Επάνω"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Κεντραρισμένο"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Κάτω"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Καθορίζει την κάθετη στοίχιση του περιεχομένου του πλαισίου. Βασικά, σημαίνει το περιεχόμενο κειμένου, αλλά επίσης επηρεάζει πίνακες και άλλα αντικείμενα αγκιστρωμένα στην περιοχή κειμένου (αγκιστρωμένα ως χαρακτήρας, σε χαρακτήρα ή σε παράγραφο), για παράδειγμα πλαίσια, γραφικά ή σχέδια."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Στοίχιση περιεχομένου"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Επεξεργασία σε έγγραφο μόνο για ανάγνωση"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Σας επιτρέπει να επεξεργαστείτε τα περιεχόμενα ενός πλαισίου σε ένα έγγραφο που είναι μόνο για ανάγνωση (με προστασία εγγραφής)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Εκ_τύπωση"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Περιλαμβάνει το επιλεγμένο στοιχείο όταν τυπώνετε το έγγραφο."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Προσδιορίζει την προτιμώμενη κατεύθυνση της ροής κειμένου σε ένα πλαίσιο. Για να χρησιμοποιήσετε τις προεπιλεγμένες ρυθμίσεις της ροής κειμένου για τη σελίδα, επιλέξτε Χρήση ανώτερων ρυθμίσεων αντικειμένου από τον κατάλογο."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Κατεύ_θυνση κειμένου:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Ιδιότητες"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Προηγούμενος σύνδεσμος:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Κανένα>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Επό_μενος σύνδεσμος:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Κανένα>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Καθορίζει τις ιδιότητες για το επιλεγμένο αντικείμενο, γραφικό ή πλαίσιο."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Αυτόματο..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Ανοίγει το παράθυρο διαλόγου υπομνημάτων. Έχει τις ίδιες πληροφορίες με το παράθυρο διαλόγου που λαμβάνετε από το μενού Writer - Αυτόματα υπομνήματα στο πλαίσιο διαλόγου Επιλογές."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Επιλογές..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Τίτλος"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Αρίθμηση:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Διαχωριστικό:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Θέση:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Επιλέξτε τον τύπο της αρίθμησης που θέλετε να χρησιμοποιήσετε στο υπόμνημα."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Εισάγετε το προαιρετικό κείμενο χαρακτήρων που θα εμφανίζεται μεταξύ του αριθμού και του κειμένου του υπομνήματος."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Διαχωριστικό αρίθμησης:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Πληκτρολογήστε το κείμενο που θέλετε να εμφανίζεται μετά τον αριθμό υπομνήματος."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Προσθέτει το υπόμνημα πάνω ή κάτω από το επιλεγμένο στοιχείο. Αυτή η επιλογή είναι διαθέσιμη μόνο για ορισμένα αντικείμενα."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Κατηγορία:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Επιλέξτε την κατηγορία υπομνήματος, ή πληκτρολογήστε ένα όνομα για να δημιουργήσετε νέα κατηγορία. Το κείμενο της κατηγορίας εμφανίζεται πριν από τον αριθμό του υπομνήματος στην ετικέτα υπομνήματος. Κάθε προεπιλεγμένη κατηγορία υπομνήματος μορφοποιείται σύμφωνα με την τεχνοτροπία παραγράφου του ίδιου ονόματος."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Ιδιότητες"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Προεπισκόπηση"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Προσθέτει ένα αριθμημένο υπόμνημα σε μια επιλεγμένη εικόνα, πίνακα, διάγραμμα, πλαίσιο, ή σχήμα."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Κανένα]"
@@ -22387,13 +22491,13 @@ msgstr "Προσθέτει ή αφαιρεί επίπεδο διάρθρωσης
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Αντικείμενο OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Θέση και μέγεθος"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24703,7 +24807,7 @@ msgstr "Εικόνα"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Θέση και μέγεθος"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24727,7 +24831,7 @@ msgstr "Υπερσύνδεσμος"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Περιστροφή"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po b/source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
index fb213f333f5..398c25de803 100644
--- a/source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
+++ b/source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-03-21 12:30+0100\n"
-"PO-Revision-Date: 2018-10-14 22:38+0000\n"
-"Last-Translator: Andi Chandler <andi@gowling.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/connectivityregistrymysqlcorgopenofficeofficedataaccess/en_GB/>\n"
+"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1539556697.000000\n"
#. bTkZz
@@ -24,4 +24,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL/MariaDB Connector"
-msgstr ""
+msgstr "MySQL/MariaDB Connector"
diff --git a/source/en-GB/cui/messages.po b/source/en-GB/cui/messages.po
index 372b2d05968..a21827692d9 100644
--- a/source/en-GB/cui/messages.po
+++ b/source/en-GB/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2021-08-08 17:14+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/en_GB/>\n"
"Language: en-GB\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Table"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2127,7 +2127,7 @@ msgstr ""
#: cui/inc/strings.hrc:395
msgctxt "RID_SVXSTR_ADDITIONS_PALETTES"
msgid "Extensions: Color Palette"
-msgstr ""
+msgstr "Extensions: Colour Palette"
#. mncuJ
#: cui/inc/strings.hrc:396
@@ -3062,7 +3062,7 @@ msgstr "Automatically mark alphabetical index entries using a concordance file."
#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align Objects in Impress or Shape ▸ Align Objects in Draw (or the context menu) for precise positioning of objects: it centers on the page if one object is selected or works on the group respectively."
-msgstr ""
+msgstr "Use Format ▸ Align Objects in Impress or Shape ▸ Align Objects in Draw (or the context menu) for precise positioning of objects: it centres on the page if one object is selected or works on the group respectively."
#. TijVG
#: cui/inc/tipoftheday.hrc:198
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "To display the scroll bar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Help"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "More info"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Run this action now..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tip of the Day: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Select the formatting that you want to apply."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Size:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Language:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sets the language that the spell checker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Features..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Language:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Sets the language that the spell checker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Select the formatting that you want to apply."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Size:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Features..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Size:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Language:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Select the formatting that you want to apply."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sets the language that the spell checker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Features..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Sets the language that the spell checker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Size:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Select the formatting that you want to apply."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sets the language that the spell checker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Language:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Features..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Sets the language that the spell checker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Preview"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Specify the formatting and the font that you want to apply."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -6803,7 +6779,7 @@ msgstr "Text boundaries"
#: cui/uiconfig/ui/colorconfigwin.ui:96
msgctxt "colorconfigwin|docboundaries_lb"
msgid "Text boundaries color"
-msgstr ""
+msgstr "Text boundaries colour"
#. dWQqH
#: cui/uiconfig/ui/colorconfigwin.ui:111
@@ -6821,7 +6797,7 @@ msgstr "Object boundaries"
#: cui/uiconfig/ui/colorconfigwin.ui:171
msgctxt "colorconfigwin|objboundaries_lb"
msgid "Object boundaries color"
-msgstr ""
+msgstr "Object boundaries colour"
#. KsUa5
#: cui/uiconfig/ui/colorconfigwin.ui:182
@@ -6833,7 +6809,7 @@ msgstr "Table boundaries"
#: cui/uiconfig/ui/colorconfigwin.ui:214
msgctxt "colorconfigwin|tblboundaries_lb"
msgid "Table boundaries color"
-msgstr ""
+msgstr "Table boundaries colour"
#. TkNp4
#: cui/uiconfig/ui/colorconfigwin.ui:229
@@ -6851,7 +6827,7 @@ msgstr "Unvisited links"
#: cui/uiconfig/ui/colorconfigwin.ui:289
msgctxt "colorconfigwin|unvisitedlinks_lb"
msgid "Unvisited links color"
-msgstr ""
+msgstr "Unvisited links colour"
#. UTPiE
#: cui/uiconfig/ui/colorconfigwin.ui:300
@@ -6863,7 +6839,7 @@ msgstr "Visited links"
#: cui/uiconfig/ui/colorconfigwin.ui:332
msgctxt "colorconfigwin|visitedlinks_lb"
msgid "Visited links color"
-msgstr ""
+msgstr "Visited links colour"
#. RP2Vp
#: cui/uiconfig/ui/colorconfigwin.ui:347
@@ -6887,7 +6863,7 @@ msgstr "Shadows"
#: cui/uiconfig/ui/colorconfigwin.ui:439
msgctxt "colorconfigwin|shadows_lb"
msgid "Shadows color"
-msgstr ""
+msgstr "Shadows colour"
#. hDvCW
#: cui/uiconfig/ui/colorconfigwin.ui:454
@@ -6911,7 +6887,7 @@ msgstr "Field shadings"
#: cui/uiconfig/ui/colorconfigwin.ui:549
msgctxt "colorconfigwin|field_lb"
msgid "Field shadings color"
-msgstr ""
+msgstr "Field shadings colour"
#. DqZGn
#: cui/uiconfig/ui/colorconfigwin.ui:560
@@ -6923,7 +6899,7 @@ msgstr "Index and table shadings"
#: cui/uiconfig/ui/colorconfigwin.ui:592
msgctxt "colorconfigwin|index_lb"
msgid "Index and table shadings color"
-msgstr ""
+msgstr "Index and table shadings colour"
#. wBw2w
#: cui/uiconfig/ui/colorconfigwin.ui:607
@@ -6941,7 +6917,7 @@ msgstr "Section boundaries"
#: cui/uiconfig/ui/colorconfigwin.ui:667
msgctxt "colorconfigwin|section_lb"
msgid "Section boundaries color"
-msgstr ""
+msgstr "Section boundaries colour"
#. wHL6h
#: cui/uiconfig/ui/colorconfigwin.ui:682
@@ -7049,7 +7025,7 @@ msgstr ""
#: cui/uiconfig/ui/colorconfigwin.ui:1225
msgctxt "colorconfigwin|hiddencolrow_lb"
msgid "Hidden row/column color"
-msgstr ""
+msgstr "Hidden row/column colour"
#. mA6HV
#: cui/uiconfig/ui/colorconfigwin.ui:1240
@@ -7205,7 +7181,7 @@ msgstr "Palette:"
#: cui/uiconfig/ui/colorpage.ui:107
msgctxt "colorpage|btnMoreColors"
msgid "Add color palettes via extension"
-msgstr ""
+msgstr "Add colour palettes via extension"
#. fKSac
#: cui/uiconfig/ui/colorpage.ui:136
@@ -7617,7 +7593,7 @@ msgstr "CMYK"
#: cui/uiconfig/ui/colorpickerdialog.ui:812
msgctxt "extended tip | ColorPicker"
msgid "Define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog."
-msgstr ""
+msgstr "Define custom colours using a two-dimensional graphic and numerical gradient chart of the Pick a Colour dialogue box."
#. vDFei
#: cui/uiconfig/ui/comment.ui:18
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Enter a name for the image."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternative _text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Description:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Enter a description for the hotspot."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Lists the properties for the selected hotspot."
@@ -11384,7 +11372,7 @@ msgstr ""
#: cui/uiconfig/ui/imagetabpage.ui:307
msgctxt "imagetabpage|positionlb"
msgid "Top Center"
-msgstr ""
+msgstr "Top Centre"
#. jDChg
#: cui/uiconfig/ui/imagetabpage.ui:308
@@ -11396,19 +11384,19 @@ msgstr ""
#: cui/uiconfig/ui/imagetabpage.ui:309
msgctxt "imagetabpage|positionlb"
msgid "Center Left"
-msgstr ""
+msgstr "Centre Left"
#. aZCeF
#: cui/uiconfig/ui/imagetabpage.ui:310
msgctxt "imagetabpage|positionlb"
msgid "Center"
-msgstr ""
+msgstr "Centre"
#. bifby
#: cui/uiconfig/ui/imagetabpage.ui:311
msgctxt "imagetabpage|positionlb"
msgid "Center Right"
-msgstr ""
+msgstr "Centre Right"
#. 2Ds63
#: cui/uiconfig/ui/imagetabpage.ui:312
@@ -11420,7 +11408,7 @@ msgstr ""
#: cui/uiconfig/ui/imagetabpage.ui:313
msgctxt "imagetabpage|positionlb"
msgid "Bottom Center"
-msgstr ""
+msgstr "Bottom Centre"
#. D5Uwp
#: cui/uiconfig/ui/imagetabpage.ui:314
@@ -13730,7 +13718,7 @@ msgstr "Automatically _detect high-contrast mode of operating system"
#: cui/uiconfig/ui/optaccessibilitypage.ui:148
msgctxt "extended_tip|autodetecthc"
msgid "Switches the office suite into high contrast mode when the system background color is very dark."
-msgstr ""
+msgstr "Switches the office suite into high contrast mode when the system background colour is very dark."
#. Sc8Cq
#: cui/uiconfig/ui/optaccessibilitypage.ui:160
@@ -13742,7 +13730,7 @@ msgstr "Use automatic font _colour for screen display"
#: cui/uiconfig/ui/optaccessibilitypage.ui:168
msgctxt "extended_tip|autofontcolor"
msgid "Displays fonts in the office suite using the system color settings. This option only affects the screen display."
-msgstr ""
+msgstr "Displays fonts in the office suite using the system colour settings. This option only affects the screen display."
#. n24Cd
#: cui/uiconfig/ui/optaccessibilitypage.ui:180
@@ -13964,7 +13952,7 @@ msgstr "Custom Colours"
#: cui/uiconfig/ui/optappearancepage.ui:257
msgctxt "extended_tip|OptAppearancePage"
msgid "Sets the colors for the user interface."
-msgstr ""
+msgstr "Sets the colours for the user interface."
#. nRFne
#: cui/uiconfig/ui/optasianpage.ui:27
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Save Arrowhead?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Do you want to delete the hatching?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Do you really want to delete the arrowhead?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Text Columns"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomatically"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Automatically inserts hyphens where they are needed in a paragraph."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Enter the maximum number of consecutive lines that can be hyphenated."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "C_haracters at end of line"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Cha_racters at beginning of line"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Don't hyphenate words in _CAPS"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Hyphenation"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Insert"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Mark this check box, and then select the break type that you want to use."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "With page st_yle:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Mark this check box, and then select the page style that you want to use for the first page after the break."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Type:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the check box unchecked."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Page _number:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Position:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Page Style"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Select the formatting style to use for the first page after the break."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Page"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Column"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Select the break type that you want to insert."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Before"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "After"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Select where you want to insert the break."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Breaks"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Do not split paragraph"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Shifts the entire paragraph to the next page or column after a break is inserted."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Keep with next paragraph"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_Orphan control"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph before a page break. Mark this check box, and then enter a number in the Lines box."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Widow control"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph in the first page after the break. Mark this check box, and then enter a number in the Lines box."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph before a page break. Mark this check box, and then enter a number in the Lines box."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph in the first page after the break. Mark this check box, and then enter a number in the Lines box."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "lines"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "lines"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Options"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Specify hyphenation and pagination options."
@@ -21410,7 +21422,7 @@ msgstr ""
#: cui/uiconfig/ui/themetabpage.ui:543
msgctxt "themetabpage|colorSet"
msgid "Color Set"
-msgstr ""
+msgstr "Colour Set"
#. 5BskL
#: cui/uiconfig/ui/thesaurus.ui:23
diff --git a/source/en-GB/dbaccess/messages.po b/source/en-GB/dbaccess/messages.po
index 8788cf1e4e1..ea3f6d737d7 100644
--- a/source/en-GB/dbaccess/messages.po
+++ b/source/en-GB/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2021-03-08 13:45+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562933215.000000\n"
#. BiN6g
@@ -1911,7 +1911,7 @@ msgstr "Path to the Writer document"
#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL/MariaDB database"
-msgstr ""
+msgstr "Name of the MySQL/MariaDB database"
#. uhRMQ
#: dbaccess/inc/strings.hrc:336
@@ -1935,7 +1935,7 @@ msgstr "No more settings are necessary. To verify that the connection is working
#: dbaccess/inc/strings.hrc:339
msgctxt "STR_COMMONURL"
msgid "Enter the DBMS/driver-specific connection string here"
-msgstr ""
+msgstr "Enter the DBMS/driver-specific connection string here"
#. rKH3t
#: dbaccess/inc/strings.hrc:340
@@ -2101,7 +2101,7 @@ msgstr "Set up Oracle database connection"
#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL/MariaDB connection"
-msgstr ""
+msgstr "Set up MySQL/MariaDB connection"
#. uJuNs
#: dbaccess/inc/strings.hrc:369
@@ -2125,7 +2125,7 @@ msgstr "Set up user authentication"
#: dbaccess/inc/strings.hrc:372
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL/MariaDB server data"
-msgstr ""
+msgstr "Set up MySQL/MariaDB server data"
#. 6Fy7C
#: dbaccess/inc/strings.hrc:373
@@ -2143,7 +2143,7 @@ msgstr "New Database"
#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL/MariaDB database using JDBC"
-msgstr ""
+msgstr "Set up connection to a MySQL/MariaDB database using JDBC"
#. tqpeM
#: dbaccess/inc/strings.hrc:376
@@ -2152,12 +2152,14 @@ msgid ""
"Please enter the required information to connect to a MySQL/MariaDB database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
+"Please enter the required information to connect to a MySQL/MariaDB database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
+"Please contact your system administrator if you are unsure about the following settings."
#. Lrd3G
#: dbaccess/inc/strings.hrc:377
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL/MariaDB JDBC d~river class:"
-msgstr ""
+msgstr "MySQL/MariaDB JDBC d~river class:"
#. cBiSe
#: dbaccess/inc/strings.hrc:378
@@ -3065,7 +3067,7 @@ msgstr "Connect using JDBC (Java Database Connectivity)"
#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:93
msgctxt "dbwizmysqlintropage|directly"
msgid "Connect directly (using MariaDB C connector)"
-msgstr ""
+msgstr "Connect directly (using MariaDB Connector)"
#. C9PFE
#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:112
@@ -3077,19 +3079,19 @@ msgstr "How do you want to connect to your MySQL database?"
#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:128
msgctxt "dbwizmysqlintropage|header"
msgid "Set Up a Connection to a MySQL/MariaDB Database"
-msgstr ""
+msgstr "Set Up a Connection to a MySQL/MariaDB Database"
#. 3cSEi
#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:35
msgctxt "dbwizmysqlnativepage|helptext"
msgid "Please enter the required information to connect to a MySQL/MariaDB database."
-msgstr ""
+msgstr "Please enter the required information to connect to a MySQL/MariaDB database."
#. 4uetU
#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:70
msgctxt "dbwizmysqlnativepage|header"
msgid "Set Up a Connection to a MySQL/MariaDB Database"
-msgstr ""
+msgstr "Set Up a Connection to a MySQL/MariaDB Database"
#. AEty7
#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:55
@@ -3149,7 +3151,7 @@ msgstr "Execute SQL Statement"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Enter the SQL administration command that you want to run."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3161,13 +3163,13 @@ msgstr "_Command to execute:"
#: dbaccess/uiconfig/ui/directsqldialog.ui:134
msgctxt "directsqldialog|directsql"
msgid "Run SQL command _directly"
-msgstr ""
+msgstr "Run SQL command _directly"
#. dAffv
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Execute the SQL command directly without escape processing."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3179,7 +3181,7 @@ msgstr "_Show output of \"select\" statements"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Show the result of the SQL SELECT command in the Output box."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3191,7 +3193,7 @@ msgstr "_Execute"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3209,7 +3211,7 @@ msgstr "SQL Command"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Displays the results, including errors, of the SQL command that you ran."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3221,7 +3223,7 @@ msgstr "Status"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Displays the results of the SQL command that you ran."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
@@ -3432,7 +3434,7 @@ msgstr "Create a n_ew database"
#: dbaccess/uiconfig/ui/generalpagewizard.ui:77
msgctxt "generalpagewizard|extended_tip|createDatabase"
msgid "Select to create a new database."
-msgstr ""
+msgstr "Select to create a new database."
#. BRSfR
#: dbaccess/uiconfig/ui/generalpagewizard.ui:96
@@ -3450,7 +3452,7 @@ msgstr "Open an existing database _file"
#: dbaccess/uiconfig/ui/generalpagewizard.ui:136
msgctxt "generalpagewizard|extended_tip|openExistingDatabase"
msgid "Select to open a database file from a list of recently used files or from a file selection dialog."
-msgstr ""
+msgstr "Select to open a database file from a list of recently used files or from a file selection dialogue box."
#. dfae2
#: dbaccess/uiconfig/ui/generalpagewizard.ui:155
@@ -3462,7 +3464,7 @@ msgstr "_Recently used:"
#: dbaccess/uiconfig/ui/generalpagewizard.ui:180
msgctxt "generalpagewizard|extended_tip|docListBox"
msgid "Select a database file to open from the list of recently used files. Click Finish to open the file immediately and to exit the wizard."
-msgstr ""
+msgstr "Select a database file to open from the list of recently used files. Click Finish to open the file immediately and to exit the wizard."
#. dVAEy
#: dbaccess/uiconfig/ui/generalpagewizard.ui:191
@@ -3474,7 +3476,7 @@ msgstr "Open"
#: dbaccess/uiconfig/ui/generalpagewizard.ui:202
msgctxt "generalpagewizard|extended_tip|openDatabase"
msgid "Opens a file selection dialog where you can select a database file. Click Open or OK in the file selection dialog to open the file immediately and to exit the wizard."
-msgstr ""
+msgstr "Opens a file selection dialogue box where you can select a database file. Click Open or OK in the file selection dialogue box to open the file immediately and to exit the wizard."
#. cKpTp
#: dbaccess/uiconfig/ui/generalpagewizard.ui:213
@@ -3486,13 +3488,13 @@ msgstr "Connect to an e_xisting database"
#: dbaccess/uiconfig/ui/generalpagewizard.ui:223
msgctxt "generalpagewizard|extended_tip|connectDatabase"
msgid "Select to create a database document for an existing database connection."
-msgstr ""
+msgstr "Select to create a database document for an existing database connection."
#. CYq28
#: dbaccess/uiconfig/ui/generalpagewizard.ui:240
msgctxt "generalpagewizard|extended_tip|datasourceType"
msgid "Select the database type for the existing database connection."
-msgstr ""
+msgstr "Select the database type for the existing database connection."
#. emqeD
#: dbaccess/uiconfig/ui/generalpagewizard.ui:263
@@ -3508,7 +3510,7 @@ msgstr ""
#: dbaccess/uiconfig/ui/generalpagewizard.ui:273
msgctxt "generalpagewizard|extended_tip|PageGeneral"
msgid "The Database Wizard creates a database file that contains information about a database."
-msgstr ""
+msgstr "The Database Wizard creates a database file that contains information about a database."
#. DQvKi
#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
@@ -3814,7 +3816,7 @@ msgstr "Base _DN:"
#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:175
msgctxt "ldapconnectionpage|useSSLCheckbutton"
msgid "Use _secure connection (TLS/SSL)"
-msgstr ""
+msgstr "Use _secure connection (TLS/SSL)"
#. UyMMA
#: dbaccess/uiconfig/ui/ldappage.ui:44
@@ -3826,7 +3828,7 @@ msgstr "_Base DN:"
#: dbaccess/uiconfig/ui/ldappage.ui:69
msgctxt "ldappage|useSSLCheckbutton"
msgid "Use secure connection (TLS/SSL)"
-msgstr ""
+msgstr "Use secure connection (TLS/SSL)"
#. uYkAF
#: dbaccess/uiconfig/ui/ldappage.ui:86
@@ -4642,13 +4644,13 @@ msgstr "Specifies the sort criteria for the data display."
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:24
msgctxt "specialjdbcconnectionpage|header"
msgid "Set up connection to a MySQL/MariaDB database using JDBC"
-msgstr ""
+msgstr "Set up connection to a MySQL/MariaDB database using JDBC"
#. EVDCG
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:39
msgctxt "specialjdbcconnectionpage|helpLabel"
msgid "Please enter the required information to connect to a MySQL/MariaDB database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME. Please contact your system administrator if you are unsure about the following settings. "
-msgstr ""
+msgstr "Please enter the required information to connect to a MySQL/MariaDB database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME. Please contact your system administrator if you are unsure about the following settings. "
#. GchzZ
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:64
@@ -4678,7 +4680,7 @@ msgstr "Default: 3306"
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:188
msgctxt "specialjdbcconnectionpage|jdbcDriverLabel"
msgid "MySQL/MariaDB JDBC d_river class:"
-msgstr ""
+msgstr "MySQL/MariaDB JDBC d_river class:"
#. 8oG6P
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:212
@@ -4696,7 +4698,7 @@ msgstr "Use SQL-92 naming constraints"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:32
msgctxt "specialsettingspage|extended_tip|usesql92"
msgid "Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores."
-msgstr ""
+msgstr "Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lower-case letter, an upper-case letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores."
#. Gwn9n
#: dbaccess/uiconfig/ui/specialsettingspage.ui:43
@@ -4708,7 +4710,7 @@ msgstr "Append the table alias name on SELECT statements"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:51
msgctxt "specialsettings|extended_tip|append"
msgid "Appends the alias to the table name in SELECT statements."
-msgstr ""
+msgstr "Appends the alias to the table name in SELECT statements."
#. rim5j
#: dbaccess/uiconfig/ui/specialsettingspage.ui:62
@@ -4720,7 +4722,7 @@ msgstr "Use keyword AS before table alias names"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:70
msgctxt "specialsettingspage|extended_tip|useas"
msgid "Some databases use the keyword \"AS\" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias."
-msgstr ""
+msgstr "Some databases use the keyword \"AS\" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias."
#. JDTsA
#: dbaccess/uiconfig/ui/specialsettingspage.ui:81
@@ -4732,7 +4734,7 @@ msgstr "Use Outer Join syntax '{oj }'"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:89
msgctxt "specialsettingsoage|extended_tip|useoj"
msgid "Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}"
-msgstr ""
+msgstr "Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}"
#. T8TKQ
#: dbaccess/uiconfig/ui/specialsettingspage.ui:100
@@ -4744,7 +4746,7 @@ msgstr "Ignore the privileges from the database driver"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:108
msgctxt "specialsettingspage|extended_tip|ignoreprivs"
msgid "Ignores access privileges that are provided by the database driver."
-msgstr ""
+msgstr "Ignores access privileges that are provided by the database driver."
#. QK4W3
#: dbaccess/uiconfig/ui/specialsettingspage.ui:119
@@ -4756,7 +4758,7 @@ msgstr "Replace named parameters with '?'"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:127
msgctxt "specialsettingspage|extended_tip|replaceparams"
msgid "Replaces named parameters in a data source with a question mark (?)."
-msgstr ""
+msgstr "Replaces named parameters in a data source with a question mark (?)."
#. kfSki
#: dbaccess/uiconfig/ui/specialsettingspage.ui:138
@@ -4768,7 +4770,7 @@ msgstr "Display version columns (when available)"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:146
msgctxt "specialsettingspage|extended_tip|displayver"
msgid "Displays the internal version number of the record in the database table."
-msgstr ""
+msgstr "Displays the internal version number of the record in the database table."
#. JqBdc
#: dbaccess/uiconfig/ui/specialsettingspage.ui:157
@@ -4780,7 +4782,7 @@ msgstr "Use catalogue name in SELECT statements"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:165
msgctxt "specialsettingspage|extended_tip|usecatalogname"
msgid "Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver."
-msgstr ""
+msgstr "Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver."
#. yFGxG
#: dbaccess/uiconfig/ui/specialsettingspage.ui:176
@@ -4792,7 +4794,7 @@ msgstr "Use schema name in SELECT statements"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:184
msgctxt "specialsettingspage|extended_tip|useschemaname"
msgid "Allows you to use the schema name in SELECT statements."
-msgstr ""
+msgstr "Allows you to use the schema name in SELECT statements."
#. gyC7J
#: dbaccess/uiconfig/ui/specialsettingspage.ui:195
@@ -4804,7 +4806,7 @@ msgstr "Create index with ASC or DESC statement"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:203
msgctxt "specialsettingspage|extended_tip|createindex"
msgid "Creates an index with ASC or DESC statements."
-msgstr ""
+msgstr "Creates an index with ASC or DESC statements."
#. Xabxp
#: dbaccess/uiconfig/ui/specialsettingspage.ui:214
@@ -4816,7 +4818,7 @@ msgstr "End text lines with CR+LF"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:222
msgctxt "specialsettingspage|extended_tip|eol"
msgid "Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems)."
-msgstr ""
+msgstr "Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems)."
#. XFM7x
#: dbaccess/uiconfig/ui/specialsettingspage.ui:233
@@ -4828,7 +4830,7 @@ msgstr "Ignore currency field information"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:241
msgctxt "specialsettingspage|extended_tip|ignorecurrency"
msgid "Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded."
-msgstr ""
+msgstr "Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded."
#. 2tRzG
#: dbaccess/uiconfig/ui/specialsettingspage.ui:252
@@ -4840,7 +4842,7 @@ msgstr "Form data input checks for required fields"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:260
msgctxt "specialsettingspage|extended_tip|inputchecks"
msgid "When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field."
-msgstr ""
+msgstr "When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field."
#. jEgvf
#: dbaccess/uiconfig/ui/specialsettingspage.ui:271
@@ -4852,7 +4854,7 @@ msgstr "Use ODBC conformant date/time literals"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:279
msgctxt "specialsettingspage|extended_tip|useodbcliterals"
msgid "Use date/time literals that conform to ODBC standard."
-msgstr ""
+msgstr "Use date/time literals that conform to ODBC standard."
#. GuCLC
#: dbaccess/uiconfig/ui/specialsettingspage.ui:290
@@ -4864,7 +4866,7 @@ msgstr "Supports primary keys"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:298
msgctxt "specialsettingspage|extended_tip|primarykeys"
msgid "Enable to overrule Base's heuristics used to detect whether the database supports primary keys."
-msgstr ""
+msgstr "Enable to overrule Base's heuristics used to detect whether the database supports primary keys."
#. o7mns
#: dbaccess/uiconfig/ui/specialsettingspage.ui:309
@@ -4876,7 +4878,7 @@ msgstr "Respect the result set type from the database driver"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:317
msgctxt "specialsettingspage|extended_tip|resulttype"
msgid "Use the database driver different scroll capabilities of a result set."
-msgstr ""
+msgstr "Use the database driver different scroll capabilities of a result set."
#. RQ7hP
#: dbaccess/uiconfig/ui/specialsettingspage.ui:337
@@ -4912,7 +4914,7 @@ msgstr "Microsoft Access"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:359
msgctxt "specialsettingspage|extended_tip|comparison"
msgid "Select the type of Boolean comparison that you want to use."
-msgstr ""
+msgstr "Select the type of Boolean comparison that you want to use."
#. 3eorZ
#: dbaccess/uiconfig/ui/specialsettingspage.ui:372
@@ -4924,7 +4926,7 @@ msgstr "Rows to scan column types:"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:391
msgctxt "specialsettingspage|extended_tip|rows"
msgid "Select the number of rows to let the driver detect the data type."
-msgstr ""
+msgstr "Select the number of rows to let the driver detect the data type."
#. Y7PiJ
#: dbaccess/uiconfig/ui/sqlexception.ui:18
diff --git a/source/en-GB/desktop/messages.po b/source/en-GB/desktop/messages.po
index 0ca44d174a8..4d76e887a89 100644
--- a/source/en-GB/desktop/messages.po
+++ b/source/en-GB/desktop/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-02-10 16:23+0000\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1536168912.000000\n"
#. v2iwK
@@ -923,7 +923,7 @@ msgstr "Display Extensions"
#: desktop/uiconfig/ui/extensionmanager.ui:162
msgctxt "extensionmanager|search"
msgid "Search ..."
-msgstr ""
+msgstr "Search ..."
#. BAVdg
#: desktop/uiconfig/ui/extensionmanager.ui:191
diff --git a/source/en-GB/dictionaries/ckb.po b/source/en-GB/dictionaries/ckb.po
index c147e6db20f..6d686bcb836 100644
--- a/source/en-GB/dictionaries/ckb.po
+++ b/source/en-GB/dictionaries/ckb.po
@@ -4,14 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-18 12:38+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesckb/en_GB/>\n"
+"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. UGHNx
#: description.xml
@@ -20,4 +22,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Central Kurdish (Sorani) spelling dictionary"
-msgstr ""
+msgstr "Central Kurdish (Sorani) spelling dictionary"
diff --git a/source/en-GB/dictionaries/pt_BR/dialog.po b/source/en-GB/dictionaries/pt_BR/dialog.po
index 794047ce0d9..e2418af394b 100644
--- a/source/en-GB/dictionaries/pt_BR/dialog.po
+++ b/source/en-GB/dictionaries/pt_BR/dialog.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-09-10 23:11+0200\n"
-"PO-Revision-Date: 2019-01-15 17:26+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariespt_brdialog/en_GB/>\n"
+"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547573203.000000\n"
#. Bshz7
@@ -43,7 +43,7 @@ msgctxt ""
"spelling\n"
"property.text"
msgid "Grammar checking"
-msgstr ""
+msgstr "Grammar checking"
#. Y3GdR
#: pt_BR_en_US.properties
@@ -52,7 +52,7 @@ msgctxt ""
"hlp_grammar\n"
"property.text"
msgid "Identify use of grave accent"
-msgstr ""
+msgstr "Identify use of grave accent"
#. y47wU
#: pt_BR_en_US.properties
@@ -61,7 +61,7 @@ msgctxt ""
"grammar\n"
"property.text"
msgid "Grave accent"
-msgstr ""
+msgstr "Grave accent"
#. KTKVL
#: pt_BR_en_US.properties
@@ -70,7 +70,7 @@ msgctxt ""
"hlp_cap\n"
"property.text"
msgid "Check missing capitalization of sentences."
-msgstr ""
+msgstr "Check missing capitalisation of sentences."
#. czHGi
#: pt_BR_en_US.properties
@@ -79,7 +79,7 @@ msgctxt ""
"cap\n"
"property.text"
msgid "Capitalization"
-msgstr ""
+msgstr "Capitalisation"
#. 6q87h
#: pt_BR_en_US.properties
@@ -88,7 +88,7 @@ msgctxt ""
"hlp_dup\n"
"property.text"
msgid "Check repeated words."
-msgstr ""
+msgstr "Check repeated words."
#. vFbJC
#: pt_BR_en_US.properties
@@ -97,7 +97,7 @@ msgctxt ""
"dup\n"
"property.text"
msgid "Word duplication"
-msgstr ""
+msgstr "Word duplication"
#. CkE8A
#: pt_BR_en_US.properties
@@ -106,7 +106,7 @@ msgctxt ""
"hlp_pair\n"
"property.text"
msgid "Check missing or extra parentheses and quotation marks."
-msgstr ""
+msgstr "Check missing or extra parentheses and quotation marks."
#. DWaBt
#: pt_BR_en_US.properties
@@ -115,7 +115,7 @@ msgctxt ""
"pair\n"
"property.text"
msgid "Parentheses"
-msgstr ""
+msgstr "Parentheses"
#. EJA3T
#: pt_BR_en_US.properties
@@ -124,7 +124,7 @@ msgctxt ""
"punctuation\n"
"property.text"
msgid "Punctuation"
-msgstr ""
+msgstr "Punctuation"
#. GfJce
#: pt_BR_en_US.properties
@@ -133,7 +133,7 @@ msgctxt ""
"hlp_spaces\n"
"property.text"
msgid "Check single spaces between words."
-msgstr ""
+msgstr "Check single spaces between words."
#. 2Cz8d
#: pt_BR_en_US.properties
@@ -142,7 +142,7 @@ msgctxt ""
"spaces\n"
"property.text"
msgid "Word spacing"
-msgstr ""
+msgstr "Word spacing"
#. jh9qT
#: pt_BR_en_US.properties
@@ -151,7 +151,7 @@ msgctxt ""
"hlp_mdash\n"
"property.text"
msgid "Force unspaced em dash instead of spaced en dash."
-msgstr ""
+msgstr "Force unspaced em dash instead of spaced en dash."
#. QUZwx
#: pt_BR_en_US.properties
@@ -160,7 +160,7 @@ msgctxt ""
"mdash\n"
"property.text"
msgid "Em-dash"
-msgstr ""
+msgstr "Em-dash"
#. ijU9H
#: pt_BR_en_US.properties
@@ -169,7 +169,7 @@ msgctxt ""
"hlp_ndash\n"
"property.text"
msgid "Force spaced en dash instead of unspaced em dash."
-msgstr ""
+msgstr "Force spaced en dash instead of unspaced em dash."
#. tyEkH
#: pt_BR_en_US.properties
@@ -178,7 +178,7 @@ msgctxt ""
"ndash\n"
"property.text"
msgid "En-dash"
-msgstr ""
+msgstr "En-dash"
#. ZQhno
#: pt_BR_en_US.properties
@@ -187,7 +187,7 @@ msgctxt ""
"hlp_quotation\n"
"property.text"
msgid "Check double quotation marks: \"x\" → “x”"
-msgstr ""
+msgstr "Check double quotation marks: \"x\" → “x”"
#. bC8RD
#: pt_BR_en_US.properties
@@ -196,7 +196,7 @@ msgctxt ""
"quotation\n"
"property.text"
msgid "Quotation marks"
-msgstr ""
+msgstr "Quotation marks"
#. CARTv
#: pt_BR_en_US.properties
@@ -205,7 +205,7 @@ msgctxt ""
"hlp_times\n"
"property.text"
msgid "Check true multiplication sign: 5x5 → 5×5"
-msgstr ""
+msgstr "Check true multiplication sign: 5x5 → 5×5"
#. Y5eQr
#: pt_BR_en_US.properties
@@ -214,7 +214,7 @@ msgctxt ""
"times\n"
"property.text"
msgid "Multiplication sign"
-msgstr ""
+msgstr "Multiplication sign"
#. ykeAk
#: pt_BR_en_US.properties
@@ -223,7 +223,7 @@ msgctxt ""
"hlp_spaces2\n"
"property.text"
msgid "Check single spaces between sentences."
-msgstr ""
+msgstr "Check single spaces between sentences."
#. uHT7U
#: pt_BR_en_US.properties
@@ -232,7 +232,7 @@ msgctxt ""
"spaces2\n"
"property.text"
msgid "Sentence spacing"
-msgstr ""
+msgstr "Sentence spacing"
#. WEAJJ
#: pt_BR_en_US.properties
@@ -241,7 +241,7 @@ msgctxt ""
"hlp_spaces3\n"
"property.text"
msgid "Check more than two extra space characters between words and sentences."
-msgstr ""
+msgstr "Check more than two extra space characters between words and sentences."
#. XbDmT
#: pt_BR_en_US.properties
@@ -250,7 +250,7 @@ msgctxt ""
"spaces3\n"
"property.text"
msgid "More spaces"
-msgstr ""
+msgstr "More spaces"
#. Fthsx
#: pt_BR_en_US.properties
@@ -259,7 +259,7 @@ msgctxt ""
"hlp_minus\n"
"property.text"
msgid "Change hyphen characters to real minus signs."
-msgstr ""
+msgstr "Change hyphen characters to real minus signs."
#. VNuhF
#: pt_BR_en_US.properties
@@ -268,7 +268,7 @@ msgctxt ""
"minus\n"
"property.text"
msgid "Minus sign"
-msgstr ""
+msgstr "Minus sign"
#. nvi9G
#: pt_BR_en_US.properties
@@ -277,7 +277,7 @@ msgctxt ""
"hlp_apostrophe\n"
"property.text"
msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
-msgstr ""
+msgstr "Change typewriter apostrophe, single quotation marks and correct double primes."
#. Daynz
#: pt_BR_en_US.properties
@@ -286,7 +286,7 @@ msgctxt ""
"apostrophe\n"
"property.text"
msgid "Apostrophes"
-msgstr ""
+msgstr "Apostrophes"
#. MEi4w
#: pt_BR_en_US.properties
@@ -295,7 +295,7 @@ msgctxt ""
"hlp_ellipsis\n"
"property.text"
msgid "Change three dots with ellipsis."
-msgstr ""
+msgstr "Change three dots with ellipsis."
#. ngM8A
#: pt_BR_en_US.properties
@@ -304,7 +304,7 @@ msgctxt ""
"ellipsis\n"
"property.text"
msgid "Ellipsis"
-msgstr ""
+msgstr "Ellipsis"
#. 5dkwv
#: pt_BR_en_US.properties
@@ -313,7 +313,7 @@ msgctxt ""
"others\n"
"property.text"
msgid "Others"
-msgstr ""
+msgstr "Others"
#. ifGmB
#: pt_BR_en_US.properties
@@ -322,7 +322,7 @@ msgctxt ""
"hlp_metric\n"
"property.text"
msgid "Identify redundant terms: \"criar novo\", \"subir para cima\", \"beco sem saída\", \"regra geral\"."
-msgstr ""
+msgstr "Identify redundant terms: \"criar novo\", \"subir para cima\", \"beco sem saída\", \"regra geral\"."
#. EgY9b
#: pt_BR_en_US.properties
@@ -331,7 +331,7 @@ msgctxt ""
"metric\n"
"property.text"
msgid "Pleonasms"
-msgstr ""
+msgstr "Pleonasms"
#. wAFVA
#: pt_BR_en_US.properties
@@ -340,7 +340,7 @@ msgctxt ""
"hlp_gerund\n"
"property.text"
msgid "Inadequate use of gerund: \"estarei trabalhando\", \"vou estar fazendo\"."
-msgstr ""
+msgstr "Inadequate use of gerund: \"estarei trabalhando\", \"vou estar fazendo\"."
#. 3cDKm
#: pt_BR_en_US.properties
@@ -349,7 +349,7 @@ msgctxt ""
"gerund\n"
"property.text"
msgid "Gerundisms"
-msgstr ""
+msgstr "Gerundisms"
#. eJcDX
#: pt_BR_en_US.properties
@@ -358,7 +358,7 @@ msgctxt ""
"hlp_nonmetric\n"
"property.text"
msgid "Ugly or unpleasant sound: \"por cada\"."
-msgstr ""
+msgstr "Ugly or unpleasant sound: \"por cada\"."
#. Bidr9
#: pt_BR_en_US.properties
@@ -367,7 +367,7 @@ msgctxt ""
"nonmetric\n"
"property.text"
msgid "Cacophonous sound"
-msgstr ""
+msgstr "Cacophonous sound"
#. funWi
#: pt_BR_en_US.properties
@@ -376,7 +376,7 @@ msgctxt ""
"hlp_paronimo\n"
"property.text"
msgid "Words that are pronounced or written in a similar way but which have different lexical meanings."
-msgstr ""
+msgstr "Words that are pronounced or written in a similar way but which have different lexical meanings."
#. ua58D
#: pt_BR_en_US.properties
@@ -385,7 +385,7 @@ msgctxt ""
"paronimo\n"
"property.text"
msgid "Paronyms"
-msgstr ""
+msgstr "Paronyms"
#. nJ4AT
#: pt_BR_en_US.properties
@@ -394,7 +394,7 @@ msgctxt ""
"hlp_composto\n"
"property.text"
msgid "Compound words written separatedly: \"auto escola\", \"sub contratado\"."
-msgstr ""
+msgstr "Compound words written separately: \"auto escola\", \"sub contratado\"."
#. 5TS3y
#: pt_BR_en_US.properties
@@ -403,7 +403,7 @@ msgctxt ""
"composto\n"
"property.text"
msgid "Compound terms"
-msgstr ""
+msgstr "Compound terms"
#. RM535
#: pt_BR_en_US.properties
@@ -412,7 +412,7 @@ msgctxt ""
"hlp_malmau\n"
"property.text"
msgid "Use of \"mal\" or \"mau\"."
-msgstr ""
+msgstr "Use of \"mal\" or \"mau\"."
#. SwvCV
#: pt_BR_en_US.properties
@@ -421,7 +421,7 @@ msgctxt ""
"malmau\n"
"property.text"
msgid "\"Mal\" or \"Mau\""
-msgstr ""
+msgstr "\"Mal\" or \"Mau\""
#. pC8xk
#: pt_BR_en_US.properties
@@ -430,7 +430,7 @@ msgctxt ""
"hlp_aha\n"
"property.text"
msgid "Use of há or a."
-msgstr ""
+msgstr "Use of há or a."
#. HGVSj
#: pt_BR_en_US.properties
@@ -439,7 +439,7 @@ msgctxt ""
"aha\n"
"property.text"
msgid "\"Há\" or \"a\""
-msgstr ""
+msgstr "\"Há\" or \"a\""
#. cBTLG
#: pt_BR_en_US.properties
@@ -448,7 +448,7 @@ msgctxt ""
"hlp_meiameio\n"
"property.text"
msgid "Use of \"meia\" or \"meio\"."
-msgstr ""
+msgstr "Use of \"meia\" or \"meio\"."
#. RxzDW
#: pt_BR_en_US.properties
@@ -457,7 +457,7 @@ msgctxt ""
"meiameio\n"
"property.text"
msgid "\"Meia\" or \"meio\""
-msgstr ""
+msgstr "\"Meia\" or \"meio\""
#. bNA4x
#: pt_BR_en_US.properties
@@ -466,7 +466,7 @@ msgctxt ""
"hlp_verbo\n"
"property.text"
msgid "Check verbal agreement."
-msgstr ""
+msgstr "Check verbal agreement."
#. Ekweu
#: pt_BR_en_US.properties
@@ -475,7 +475,7 @@ msgctxt ""
"verbo\n"
"property.text"
msgid "Verbal agreement"
-msgstr ""
+msgstr "Verbal agreement"
#. wRBb9
#: pt_BR_en_US.properties
@@ -484,7 +484,7 @@ msgctxt ""
"hlp_pronominal\n"
"property.text"
msgid "Position that personal pronouns occupy in relation to the verb."
-msgstr ""
+msgstr "Position that personal pronouns occupy in relation to the verb."
#. FHPjP
#: pt_BR_en_US.properties
@@ -493,7 +493,7 @@ msgctxt ""
"pronominal\n"
"property.text"
msgid "Pronominal placement"
-msgstr ""
+msgstr "Pronominal placement"
#. iiTDb
#: pt_BR_en_US.properties
@@ -502,7 +502,7 @@ msgctxt ""
"hlp_pronome\n"
"property.text"
msgid "Use of pronoun."
-msgstr ""
+msgstr "Use of pronoun."
#. ETD6e
#: pt_BR_en_US.properties
@@ -511,7 +511,7 @@ msgctxt ""
"pronome\n"
"property.text"
msgid "Use of pronouns"
-msgstr ""
+msgstr "Use of pronouns"
#. szSVE
#: pt_BR_en_US.properties
@@ -520,7 +520,7 @@ msgctxt ""
"hlp_porque\n"
"property.text"
msgid "Check for \"porque\", \"por que\", \"porquê\" and \"por quê\"."
-msgstr ""
+msgstr "Check for \"porque\", \"por que\", \"porquê\" and \"por quê\"."
#. 7QjsH
#: pt_BR_en_US.properties
@@ -529,4 +529,4 @@ msgctxt ""
"porque\n"
"property.text"
msgid "Use of \"porquê\""
-msgstr ""
+msgstr "Use of \"porquê\""
diff --git a/source/en-GB/editeng/messages.po b/source/en-GB/editeng/messages.po
index 1226f435212..183aa6df2e9 100644
--- a/source/en-GB/editeng/messages.po
+++ b/source/en-GB/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-02 17:37+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/en_GB/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 hyphens"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Page Style: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "locked "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensed "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Graphic"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "none"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Dots "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Circle "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Filled circle "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Accent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Above"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Below"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Double-lined off"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Double-lined"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "No automatic character spacing"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "No automatic character spacing"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "No hanging punctuation at end of line"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hanging punctuation at end of line"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Apply list of forbidden characters to beginning and end of lines"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Don't apply list of forbidden characters to beginning and end of lines"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "No rotated characters"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Character rotated by $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Fit to line"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Text is not rotated"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Text is rotated by $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Characters scaled $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "No scaled characters"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "No relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Engraved"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automatic text alignment"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Text aligned to base line"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Text aligned top"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Text aligned middle"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Text aligned bottom"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Text direction left-to-right (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Text direction right-to-left (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Text direction right-to-left (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Text direction left-to-right (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Use superordinate object text direction setting"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Text direction left-to-right (vertical from bottom)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragraph snaps to text grid (if active)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragraph does not snap to text grid"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Not hidden"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Hidden"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Paper tray"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[From printer settings]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Delete"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Move"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Insert"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Replace"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Apply attributes"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reset attributes"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Indent"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Apply Styles"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Change Case"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Word is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraph is %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatic"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Image bullet in paragraph"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Image bullet"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragraph: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Continue checking at beginning of document?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Continue checking at end of document?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"due to unknown reason."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "The dictionary is already full."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "The dictionary is read-only."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Indent"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Show subpoints"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Collapse"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Apply attributes"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Insert"
diff --git a/source/en-GB/fpicker/messages.po b/source/en-GB/fpicker/messages.po
index a624c94f137..3c5a3e6442b 100644
--- a/source/en-GB/fpicker/messages.po
+++ b/source/en-GB/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/en_GB/>\n"
"Language: en-GB\n"
@@ -195,13 +195,13 @@ msgstr "Places"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Add current folder to Places"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Remove selected folder from Places"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Date modified"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Open"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Play"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "File _name:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "File _type:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Read-only"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Save with password"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Automatic file name extension"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Edit _filter settings"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Encrypt with GPG key"
@@ -508,13 +508,13 @@ msgstr ""
#: include/fpicker/strings.hrc:32
msgctxt "STR_SVT_ALREADYEXISTOVERWRITE_SECONDARY"
msgid "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
-msgstr ""
+msgstr "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
#. cBvCB
#: include/fpicker/strings.hrc:33
msgctxt "STR_SVT_ALLFORMATS"
msgid "All Formats"
-msgstr ""
+msgstr "All Formats"
#. z6Eo3
#: include/fpicker/strings.hrc:34
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/guide.po b/source/en-GB/helpcontent2/source/text/sbasic/guide.po
index 86395e48381..fc3a3b31cd2 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/guide.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:19+0100\n"
-"PO-Revision-Date: 2021-12-14 17:38+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564399095.000000\n"
#. WcTKB
@@ -797,7 +797,7 @@ msgctxt ""
"par_id71630538211142\n"
"help.text"
msgid "<emph>newColor</emph> is an integer value corresponding to a color defined using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB_link\">RGB</link> function."
-msgstr ""
+msgstr "<emph>newColour</emph> is an integer value corresponding to a colour defined using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB_link\">RGB</link> function."
#. 3gYJs
#: calc_borders.xhp
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared.po b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
index 7800d1f7e1c..22e42d1fdd5 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/shared.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2020-02-29 17:16+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564399048.000000\n"
#. yzYVt
@@ -8717,7 +8717,7 @@ msgctxt ""
"par_id3153897\n"
"help.text"
msgid "If <literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
-msgstr ""
+msgstr "If <literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the dialogue box is centred on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
#. Mh8Z6
#: 03010201.xhp
@@ -8807,7 +8807,7 @@ msgctxt ""
"par_id3156343\n"
"help.text"
msgid "Returns the blue component of the specified composite color code."
-msgstr ""
+msgstr "Returns the blue component of the specified composite colour code."
#. qNGaq
#: 03010301.xhp
@@ -8834,7 +8834,7 @@ msgctxt ""
"par_id3150448\n"
"help.text"
msgid "<emph>Color value</emph>: Long integer expression that specifies any composite color code for which to return the blue component."
-msgstr ""
+msgstr "<emph>Colour value</emph>: Long integer expression that specifies any composite colour code for which to return the blue component."
#. NEqxG
#: 03010301.xhp
@@ -8843,7 +8843,7 @@ msgctxt ""
"par_id671639922129017\n"
"help.text"
msgid "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the function Blue() is incompatible with VBA colors, when color from previous call to <link href=\"text/sbasic/shared/03010306.xhp\" name=\"linkrgbvba\"><literal>function RGB [VBA]</literal></link> is passed."
-msgstr ""
+msgstr "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the function Blue() is incompatible with VBA colours, when colour from previous call to <link href=\"text/sbasic/shared/03010306.xhp\" name=\"linkrgbvba\"><literal>function RGB [VBA]</literal></link> is passed."
#. a3s7N
#: 03010301.xhp
@@ -8915,7 +8915,7 @@ msgctxt ""
"par_id3153361\n"
"help.text"
msgid "Returns the Green component of the given composite color code."
-msgstr ""
+msgstr "Returns the Green component of the given composite colour code."
#. yGCYn
#: 03010302.xhp
@@ -8942,7 +8942,7 @@ msgctxt ""
"par_id3153770\n"
"help.text"
msgid "<emph>Color</emph>: Long integer expression that specifies a composite color code for which to return the Green component."
-msgstr ""
+msgstr "<emph>Colour</emph>: Long integer expression that specifies a composite colour code for which to return the Green component."
#. 6vcEb
#: 03010302.xhp
@@ -9014,7 +9014,7 @@ msgctxt ""
"par_id3149656\n"
"help.text"
msgid "Returns the Red component of the specified composite color code."
-msgstr ""
+msgstr "Returns the Red component of the specified composite colour code."
#. 3nHCU
#: 03010303.xhp
@@ -9041,7 +9041,7 @@ msgctxt ""
"par_id3150440\n"
"help.text"
msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any composite color code for which to return the Red component."
-msgstr ""
+msgstr "<emph>ColourNumber</emph>: Long integer expression that specifies any composite colour code for which to return the Red component."
#. YDBFF
#: 03010303.xhp
@@ -9050,7 +9050,7 @@ msgctxt ""
"par_id671639922129017\n"
"help.text"
msgid "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the function Red() is incompatible with VBA colors, when color from previous call to <link href=\"text/sbasic/shared/03010306.xhp\" name=\"linkrgbvba\"><literal>function RGB [VBA]</literal></link> is passed."
-msgstr ""
+msgstr "Under VBA compatibility mode (<link href=\"text/sbasic/shared/03103350.xhp\" name=\"vbasupport\"><literal>Option VBASupport 1</literal></link>), the function Red() is incompatible with VBA colours, when colour from previous call to <link href=\"text/sbasic/shared/03010306.xhp\" name=\"linkrgbvba\"><literal>function RGB [VBA]</literal></link> is passed."
#. iiUNB
#: 03010303.xhp
@@ -9059,7 +9059,7 @@ msgctxt ""
"par_id961588421825749\n"
"help.text"
msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> details the red, green and blue components of a composite color code, as well as its hexadecimal expression. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog."
-msgstr ""
+msgstr "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"colour picker dialogue box\">colour picker dialogue box</link> details the red, green and blue components of a composite colour code, as well as its hexadecimal expression. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the colour of text\">Changing the colour of text</link> and selecting <emph>Custom colour</emph> displays the colour picker dialogue box."
#. 4txDN
#: 03010303.xhp
@@ -9356,7 +9356,7 @@ msgctxt ""
"par_id3150447\n"
"help.text"
msgid "Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components."
-msgstr ""
+msgstr "Returns a <literal>Long</literal> integer colour value consisting of red, green, and blue components."
#. rd647
#: 03010305.xhp
@@ -9374,7 +9374,7 @@ msgctxt ""
"par_id3152597\n"
"help.text"
msgid "<emph>red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
-msgstr ""
+msgstr "<emph>red</emph>: Any integer expression that represents the red component (0-255) of the composite colour."
#. H7yGv
#: 03010305.xhp
@@ -9383,7 +9383,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<emph>green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
-msgstr ""
+msgstr "<emph>green</emph>: Any integer expression that represents the green component (0-255) of the composite colour."
#. t8P2M
#: 03010305.xhp
@@ -9392,7 +9392,7 @@ msgctxt ""
"par_id3151113\n"
"help.text"
msgid "<emph>blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
-msgstr ""
+msgstr "<emph>blue</emph>: Any integer expression that represents the blue component (0-255) of the composite colour."
#. c4KCL
#: 03010305.xhp
@@ -9419,7 +9419,7 @@ msgctxt ""
"par_id211587653651037\n"
"help.text"
msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog."
-msgstr ""
+msgstr "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"colour picker dialogue box\">colour picker dialogue box</link> helps computing red, green and blue components of a composite colour. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the colour of text\">Changing the colour of text</link> and selecting <emph>Custom colour</emph> displays the color picker dialogue box."
#. GWhFy
#: 03010305.xhp
@@ -9491,7 +9491,7 @@ msgctxt ""
"par_id3150447\n"
"help.text"
msgid "Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components, according to VBA color formula."
-msgstr ""
+msgstr "Returns a <literal>Long</literal> integer colour value consisting of red, green, and blue components, according to VBA colour formula."
#. LNVC5
#: 03010306.xhp
@@ -16691,7 +16691,7 @@ msgctxt ""
"hd_id941628842567829\n"
"help.text"
msgid "VBA Color Named Constants"
-msgstr ""
+msgstr "VBA Colour Named Constants"
#. GX7VB
#: 03040000.xhp
@@ -39803,7 +39803,7 @@ msgctxt ""
"par_id901639929393688\n"
"help.text"
msgid "Color components calculation with the <link href=\"text/sbasic/shared/03010303.xhp\" name=\"linkred\"><literal>Red</literal></link> and <link href=\"text/sbasic/shared/03010301.xhp\" name=\"linkblue\"><literal>Blue</literal></link> functions which <emph>are interchanged</emph> (The <link href=\"text/sbasic/shared/03010302.xhp\" name=\"linkgreen\"><literal>Green</literal></link> function is not affected)."
-msgstr ""
+msgstr "Colour components calculation with the <link href=\"text/sbasic/shared/03010303.xhp\" name=\"linkred\"><literal>Red</literal></link> and <link href=\"text/sbasic/shared/03010301.xhp\" name=\"linkblue\"><literal>Blue</literal></link> functions which <emph>are interchanged</emph> (The <link href=\"text/sbasic/shared/03010302.xhp\" name=\"linkgreen\"><literal>Green</literal></link> function is not affected)."
#. cFz7C
#: compatibilitymode.xhp
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po b/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po
index 1a6f07a994c..cf3ebe9249d 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-10-04 19:51+0200\n"
-"PO-Revision-Date: 2020-02-06 08:13+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared02/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared02/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1555153622.000000\n"
#. 6Kkin
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3147226\n"
"help.text"
msgid "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>"
#. DCFsK
#: 20000000.xhp
@@ -1085,7 +1085,7 @@ msgctxt ""
"par_id3153824\n"
"help.text"
msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>"
#. pGofA
#: 20000000.xhp
@@ -1121,7 +1121,7 @@ msgctxt ""
"par_id3154138\n"
"help.text"
msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>"
#. VFc83
#: 20000000.xhp
@@ -1148,7 +1148,7 @@ msgctxt ""
"par_id3155131\n"
"help.text"
msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>"
#. QWB7B
#: 20000000.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"par_id3155856\n"
"help.text"
msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>"
#. FNGHF
#: 20000000.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3153575\n"
"help.text"
msgid "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button."
-msgstr ""
+msgstr "<ahelp hid=\".uno:Radiobutton\">Adds a button that allows a user to select from a number of options.</ahelp> Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button."
#. DaRgN
#: 20000000.xhp
@@ -1202,7 +1202,7 @@ msgctxt ""
"par_id3149300\n"
"help.text"
msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>"
#. XA4Aw
#: 20000000.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3153766\n"
"help.text"
msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>"
#. ruGZ2
#: 20000000.xhp
@@ -1256,7 +1256,7 @@ msgctxt ""
"par_id3155959\n"
"help.text"
msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>"
#. CZ7M5
#: 20000000.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id3148418\n"
"help.text"
msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>"
#. Vdn74
#: 20000000.xhp
@@ -1310,7 +1310,7 @@ msgctxt ""
"par_id3153781\n"
"help.text"
msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>"
#. Vbp2o
#: 20000000.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
"par_id3150515\n"
"help.text"
msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>"
#. NmKDo
#: 20000000.xhp
@@ -1364,7 +1364,7 @@ msgctxt ""
"par_id3151184\n"
"help.text"
msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>"
#. aMgsB
#: 20000000.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"par_id3159093\n"
"help.text"
msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>"
#. AUUic
#: 20000000.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3150888\n"
"help.text"
msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>"
#. rVrjy
#: 20000000.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3154913\n"
"help.text"
msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>"
#. aQQuM
#: 20000000.xhp
@@ -1481,7 +1481,7 @@ msgctxt ""
"par_id3148901\n"
"help.text"
msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>"
#. VU2nc
#: 20000000.xhp
@@ -1517,7 +1517,7 @@ msgctxt ""
"par_id3154338\n"
"help.text"
msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>"
#. 6fSyF
#: 20000000.xhp
@@ -1544,7 +1544,7 @@ msgctxt ""
"par_id3146107\n"
"help.text"
msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>"
#. hMT5t
#: 20000000.xhp
@@ -1571,7 +1571,7 @@ msgctxt ""
"par_id3153958\n"
"help.text"
msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>"
#. BeFRH
#: 20000000.xhp
@@ -1598,7 +1598,7 @@ msgctxt ""
"par_id3153162\n"
"help.text"
msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>"
#. QAd5c
#: 20000000.xhp
@@ -1625,7 +1625,7 @@ msgctxt ""
"par_id3150379\n"
"help.text"
msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>"
#. AJhaK
#: 20000000.xhp
@@ -1652,7 +1652,7 @@ msgctxt ""
"par_id3149194\n"
"help.text"
msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>"
#. 9GHDa
#: 20000000.xhp
@@ -1679,7 +1679,7 @@ msgctxt ""
"par_id3154903\n"
"help.text"
msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>"
#. hAcNy
#: 20000000.xhp
@@ -1706,7 +1706,7 @@ msgctxt ""
"par_id3148725\n"
"help.text"
msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>"
#. pjygv
#: 20000000.xhp
@@ -1733,7 +1733,7 @@ msgctxt ""
"par_id3147417\n"
"help.text"
msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>"
#. 9gCL9
#: 20000000.xhp
@@ -1760,7 +1760,7 @@ msgctxt ""
"par_id2320017\n"
"help.text"
msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>"
#. adqA5
#: 20000000.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id7511520\n"
"help.text"
msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>"
#. xFjgC
#: 20000000.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"par_id7511524\n"
"help.text"
msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>"
#. XzXwf
#: 20000000.xhp
@@ -1841,7 +1841,7 @@ msgctxt ""
"par_id7511525\n"
"help.text"
msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>"
#. C2Gjm
#: 20000000.xhp
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared/03.po b/source/en-GB/helpcontent2/source/text/sbasic/shared/03.po
index d29ee528254..d94a3ecca23 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-02-10 16:37+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564399069.000000\n"
#. ViEWM
@@ -3110,7 +3110,7 @@ msgctxt ""
"par_id541619006255653\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\"><literal>StarDesktop</literal></link> object represents %PRODUCTNAME Start Center."
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\"><literal>StarDesktop</literal></link> object represents %PRODUCTNAME Start Centre."
#. vXq8C
#: sf_basic.xhp
@@ -3677,7 +3677,7 @@ msgctxt ""
"par_id621619448293385\n"
"help.text"
msgid "Returns an integer color value consisting of red, green, and blue components."
-msgstr ""
+msgstr "Returns an integer colour value consisting of red, green, and blue components."
#. SDu3C
#: sf_basic.xhp
@@ -7673,7 +7673,7 @@ msgctxt ""
"par_id91600788076674\n"
"help.text"
msgid "Specifies how much pie segments are offset from the chart center as a percentage of the radius. Applicable to pie and donut charts only."
-msgstr ""
+msgstr "Specifies how much pie segments are offset from the chart centre as a percentage of the radius. Applicable to pie and doughnut charts only."
#. hbjwH
#: sf_chart.xhp
@@ -9500,7 +9500,7 @@ msgctxt ""
"par_id391651225506119\n"
"help.text"
msgid "Centers the current dialog instance in the middle of a parent window. Without arguments, the method centers the dialog in the middle of the current window."
-msgstr ""
+msgstr "Centres the current dialogue box instance in the middle of a parent window. Without arguments, the method centres the dialogue box in the middle of the current window."
#. xEJEH
#: sf_dialog.xhp
@@ -11534,7 +11534,7 @@ msgctxt ""
"par_id1001584541257007\n"
"help.text"
msgid "<emph>alignments</emph>: Defines the alignment in each column as a string in which each character can be \"L\" (Left), \"C\" (Center), \"R\" (Right) or \" \" (whitespace, default, meaning left for strings and right for numeric values). If the length of the string is shorter than the number of columns in the table, then the last character in the string is used to define the alignment of the remaining columns."
-msgstr ""
+msgstr "<emph>alignments</emph>: Defines the alignment in each column as a string in which each character can be \"L\" (Left), \"C\" (Centre), \"R\" (Right) or \" \" (whitespace, default, meaning left for strings and right for numeric values). If the length of the string is shorter than the number of columns in the table, then the last character in the string is used to define the alignment of the remaining columns."
#. CK6RC
#: sf_dialogcontrol.xhp
@@ -19130,7 +19130,7 @@ msgctxt ""
"par_id621623370871360\n"
"help.text"
msgid "Note that the previous example opens %PRODUCTNAME start center. If you want to open a specific component, for instance Writer, you can add the --writer flag to the command, as follows."
-msgstr ""
+msgstr "Note that the previous example opens %PRODUCTNAME start centre. If you want to open a specific component, for instance Writer, you can add the --writer flag to the command, as follows."
#. cVRuV
#: sf_intro.xhp
@@ -24305,7 +24305,7 @@ msgctxt ""
"par_id891580133307100\n"
"help.text"
msgid "Returns the input string center-justified."
-msgstr ""
+msgstr "Returns the input string centre-justified."
#. TLmnE
#: sf_string.xhp
@@ -24323,7 +24323,7 @@ msgctxt ""
"par_id911580133391827\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be center-justified. If empty, the method returns an empty string."
-msgstr ""
+msgstr "<emph>inputstr</emph>: The string to be centre-justified. If empty, the method returns an empty string."
#. jHJNT
#: sf_string.xhp
@@ -24341,7 +24341,7 @@ msgctxt ""
"par_id511612381090109\n"
"help.text"
msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated."
-msgstr ""
+msgstr "If the specified length is shorter than the centre-justified input string, then the returned string is truncated."
#. fys4j
#: sf_string.xhp
diff --git a/source/en-GB/helpcontent2/source/text/scalc/01.po b/source/en-GB/helpcontent2/source/text/scalc/01.po
index 77271839881..34e08a2fa24 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/01.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
-"PO-Revision-Date: 2020-12-31 12:36+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -43430,7 +43502,7 @@ msgctxt ""
"bm_id501632012952361\n"
"help.text"
msgid "<bookmark_value>toggle merge and center cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>toggle merge and centre cells</bookmark_value>"
#. CQ5ZE
#: 05060000.xhp
@@ -43439,7 +43511,7 @@ msgctxt ""
"hd_id3149785\n"
"help.text"
msgid "<variable id=\"togglemergecells\"><link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link></variable>"
-msgstr ""
+msgstr "<variable id=\"togglemergecells\"><link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Centre Cells\">Merge and Centre Cells</link></variable>"
#. 8qb5f
#: 05060000.xhp
@@ -43448,7 +43520,7 @@ msgctxt ""
"par_id3151246\n"
"help.text"
msgid "<ahelp hid=\".\">This is a toggleable control that joins all cells in a rectangular selection into a single cell, or returns merged cells to the original individual cells. When merging it will format the merged cell as center aligned.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">This is a toggleable control that joins all cells in a rectangular selection into a single cell, or returns merged cells to the original individual cells. When merging it will format the merged cell as centre-aligned.</ahelp>"
#. b63oA
#: 05060000.xhp
@@ -43493,7 +43565,7 @@ msgctxt ""
"par_id521632804983642\n"
"help.text"
msgid "<image id=\"img_id811632804983642\" src=\"cmd/sc_togglemergecells.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id921632804983642\">Icon Merge and Center Cells</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id811632804983642\" src=\"cmd/sc_togglemergecells.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id921632804983642\">Icon Merge and Centre Cells</alt></image>"
#. 86yef
#: 05060000.xhp
@@ -43502,7 +43574,7 @@ msgctxt ""
"par_id491632804983642\n"
"help.text"
msgid "Merge and Center Cells"
-msgstr ""
+msgstr "Merge and Centre Cells"
#. ZRQSQ
#: 05060000.xhp
@@ -43511,7 +43583,7 @@ msgctxt ""
"par_id3154020\n"
"help.text"
msgid "Or, choose <variable id=\"format_mergecells_menu\"><menuitem>Format - Merge and Unmerge Cells - </menuitem></variable><menuitem> Merge and Center Cells</menuitem>."
-msgstr ""
+msgstr "Or, choose <variable id=\"format_mergecells_menu\"><menuitem>Format - Merge and Unmerge Cells - </menuitem></variable><menuitem> Merge and Centre Cells</menuitem>."
#. 8zues
#: 05060000.xhp
@@ -45185,7 +45257,7 @@ msgctxt ""
"par_id41609780964157\n"
"help.text"
msgid "Data bar option will fill the cell with solid or gradient color corresponding to the numeric value in the cell. Default is blue for positive and red for negative."
-msgstr ""
+msgstr "Data bar option will fill the cell with solid or gradient colour corresponding to the numeric value in the cell. Default is blue for positive and red for negative."
#. AKYoW
#: 05120000.xhp
@@ -45221,7 +45293,7 @@ msgctxt ""
"par_id271609781812913\n"
"help.text"
msgid "change colors"
-msgstr ""
+msgstr "change colours"
#. uncF8
#: 05120000.xhp
@@ -48110,7 +48182,7 @@ msgctxt ""
"hd_id271621534120995\n"
"help.text"
msgid "Text color"
-msgstr ""
+msgstr "Text colour"
#. CCGqV
#: 12040100.xhp
@@ -48119,7 +48191,7 @@ msgctxt ""
"par_id691621544414646\n"
"help.text"
msgid "Displays only the rows of the cell range for which the text color of the cell in the current column matches the color selected."
-msgstr ""
+msgstr "Displays only the rows of the cell range for which the text colour of the cell in the current column matches the colour selected."
#. pdme8
#: 12040100.xhp
@@ -48128,7 +48200,7 @@ msgctxt ""
"hd_id151621534125831\n"
"help.text"
msgid "Background color"
-msgstr ""
+msgstr "Background colour"
#. dzEhB
#: 12040100.xhp
@@ -48137,7 +48209,7 @@ msgctxt ""
"par_id491621544410605\n"
"help.text"
msgid "Displays only the rows of the cell range for which the background color of the cell in the current column matches the color selected."
-msgstr ""
+msgstr "Displays only the rows of the cell range for which the background colour of the cell in the current column matches the colour selected."
#. wCDB5
#: 12040100.xhp
@@ -53492,7 +53564,7 @@ msgctxt ""
"hd_id551610558198954\n"
"help.text"
msgid "Bar Colors"
-msgstr ""
+msgstr "Bar Colours"
#. brFRN
#: databar_more_options.xhp
@@ -53510,7 +53582,7 @@ msgctxt ""
"par_id611610558381528\n"
"help.text"
msgid "Set the color for positive values. It is set to blue be default."
-msgstr ""
+msgstr "Set the colour for positive values. It is set to blue be default."
#. EHFuG
#: databar_more_options.xhp
@@ -53528,7 +53600,7 @@ msgctxt ""
"par_id451610558525398\n"
"help.text"
msgid "Set the color for negative values. It is set to red by default."
-msgstr ""
+msgstr "Set the colour for negative values. It is set to red by default."
#. Eci5i
#: databar_more_options.xhp
@@ -53546,7 +53618,7 @@ msgctxt ""
"par_id221610558585001\n"
"help.text"
msgid "Choose between color and gradient for the fill."
-msgstr ""
+msgstr "Choose between colour and gradient for the fill."
#. oQVLz
#: databar_more_options.xhp
@@ -53609,7 +53681,7 @@ msgctxt ""
"hd_id591610569865757\n"
"help.text"
msgid "Color of vertical axis:"
-msgstr ""
+msgstr "Colour of vertical axis:"
#. 2cZEy
#: databar_more_options.xhp
@@ -53618,7 +53690,7 @@ msgctxt ""
"par_id601610560622213\n"
"help.text"
msgid "Choose the color of the vertical axis."
-msgstr ""
+msgstr "Choose the colour of the vertical axis."
#. CTJaw
#: databar_more_options.xhp
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -56489,7 +56561,7 @@ msgctxt ""
"par_id27421466710275\n"
"help.text"
msgid "COLOR(Red; Green; Blue [; Alpha])"
-msgstr ""
+msgstr "COLOUR(Red; Green; Blue [; Alpha])"
#. ASLWJ
#: func_color.xhp
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Text</emph>: A text string or reference to a cell where the regular expression is to be applied."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/guide.po b/source/en-GB/helpcontent2/source/text/scalc/guide.po
index 3a72ac03a8b..e31dba38180 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/guide.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/guide.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-04 12:33+0100\n"
-"PO-Revision-Date: 2020-09-10 05:35+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547597617.000000\n"
#. NXy6S
@@ -491,7 +491,7 @@ msgctxt ""
"par_id3149210\n"
"help.text"
msgid "In case the color of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled."
-msgstr ""
+msgstr "In case the colour of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled."
#. ovMm9
#: autoformat.xhp
@@ -3011,7 +3011,7 @@ msgctxt ""
"par_id3155529\n"
"help.text"
msgid "In the <emph>Format Cells</emph> dialog on the <emph>Background</emph> tab, click the <emph>Color</emph> button and then select a background color. Click <emph>OK</emph>."
-msgstr ""
+msgstr "In the <emph>Format Cells</emph> dialogue box on the <emph>Background</emph> tab, click the <emph>Colour</emph> button and then select a background colour. Click <emph>OK</emph>."
#. AwUDA
#: cellstyle_conditional.xhp
@@ -12164,7 +12164,7 @@ msgctxt ""
"par_id6424146\n"
"help.text"
msgid "Or, choose <menuitem>Format - Merge and Unmerge Cells - Merge and Center Cells</menuitem>"
-msgstr ""
+msgstr "Or, choose <menuitem>Format - Merge and Unmerge Cells - Merge and Centre Cells</menuitem>"
#. sHLpi
#: table_cellmerge.xhp
@@ -12173,7 +12173,7 @@ msgctxt ""
"par_id961632012538771\n"
"help.text"
msgid "The cells will be merged and the content will be centered in the merged cell."
-msgstr ""
+msgstr "The cells will be merged and the content will be centred in the merged cell."
#. ULMQA
#: table_cellmerge.xhp
@@ -12236,7 +12236,7 @@ msgctxt ""
"par_id561632820960500\n"
"help.text"
msgid "Or, toggle <menuitem>Format - Merge and Unmerge Cells - Merge and Center Cells</menuitem>"
-msgstr ""
+msgstr "Or, toggle <menuitem>Format - Merge and Unmerge Cells - Merge and Centre Cells</menuitem>"
#. u5xXE
#: table_rotate.xhp
diff --git a/source/en-GB/helpcontent2/source/text/sdatabase.po b/source/en-GB/helpcontent2/source/text/sdatabase.po
index 65cc7b56b13..ea27243c489 100644
--- a/source/en-GB/helpcontent2/source/text/sdatabase.po
+++ b/source/en-GB/helpcontent2/source/text/sdatabase.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2020-11-19 19:35+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textsdatabase/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. ugSgG
#: 02000000.xhp
@@ -12649,7 +12649,7 @@ msgctxt ""
"par_id7138889\n"
"help.text"
msgid "Click in the Details area. Then in the Properties window, change some properties, for example the background color."
-msgstr ""
+msgstr "Click in the Details area. Then in the Properties window, change some properties, for example the background colour."
#. YbHaF
#: rep_main.xhp
@@ -13207,7 +13207,7 @@ msgctxt ""
"par_id4441663\n"
"help.text"
msgid "Select an alignment. By default the page numbers are centered between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment."
-msgstr ""
+msgstr "Select an alignment. By default the page numbers are centred between the left and right margins. You can align the field to the left or right. You can also select Inside to print page number on odd pages on the left side and even page numbers on the right side. Select Outside for the opposite alignment."
#. MJV32
#: rep_pagenumbers.xhp
@@ -13369,7 +13369,7 @@ msgctxt ""
"par_id2561723\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the background color for the selected object, both on screen and for printing.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sets the background colour for the selected object, both on screen and for printing.</ahelp>"
#. BXnJc
#: rep_prop.xhp
diff --git a/source/en-GB/helpcontent2/source/text/sdraw.po b/source/en-GB/helpcontent2/source/text/sdraw.po
index ce9d5139774..1735e932708 100644
--- a/source/en-GB/helpcontent2/source/text/sdraw.po
+++ b/source/en-GB/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-03 19:36+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/en_GB/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Insert an image"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/shared.po b/source/en-GB/helpcontent2/source/text/shared.po
index 45e7ef20c4d..6e479bf830c 100644
--- a/source/en-GB/helpcontent2/source/text/shared.po
+++ b/source/en-GB/helpcontent2/source/text/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-03-21 12:31+0100\n"
-"PO-Revision-Date: 2022-03-06 15:39+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textshared/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547062857.000000\n"
#. fcmzq
@@ -365,7 +365,7 @@ msgctxt ""
"par_id211646927242197\n"
"help.text"
msgid "<image src=\"cmd/lc_alignhorizontalcenter.svg\" id=\"img_id281646927242198\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id731646927242199\">Icon Fontwork Alignment</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_alignhorizontalcenter.svg\" id=\"img_id281646927242198\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id731646927242199\">Icon Fontwork Alignment</alt></image>"
#. FvBdo
#: fontwork_toolbar.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/00.po b/source/en-GB/helpcontent2/source/text/shared/00.po
index 8342f88a878..8242be26f41 100644
--- a/source/en-GB/helpcontent2/source/text/shared/00.po
+++ b/source/en-GB/helpcontent2/source/text/shared/00.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
-"PO-Revision-Date: 2020-02-10 17:43+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -3551,7 +3560,7 @@ msgctxt ""
"par_id3153146\n"
"help.text"
msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
-msgstr ""
+msgstr "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text colour, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
#. XP7i4
#: 00000020.xhp
@@ -7583,7 +7592,7 @@ msgctxt ""
"par_id3152780\n"
"help.text"
msgid "<variable id=\"farbleiste\">Choose <menuitem>View - Color Bar</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"farbleiste\">Choose <menuitem>View - Colour Bar</menuitem>.</variable>"
#. xJPUt
#: 00000403.xhp
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Audio or Video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE Object"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Choose <emph>Format - Chart Type</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Choose <emph>Format - Chart Type</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Choose <emph>Format - Chart Type</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -8906,7 +8915,7 @@ msgctxt ""
"par_id3153876\n"
"help.text"
msgid "<image id=\"img_id3148386\" src=\"cmd/lc_colorsettings.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148386\" src=\"cmd/lc_colorsettings.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148386\">Icon</alt></image>"
#. XLFFo
#: 00000406.xhp
@@ -12002,7 +12011,7 @@ msgctxt ""
"par_id3149519\n"
"help.text"
msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143222\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143222\">Icon Centred</alt></image>"
#. fawoM
#: 00040501.xhp
@@ -12155,7 +12164,7 @@ msgctxt ""
"par_id3145755\n"
"help.text"
msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146776\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146776\">Icon Centered</alt></image>"
#. NYgDY
#: 00040501.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Bottom"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Change Anchor"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
@@ -13415,7 +13487,7 @@ msgctxt ""
"par_id3149189\n"
"help.text"
msgid "Choose <menuitem>Format - Align Text - Centered</menuitem>."
-msgstr ""
+msgstr "Choose <menuitem>Format - Align Text - Centred</menuitem>."
#. YutM3
#: 00040502.xhp
@@ -13424,7 +13496,7 @@ msgctxt ""
"par_id3154624\n"
"help.text"
msgid "Open context menu - choose <menuitem>Align - Center</menuitem>."
-msgstr ""
+msgstr "Open context menu - choose <menuitem>Align - Centre</menuitem>."
#. kZk7u
#: 00040502.xhp
@@ -13433,7 +13505,7 @@ msgctxt ""
"par_id3153815\n"
"help.text"
msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Icon Centred</alt></image>"
#. CQD3j
#: 00040502.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/01.po b/source/en-GB/helpcontent2/source/text/shared/01.po
index 585b3d0a365..d049dcd35f0 100644
--- a/source/en-GB/helpcontent2/source/text/shared/01.po
+++ b/source/en-GB/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2022-02-11 17:38+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/en_GB/>\n"
"Language: en-GB\n"
@@ -5162,7 +5162,7 @@ msgctxt ""
"par_id2\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies whether to print colors and objects that are inserted to the background of the page, which you have specified under <emph>Format - Page - Background</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Specifies whether to print colours and objects that are inserted to the background of the page, which you have specified under <emph>Format - Page - Background</emph>.</ahelp>"
#. XFGTG
#: 01130000.xhp
@@ -5261,7 +5261,7 @@ msgctxt ""
"hd_id321619228471188\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "Colour"
#. 3DMF7
#: 01130000.xhp
@@ -5486,7 +5486,7 @@ msgctxt ""
"hd_id891619249661371\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "Colour"
#. pnfBm
#: 01130000.xhp
@@ -5495,7 +5495,7 @@ msgctxt ""
"hd_id781619249791597\n"
"help.text"
msgid "Original colors"
-msgstr ""
+msgstr "Original colours"
#. pXcAY
#: 01130000.xhp
@@ -5504,7 +5504,7 @@ msgctxt ""
"par_id80\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies to print in original colors.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Specifies to print in original colours.</ahelp>"
#. ofUbA
#: 01130000.xhp
@@ -5522,7 +5522,7 @@ msgctxt ""
"par_id82\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies to print colors as grayscale.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Specifies to print colours as greyscale.</ahelp>"
#. XSFDN
#: 01130000.xhp
@@ -5540,7 +5540,7 @@ msgctxt ""
"par_id84\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies to print colors as black and white.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Specifies to print colours as black and white.</ahelp>"
#. wEhtB
#: 01130000.xhp
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Represents an upper-case character if <emph>Match case</emph> is selected in <emph>Options.</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -14360,7 +14360,7 @@ msgctxt ""
"par_id3153255\n"
"help.text"
msgid "<ahelp hid=\".uno:ColorControl\"><variable id=\"colorbar_text\">Show or hide the <emph>Color</emph> bar.</variable> To modify or change the color table that is displayed, choose <menuitem>Format - Area</menuitem>, and then click on the <emph>Colors</emph> tab.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ColorControl\"><variable id=\"colorbar_text\">Show or hide the <emph>Colour</emph> bar.</variable> To modify or change the colour table that is displayed, choose <menuitem>Format - Area</menuitem>, and then click on the <emph>Colours</emph> tab.</ahelp>"
#. EFZwD
#: 03170000.xhp
@@ -14369,7 +14369,7 @@ msgctxt ""
"par_id3154186\n"
"help.text"
msgid "<ahelp hid=\"HID_COLOR_CTL_COLORS\">To change the fill color of an object in the current file, select the object and then click a color. To change the line color of the selected object, right-click a color. To change the color of text in a text object, double-click the text-object, select the text, and then click a color.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_COLOR_CTL_COLORS\">To change the fill colour of an object in the current file, select the object and then click a colour. To change the line colour of the selected object, right-click a colour. To change the colour of text in a text object, double-click the text-object, select the text, and then click a colour.</ahelp>"
#. bo2uz
#: 03170000.xhp
@@ -14378,7 +14378,7 @@ msgctxt ""
"par_id3147399\n"
"help.text"
msgid "You can also drag a color from the <emph>Color</emph> bar and drop it on a draw object on your slide to change the fill color."
-msgstr ""
+msgstr "You can also drag a colour from the <emph>Colour</emph> bar and drop it on a draw object on your slide to change the fill colour."
#. RxUos
#: 03170000.xhp
@@ -14387,7 +14387,7 @@ msgctxt ""
"par_id3147009\n"
"help.text"
msgid "To detach the <emph>Color</emph> bar, click on a gray area of the toolbar and then drag. To reattach the <emph>Color</emph> bar, double click on an gray area of the color bar while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key."
-msgstr ""
+msgstr "To detach the <emph>Colour</emph> bar, click on a grey area of the toolbar and then drag. To reattach the <emph>Colour</emph> bar, double click on an grey area of the colour bar while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key."
#. pnFMd
#: 03990000.xhp
@@ -14657,7 +14657,7 @@ msgctxt ""
"par_id1830500\n"
"help.text"
msgid "Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode> key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed."
-msgstr ""
+msgstr "Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode> key combination to insert a comment anchor at the current cursor position. A coloured comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed."
#. ro9G3
#: 04050000.xhp
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Inserting Pictures"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centred on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centred on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Frame Style"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Object"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3-D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -24197,7 +24215,7 @@ msgctxt ""
"par_id3153878\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/pageformatpage/checkbuttonHorz\">Centers the cells horizontally on the printed page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/pageformatpage/checkbuttonHorz\">Centres the cells horizontally on the printed page.</ahelp>"
#. TxE3H
#: 05040200.xhp
@@ -24224,7 +24242,7 @@ msgctxt ""
"par_id3149413\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/pageformatpage/checkbuttonVert\">Centers the cells vertically on the printed page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/pageformatpage/checkbuttonVert\">Centres the cells vertically on the printed page.</ahelp>"
#. 4eiX9
#: 05040200.xhp
@@ -25610,7 +25628,7 @@ msgctxt ""
"hd_id451632377983974\n"
"help.text"
msgid "<variable id=\"mergecells\"><link href=\"text/shared/01/05100100.xhp\" name=\"Merging Cells without centering\">Merge Cells</link></variable>"
-msgstr ""
+msgstr "<variable id=\"mergecells\"><link href=\"text/shared/01/05100100.xhp\" name=\"Merging Cells without centring\">Merge Cells</link></variable>"
#. NCP7C
#: 05100100.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,14 +26323,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26323,14 +26341,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objects;titles and descriptions</bookmark_value><bookmark_value>descriptions for objects</bookmark_value><bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Title"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organise arrow styles"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Lets you organise the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Title"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modify"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -27725,7 +27770,7 @@ msgctxt ""
"bm_id3149999\n"
"help.text"
msgid "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colors for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value><bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colours for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value><bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>"
#. 3fEfw
#: 05210100.xhp
@@ -27752,7 +27797,7 @@ msgctxt ""
"par_id3154863\n"
"help.text"
msgid "You can add custom colors, gradients, hatchings, two color patterns and image patterns to the default lists for later use."
-msgstr ""
+msgstr "You can add custom colours, gradients, hatchings, two colour patterns and image patterns to the default lists for later use."
#. CGbA3
#: 05210100.xhp
@@ -27842,7 +27887,7 @@ msgctxt ""
"bm_id37440771\n"
"help.text"
msgid "<bookmark_value>colors;palette</bookmark_value><bookmark_value>palette;document colors</bookmark_value><bookmark_value>colors;adding</bookmark_value><bookmark_value>colors;delete</bookmark_value><bookmark_value>document colors;palette</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>colours;palette</bookmark_value><bookmark_value>palette;document colours</bookmark_value><bookmark_value>colours;adding</bookmark_value><bookmark_value>colours;delete</bookmark_value><bookmark_value>document colours;palette</bookmark_value>"
#. vay4k
#: 05210200.xhp
@@ -27905,7 +27950,7 @@ msgctxt ""
"par_id441641431603505\n"
"help.text"
msgid "The <emph>Theme colors</emph> palette shows the theme colors from the current theme, if the document has any."
-msgstr ""
+msgstr "The <emph>Theme colours</emph> palette shows the theme colours from the current theme, if the document has any."
#. CSCQY
#: 05210200.xhp
@@ -27914,7 +27959,7 @@ msgctxt ""
"par_id441641431603506\n"
"help.text"
msgid "The <emph>Document colors</emph> palette shows the colors used in the current document."
-msgstr ""
+msgstr "The <emph>Document colours</emph> palette shows the colours used in the current document."
#. DQAGQ
#: 05210200.xhp
@@ -29246,7 +29291,7 @@ msgctxt ""
"par_id3153626\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two color pattern selected on this page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two colour pattern selected on this page.</ahelp>"
#. p5uGC
#: 05210800.xhp
@@ -29354,7 +29399,7 @@ msgctxt ""
"hd_id3155355\n"
"help.text"
msgid "Foreground Color"
-msgstr ""
+msgstr "Foreground Colour"
#. sHjjw
#: 05210800.xhp
@@ -29363,7 +29408,7 @@ msgctxt ""
"par_id3156410\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_COLOR\">Set the color of the activated pattern pixels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/LB_COLOR\">Set the colour of the activated pattern pixels.</ahelp>"
#. nh8wk
#: 05210800.xhp
@@ -29372,7 +29417,7 @@ msgctxt ""
"hd_id3155449\n"
"help.text"
msgid "Background Color"
-msgstr ""
+msgstr "Background Colour"
#. JqSDi
#: 05210800.xhp
@@ -29381,7 +29426,7 @@ msgctxt ""
"par_id3152909\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_BACKGROUND_COLOR\">Set the color of the deactivated pattern pixels.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/patterntabpage/LB_BACKGROUND_COLOR\">Set the colour of the deactivated pattern pixels.</ahelp>"
#. fZrDg
#: 05220000.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Anchor"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,32 +31183,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
@@ -32648,7 +32720,7 @@ msgctxt ""
"par_id3154788\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/themetabpage/ThemePage\">Adds colors to the selected master page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/themetabpage/ThemePage\">Adds colours to the selected master page.</ahelp>"
#. YiUBW
#: 05320002.xhp
@@ -32684,7 +32756,7 @@ msgctxt ""
"hd_id3152823\n"
"help.text"
msgid "Color Set"
-msgstr ""
+msgstr "Colour Set"
#. yvPdS
#: 05320002.xhp
@@ -32702,7 +32774,7 @@ msgctxt ""
"par_id3144437\n"
"help.text"
msgid "Specifies a name for this set of colors."
-msgstr ""
+msgstr "Specifies a name for this set of colours."
#. bQc5u
#: 05320002.xhp
@@ -32720,7 +32792,7 @@ msgctxt ""
"par_id3144438\n"
"help.text"
msgid "Specifies the first dark color to be used as dark background, typically black."
-msgstr ""
+msgstr "Specifies the first dark colour to be used as dark background, typically black."
#. Bfas8
#: 05320002.xhp
@@ -32738,7 +32810,7 @@ msgctxt ""
"par_id3144439\n"
"help.text"
msgid "Specifies the first light color to be used as light text, typically white."
-msgstr ""
+msgstr "Specifies the first light colour to be used as light text, typically white."
#. v949u
#: 05320002.xhp
@@ -32756,7 +32828,7 @@ msgctxt ""
"par_id3144440\n"
"help.text"
msgid "Specifies the second dark color to be used as dark background. This is typically dark, but not exactly black."
-msgstr ""
+msgstr "Specifies the second dark colour to be used as dark background. This is typically dark, but not exactly black."
#. wBe5B
#: 05320002.xhp
@@ -32774,7 +32846,7 @@ msgctxt ""
"par_id3144441\n"
"help.text"
msgid "Specifies the second light color to be used as light text. This is typically light, but not exactly white."
-msgstr ""
+msgstr "Specifies the second light colour to be used as light text. This is typically light, but not exactly white."
#. 6sCnr
#: 05320002.xhp
@@ -32792,7 +32864,7 @@ msgctxt ""
"par_id3144442\n"
"help.text"
msgid "First custom color. This is typically dark enough that light text is readable when the custom color is used as a background color."
-msgstr ""
+msgstr "First custom colour. This is typically dark enough that light text is readable when the custom colour is used as a background colour."
#. TBAAu
#: 05320002.xhp
@@ -32810,7 +32882,7 @@ msgctxt ""
"par_id3144443\n"
"help.text"
msgid "Second custom color."
-msgstr ""
+msgstr "Second custom colour."
#. CoqnB
#: 05320002.xhp
@@ -32828,7 +32900,7 @@ msgctxt ""
"par_id3144444\n"
"help.text"
msgid "Third custom color."
-msgstr ""
+msgstr "Third custom colour."
#. yAJRk
#: 05320002.xhp
@@ -32846,7 +32918,7 @@ msgctxt ""
"par_id3144445\n"
"help.text"
msgid "Fourth custom color."
-msgstr ""
+msgstr "Fourth custom colour."
#. DnYuJ
#: 05320002.xhp
@@ -32864,7 +32936,7 @@ msgctxt ""
"par_id3144446\n"
"help.text"
msgid "Fifth custom color."
-msgstr ""
+msgstr "Fifth custom colour."
#. gC46v
#: 05320002.xhp
@@ -32882,7 +32954,7 @@ msgctxt ""
"par_id3144447\n"
"help.text"
msgid "Sixth custom color."
-msgstr ""
+msgstr "Sixth custom colour."
#. PhQWg
#: 05320002.xhp
@@ -32900,7 +32972,7 @@ msgctxt ""
"par_id3144448\n"
"help.text"
msgid "Color used for non-followed hyperlinks."
-msgstr ""
+msgstr "Colour used for non-followed hyperlinks."
#. jyKLz
#: 05320002.xhp
@@ -32918,7 +32990,7 @@ msgctxt ""
"par_id3144449\n"
"help.text"
msgid "Color used for followed hyperlinks."
-msgstr ""
+msgstr "Colour used for followed hyperlinks."
#. A2WXN
#: 05340100.xhp
@@ -35420,7 +35492,7 @@ msgctxt ""
"par_id3153126\n"
"help.text"
msgid "<image id=\"img_id3155388\" src=\"svx/res/color.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155388\">Icon Color</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155388\" src=\"svx/res/color.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155388\">Icon Colour</alt></image>"
#. bvQtQ
#: 05350500.xhp
@@ -36131,7 +36203,7 @@ msgctxt ""
"hd_id3150130\n"
"help.text"
msgid "Horizontally Center"
-msgstr ""
+msgstr "Horizontally Centre"
#. JWvSE
#: 05360000.xhp
@@ -36140,7 +36212,7 @@ msgctxt ""
"par_id3153146\n"
"help.text"
msgid "<ahelp hid=\".uno:DistributeHorzCenter\">Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:DistributeHorzCenter\">Distributes the selected objects, so that the horizontal centres of the objects are evenly spaced from one another.</ahelp>"
#. 8jGYq
#: 05360000.xhp
@@ -36149,7 +36221,7 @@ msgctxt ""
"par_id861601648972377\n"
"help.text"
msgid "<image src=\"media/helpimg/sdraw/distribute-HC.svg\" id=\"img_id101601648972378\" width=\"416px\" height=\"300px\"><alt id=\"alt_id321601648972379\">Object distribution horizontally center</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sdraw/distribute-HC.svg\" id=\"img_id101601648972378\" width=\"416px\" height=\"300px\"><alt id=\"alt_id321601648972379\">Object distribution horizontally centre</alt></image>"
#. ZdBdK
#: 05360000.xhp
@@ -36257,7 +36329,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "Vertically Center"
-msgstr ""
+msgstr "Vertically Centre"
#. iJ5uJ
#: 05360000.xhp
@@ -36266,7 +36338,7 @@ msgctxt ""
"par_id3161656\n"
"help.text"
msgid "<ahelp hid=\".uno:DistributeVertCenter\">Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:DistributeVertCenter\">Distributes the selected objects, so that the vertical centres of the objects are evenly spaced from one another.</ahelp>"
#. kjsCh
#: 05360000.xhp
@@ -36275,7 +36347,7 @@ msgctxt ""
"par_id561601655348463\n"
"help.text"
msgid "<image src=\"media/helpimg/sdraw/distribute-VC.svg\" id=\"img_id911601655348464\" width=\"416px\" height=\"300px\"><alt id=\"alt_id71601655348465\">Distribute objects vertically center</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/sdraw/distribute-VC.svg\" id=\"img_id911601655348464\" width=\"416px\" height=\"300px\"><alt id=\"alt_id71601655348465\">Distribute objects vertically centre</alt></image>"
#. eenms
#: 05360000.xhp
@@ -38327,7 +38399,7 @@ msgctxt ""
"par_id381612261836746\n"
"help.text"
msgid "To modify attributes of a predefined border, such as color, style, width and shadow, click the paragraph above the line, choose <menuitem>Format - Paragraph - Borders</menuitem> tab."
-msgstr ""
+msgstr "To modify attributes of a predefined border, such as colour, style, width and shadow, click the paragraph above the line, choose <menuitem>Format - Paragraph - Borders</menuitem> tab."
#. BvcCd
#: 06040100.xhp
@@ -40451,7 +40523,7 @@ msgctxt ""
"par_id3156060\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/color\">Select a color for the current numbering scheme.</ahelp></defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline><ahelp hid=\"cui/ui/numberingoptionspage/color\">Select a colour for the current numbering scheme.</ahelp></defaultinline></switchinline>"
#. JQB8P
#: 06050500.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/02.po b/source/en-GB/helpcontent2/source/text/shared/02.po
index 338c9b78fa5..59df6d0927b 100644
--- a/source/en-GB/helpcontent2/source/text/shared/02.po
+++ b/source/en-GB/helpcontent2/source/text/shared/02.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2020-06-29 11:28+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -11273,7 +11273,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Character Highlighting Color"
-msgstr ""
+msgstr "Character Highlighting Colour"
#. 5GRDP
#: 02160000.xhp
@@ -11282,7 +11282,7 @@ msgctxt ""
"hd_id3109850\n"
"help.text"
msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlighting</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Colour\">Highlighting</link>"
#. 6EDWk
#: 02160000.xhp
@@ -11291,7 +11291,7 @@ msgctxt ""
"par_id3154927\n"
"help.text"
msgid "<variable id=\"highlight_color\"><ahelp hid=\".uno:BackColor\">Applies current highlighting color to the <switchinline select=\"appl\"><caseinline select=\"WRITER\">character style or</caseinline></switchinline> text selection.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"highlight_color\"><ahelp hid=\".uno:BackColor\">Applies current highlighting colour to the <switchinline select=\"appl\"><caseinline select=\"WRITER\">character style or</caseinline></switchinline> text selection.</ahelp></variable>"
#. KrAa6
#: 02160000.xhp
@@ -11318,7 +11318,7 @@ msgctxt ""
"par_id481613812856744\n"
"help.text"
msgid "Click the <emph>Character Highlighting Color</emph> icon on the <switchinline select=\"appl\"><caseinline select=\"WRITER\">Formatting bar, Text Object bar or Character section of Properties Sidebar.</caseinline><defaultinline><emph>Text Formatting bar.</emph></defaultinline></switchinline>"
-msgstr ""
+msgstr "Click the <emph>Character Highlighting Colour</emph> icon on the <switchinline select=\"appl\"><caseinline select=\"WRITER\">Formatting bar, Text Object bar or Character section of Properties Sidebar.</caseinline><defaultinline><emph>Text Formatting bar.</emph></defaultinline></switchinline>"
#. YETEY
#: 02160000.xhp
@@ -11327,7 +11327,7 @@ msgctxt ""
"par_id3152551\n"
"help.text"
msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149177\">Character Highlighting Color Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149177\">Character Highlighting Colour Icon</alt></image>"
#. zJCAE
#: 02160000.xhp
@@ -11336,7 +11336,7 @@ msgctxt ""
"par_id3147210\n"
"help.text"
msgid "Character Highlighting Color icon"
-msgstr ""
+msgstr "Character Highlighting Colour icon"
#. 4M9HV
#: 02160000.xhp
@@ -11345,7 +11345,7 @@ msgctxt ""
"par_idN10736\n"
"help.text"
msgid "To change the highlighting color, click the arrow next to the <emph>Character Highlighting Color</emph> icon, and then click the color that you want."
-msgstr ""
+msgstr "To change the highlighting colour, click the arrow next to the <emph>Character Highlighting Colour</emph> icon, and then click the colour that you want."
#. ZBF5S
#: 02160000.xhp
@@ -11381,7 +11381,7 @@ msgctxt ""
"par_id851610983100948\n"
"help.text"
msgid "Click the <emph>Character Highlighting Color</emph> icon on the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Formatting</emph> or <emph>Text Object</emph></caseinline><defaultinline><emph>Text Formatting</emph></defaultinline></switchinline> bar."
-msgstr ""
+msgstr "Click the <emph>Character Highlighting Colour</emph> icon on the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Formatting</emph> or <emph>Text Object</emph></caseinline><defaultinline><emph>Text Formatting</emph></defaultinline></switchinline> bar."
#. bVPsm
#: 02160000.xhp
@@ -11417,7 +11417,7 @@ msgctxt ""
"par_idN1072B\n"
"help.text"
msgid "On the <emph>Formatting</emph> bar, click the <emph>Character Highlighting Color</emph> icon."
-msgstr ""
+msgstr "On the <emph>Formatting</emph> bar, click the <emph>Character Highlighting Colour</emph> icon."
#. qfcjf
#: 02160000.xhp
@@ -11462,7 +11462,7 @@ msgctxt ""
"par_idN10757\n"
"help.text"
msgid "To turn off highlighting cursor, click the <emph>Character Highlighting Color</emph> icon again, or press <keycode>Esc</keycode>."
-msgstr ""
+msgstr "To turn off highlighting cursor, click the <emph>Character Highlighting Colour</emph> icon again, or press <keycode>Esc</keycode>."
#. CnFYE
#: 02160000.xhp
@@ -11498,7 +11498,7 @@ msgctxt ""
"par_id3149784\n"
"help.text"
msgid "On the <switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline><emph>Text</emph></defaultinline></switchinline> <emph>Formatting</emph> bar, click the arrow next to the <emph>Character Highlighting Color</emph> icon, and then click <emph>No Fill</emph>."
-msgstr ""
+msgstr "On the <switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline><emph>Text</emph></defaultinline></switchinline> <emph>Formatting</emph> bar, click the arrow next to the <emph>Character Highlighting Colour</emph> icon, and then click <emph>No Fill</emph>."
#. yDDr8
#: 02160000.xhp
@@ -11507,7 +11507,7 @@ msgctxt ""
"par_id681610983533210\n"
"help.text"
msgid "For multiple selections, click the <emph>Character Highlighting Color</emph> icon with <emph>No Fill</emph>, select highlighting to remove, then finish by clicking the icon again or pressing <keycode>Esc</keycode>."
-msgstr ""
+msgstr "For multiple selections, click the <emph>Character Highlighting Colour</emph> icon with <emph>No Fill</emph>, select highlighting to remove, then finish by clicking the icon again or pressing <keycode>Esc</keycode>."
#. fRhjf
#: 02170000.xhp
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Change Anchor"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,23 +11869,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>anchors; changing</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/guide.po b/source/en-GB/helpcontent2/source/text/shared/guide.po
index 533ffed7a11..9aaefe19926 100644
--- a/source/en-GB/helpcontent2/source/text/shared/guide.po
+++ b/source/en-GB/helpcontent2/source/text/shared/guide.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2020-06-29 11:28+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -1175,7 +1175,7 @@ msgctxt ""
"hd_id3149346\n"
"help.text"
msgid "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Defining Graphics or Colors in the Background of Pages (Watermark)</link></variable>"
-msgstr ""
+msgstr "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colours in the Background of Pages (Watermark)\">Defining Graphics or Colours in the Background of Pages (Watermark)</link></variable>"
#. Fa7Pn
#: background.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"par_id3149581\n"
"help.text"
msgid "On the <emph>Area</emph> tab page, select a background color or a background graphic."
-msgstr ""
+msgstr "On the <emph>Area</emph> tab page, select a background colour or a background graphic."
#. WCBmU
#: background.xhp
@@ -1877,7 +1877,7 @@ msgctxt ""
"par_id3156136\n"
"help.text"
msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:"
-msgstr ""
+msgstr "You can add texture to the bars in a graph or chart (instead of the default colours) via graphics:"
#. 4UEfD
#: chart_barformat.xhp
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarisation filter</bookmark_value><bookmark_value>ageing filter</bookmark_value><bookmark_value>posterising filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
@@ -26321,7 +26564,7 @@ msgctxt ""
"par_id041620170723507575\n"
"help.text"
msgid "<ahelp hid=\".\">You may filter for: All Applications, Text Documents, Spreadsheets, Presentations or Drawings by choosing an option from the dropdown box at the top-center. The main window displays the filtered templates.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">You may filter for: All Applications, Text Documents, Spreadsheets, Presentations or Drawings by choosing an option from the drop-down box at the top-centre. The main window displays the filtered templates.</ahelp>"
#. sGSTR
#: template_manager.xhp
@@ -27068,7 +27311,7 @@ msgctxt ""
"par_id3150040\n"
"help.text"
msgid "Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href=\"text/shared/00/00000001.xhp#toolbars\" name=\"toolbar\">toolbar</link> from which you can choose from a range of colors."
-msgstr ""
+msgstr "Click the arrow next to the <emph>Font Colour</emph> icon to activate a <link href=\"text/shared/00/00000001.xhp#toolbars\" name=\"toolbar\">toolbar</link> from which you can choose from a range of colours."
#. FMST5
#: text_color.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/optionen.po b/source/en-GB/helpcontent2/source/text/shared/optionen.po
index 7765583d2cb..6e940d9484c 100644
--- a/source/en-GB/helpcontent2/source/text/shared/optionen.po
+++ b/source/en-GB/helpcontent2/source/text/shared/optionen.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2019-02-13 22:15+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/en_GB/>\n"
+"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1550096140.000000\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Save URLs relative to file system"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
@@ -2471,7 +2471,7 @@ msgctxt ""
"bm_id3150771\n"
"help.text"
msgid "<bookmark_value>pick color</bookmark_value><bookmark_value>color selector</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>pick colour</bookmark_value><bookmark_value>colour selector</bookmark_value>"
#. yHj82
#: 01010501.xhp
@@ -2480,7 +2480,7 @@ msgctxt ""
"hd_id3153126\n"
"help.text"
msgid "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new color\">Selecting a new color</link></variable>"
-msgstr ""
+msgstr "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new colour\">Selecting a new colour</link></variable>"
#. 2DKci
#: 01010501.xhp
@@ -2507,7 +2507,7 @@ msgctxt ""
"par_id3148944\n"
"help.text"
msgid "The Pick a Color dialog consists of four main areas."
-msgstr ""
+msgstr "The Pick a Colour dialogue box consists of four main areas."
#. JA9HB
#: 01010501.xhp
@@ -2606,7 +2606,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sets the Red component modifiable on the vertical colour slider, and the Green and Blue components in the two-dimensional colour picker field. Allowed values are 0 to 255.</ahelp>"
#. G5BRr
#: 01010501.xhp
@@ -2633,7 +2633,7 @@ msgctxt ""
"par_id3153728\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sets the Green component modifiable on the vertical colour slider, and the Red and Blue components in the two-dimensional colour picker field. Allowed values are 0 to 255.</ahelp>"
#. NauiA
#: 01010501.xhp
@@ -2660,7 +2660,7 @@ msgctxt ""
"par_id3153729\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sets the Blue component modifiable on the vertical colour slider, and the Green and Red components in the two-dimensional colour picker field. Allowed values are 0 to 255.</ahelp>"
#. EHQDG
#: 01010501.xhp
@@ -2714,7 +2714,7 @@ msgctxt ""
"par_id3153730\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sets the Hue component modifiable on the vertical colour slider, and the Saturation and Brightness components in the two-dimensional colour picker field. Values are expressed in degrees from 0 to 359.</ahelp>"
#. fGAJ5
#: 01010501.xhp
@@ -2741,7 +2741,7 @@ msgctxt ""
"par_id3153731\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sets the Saturation component modifiable on the vertical colour slider, and the Hue and Brightness components in the two-dimensional colour picker field. Values are expressed in percent (0 to 100).</ahelp>"
#. cuCGT
#: 01010501.xhp
@@ -2768,7 +2768,7 @@ msgctxt ""
"par_id3153732\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sets the Brightness component modifiable on the vertical colour slider, and the Hue and Saturation components in the two-dimensional colour picker field. Values are expressed in percent (0 to 100).</ahelp>"
#. uDLZu
#: 01010501.xhp
@@ -4460,7 +4460,7 @@ msgctxt ""
"hd_id3148672\n"
"help.text"
msgid "Custom Colors"
-msgstr ""
+msgstr "Custom Colours"
#. 7JQfD
#: 01012000.xhp
@@ -4478,7 +4478,7 @@ msgctxt ""
"par_id3150769\n"
"help.text"
msgid "To apply a color to a <emph>user interface element</emph>, ensure that the box in front of the name is checked. To hide a user interface element, clear the check box."
-msgstr ""
+msgstr "To apply a colour to a <emph>user interface element</emph>, ensure that the box in front of the name is checked. To hide a user interface element, clear the check box."
#. LRXwH
#: 01012000.xhp
@@ -4496,7 +4496,7 @@ msgctxt ""
"par_id3145365\n"
"help.text"
msgid "To enhance cursor visibility, set the application background color between 40% and 60% gray, it is automatically changed to 40% gray."
-msgstr ""
+msgstr "To enhance cursor visibility, set the application background colour between 40% and 60% grey, it is automatically changed to 40% grey."
#. 7xJHG
#: 01012000.xhp
@@ -9266,7 +9266,7 @@ msgctxt ""
"par_id3151114\n"
"help.text"
msgid "<ahelp hid=\".\">Click a color. Click the <emph>None</emph> button to remove a background color.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Click a colour. Click the <emph>None</emph> button to remove a background colour.</ahelp>"
#. YvDPU
#: 01060000.xhp
@@ -13730,7 +13730,7 @@ msgctxt ""
"par_id11611125644396\n"
"help.text"
msgid "Highlighting exports the closest match between a $[officename] highlighting color and one of the 16 Microsoft highlighting colors, using the Office character attribute that makes it easy for Office users to edit with the highlighting tool in Office applications. This is the default setting in $[officename] 5.0 to 6.4."
-msgstr ""
+msgstr "Highlighting exports the closest match between a $[officename] highlighting colour and one of the 16 Microsoft highlighting colours, using the Office character attribute that makes it easy for Office users to edit with the highlighting tool in Office applications. This is the default setting in $[officename] 5.0 to 6.4."
#. vmGuu
#: 01130200.xhp
@@ -13739,7 +13739,7 @@ msgctxt ""
"par_id971611126299924\n"
"help.text"
msgid "Shading exports all RGB colors to the other Office character attribute. This preserves color fidelity between $[officename] and Microsoft Office documents, but Office users must edit this character attribute with a tool that is not commonly used or easy to find in Office applications. This is the default setting since $[officename] 7.0."
-msgstr ""
+msgstr "Shading exports all RGB colours to the other Office character attribute. This preserves colour fidelity between $[officename] and Microsoft Office documents, but Office users must edit this character attribute with a tool that is not commonly used or easy to find in Office applications. This is the default setting since $[officename] 7.0."
#. M4Xyh
#: 01130200.xhp
@@ -13748,7 +13748,7 @@ msgctxt ""
"par_id11611137020276\n"
"help.text"
msgid "The \"compatibility\" filter in the <emph>Character Highlighting Color</emph> dialog provides the Microsoft Office highlighting colors. Use those colors and choose <emph>Export as: Highlighting</emph> if you want both color fidelity and ease of editing for Office users."
-msgstr ""
+msgstr "The \"compatibility\" filter in the <emph>Character Highlighting Colour</emph> dialogue box provides the Microsoft Office highlighting colours. Use those colours and choose <emph>Export as: Highlighting</emph> if you want both colour fidelity and ease of editing for Office users."
#. hpDE5
#: 01130200.xhp
diff --git a/source/en-GB/helpcontent2/source/text/simpress/01.po b/source/en-GB/helpcontent2/source/text/simpress/01.po
index 93ae52642a7..fb33fa23a05 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/01.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-10-25 12:49+0200\n"
-"PO-Revision-Date: 2021-02-03 19:36+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1563448779.000000\n"
#. mu9aV
@@ -8132,7 +8132,7 @@ msgctxt ""
"hd_id671623259902753\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "Colour"
#. HSGAj
#: bulletandposition.xhp
@@ -8141,7 +8141,7 @@ msgctxt ""
"par_id781623260255715\n"
"help.text"
msgid "Select the color of the list characters for ordered and unordered lists. Color does not apply for lists with graphic bullets."
-msgstr ""
+msgstr "Select the colour of the list characters for ordered and unordered lists. Colour does not apply for lists with graphic bullets."
#. XnEwE
#: bulletandposition.xhp
diff --git a/source/en-GB/helpcontent2/source/text/simpress/02.po b/source/en-GB/helpcontent2/source/text/simpress/02.po
index d06ee7365ca..1532c5e0dbf 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/02.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-12 11:50+0200\n"
-"PO-Revision-Date: 2020-12-28 07:53+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1563448782.000000\n"
#. AiACn
@@ -1427,7 +1427,7 @@ msgctxt ""
"hd_id3154214\n"
"help.text"
msgid "Gluepoint Horizontal Center"
-msgstr ""
+msgstr "Gluepoint Horizontal Centre"
#. sFGAs
#: 10030200.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3150706\n"
"help.text"
msgid "Gluepoint Horizontal Center"
-msgstr ""
+msgstr "Gluepoint Horizontal Centre"
#. pGdhP
#: 10030200.xhp
@@ -1535,7 +1535,7 @@ msgctxt ""
"hd_id3153678\n"
"help.text"
msgid "Gluepoint Vertical Center"
-msgstr ""
+msgstr "Gluepoint Vertical Centre"
#. M5aQi
#: 10030200.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"par_id3146130\n"
"help.text"
msgid "Gluepoint Vertical Center"
-msgstr ""
+msgstr "Gluepoint Vertical Centre"
#. MbCWi
#: 10030200.xhp
diff --git a/source/en-GB/helpcontent2/source/text/simpress/guide.po b/source/en-GB/helpcontent2/source/text/simpress/guide.po
index bc6d8af7410..6de24205b95 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/guide.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
-"PO-Revision-Date: 2020-12-28 07:53+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/en_GB/>\n"
"Language: en-GB\n"
@@ -995,7 +995,7 @@ msgctxt ""
"par_id3155067\n"
"help.text"
msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or an image."
-msgstr ""
+msgstr "You can change the background colour or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or an image."
#. SEPCz
#: background.xhp
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_id4155067\n"
"help.text"
msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or an image."
-msgstr ""
+msgstr "You can change the background colour or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or an image."
#. BUHu6
#: background.xhp
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Loading Colour, Gradient, and Hatching Lists"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colours;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colours/gradients/hatchings</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Colour, Gradient, and Hatching Lists\">Loading Colour, Gradient, and Hatching Lists</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "You can use lists to organise colours, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "To load a colour list:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Choose <emph>Format - Area</emph>, and then click the <emph>Colours</emph> tab."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Click the <emph>Load Colour List</emph> button."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Locate the colour list that you want to load, and then click <emph>Open</emph>. A colour list file has the format [filename].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "To save a colour list, click the <emph>Save Colour List</emph> button, enter a filename, and then click <emph>Save</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "To load a gradient list:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Click the <emph>Load Gradients List</emph> button."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "To load a hatching list:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Click the <emph>Load Hatches List</emph> button."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Go to the slide into which you want to insert the spreadsheet."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Go to the slide into which you want to insert the spreadsheet."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/en-GB/helpcontent2/source/text/smath/01.po b/source/en-GB/helpcontent2/source/text/smath/01.po
index 1ec8bfcf87f..cd46fd5e64e 100644
--- a/source/en-GB/helpcontent2/source/text/smath/01.po
+++ b/source/en-GB/helpcontent2/source/text/smath/01.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-04-11 15:28+0200\n"
-"PO-Revision-Date: 2020-07-17 12:35+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textsmath01/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1549652753.000000\n"
#. QmNGE
@@ -6494,7 +6494,7 @@ msgctxt ""
"par_id3153674\n"
"help.text"
msgid "Nesting groups within each other is relatively problem-free. In the formula <input>hat \"{a + b}\"</input> the \"hat\" is displayed simply over the center of \"{a + b}\". Also, <input>color red lceil a rceil</input> and <input>grave hat langle x * y rangle</input> work as expected. The result of the latter can be compared to <input>grave {hat langle x * y rangle}</input>. These attributes do not compete, but rather can be combined."
-msgstr "Nesting groups within each other is relatively problem-free. In the formula <input>hat \"{a + b}\"</input> the \"hat\" is displayed simply over the center of \"{a + b}\". Also, <input>color red lceil a rceil</input> and <input>grave hat langle x * y rangle</input> work as expected. The result of the latter can be compared to <input>grave {hat langle x * y rangle}</input>. These attributes do not compete, but rather can be combined."
+msgstr "Nesting groups within each other is relatively problem-free. In the formula <input>hat \"{a + b}\"</input> the \"hat\" is displayed simply over the centre of \"{a + b}\". Also, <input>color red lceil a rceil</input> and <input>grave hat langle x * y rangle</input> work as expected. The result of the latter can be compared to <input>grave {hat langle x * y rangle}</input>. These attributes do not compete, but rather can be combined."
#. voLFs
#: 03091100.xhp
diff --git a/source/en-GB/helpcontent2/source/text/smath/guide.po b/source/en-GB/helpcontent2/source/text/smath/guide.po
index 97bf6a49fa5..b18f52eb2ed 100644
--- a/source/en-GB/helpcontent2/source/text/smath/guide.po
+++ b/source/en-GB/helpcontent2/source/text/smath/guide.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2017-05-09 20:49+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsmathguide/en_GB/>\n"
+"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1494362983.000000\n"
#. P9FEQ
@@ -221,7 +221,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Applying Color to Formula Parts"
-msgstr ""
+msgstr "Applying Colour to Formula Parts"
#. F9aE8
#: color.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"bm_id3156384\n"
"help.text"
msgid "<bookmark_value>Color in formulas</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Colour in formulae</bookmark_value>"
#. UXL5W
#: color.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"hd_id601641846107898\n"
"help.text"
msgid "<variable id=\"color\"><link href=\"text/smath/guide/color.xhp\" name=\"Color_link\">Applying Color to Formula Parts</link></variable>"
-msgstr ""
+msgstr "<variable id=\"color\"><link href=\"text/smath/guide/color.xhp\" name=\"Color_link\">Applying Colour to Formula Parts</link></variable>"
#. ckGgG
#: color.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"par_id481641846189425\n"
"help.text"
msgid "Use the command <literal>color</literal> to apply color to the subsequent formula part."
-msgstr ""
+msgstr "Use the command <literal>color</literal> to apply colour to the subsequent formula part."
#. BnqGh
#: color.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"par_id141641846432331\n"
"help.text"
msgid "The example below creates a formula where <emph>a</emph> is shown using the default color (black) and <emph>b</emph> is shown in red."
-msgstr ""
+msgstr "The example below creates a formula where <emph>a</emph> is shown using the default colour (black) and <emph>b</emph> is shown in red."
#. jV7H8
#: color.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"par_id211641848286949\n"
"help.text"
msgid "Beware that the <literal>color</literal> command only changes the color of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black."
-msgstr ""
+msgstr "Beware that the <literal>color</literal> command only changes the colour of the formula part that comes immediately after it. For example, in the formula below only <emph>b</emph> will be shown in red, whereas <emph>c</emph> will be shown in black."
#. hLeFX
#: color.xhp
@@ -275,7 +275,7 @@ msgctxt ""
"par_id841641848475043\n"
"help.text"
msgid "Use braces to apply color to more parts of the formula. In the following example, <emph>b</emph> and <emph>c</emph> are shown in red."
-msgstr ""
+msgstr "Use braces to apply colour to more parts of the formula. In the following example, <emph>b</emph> and <emph>c</emph> are shown in red."
#. JAK8L
#: color.xhp
@@ -284,7 +284,7 @@ msgctxt ""
"par_id651641851485699\n"
"help.text"
msgid "A list with predefined color names is available <link href=\"text/smath/guide/color.xhp#PredefinedColors\" name=\"Colors_list\">here</link>."
-msgstr ""
+msgstr "A list with predefined colour names is available <link href=\"text/smath/guide/color.xhp#PredefinedColors\" name=\"Colors_list\">here</link>."
#. gQn7y
#: color.xhp
@@ -293,7 +293,7 @@ msgctxt ""
"bm_id521641858375937\n"
"help.text"
msgid "<bookmark_value>RGB colors</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>RGB colours</bookmark_value>"
#. beAyt
#: color.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"hd_id831641851472401\n"
"help.text"
msgid "Using RGB colors"
-msgstr ""
+msgstr "Using RGB colours"
#. tj2xF
#: color.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"par_id701641851641673\n"
"help.text"
msgid "Use the command <literal>color rgb</literal> to apply colors using RGB (Red, Green, Blue) values."
-msgstr ""
+msgstr "Use the command <literal>color rgb</literal> to apply colours using RGB (Red, Green, Blue) values."
#. eYWCg
#: color.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id941641851779414\n"
"help.text"
msgid "RGB values range between 0 and 255."
-msgstr ""
+msgstr "RGB values range between 0 and 255."
#. EFXpV
#: color.xhp
@@ -329,7 +329,7 @@ msgctxt ""
"bm_id521641858372217\n"
"help.text"
msgid "<bookmark_value>Hex colors</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Hex colours</bookmark_value>"
#. mdvQM
#: color.xhp
@@ -338,7 +338,7 @@ msgctxt ""
"hd_id901641851813499\n"
"help.text"
msgid "Using hex notation"
-msgstr ""
+msgstr "Using hex notation"
#. zLQWy
#: color.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"par_id271641851832464\n"
"help.text"
msgid "Use the command <literal>color hex</literal> to apply colors using the hexadecimal notation."
-msgstr ""
+msgstr "Use the command <literal>color hex</literal> to apply colours using the hexadecimal notation."
#. rPHnc
#: color.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"hd_id121641851982125\n"
"help.text"
msgid "Combining color with other commands"
-msgstr ""
+msgstr "Combining colour with other commands"
#. WiZz8
#: color.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id321641852002469\n"
"help.text"
msgid "It is possible to combine the color command with other commands as <literal>bold</literal>, <literal>italic</literal> or <literal>size</literal>."
-msgstr ""
+msgstr "It is possible to combine the color command with other commands as <literal>bold</literal>, <literal>italic</literal> or <literal>size</literal>."
#. qDEtC
#: color.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id521641852051767\n"
"help.text"
msgid "The example below writes <emph>var</emph> in bold blue:"
-msgstr ""
+msgstr "The example below writes <emph>var</emph> in bold blue:"
#. vSVUb
#: color.xhp
@@ -383,7 +383,7 @@ msgctxt ""
"par_id21641852173099\n"
"help.text"
msgid "To change color and font size, use <literal>color</literal> in combination with <literal>size</literal> and the desired font size."
-msgstr ""
+msgstr "To change colour and font size, use <literal>color</literal> in combination with <literal>size</literal> and the desired font size."
#. wEhmU
#: color.xhp
@@ -392,7 +392,7 @@ msgctxt ""
"bm_id52164185802587\n"
"help.text"
msgid "<bookmark_value>List of predefined colors</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>List of predefined colours</bookmark_value>"
#. wbRDh
#: color.xhp
@@ -401,7 +401,7 @@ msgctxt ""
"hd_id621641846264365\n"
"help.text"
msgid "Predefined color names"
-msgstr ""
+msgstr "Predefined colour names"
#. FGJS8
#: color.xhp
@@ -410,7 +410,7 @@ msgctxt ""
"par_id911641846282038\n"
"help.text"
msgid "%PRODUCTNAME provides a set of predefined color names that can be used along with the <literal>color</literal> command."
-msgstr ""
+msgstr "%PRODUCTNAME provides a set of predefined colour names that can be used along with the <literal>color</literal> command."
#. auAPG
#: color.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id871641846833413\n"
"help.text"
msgid "Markup language"
-msgstr ""
+msgstr "Markup language"
#. Qf5tX
#: color.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_id661641846833413\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "Colour"
#. Y4DMa
#: color.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"par_id741641846833413\n"
"help.text"
msgid "Hex value"
-msgstr ""
+msgstr "Hex value"
#. 3kWLW
#: color.xhp
@@ -446,7 +446,7 @@ msgctxt ""
"par_id741641846833014\n"
"help.text"
msgid "RGB values"
-msgstr ""
+msgstr "RGB values"
#. 4Vu7A
#: color.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"par_id951641846833413\n"
"help.text"
msgid "<literal>aqua</literal> or <literal>cyan</literal>"
-msgstr ""
+msgstr "<literal>aqua</literal> or <literal>cyan</literal>"
#. xcaVa
#: color.xhp
@@ -464,7 +464,7 @@ msgctxt ""
"par_id841641846833413\n"
"help.text"
msgid "Aqua"
-msgstr ""
+msgstr "Aqua"
#. D73X6
#: color.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_id841641846830036\n"
"help.text"
msgid "Black"
-msgstr ""
+msgstr "Black"
#. iGEDP
#: color.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"par_id841641846320113\n"
"help.text"
msgid "Blue"
-msgstr ""
+msgstr "Blue"
#. Umsp6
#: color.xhp
@@ -491,7 +491,7 @@ msgctxt ""
"par_id841641846833363\n"
"help.text"
msgid "Coral"
-msgstr ""
+msgstr "Coral"
#. YcrNE
#: color.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"par_id841641846833014\n"
"help.text"
msgid "Crimson"
-msgstr ""
+msgstr "Crimson"
#. G6mfq
#: color.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"par_id951641846830853\n"
"help.text"
msgid "<literal>fuchsia</literal> or <literal>magenta</literal>"
-msgstr ""
+msgstr "<literal>fuchsia</literal> or <literal>magenta</literal>"
#. DD2RU
#: color.xhp
@@ -518,7 +518,7 @@ msgctxt ""
"par_id841641846800325\n"
"help.text"
msgid "Fuchsia"
-msgstr ""
+msgstr "Fuchsia"
#. WSeur
#: color.xhp
@@ -527,7 +527,7 @@ msgctxt ""
"par_id951641846830213\n"
"help.text"
msgid "<literal>gray</literal> or <literal>grey</literal>"
-msgstr ""
+msgstr "<literal>gray</literal> or <literal>grey</literal>"
#. gdQ5j
#: color.xhp
@@ -536,7 +536,7 @@ msgctxt ""
"par_id841641846896513\n"
"help.text"
msgid "Gray"
-msgstr ""
+msgstr "Grey"
#. YCrBe
#: color.xhp
@@ -545,7 +545,7 @@ msgctxt ""
"par_id841641846830214\n"
"help.text"
msgid "Green"
-msgstr ""
+msgstr "Green"
#. Zqix6
#: color.xhp
@@ -554,7 +554,7 @@ msgctxt ""
"par_id841641846836253\n"
"help.text"
msgid "Hot pink"
-msgstr ""
+msgstr "Hot pink"
#. 9oHjZ
#: color.xhp
@@ -563,7 +563,7 @@ msgctxt ""
"par_id841641846812385\n"
"help.text"
msgid "Indigo"
-msgstr ""
+msgstr "Indigo"
#. X4Y45
#: color.xhp
@@ -572,7 +572,7 @@ msgctxt ""
"par_id841641846835521\n"
"help.text"
msgid "Lavender"
-msgstr ""
+msgstr "Lavender"
#. g5GKD
#: color.xhp
@@ -581,7 +581,7 @@ msgctxt ""
"par_id841641846036523\n"
"help.text"
msgid "Lime"
-msgstr ""
+msgstr "Lime"
#. kAo5q
#: color.xhp
@@ -590,7 +590,7 @@ msgctxt ""
"par_id841641846833649\n"
"help.text"
msgid "Maroon"
-msgstr ""
+msgstr "Maroon"
#. n7uXk
#: color.xhp
@@ -599,7 +599,7 @@ msgctxt ""
"par_id841641846837653\n"
"help.text"
msgid "Midnight"
-msgstr ""
+msgstr "Midnight"
#. Ymn82
#: color.xhp
@@ -608,7 +608,7 @@ msgctxt ""
"par_id841641846867458\n"
"help.text"
msgid "Navy"
-msgstr ""
+msgstr "Navy"
#. aedBY
#: color.xhp
@@ -617,7 +617,7 @@ msgctxt ""
"par_id841641846837663\n"
"help.text"
msgid "Olive"
-msgstr ""
+msgstr "Olive"
#. pNCBH
#: color.xhp
@@ -626,7 +626,7 @@ msgctxt ""
"par_id841641846838053\n"
"help.text"
msgid "Orange"
-msgstr ""
+msgstr "Orange"
#. BGG7c
#: color.xhp
@@ -635,7 +635,7 @@ msgctxt ""
"par_id841641846836041\n"
"help.text"
msgid "Orange red"
-msgstr ""
+msgstr "Orange red"
#. opiDJ
#: color.xhp
@@ -644,7 +644,7 @@ msgctxt ""
"par_id841641846833063\n"
"help.text"
msgid "Purple"
-msgstr ""
+msgstr "Purple"
#. 42wFB
#: color.xhp
@@ -653,7 +653,7 @@ msgctxt ""
"par_id841641846833902\n"
"help.text"
msgid "Red"
-msgstr ""
+msgstr "Red"
#. p5ox4
#: color.xhp
@@ -662,7 +662,7 @@ msgctxt ""
"par_id841641846836613\n"
"help.text"
msgid "Sea green"
-msgstr ""
+msgstr "Sea green"
#. AF8R7
#: color.xhp
@@ -671,7 +671,7 @@ msgctxt ""
"par_id841641840569413\n"
"help.text"
msgid "Silver"
-msgstr ""
+msgstr "Silver"
#. 8XVN7
#: color.xhp
@@ -680,7 +680,7 @@ msgctxt ""
"par_id841641846896587\n"
"help.text"
msgid "Teal"
-msgstr ""
+msgstr "Teal"
#. KejUr
#: color.xhp
@@ -689,7 +689,7 @@ msgctxt ""
"par_id841641846006745\n"
"help.text"
msgid "Violet"
-msgstr ""
+msgstr "Violet"
#. pXf2z
#: color.xhp
@@ -698,7 +698,7 @@ msgctxt ""
"par_id841641846837556\n"
"help.text"
msgid "Yellow"
-msgstr ""
+msgstr "Yellow"
#. 3UYoM
#: comment.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter.po b/source/en-GB/helpcontent2/source/text/swriter.po
index 896c6c3889a..27b35957a85 100644
--- a/source/en-GB/helpcontent2/source/text/swriter.po
+++ b/source/en-GB/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-02-10 16:37+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547063194.000000\n"
#. x2qZ6
@@ -1868,7 +1868,7 @@ msgctxt ""
"hd_id3149593\n"
"help.text"
msgid "<link href=\"text/shared/01/05020200.xhp#FontColor\" name=\"Font Color\">Font Color</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020200.xhp#FontColor\" name=\"Font Colour\">Font Colour</link>"
#. 9sJ5w
#: main0202.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/00.po b/source/en-GB/helpcontent2/source/text/swriter/00.po
index 4801a419f98..7b7283f57b6 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/00.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-09-14 13:35+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/en_GB/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimal Row Height"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Open <emph>Optimise Size</emph> toolbar from <emph>Table</emph> bar, click"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/01.po b/source/en-GB/helpcontent2/source/text/swriter/01.po
index b727acb8418..8372fe328b1 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/01.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/01.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2020-02-18 14:15+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Hidden Paragraphs"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Heading rows"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -16880,7 +16880,7 @@ msgctxt ""
"hd_id421604684687071\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "Colour"
#. CuuBH
#: 05040500.xhp
@@ -16889,7 +16889,7 @@ msgctxt ""
"par_id601604684699407\n"
"help.text"
msgid "Select a color for the separator line."
-msgstr ""
+msgstr "Select a colour for the separator line."
#. u3jAb
#: 05040500.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Centre\" alignment options are available."
+msgid "by"
+msgstr "by"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "by"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "to"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Centre\" alignment options are available."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Name"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Specifies the name of the selected item, and associated links."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternative text (floating frames, graphics, and objects only)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Previous link"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Next link"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
@@ -27824,7 +27887,7 @@ msgctxt ""
"par_id3150129\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width of the numbering area. The numbering symbol can be left, center or right in this area.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/outlinepositionpage/indentatmf\">Enter the width of the numbering area. The numbering symbol can be left, centre, or right in this area.</ahelp>"
#. 4XWNy
#: legacynumbering.xhp
@@ -27851,7 +27914,7 @@ msgctxt ""
"par_id621580154011473\n"
"help.text"
msgid "Aligns the numbering symbol left, center, or right in the numbering area. The position might be adjusted to maintain the minimum space."
-msgstr ""
+msgstr "Aligns the numbering symbol left, centre, or right in the numbering area. The position might be adjusted to maintain the minimum space."
#. VPLZn
#: legacynumbering.xhp
@@ -31487,7 +31550,7 @@ msgctxt ""
"par_id531641338286704\n"
"help.text"
msgid "Custom color metadata field shadings can be set for an annotated text range or a metadata field, for visualization of metadata categories in the document editor. Use <menuitem>View - Field Shadings</menuitem> or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F8</keycode> to disable or enable these field shadings."
-msgstr ""
+msgstr "Custom colour metadata field shadings can be set for an annotated text range or a metadata field, for visualisation of metadata categories in the document editor. Use <menuitem>View - Field Shadings</menuitem> or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F8</keycode> to disable or enable these field shadings."
#. PXGpD
#: style_inspector.xhp
@@ -31514,7 +31577,7 @@ msgctxt ""
"par_id731641340265093\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/ReleaseNotes/7.2#Custom_color_metadata_field_shadings\" name=\"customcolormetadata\">Custom color metadata</link>"
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/ReleaseNotes/7.2#Custom_color_metadata_field_shadings\" name=\"customcolormetadata\">Custom colour metadata</link>"
#. wDniB
#: title_page.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/04.po b/source/en-GB/helpcontent2/source/text/swriter/04.po
index d10f6cc465c..87ae89aa51c 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/04.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2021-12-14 17:38+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1508501318.000000\n"
#. brcGC
@@ -1085,7 +1085,7 @@ msgctxt ""
"par_id3153798\n"
"help.text"
msgid "Insert a new paragraph directly before or after a section or table."
-msgstr ""
+msgstr "Insert a new paragraph directly before or after a section or table."
#. D2Ddu
#: 01020000.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id9535524\n"
"help.text"
msgid "For sections, the cursor must be placed at the first or last character. For tables, the cursor must be placed at the first character of the first cell or the last character of the last cell."
-msgstr ""
+msgstr "For sections, the cursor must be placed at the first or last character. For tables, the cursor must be placed at the first character of the first cell or the last character of the last cell."
#. SAcMa
#: 01020000.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/guide.po b/source/en-GB/helpcontent2/source/text/swriter/guide.po
index d4112be9d66..902a71ee195 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/guide.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/guide.po
@@ -3,10 +3,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2020-09-12 09:35+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
-"Language-Team: English (United Kingdom) <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/en_GB/>\n"
+"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/en_GB/>\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "To frame"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Anchors the selected item to the surrounding frame."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
-#. qbj2P
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
+
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -1229,7 +1256,7 @@ msgctxt ""
"par_id3153665\n"
"help.text"
msgid "Click the <emph>Highlighting</emph> tab, select the background color."
-msgstr ""
+msgstr "Click the <emph>Highlighting</emph> tab, select the background colour."
#. tfUge
#: background.xhp
@@ -1265,7 +1292,7 @@ msgctxt ""
"par_id3151245\n"
"help.text"
msgid "On the <emph>Area</emph> tab page, select the background color or a background graphic."
-msgstr ""
+msgstr "On the <emph>Area</emph> tab page, select the background colour or a background graphic."
#. k9Qm3
#: background.xhp
@@ -1346,7 +1373,7 @@ msgctxt ""
"par_id3147084\n"
"help.text"
msgid "To apply a background color to a text paragraph within a cell, place the cursor into the text paragraph and then use the <emph>Background Color</emph> dropdown button on the <emph>Formatting</emph> toolbar."
-msgstr ""
+msgstr "To apply a background colour to a text paragraph within a cell, place the cursor into the text paragraph and then use the <emph>Background Colour</emph> drop-down button on the <emph>Formatting</emph> toolbar."
#. wdq6J
#: background.xhp
@@ -1355,7 +1382,7 @@ msgctxt ""
"par_idN10A56\n"
"help.text"
msgid "<link href=\"text/shared/02/02160000.xhp\">Character Highlighting Color icon</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/02160000.xhp\">Character Highlighting Colour icon</link>"
#. 7cNgF
#: background.xhp
@@ -9233,14 +9260,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Inserting a Graphic From a File"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>pictures; inserting by dialogue box</bookmark_value><bookmark_value>inserting; pictures by dialogue box</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9251,33 +9278,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Click in the document where you want to insert the graphic."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -11220,7 +11220,7 @@ msgctxt ""
"par_idN10867\n"
"help.text"
msgid "Select whether you want a solid color or a graphic. Then select your options from the tab page."
-msgstr ""
+msgstr "Select whether you want a solid colour or a graphic. Then select your options from the tab page."
#. Wx8wE
#: pagebackground.xhp
@@ -17394,7 +17394,7 @@ msgctxt ""
"par_id561637758600047\n"
"help.text"
msgid "<image src=\"media/helpimg/dircurscent.png\" id=\"img_id961637758600047\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311637758600047\">Centered</alt></image>"
-msgstr ""
+msgstr "<image src=\"media/helpimg/dircurscent.png\" id=\"img_id961637758600047\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id311637758600047\">Centred</alt></image>"
#. cHvxC
#: text_direct_cursor.xhp
@@ -17403,7 +17403,7 @@ msgctxt ""
"par_id321637758600047\n"
"help.text"
msgid "Centered"
-msgstr ""
+msgstr "Centred"
#. AvKq7
#: text_direct_cursor.xhp
@@ -19277,14 +19277,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Clear <emph>Enable word completion</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po b/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
index b01e00dd4c5..983e613dbb5 100644
--- a/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2021-08-08 17:14+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/en_GB/>\n"
"Language: en-GB\n"
@@ -464,7 +464,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Duplicate Sheet"
-msgstr ""
+msgstr "Duplicate Sheet"
#. Ui6br
#: CalcCommands.xcu
@@ -774,7 +774,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "E~xternal Links..."
-msgstr ""
+msgstr "E~xternal Links..."
#. FTLfZ
#: CalcCommands.xcu
@@ -1164,7 +1164,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Insert or Edit Pivot Table..."
-msgstr ""
+msgstr "~Insert or Edit Pivot Table..."
#. vqC2u
#: CalcCommands.xcu
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "To Previous Sheet"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -2094,7 +2104,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sparklines"
-msgstr ""
+msgstr "Sparklines"
#. aTBPM
#: CalcCommands.xcu
@@ -2104,7 +2114,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Sparkline..."
-msgstr ""
+msgstr "Insert Sparkline..."
#. CoZgJ
#: CalcCommands.xcu
@@ -2114,7 +2124,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Sparkline"
-msgstr ""
+msgstr "Delete Sparkline"
#. fFsYi
#: CalcCommands.xcu
@@ -2124,7 +2134,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Sparkline Group"
-msgstr ""
+msgstr "Delete Sparkline Group"
#. w6VdZ
#: CalcCommands.xcu
@@ -2134,7 +2144,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Group Sparklines"
-msgstr ""
+msgstr "Group Sparklines"
#. 9pmpG
#: CalcCommands.xcu
@@ -2144,7 +2154,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Ungroup Sparklines"
-msgstr ""
+msgstr "Ungroup Sparklines"
#. MRK2s
#: CalcCommands.xcu
@@ -2154,7 +2164,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Sparkline..."
-msgstr ""
+msgstr "Edit Sparkline..."
#. cA9mm
#: CalcCommands.xcu
@@ -2164,7 +2174,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Sparkline Group..."
-msgstr ""
+msgstr "Edit Sparkline Group..."
#. dTXDB
#: CalcCommands.xcu
@@ -2394,7 +2404,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show Hidden Row/Column Indicator"
-msgstr ""
+msgstr "Show Hidden Row/Column Indicator"
#. nZGvm
#: CalcCommands.xcu
@@ -2404,7 +2414,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Hidden Row/Column Indicator"
-msgstr ""
+msgstr "Hidden Row/Column Indicator"
#. PMfQA
#: CalcCommands.xcu
@@ -2414,7 +2424,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show the indicator for hidden rows and columns"
-msgstr ""
+msgstr "Show the indicator for hidden rows and columns"
#. 2TbE2
#: CalcCommands.xcu
@@ -3244,7 +3254,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Unmerge Cells"
-msgstr ""
+msgstr "Unmerge Cells"
#. qJGdH
#: CalcCommands.xcu
@@ -3264,7 +3274,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Merge and center or unmerge cells depending on the current toggle state"
-msgstr ""
+msgstr "Merge and centre or unmerge cells depending on the current toggle state"
#. VZsps
#: CalcCommands.xcu
@@ -4454,7 +4464,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "M~erge and Unmerge Cells"
-msgstr ""
+msgstr "M~erge and Unmerge Cells"
#. G3E3Q
#: CalcCommands.xcu
@@ -5114,7 +5124,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Functions Deck"
-msgstr ""
+msgstr "Open the Functions Deck"
#. 7wktD
#: CalcWindowState.xcu
@@ -8064,7 +8074,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rename Page..."
-msgstr ""
+msgstr "Rename Page..."
#. gCyCR
#: DrawImpressCommands.xcu
@@ -8074,7 +8084,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rename Slide..."
-msgstr ""
+msgstr "Rename Slide..."
#. EoR9S
#: DrawImpressCommands.xcu
@@ -8284,7 +8294,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Gluepoints"
-msgstr ""
+msgstr "~Gluepoints"
#. pDA5L
#: DrawImpressCommands.xcu
@@ -8294,7 +8304,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show Gluepoint Functions"
-msgstr ""
+msgstr "Show Gluepoint Functions"
#. KvopQ
#: DrawImpressCommands.xcu
@@ -8304,7 +8314,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Gluepoint"
-msgstr ""
+msgstr "Insert Gluepoint"
#. nBGfU
#: DrawImpressCommands.xcu
@@ -8314,7 +8324,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Relative"
-msgstr ""
+msgstr "Gluepoint Relative"
#. XbDqq
#: DrawImpressCommands.xcu
@@ -8334,7 +8344,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Horizontal Center"
-msgstr ""
+msgstr "Gluepoint Horizontal Centre"
#. JxbE3
#: DrawImpressCommands.xcu
@@ -8344,7 +8354,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Horizontal Left"
-msgstr ""
+msgstr "Gluepoint Horizontal Left"
#. QrYe6
#: DrawImpressCommands.xcu
@@ -8354,7 +8364,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Horizontal Right"
-msgstr ""
+msgstr "Gluepoint Horizontal Right"
#. vAMar
#: DrawImpressCommands.xcu
@@ -8364,7 +8374,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Vertical Center"
-msgstr ""
+msgstr "Gluepoint Vertical Centre"
#. Fu3Kk
#: DrawImpressCommands.xcu
@@ -8374,7 +8384,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Vertical Top"
-msgstr ""
+msgstr "Gluepoint Vertical Top"
#. rBrUL
#: DrawImpressCommands.xcu
@@ -8384,7 +8394,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Gluepoint Vertical Bottom"
-msgstr ""
+msgstr "Gluepoint Vertical Bottom"
#. NNo3V
#: DrawImpressCommands.xcu
@@ -9004,7 +9014,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "E~xternal Links..."
-msgstr ""
+msgstr "E~xternal Links..."
#. pQhVJ
#: DrawImpressCommands.xcu
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimal Row Height"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribute Rows Equally "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -11494,7 +11504,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Export Redacted PDF (Black)"
-msgstr ""
+msgstr "Export Redacted PDF (Black)"
#. r924M
#: DrawImpressCommands.xcu
@@ -11504,7 +11514,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Export Redacted PDF (White)"
-msgstr ""
+msgstr "Export Redacted PDF (White)"
#. NErRC
#: DrawImpressCommands.xcu
@@ -11514,7 +11524,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Export Preview PDF"
-msgstr ""
+msgstr "Export Preview PDF"
#. sBp7W
#: DrawImpressCommands.xcu
@@ -11524,7 +11534,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Shapes Deck"
-msgstr ""
+msgstr "Open the Shapes Deck"
#. SziV6
#: DrawImpressCommands.xcu
@@ -11534,7 +11544,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Slide Transition Deck"
-msgstr ""
+msgstr "Open the Slide Transition Deck"
#. DmUFe
#: DrawImpressCommands.xcu
@@ -11544,7 +11554,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Custom Animation Deck"
-msgstr ""
+msgstr "Open the Custom Animation Deck"
#. H8jxa
#: DrawImpressCommands.xcu
@@ -11554,7 +11564,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Master Slides Deck"
-msgstr ""
+msgstr "Open the Master Slides Deck"
#. ESt3w
#: DrawWindowState.xcu
@@ -11654,7 +11664,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Gluepoint"
-msgstr ""
+msgstr "Gluepoint"
#. VYgEG
#: DrawWindowState.xcu
@@ -12034,7 +12044,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Gluepoints"
-msgstr ""
+msgstr "Gluepoints"
#. 5SA3p
#: DrawWindowState.xcu
@@ -16474,7 +16484,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Callout Shapes"
-msgstr ""
+msgstr "~Callout Shapes"
#. cGLti
#: GenericCommands.xcu
@@ -18104,7 +18114,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Macro..."
-msgstr ""
+msgstr "Select Macro..."
#. EEBZY
#: GenericCommands.xcu
@@ -18194,7 +18204,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Module..."
-msgstr ""
+msgstr "Select Module..."
#. R7qZd
#: GenericCommands.xcu
@@ -18364,7 +18374,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Find Values"
-msgstr ""
+msgstr "Find Values"
#. 9rvmc
#: GenericCommands.xcu
@@ -18374,7 +18384,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Find text in values, to search in formulas use the dialog"
-msgstr ""
+msgstr "Find text in values, to search in formulae use the dialogue box"
#. NCRsb
#: GenericCommands.xcu
@@ -18644,7 +18654,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Line Spacing: 1.15"
-msgstr ""
+msgstr "Line Spacing: 1.15"
#. q8wJt
#: GenericCommands.xcu
@@ -20176,7 +20186,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Up"
-msgstr ""
+msgstr "Move Up"
#. J83AS
#: GenericCommands.xcu
@@ -20186,7 +20196,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Move selected paragraphs up one paragraph"
-msgstr ""
+msgstr "Move selected paragraphs up one paragraph"
#. GvBYt
#: GenericCommands.xcu
@@ -20206,7 +20216,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Down"
-msgstr ""
+msgstr "Move Down"
#. ZEVXU
#: GenericCommands.xcu
@@ -20216,7 +20226,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Move selected paragraphs down one paragraph"
-msgstr ""
+msgstr "Move selected paragraphs down one paragraph"
#. KQLPA
#: GenericCommands.xcu
@@ -20246,7 +20256,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Promote outline level of selected list paragraphs"
-msgstr ""
+msgstr "Promote outline level of selected list paragraphs"
#. 3WakF
#: GenericCommands.xcu
@@ -20306,7 +20316,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Demote outline level of selected list paragraphs"
-msgstr ""
+msgstr "Demote outline level of selected list paragraphs"
#. BoAR5
#: GenericCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Insert OLE Object"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "~OLE Object..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Open dialogue box to insert OLE object"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE Ob~ject"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Menu for editing or saving OLE objects"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Image"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Object and Shape"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -21936,7 +21946,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Merge Cells"
-msgstr ""
+msgstr "Merge Cells"
#. ktF7K
#: GenericCommands.xcu
@@ -21946,7 +21956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Split Cells..."
-msgstr ""
+msgstr "Split Cells..."
#. 2gYcx
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Select start and end arrowheads for lines."
#. FDhkx
#: GenericCommands.xcu
@@ -24046,7 +24056,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Import BASIC..."
-msgstr ""
+msgstr "Import BASIC..."
#. zCkAf
#: GenericCommands.xcu
@@ -24056,7 +24066,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Export BASIC..."
-msgstr ""
+msgstr "Export BASIC..."
#. jA2bd
#: GenericCommands.xcu
@@ -24066,7 +24076,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Export Dialog..."
-msgstr ""
+msgstr "Export Dialog..."
#. wcyCu
#: GenericCommands.xcu
@@ -24076,7 +24086,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Import Dialog..."
-msgstr ""
+msgstr "Import Dialog..."
#. mkYcT
#: GenericCommands.xcu
@@ -25946,7 +25956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Character Font Position..."
-msgstr ""
+msgstr "Character Font Position..."
#. fZufx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "~OLE Object"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Rot~ate or Flip"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Change Anchor"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Anc~hor"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26456,7 +26476,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Columns"
-msgstr ""
+msgstr "Delete Columns"
#. AG4Qy
#: GenericCommands.xcu
@@ -26466,7 +26486,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Delete ~Columns"
-msgstr ""
+msgstr "Delete ~Columns"
#. KxsdA
#: GenericCommands.xcu
@@ -26476,7 +26496,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Delete selected columns"
-msgstr ""
+msgstr "Delete selected columns"
#. VL8Wa
#: GenericCommands.xcu
@@ -26486,7 +26506,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Rows"
-msgstr ""
+msgstr "Delete Rows"
#. uAPr9
#: GenericCommands.xcu
@@ -26496,7 +26516,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Delete ~Rows"
-msgstr ""
+msgstr "Delete ~Rows"
#. wjm8K
#: GenericCommands.xcu
@@ -26506,7 +26526,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Delete selected rows"
-msgstr ""
+msgstr "Delete selected rows"
#. poXFa
#: GenericCommands.xcu
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Give a label to identify an object"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Add descriptions of non-text content (for accessibility)"
#. YwMhY
#: GenericCommands.xcu
@@ -26836,7 +26856,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "QR and ~Barcode..."
-msgstr ""
+msgstr "QR and ~Barcode..."
#. FCYvB
#: GenericCommands.xcu
@@ -26846,7 +26866,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Edit Barcode..."
-msgstr ""
+msgstr "~Edit Barcode..."
#. HhCdv
#: GenericCommands.xcu
@@ -26926,7 +26946,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Open Local Copy"
-msgstr ""
+msgstr "~Open Local Copy"
#. 2YneU
#: GenericCommands.xcu
@@ -27076,7 +27096,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Vertically C~enter"
-msgstr "Vertically C~enter"
+msgstr "Vertically C~entre"
#. jwLqM
#: GenericCommands.xcu
@@ -27136,7 +27156,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Graphic Size Check..."
-msgstr ""
+msgstr "Graphic Size Check..."
#. ACwaJ
#: GenericCommands.xcu
@@ -27146,7 +27166,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Properties Deck"
-msgstr ""
+msgstr "Open the Properties Deck"
#. kHuni
#: GenericCommands.xcu
@@ -27156,7 +27176,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Styles Deck"
-msgstr ""
+msgstr "Open the Styles Deck"
#. X4FoZ
#: GenericCommands.xcu
@@ -27166,7 +27186,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Gallery Deck"
-msgstr ""
+msgstr "Open the Gallery Deck"
#. e4JiP
#: GenericCommands.xcu
@@ -27176,7 +27196,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Navigator Deck"
-msgstr ""
+msgstr "Open the Navigator Deck"
#. uaVMn
#: ImpressWindowState.xcu
@@ -27276,7 +27296,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Gluepoint"
-msgstr ""
+msgstr "Gluepoint"
#. Tbiup
#: ImpressWindowState.xcu
@@ -29016,7 +29036,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Elements"
-msgstr ""
+msgstr "Elements"
#. B4iFE
#: Sidebar.xcu
@@ -29156,7 +29176,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Properties"
-msgstr ""
+msgstr "Properties"
#. VwByE
#: Sidebar.xcu
@@ -29166,7 +29186,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Elements"
-msgstr ""
+msgstr "Elements"
#. hKwDG
#: Sidebar.xcu
@@ -29226,7 +29246,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Page"
-msgstr ""
+msgstr "Page"
#. E9FJB
#: Sidebar.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Content Control Properties"
#. npNpZ
#: WriterCommands.xcu
@@ -30906,7 +30926,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Controls"
-msgstr ""
+msgstr "Content Controls"
#. isyh9
#: WriterCommands.xcu
@@ -30916,7 +30936,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Rich Text Content Control"
-msgstr ""
+msgstr "Insert Rich Text Content Control"
#. GH8DZ
#: WriterCommands.xcu
@@ -30926,7 +30946,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Check Box Content Control"
-msgstr ""
+msgstr "Insert Check Box Content Control"
#. h2RBS
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Insert Drop-Down List Content Control"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Insert Picture Content Control"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "OLE Object Insert Menu"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Insert OLE Object"
#. ESBXG
#: WriterCommands.xcu
@@ -32366,7 +32396,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "E~xternal Links..."
-msgstr ""
+msgstr "E~xternal Links..."
#. PCFhM
#: WriterCommands.xcu
@@ -32886,7 +32916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Fo~rmula"
-msgstr ""
+msgstr "Edit Fo~rmula"
#. iABvA
#: WriterCommands.xcu
@@ -32896,7 +32926,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert or Edit Formula"
-msgstr ""
+msgstr "Insert or Edit Formula"
#. DGAud
#: WriterCommands.xcu
@@ -32946,7 +32976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Demote Outline Level"
-msgstr ""
+msgstr "Demote Outline Level"
#. jzcmc
#: WriterCommands.xcu
@@ -32966,7 +32996,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Promote Outline Level"
-msgstr ""
+msgstr "Promote Outline Level"
#. MdLME
#: WriterCommands.xcu
@@ -33026,7 +33056,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Item Up"
-msgstr ""
+msgstr "Move Item Up"
#. F6Rc7
#: WriterCommands.xcu
@@ -33046,7 +33076,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Item Down"
-msgstr ""
+msgstr "Move Item Down"
#. 2GyQ4
#: WriterCommands.xcu
@@ -33116,7 +33146,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Demote Outline Level with Subpoints"
-msgstr ""
+msgstr "Demote Outline Level with Subpoints"
#. 8u4SF
#: WriterCommands.xcu
@@ -33136,7 +33166,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Promote Outline Level with Subpoints"
-msgstr ""
+msgstr "Promote Outline Level with Subpoints"
#. LiMgw
#: WriterCommands.xcu
@@ -33146,7 +33176,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Item Up with Subpoints"
-msgstr ""
+msgstr "Move Item Up with Subpoints"
#. GCegb
#: WriterCommands.xcu
@@ -33166,7 +33196,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Item Down with Subpoints"
-msgstr ""
+msgstr "Move Item Down with Subpoints"
#. JF2Ui
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~First Paragraph"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimise Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Increment Indent Value"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimise Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -35376,7 +35426,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "No ~Character Style"
-msgstr ""
+msgstr "No ~Character Style"
#. w8bFj
#: WriterCommands.xcu
@@ -35386,7 +35436,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Remove applied character style"
-msgstr ""
+msgstr "Remove applied character style"
#. idpKA
#: WriterCommands.xcu
@@ -35976,7 +36026,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Page Deck"
-msgstr ""
+msgstr "Open the Page Deck"
#. foho3
#: WriterCommands.xcu
@@ -35986,7 +36036,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Style Inspector Deck"
-msgstr ""
+msgstr "Open the Style Inspector Deck"
#. joS9f
#: WriterFormWindowState.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE Object"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE Object"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE Object"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE Object"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE Object"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE Object"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/en-GB/sc/messages.po b/source/en-GB/sc/messages.po
index 4b427b4ed48..ab592dca66f 100644
--- a/source/en-GB/sc/messages.po
+++ b/source/en-GB/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2021-08-08 17:14+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/en_GB/>\n"
"Language: en-GB\n"
@@ -1246,7 +1246,7 @@ msgstr "Error: Division by zero"
#: sc/inc/globstr.hrc:219
msgctxt "STR_LONG_ERR_NO_VALUE"
msgid "Error: No value"
-msgstr ""
+msgstr "Error: No value"
#. kHwc6
#. ERROR.TYPE( #REF! ) == 4
@@ -2004,7 +2004,7 @@ msgstr "on"
#: sc/inc/globstr.hrc:348
msgctxt "STR_RELOAD_TABLES"
msgid "Security Warning: Automatic update of external links has been disabled."
-msgstr ""
+msgstr "Security Warning: Automatic update of external links has been disabled."
#. qkto7
#: sc/inc/globstr.hrc:349
@@ -3255,43 +3255,44 @@ msgstr "Indent: "
#: sc/inc/globstr.hrc:542
msgctxt "STR_UNDO_INSERT_SPARKLINE"
msgid "Insert Sparkline Group"
-msgstr ""
+msgstr "Insert Sparkline Group"
#. LiBMo
#: sc/inc/globstr.hrc:543
msgctxt "STR_UNDO_DELETE_SPARKLINE"
msgid "Delete Sparkline"
-msgstr ""
+msgstr "Delete Sparkline"
#. f2V6A
#: sc/inc/globstr.hrc:544
msgctxt "STR_UNDO_DELETE_SPARKLINE_GROUP"
msgid "Delete Sparkline Group"
-msgstr ""
+msgstr "Delete Sparkline Group"
#. 6sxnX
#: sc/inc/globstr.hrc:545
msgctxt "STR_UNDO_EDIT_SPARKLINE_GROUP"
msgid "Edit Sparkline Group"
-msgstr ""
+msgstr "Edit Sparkline Group"
#. CBBMB
#: sc/inc/globstr.hrc:546
msgctxt "STR_UNDO_GROUP_SPARKLINES"
msgid "Group Sparklines"
-msgstr ""
+msgstr "Group Sparklines"
#. vv2eo
#: sc/inc/globstr.hrc:547
msgctxt "STR_UNDO_UNGROUP_SPARKLINES"
msgid "Ungroup Sparklines"
-msgstr ""
+msgstr "Ungroup Sparklines"
#. ux3mX
#: sc/inc/globstr.hrc:548
+#, fuzzy
msgctxt "STR_UNDO_EDIT_SPARKLINE"
msgid "Edit Sparkline"
-msgstr ""
+msgstr "Edit Sparkline"
#. dB8cp
#: sc/inc/pvfundlg.hrc:28
@@ -16652,7 +16653,7 @@ msgstr "Top 10"
#: sc/inc/strings.hrc:36
msgctxt "SCSTR_BOTTOM10FILTER"
msgid "Bottom 10"
-msgstr ""
+msgstr "Bottom 10"
#. FNDLK
#: sc/inc/strings.hrc:37
@@ -16670,50 +16671,51 @@ msgstr "Not Empty"
#: sc/inc/strings.hrc:39
msgctxt "SCSTR_FILTER_COLOR"
msgid "Filter by Color"
-msgstr ""
+msgstr "Filter by Colour"
#. EYFT8
#: sc/inc/strings.hrc:40
msgctxt "SCSTR_FILTER_CONDITION"
msgid "Filter by Condition"
-msgstr ""
+msgstr "Filter by Condition"
#. 5LENV
#: sc/inc/strings.hrc:41
msgctxt "SCSTR_FILTER_TEXT_COLOR"
msgid "Text Color"
-msgstr ""
+msgstr "Text Colour"
#. BtGE4
#: sc/inc/strings.hrc:42
msgctxt "SCSTR_FILTER_BACKGROUND_COLOR"
msgid "Background Color"
-msgstr ""
+msgstr "Background Colour"
#. td5Gr
#. This must match the translation of the same strings of standardfilterdialog|cond
#: sc/inc/strings.hrc:44
msgctxt "STANDARDFILTERDIALOG_COND"
msgid "Text color"
-msgstr ""
+msgstr "Text colour"
#. sGJCz
#: sc/inc/strings.hrc:45
msgctxt "STANDARDFILTERDIALOG_COND"
msgid "Background color"
-msgstr ""
+msgstr "Background colour"
#. teYGB
#: sc/inc/strings.hrc:46
msgctxt "SCSTR_FILTER_NO_FILL"
msgid "No Fill"
-msgstr ""
+msgstr "No Fill"
#. 8DPvA
#: sc/inc/strings.hrc:47
+#, fuzzy
msgctxt "SCSTR_FILTER_AUTOMATIC_COLOR"
msgid "Automatic"
-msgstr ""
+msgstr "Automatic"
#. Wgy7r
#: sc/inc/strings.hrc:48
@@ -16725,26 +16727,26 @@ msgstr "unnamed"
#: sc/inc/strings.hrc:49
msgctxt "SCSTR_INSERT_RTL"
msgid "Shift cells left"
-msgstr ""
+msgstr "Shift cells left"
#. CW4Wh
#. "%1 is replaced to column letter, such as 'Column A'"
#: sc/inc/strings.hrc:51
msgctxt "SCSTR_COLUMN_LETTER"
msgid "Column %1"
-msgstr ""
+msgstr "Column %1"
#. CJrpZ
#: sc/inc/strings.hrc:52
msgctxt "SCSTR_COLUMN"
msgid "Column"
-msgstr ""
+msgstr "Column"
#. Bjnch
#: sc/inc/strings.hrc:53
msgctxt "SCSTR_ROW"
msgid "Row"
-msgstr ""
+msgstr "Row"
#. 7p8BN
#: sc/inc/strings.hrc:54
@@ -16949,1622 +16951,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Select Sheets"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Selected sheets"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Ruler"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "This ruler manages objects at fixed positions."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Preview"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "This sheet shows how the data will be arranged in the document."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Document view"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Sheet %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cell %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Left area"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Page preview"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Centre area"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Right area"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Header of page %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Footer of page %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Input line"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "This is where you enter or edit text, numbers and formulae."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Media Playback"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Mouse button pressed"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formula Tool Bar"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME Spreadsheets"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(read-only)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Preview mode)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Pages:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Suppress output of empty pages"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Print All Sheets"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Print Selected Sheets"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Print Selected Cells"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "From which:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "All ~Pages"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Pa~ges:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "The following external file could not be loaded. Data linked from this file did not get updated."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Updating external links."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Range contains column la~bels"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Range contains ~row labels"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Invalid value"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "No formula specified."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Neither row nor column specified."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Undefined name or range."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Undefined name or wrong cell reference."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formulae don't form a column."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formulae don't form a row."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Add AutoFormat"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Rename AutoFormat"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Name"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Delete AutoFormat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Do you really want to delete the # AutoFomat?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Close"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "North"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "South"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Page Anchor"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Cell Anchor"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Condition "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Contents"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Sheets"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Range names"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Database ranges"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Images"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE objects"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comments"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Linked areas"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Drawing objects"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "active"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactive"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "hidden"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Active Window"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenario Name"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comment"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sort Ascending"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sort Descending"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Custom Sort"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Name Box"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Input line"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Function Wizard"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Accept"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancel"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Select Function"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formula"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Expand Formula Bar"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Collapse Formula Bar"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Unknown User"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Column inserted"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Row inserted "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Sheet inserted "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Column deleted"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Row deleted"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Sheet deleted"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Range moved"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Changed contents"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Changed contents"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Changed to "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Changes rejected"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Accepted"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Rejected"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "No Entry"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<empty>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Not protected"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Not password-protected"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Re-type"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Moving Average"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Exponential Smoothing"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Analysis of Variance"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Analysis of Variance (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Single Factor"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Two Factor"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groups"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Between Groups"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Within Groups"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Source of Variation"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Significance F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-value"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critical"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Correlation"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Correlations"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covariance"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Covariances"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Descriptive Statistics"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Mean"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standard Error"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Median"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variance"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standard Deviation"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Skewness"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Range"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maximum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sum"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Count"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "First Quartile"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Third Quartile"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Random ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniform"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Uniform Integer"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomial"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negative Binomial"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-Squared"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometric"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maximum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Mean"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standard Deviation"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Median"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p Value"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Number of Trials"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu Value"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Sampling"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Paired t-test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Paired t-test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Test of Independence (Chi-Square)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regression"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regression"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier Analysis"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier Analysis"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Column %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Row %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alpha"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hypothesised Mean Difference"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observations"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Observed Mean Difference"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Adjusted R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Count of x-variables"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-value"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Critical Value"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Test Statistic"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Lower"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Upper"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Input range is invalid."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Output address is not valid."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Linear"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarithmic"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Power"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Independent variable(s) range is not valid."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Dependent variable(s) range is not valid."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Confidence level must be in the interval (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "y-Variable range cannot have more than 1 column."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "y-Variable range cannot have more than 1 row."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Univariate regression : The observation count in x and y must match."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multivariate regression : The observation count in x and y must match."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regression Model"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regression Statistics"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residual"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Confidence level"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Coefficients"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistic"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Intercept"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Predicted y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINEST raw output"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) right-tail"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Critical right-tail"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) left-tail"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Critical left-tail"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P two-tail"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Critical two-tail"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson Correlation"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variance of the Differences"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) one-tail"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Critical one-tail"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) two-tail"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Critical two-tail"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Known Variance"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) one-tail"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Critical one-tail"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) two-tail"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Critical two-tail"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier Transform"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inverse Fourier Transform"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Real"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginary"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitude"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Phase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "More than two columns selected in grouped by column mode."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "More than two rows selected in grouped by row mode."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "No data in input range."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Output is too long to write into the sheet."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Input data range"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Allow updating"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
-msgstr ""
+msgstr "Only allow updating if you trust this document."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "To cell"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "To cell (resize with cell)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "To page"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "No user data available."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(exclusive access)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "No named ranges available in the selected document"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
-msgstr ""
+msgstr "Hairline (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
-msgstr ""
+msgstr "Very thin (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Uses a custom sorting order that you defined in the Options dialogue box at %PRODUCTNAME Calc - Sort Lists."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialogue box."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -22901,13 +22941,13 @@ msgstr "Hide only the current item."
#: sc/uiconfig/scalc/ui/filtersubdropdown.ui:148
msgctxt "filtersubdropdown|background"
msgid "Background Color"
-msgstr ""
+msgstr "Background Colour"
#. EZpYM
#: sc/uiconfig/scalc/ui/filtersubdropdown.ui:205
msgctxt "filtersubdropdown|textcolor"
msgid "Text Color"
-msgstr ""
+msgstr "Text Colour"
#. XYJHx
#: sc/uiconfig/scalc/ui/findreplaceentry.ui:28
@@ -23449,6 +23489,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Opens a dialogue box in which you can solve an equation with a variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30915,44 +30985,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Custom sort order"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Language"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Options"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Select a sorting option for the language."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Select the language for the sorting rules."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sort Options"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Sets additional sorting options."
@@ -31099,7 +31163,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sparklinedialog.ui:503
msgctxt "SparklineDialog|label_Colors"
msgid "Colors"
-msgstr ""
+msgstr "Colours"
#. a9F7t
#: sc/uiconfig/scalc/ui/sparklinedialog.ui:537
@@ -31534,7 +31598,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:550
msgctxt "standardfilterdialog|cond"
msgid "Text color"
-msgstr ""
+msgstr "Text colour"
#. 5Wa7m
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:434
@@ -31543,7 +31607,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:551
msgctxt "standardfilterdialog|cond"
msgid "Background color"
-msgstr ""
+msgstr "Background colour"
#. rmPTC
#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:441
@@ -31959,26 +32023,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "C_ustom sort order"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sort"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Specify the settings for calculating and presenting subtotals."
@@ -32409,338 +32461,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Comment indicator"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Value h_ighlighting"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Mark the Value highlighting box to show the cell contents in different colours, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Anchor"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Te_xt overflow"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighbouring cells in the same row. If there is no empty neighbouring cell, a small triangle at the cell border indicates that the text continues."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Show references in colour"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Specifies that each reference is highlighted in colour in the formula. The cell range is also enclosed by a coloured border as soon as the cell containing the reference is selected for editing."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Display"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Colu_mn/row headers"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Specifies whether to display row and column headers."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Hori_zontal scroll bar"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Vertical scroll bar"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Specifies whether to display a vertical scrollbar at the right of the document window."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Sh_eet tabs"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Outline symbols"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Summary o_n search"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Window"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_ynchronise sheets"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "If marked, all sheets are shown with the same zoom factor. If not marked, each sheet can have its own zoom factor."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoom"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Page breaks"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Specifies whether to view the page breaks within a defined print area."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Helplines _while moving"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Grid lines:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Colour:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Show"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Show on coloured cells"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Hide"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background colour. You can choose to also display grid lines on cells with background colour, or to hide them."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Specifies a colour for the grid lines in the current document."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "T_hemed"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "S_ystem"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Visual Aids"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jects/Images:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Char_ts:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Drawing objects:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Show"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Hide"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Defines if objects and graphics are shown or hidden."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Show"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Hide"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Defines if charts in your document are shown or hidden."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Show"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Hide"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Defines if drawing objects in your document are shown or hidden."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objects"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/en-GB/scp2/source/ooo.po b/source/en-GB/scp2/source/ooo.po
index ba391a09253..d94350129a0 100644
--- a/source/en-GB/scp2/source/ooo.po
+++ b/source/en-GB/scp2/source/ooo.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-21 15:23+0100\n"
-"PO-Revision-Date: 2021-12-14 18:38+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourceooo/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1560274305.000000\n"
#. CYBGJ
@@ -4487,7 +4487,7 @@ msgctxt ""
"STR_NAME_MODULE_EXTENSION_DICTIONARY_CKB\n"
"LngText.text"
msgid "Central Kurdish"
-msgstr ""
+msgstr "Central Kurdish"
#. xEtQ6
#: module_ooo.ulf
@@ -4496,7 +4496,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_CKB\n"
"LngText.text"
msgid "Central Kurdish spelling dictionary"
-msgstr ""
+msgstr "Central Kurdish spelling dictionary"
#. CCE5q
#: module_ooo.ulf
diff --git a/source/en-GB/sd/messages.po b/source/en-GB/sd/messages.po
index fda384ebb06..cef1e864cd2 100644
--- a/source/en-GB/sd/messages.po
+++ b/source/en-GB/sd/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2022-02-10 16:24+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/en_GB/>\n"
"Language: en-GB\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Line Ends"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
@@ -9074,7 +9074,7 @@ msgstr "Full HD (1_920 × 1080 pixels)"
#: sd/uiconfig/simpress/ui/publishingdialog.ui:1195
msgctxt "publishingdialog|extended_tip|resolution4Radiobutton"
msgid "Select a full HD resolution for a very high-quality slide display."
-msgstr ""
+msgstr "Select a full HD resolution for a very high-quality slide display."
#. zsvW6
#: sd/uiconfig/simpress/ui/publishingdialog.ui:1211
diff --git a/source/en-GB/sfx2/messages.po b/source/en-GB/sfx2/messages.po
index 1b83d15a1d1..37ceb9429d6 100644
--- a/source/en-GB/sfx2/messages.po
+++ b/source/en-GB/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-08 17:14+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/en_GB/>\n"
@@ -2275,6 +2275,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Yes or no"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3315,86 +3323,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Apply user data"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Reset Properties"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Di_gital Signatures..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Size:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "unknown"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Location:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Type:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Change _Password"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Template:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Displays the file name."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Save preview image with this document"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Contains basic information about the current file."
diff --git a/source/en-GB/starmath/messages.po b/source/en-GB/starmath/messages.po
index 5cd67614934..5fa8149305d 100644
--- a/source/en-GB/starmath/messages.po
+++ b/source/en-GB/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-12-14 18:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/en_GB/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Opens the Symbols dialogue box, in which you can select a symbol to insert in the formula."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Element categories"
diff --git a/source/en-GB/svtools/messages.po b/source/en-GB/svtools/messages.po
index f0f75544e0e..5ac2e347cb8 100644
--- a/source/en-GB/svtools/messages.po
+++ b/source/en-GB/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-10 16:24+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/en_GB/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE is Defective"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Opens the Printer Options dialogue box where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Source code"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Bookmark file"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Graphics"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Configuration file"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Application"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Database table"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "System file"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Microsoft Word document"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Help file"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML document"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archive file"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Log file"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Database"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 Master Document"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Image"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Text file"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Link"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 Template"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Microsoft Excel document"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Microsoft Excel template"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch file"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "File"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Folder"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Text Document"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Spreadsheet"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentation"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Drawing"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML document"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Master document"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Database"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 Spreadsheet Template"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 Drawing Template"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 Presentation Template"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 Text Document Template"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Local drive"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Disc drive"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM drive"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Network connection"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Microsoft PowerPoint Document"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Microsoft PowerPoint Template"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Microsoft PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 Formula"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Chart"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 Drawing"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 Spreadsheet"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 Presentation"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 Text Document"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 Master Document"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML Document"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument Database"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument Drawing"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument Formula"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument Master Document"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument Presentation"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument Spreadsheet"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument Text"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument Spreadsheet Template"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument Drawing Template"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument Presentation Template"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument Text Template"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME Extension"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell SpellChecker"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen Hyphenator"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes Thesaurus"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "List of Ignored Words"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Options..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Opens the Printer Options dialogue box in which you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Name:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Type:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Location:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comment:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Properties..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Changes the printer settings of your operating system for the current document."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Printer"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Select the default printer for the current document."
diff --git a/source/en-GB/svx/messages.po b/source/en-GB/svx/messages.po
index a181a504f66..eb38b70dbed 100644
--- a/source/en-GB/svx/messages.po
+++ b/source/en-GB/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-02-10 13:17+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/en_GB/>\n"
"Language: en-GB\n"
@@ -6243,7 +6243,7 @@ msgstr "Document colours"
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLORS"
msgid "Theme colors"
-msgstr ""
+msgstr "Theme colours"
#. 6BoWp
#: include/svx/strings.hrc:1124
@@ -11813,17 +11813,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Left paragraph border"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Right paragraph border"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17640,32 +17640,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Frame:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Enter the URL for the file that you want to open when you click the selected hotspot."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Displays the image map, so that you can click and edit the hotspots."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
@@ -19325,7 +19331,7 @@ msgstr ""
#: svx/uiconfig/ui/sidebareffect.ui:84
msgctxt "sidebarglow|color"
msgid "Color:"
-msgstr ""
+msgstr "Colour:"
#. EvWsM
#: svx/uiconfig/ui/sidebareffect.ui:116
diff --git a/source/en-GB/sw/messages.po b/source/en-GB/sw/messages.po
index 48a77f5719b..aaca3b11338 100644
--- a/source/en-GB/sw/messages.po
+++ b/source/en-GB/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2021-02-04 19:36+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/en_GB/>\n"
"Language: en-GB\n"
@@ -938,79 +938,79 @@ msgstr "Char Font Name"
#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
-msgstr ""
+msgstr "Char Font Name Asian"
#. jrLqT
#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
-msgstr ""
+msgstr "Char Font Name Complex"
#. WtA4i
#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
-msgstr ""
+msgstr "Char Font Pitch"
#. kHGrk
#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
-msgstr ""
+msgstr "Char Font Pitch Asian"
#. KVfXe
#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
-msgstr ""
+msgstr "Char Font Pitch Complex"
#. CQWM3
#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
-msgstr ""
+msgstr "Char Font Style Name"
#. h6gAC
#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
-msgstr ""
+msgstr "Char Font Style Name Asian"
#. Tm4Rb
#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
-msgstr ""
+msgstr "Char Font Style Name Complex"
#. AQzKB
#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
-msgstr ""
+msgstr "Char Height"
#. zqVBR
#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
-msgstr ""
+msgstr "Char Height Asian"
#. FNnH2
#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
-msgstr ""
+msgstr "Char Height Complex"
#. 3DzPD
#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
-msgstr ""
+msgstr "Char Hidden"
#. TkovG
#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
-msgstr ""
+msgstr "Char Highlight"
#. T44dN
#: sw/inc/inspectorproperties.hrc:89
@@ -1070,13 +1070,13 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
-msgstr ""
+msgstr "Char Overline Colour"
#. 5y7T3
#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
-msgstr ""
+msgstr "Char Overline Has Colour"
#. BEeWf
#: sw/inc/inspectorproperties.hrc:100
@@ -1214,13 +1214,13 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
-msgstr ""
+msgstr "Char Underline Colour"
#. HmfPF
#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
-msgstr ""
+msgstr "Char Underline Has Colour"
#. QRCs4
#: sw/inc/inspectorproperties.hrc:124
@@ -1388,13 +1388,13 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:151
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color"
-msgstr ""
+msgstr "Fill Colour"
#. neFA2
#: sw/inc/inspectorproperties.hrc:152
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Color2"
-msgstr ""
+msgstr "Fill Colour2"
#. 72i4Q
#: sw/inc/inspectorproperties.hrc:153
@@ -1628,7 +1628,7 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
-msgstr ""
+msgstr "Para Back Colour"
#. uKmB5
#: sw/inc/inspectorproperties.hrc:192
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Opens the Caption dialogue box. It has the same information as the dialogue box you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialogue box."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Options"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Enter the offset value that you want to apply to a page number field, for example \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Type"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Opens the Macro Selector, in which you can choose the macro that will run when you click the selected field in the document."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Value"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Na_me"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Then"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Else"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "It_em"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Enter a new item."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Adds the Item to the list."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Items on _list"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Lists the items. The topmost item is shown in the document."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Removes the selected item from the list."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Move _Up"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Moves the selected item up in the list."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Move Do_wn"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Moves the selected item down in the list."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Na_me"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Enter a unique name for the Input list."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Enter a name for the selected item."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<None>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<None>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Previous link:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Description:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Contents"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Prevents changes to the content of the selected item."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osition"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Locks the position of the selected item in the current document."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Size"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Locks the size of the selected item."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Protect"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Top"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centred"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Bottom"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Content Alignment"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editable in read-only document"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Prin_t"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Includes the selected item when you print the document."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Text direction:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Properties"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Previous link:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<None>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_Next link:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<None>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Specifies properties for the selected object, graphic or frame."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Auto..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Options..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Caption"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numbering:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separator:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Position:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Select the type of numbering that you want to use in the caption."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Enter optional text characters to appear between the number and the caption text."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Numbering separator:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Type the text that you want to appear after the caption number."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Adds the caption above or below the selected item. This option is only available for some objects."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Category:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Properties"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Preview"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Adds a numbered caption to a selected image, table, chart, frame, or shape."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[None]"
@@ -23392,7 +23496,7 @@ msgstr "Colour of Insertions"
#: sw/uiconfig/swriter/ui/optredlinepage.ui:102
msgctxt "extended_tip|insertcolor"
msgid "You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by Writer, then modified to match to the author of each change."
-msgstr ""
+msgstr "You can also choose a colour to display each type of recorded change. When you choose the condition \"By author\" in the list, the colour is automatically determined by Writer, then modified to match to the author of each change."
#. aCEwk
#: sw/uiconfig/swriter/ui/optredlinepage.ui:145
@@ -23428,7 +23532,7 @@ msgstr "Colour of Deletions"
#: sw/uiconfig/swriter/ui/optredlinepage.ui:234
msgctxt "extended_tip|deletedcolor"
msgid "You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by Writer, then modified to match to the author of each change."
-msgstr ""
+msgstr "You can also choose a colour to display each type of recorded change. When you choose the condition \"By author\" in the list, the colour is automatically determined by Writer, then modified to match to the author of each change."
#. 3FpZy
#: sw/uiconfig/swriter/ui/optredlinepage.ui:277
@@ -23464,7 +23568,7 @@ msgstr "Colour of Changed Attributes"
#: sw/uiconfig/swriter/ui/optredlinepage.ui:366
msgctxt "extended_tip|changedcolor"
msgid "You can also choose a color to display each type of recorded change. When you choose the condition \"By author\" in the list, the color is automatically determined by Writer, then modified to match to the author of each change."
-msgstr ""
+msgstr "You can also choose a colour to display each type of recorded change. When you choose the condition \"By author\" in the list, the colour is automatically determined by Writer, then modified to match to the author of each change."
#. ZqYdk
#: sw/uiconfig/swriter/ui/optredlinepage.ui:409
@@ -24062,7 +24166,7 @@ msgstr "Width of numbering:"
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:227
msgctxt "outlinepositionpage|extended_tip|numberingwidthmf"
msgid "Enter the width of the numbering area. The numbering symbol can be left, center or right in this area."
-msgstr ""
+msgstr "Enter the width of the numbering area. The numbering symbol can be left, centre, or right in this area."
#. aZwtj
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:238
@@ -24944,7 +25048,7 @@ msgstr "Page background"
#: sw/uiconfig/swriter/ui/printeroptions.ui:34
msgctxt "printeroptions|extended_tip|pagebackground"
msgid "Specifies whether to print colors and objects that are inserted to the background of the page, which you have specified under Format - Page - Background."
-msgstr ""
+msgstr "Specifies whether to print colours and objects that are inserted to the background of the page, which you have specified under Format - Page - Background."
#. K9pGA
#: sw/uiconfig/swriter/ui/printeroptions.ui:46
diff --git a/source/en-GB/uui/messages.po b/source/en-GB/uui/messages.po
index 92e595052d4..f8ac43f4485 100644
--- a/source/en-GB/uui/messages.po
+++ b/source/en-GB/uui/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-04-26 13:59+0200\n"
-"PO-Revision-Date: 2021-08-08 17:14+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/en_GB/>\n"
"Language: en-GB\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1547573769.000000\n"
#. DLY8p
@@ -48,6 +48,9 @@ msgid ""
"$(ARG1)\n"
"which are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"
msgstr ""
+"You are about to save/export a password protected BASIC library containing module(s) \n"
+"$(ARG1)\n"
+"which are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"
#. 3rNDF
#: uui/inc/ids.hrc:43
diff --git a/source/en-ZA/cui/messages.po b/source/en-ZA/cui/messages.po
index 830efaf67fc..b725e161cb0 100644
--- a/source/en-ZA/cui/messages.po
+++ b/source/en-ZA/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1756,11 +1756,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Table"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3192,10 +3192,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3377,10 +3377,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3534,10 +3534,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3570,51 +3570,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6735,190 +6741,159 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Select the gradient that you want to apply."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Size:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Language"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Language"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Select the gradient that you want to apply."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Size:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Size:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Language"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Select the gradient that you want to apply."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Size:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Select the gradient that you want to apply."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Language"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Preview"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Specify the formatting and the font that you want to apply."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8169,33 +8144,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Enter a name for the image."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Description"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Enter a description for the hotspot."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Lists the properties for the selected hotspot."
@@ -19296,22 +19283,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19406,18 +19393,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Do you want to delete the entry?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Do you really want to delete the colour scheme?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21666,258 +21652,282 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Automatically inserts hyphens where they are needed in a paragraph."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Enter the maximum number of consecutive lines that can be hyphenated."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Hyphenation"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Insert"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Select this check box, and then select the break type that you want to use."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Select this check box, and then select the page style that you want to use for the first page after the break."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Type:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Page number:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Position"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Page Style"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Select the formatting style to use for the first page after the break."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Page"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
#, fuzzy
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columns"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Select the break type that you want to insert."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Before"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "After"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Select where you want to insert the break."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Do not split paragraph"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Shifts the entire paragraph to the next page or column after a break is inserted."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Keep with next paragraph"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
#, fuzzy
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Orphan control"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
#, fuzzy
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Widow control"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "lines"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "lines"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Options"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/en-ZA/editeng/messages.po b/source/en-ZA/editeng/messages.po
index 8d48b228bdf..462cf9b51fe 100644
--- a/source/en-ZA/editeng/messages.po
+++ b/source/en-ZA/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2018-01-15 15:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1330,394 +1330,418 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Page Style: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "locked "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensed "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Graphic"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "none"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Dots "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Circle "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Filled circle "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Accent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Above"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Below"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Double-lined off"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Double-lined"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "No automatic character spacing"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "No automatic character spacing"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "No hanging punctuation at line end"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hanging punctuation at line end"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Apply list of forbidden characters to beginning and end of lines"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Don't apply list of forbidden characters to beginning and end of lines"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "No rotated characters"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Character rotated by $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Fit to line"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Characters scaled $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "No scaled characters"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "No relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Engraved"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automatic text alignment"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Text aligned to base line"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Text aligned top"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Text aligned middle"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Text aligned bottom"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Text direction left-to-right (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Text direction right-to-left (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Text direction right-to-left (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Text direction left-to-right (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Use superordinate object text direction setting"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragraph snaps to text grid (if active)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragraph does not snap to text grid"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Not hidden"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Hidden"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Paper tray"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[From printer settings]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Delete"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Move"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Insert"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Replace"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Apply attributes"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reset attributes"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Indent"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Apply Styles"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "~Change Case"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Word is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraph is %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatic"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Image bullet in paragraph"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Image bullet"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Continue checking at beginning of document?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Continue checking at end of document?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1727,43 +1751,43 @@ msgstr ""
"due to unknown reason."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "The dictionary is already full."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "The dictionary is read-only."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Indent"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Show subpoints"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Collapse"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Apply attributes"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Insert"
diff --git a/source/en-ZA/fpicker/messages.po b/source/en-ZA/fpicker/messages.po
index 16f242c13a0..94c7dfb1886 100644
--- a/source/en-ZA/fpicker/messages.po
+++ b/source/en-ZA/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -230,61 +230,61 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "File name:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "File ~type:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "~Read-only"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Save with pass~word"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "~Automatic file name extension"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "~Edit filter settings"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/01.po b/source/en-ZA/helpcontent2/source/text/scalc/01.po
index 845527bacce..36cfd5f00c1 100644
--- a/source/en-ZA/helpcontent2/source/text/scalc/01.po
+++ b/source/en-ZA/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: English (South Africa) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/en_ZA/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/sdraw.po b/source/en-ZA/helpcontent2/source/text/sdraw.po
index dd08e303916..cab31a0480e 100644
--- a/source/en-ZA/helpcontent2/source/text/sdraw.po
+++ b/source/en-ZA/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2017-10-04 10:45+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/shared/00.po b/source/en-ZA/helpcontent2/source/text/shared/00.po
index d997caaab55..6fb8634815f 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/00.po
+++ b/source/en-ZA/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr ""
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE Object"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "Bottom"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Change Anchor"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/en-ZA/helpcontent2/source/text/shared/01.po b/source/en-ZA/helpcontent2/source/text/shared/01.po
index 8a0dbde3285..f5bb07bfb1b 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/01.po
+++ b/source/en-ZA/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Inserting Pictures"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">Inserting Pictures</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Create Style"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Object"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Object\">Object</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Title"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organise arrow styles"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Lets you organise the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Title"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modify"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Anchor"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/en-ZA/helpcontent2/source/text/shared/02.po b/source/en-ZA/helpcontent2/source/text/shared/02.po
index 0043966ffc5..4031fa1652c 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/02.po
+++ b/source/en-ZA/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Change Anchor"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>anchors; changing</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/en-ZA/helpcontent2/source/text/shared/guide.po b/source/en-ZA/helpcontent2/source/text/shared/guide.po
index ee60771ca14..d7a8b889388 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/guide.po
+++ b/source/en-ZA/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarisation filter</bookmark_value><bookmark_value>ageing filter</bookmark_value><bookmark_value>posterising filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/shared/optionen.po b/source/en-ZA/helpcontent2/source/text/shared/optionen.po
index 4e1e04f4fa1..b8c356ef6a8 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/optionen.po
+++ b/source/en-ZA/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Save URLs relative to file system"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/en-ZA/helpcontent2/source/text/simpress/guide.po b/source/en-ZA/helpcontent2/source/text/simpress/guide.po
index 6efdac44896..f397c9df606 100644
--- a/source/en-ZA/helpcontent2/source/text/simpress/guide.po
+++ b/source/en-ZA/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-09-03 12:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Loading Colour, Gradient, and Hatching Lists"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colours;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colours/gradients/hatchings</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Colour, Gradient, and Hatching Lists</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "You can use lists to organise colours, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "To load a colour list:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Choose <emph>Format - Area</emph>, and then click the <emph>Colours</emph> tab."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Click the <emph>Load Colour List</emph> button."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Locate the colour list that you want to load, and then click <emph>Open</emph>. A colour list file has the format [filename].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "To save a colour list, click the <emph>Save Colour List</emph> button, enter a filename, and then click <emph>Save</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "To load a gradient list:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Click the <emph>Load Gradients List</emph> button."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "To load a hatching list:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Click the <emph>Load Hatches List</emph> button."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Go to the slide where you want to insert the spreadsheet."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Go to the slide where you want to insert the spreadsheet."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/en-ZA/helpcontent2/source/text/swriter/00.po b/source/en-ZA/helpcontent2/source/text/swriter/00.po
index 5f6f9712e32..bc3e2cc4af1 100644
--- a/source/en-ZA/helpcontent2/source/text/swriter/00.po
+++ b/source/en-ZA/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimal Row Height"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/en-ZA/helpcontent2/source/text/swriter/01.po b/source/en-ZA/helpcontent2/source/text/swriter/01.po
index 056366d4f7d..e4d98b2099e 100644
--- a/source/en-ZA/helpcontent2/source/text/swriter/01.po
+++ b/source/en-ZA/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 20:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Hidden Paragraphs"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,13 +15010,13 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
msgstr ""
#. kw4EB
@@ -18268,40 +18268,103 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Centre\" alignment options are available."
+msgid "by"
+msgstr "by"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "by"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "to"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Centre\" alignment options are available."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Name"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Specifies the name of the selected item, and associated links."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternative text (floating frames, graphics, and objects only)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Previous link"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Next link"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/en-ZA/helpcontent2/source/text/swriter/guide.po b/source/en-ZA/helpcontent2/source/text/swriter/guide.po
index f142499b477..9edac7f9745 100644
--- a/source/en-ZA/helpcontent2/source/text/swriter/guide.po
+++ b/source/en-ZA/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 13:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "To frame"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Anchors the selected item to the surrounding frame."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Inserting a Graphic From a File"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>pictures; inserting by dialogue</bookmark_value> <bookmark_value>inserting; pictures, by dialogue</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Click in the document where you want to insert the graphic."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr ""
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect Options - Word Completion</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Clear <emph>Enable word completion</emph> ."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po b/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
index 9cd33b207c6..5aac79b7dc6 100644
--- a/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1268,6 +1268,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "To Previous Sheet"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10814,15 +10824,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribute Rows Equally "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21625,14 +21635,14 @@ msgctxt ""
msgid "~Image"
msgstr "Image"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26551,15 +26561,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Change Anchor"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26572,6 +26582,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Anchor"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31357,6 +31377,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34489,14 +34519,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~First Paragraph"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34519,14 +34559,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Increment Indent Value"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/en-ZA/sc/messages.po b/source/en-ZA/sc/messages.po
index a949b699c08..a98da69f54c 100644
--- a/source/en-ZA/sc/messages.po
+++ b/source/en-ZA/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17309,379 +17309,397 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Select Sheets"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Selected sheets"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Ruler"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "This ruler manages objects at fixed positions."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Preview"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "This sheet shows how the data will be arranged in the document."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Document view"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Sheet %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cell %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Left area"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Page preview"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Centre area"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Right area"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Header of page %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Footer of page %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Input line"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "This is where you enter or edit text, numbers and formulae."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Media Playback"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Mouse button pressed"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formula Tool Bar"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME Spreadsheets"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(read-only)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Preview mode)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Range contains column la~bels"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Range contains ~row labels"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Invalid value."
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Add AutoFormat"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Rename AutoFormat"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Name"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Delete AutoFormat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Do you really want to delete the entry #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Close"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "North"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "South"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Change Anchor"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
@@ -17689,1286 +17707,1306 @@ msgstr "Condition"
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Contents"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Sheets"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Range names"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Database Ranges"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Images"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE objects"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comments"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Linked areas"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Drawing objects"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "active"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactive"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "hidden"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Active Window"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenario Name"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comments"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sort Ascending"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sort Descending"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Custom Sort"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Name Box"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Input line"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Function Wizard"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Accept"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancel"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formulas"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Unknown User"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Column inserted"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Row inserted "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Sheet inserted "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Column deleted"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Row deleted"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Sheet deleted"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Range moved"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Changed contents"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Changed contents"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Changed to "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Changes rejected"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Accepted"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Rejected"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "No Entry"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<empty>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Not protected"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Not password-protected"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Re-type"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Group"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Mean"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Media"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variable"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Range"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "~Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "~Maximum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sum"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Count"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometry"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "~Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "~Maximum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Mean"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Media"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alpha"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Reservations"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarithm"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Power"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Internet"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -24007,6 +24045,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Opens a dialogue where you can solve an equation with a variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31721,47 +31789,41 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Language"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Options"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " Select a sorting option for the language."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
#, fuzzy
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr " Select the language for the sorting rules."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sort options"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
#, fuzzy
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
@@ -32801,26 +32863,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sort"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33261,346 +33311,340 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Value ~Highlighting"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Anchor"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Display"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Horizontal scroll bar"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Vertical scroll bar"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "~Window"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoom"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Pagebreak"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Show"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Hide"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Drawing objects"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Show"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Hide"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Show"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Hide"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Show"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Hide"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objects"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/en-ZA/sd/messages.po b/source/en-ZA/sd/messages.po
index 01b2f165711..4220de3d923 100644
--- a/source/en-ZA/sd/messages.po
+++ b/source/en-ZA/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -660,11 +660,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Line Ends"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/en-ZA/sfx2/messages.po b/source/en-ZA/sfx2/messages.po
index 78286a9a590..d81c20c4869 100644
--- a/source/en-ZA/sfx2/messages.po
+++ b/source/en-ZA/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-21 19:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2279,6 +2279,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Yes or no"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3333,91 +3341,85 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Digital Signatures..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Size:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "unknown"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Location:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Type:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Change ~Password..."
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Templates"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Displays the file name."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Contains basic information about the current file."
diff --git a/source/en-ZA/starmath/messages.po b/source/en-ZA/starmath/messages.po
index d353e77b978..a788ba48ab2 100644
--- a/source/en-ZA/starmath/messages.po
+++ b/source/en-ZA/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-05-08 13:31+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2861,7 +2861,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/en-ZA/svtools/messages.po b/source/en-ZA/svtools/messages.po
index c6b84175337..03c16d2bacf 100644
--- a/source/en-ZA/svtools/messages.po
+++ b/source/en-ZA/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1356,400 +1356,408 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE is Defective"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Source code"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Bookmark file"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Graphics"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Configuration file"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Application"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Database table"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "System file"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word document"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Help file"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML document"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archive file"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Log file"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice 5.0 Template"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 Master Document"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice 5.0 Template"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Text file"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Link"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 Template"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel document"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel template"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch file"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "File"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Folder"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Text Document"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Spreadsheet"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentation"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Drawing"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML document"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Master document"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Database"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Local drive"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Disk drive"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM drive"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Network connection"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint Document"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint Template"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML Document"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument Database"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument Drawing"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument Formula"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument Master Document"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument Presentation"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument Spreadsheet"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument Text"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument Spreadsheet Template"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument Drawing Template"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument Presentation Template"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument Text Template"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME Extension"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5690,70 +5698,64 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Options..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Name"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Type"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Location:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comment:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Properties..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Printer"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/en-ZA/svx/messages.po b/source/en-ZA/svx/messages.po
index 1c65f8c9844..dd70ed529f9 100644
--- a/source/en-ZA/svx/messages.po
+++ b/source/en-ZA/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11977,17 +11977,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Left paragraph border"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Right paragraph border"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -18049,33 +18049,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Frame"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Text: "
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "<ahelp hid=\"svx/ui/imapdialog/container\"/>Displays the image map, so that you can click and edit the hotspots."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/en-ZA/sw/messages.po b/source/en-ZA/sw/messages.po
index bca8562e90a..98a7fc2bcc5 100644
--- a/source/en-ZA/sw/messages.po
+++ b/source/en-ZA/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1769,302 +1769,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10187,6 +10205,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Opens the Caption dialogue. It has the same information as the dialogue you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialogue box."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12877,65 +12909,101 @@ msgid "Options"
msgstr "Options"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14940,165 +15008,165 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Enter the offset value that you want to apply to a page number field, for example \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Type"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Value"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Name"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Item"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Enter a new item."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Adds the Item to the list."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Lists the items. The topmost item is shown in the document."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Removes the selected item from the list."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Move Up"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Moves the selected item up in the list."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Move Down"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Moves the selected item down in the list."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Name"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Enter a unique name for the Input list."
@@ -16228,11 +16296,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Enter a name for the selected item."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -16247,185 +16315,227 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<none>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<none>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Description"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Contents"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Prevents changes to the contents of the selected item."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Position"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Locks the position of the selected item in the current document."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Size"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Locks the size of the selected item."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "~Protect"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Top"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centred"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Bottom"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Print"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Includes the selected item when you print the document."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Text direction"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Properties"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<none>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<none>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17775,123 +17885,117 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Options..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Options"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numbering"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separator"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Position"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Select the type of numbering that you want to use in the caption."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Enter optional text characters to appear between the number and the caption text."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Type the text that you want to appear after the caption number."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Adds the caption above or below the selected item. This option is only available for some objects."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Category"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name. "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Properties"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Preview"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[None]"
diff --git a/source/eo/cui/messages.po b/source/eo/cui/messages.po
index 9504d450904..edf564edad7 100644
--- a/source/eo/cui/messages.po
+++ b/source/eo/cui/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/eo/>\n"
"Language: eo\n"
"MIME-Version: 1.0\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabelo"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Bonvolu enigi nomon por la nova sagopinto:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Per la Navigilo, vi povas elekti kaj movi supren/malsupren titolojn kaj
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Ĉu vi volas rapide enigi objekton en Verkilo? Tajpu vian formulon, elektu ĝin, kaj uzu je Enmeti ▸ OLE-objekton ▸ Formulo, por konverti la tekston."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Ĉu transponu Verkilo-tabelon? Kopiu kaj algluu en Tabelilo, transponu per kopii/alglui speciale, tiam en Verkilo, kopii/alglui speciale ▸ Formatita teksto."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Por vidigi la ilon \"Vertikala teksto\" en la ilobreto Desegnilo, marku je Iloj ▸ Agordaĵoj ▸ Lingvaj agordoj ▸ Lingvoj ▸ Aprioraj lingvoj ▸ Azia, (kaj videbligu la butonon per dekstra alklako)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Vi povas krei diagramon bazitan sur Verkilo-tabelo, alklakante en la tabelo kaj elektante je Enmeti ▸ Diagramo."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Agordi eblojn en Iloj ▸ Agordaĵoj ▸ %PRODUCTNAME-Verkilo ▸ Formata Asistanto ▸ Vidiga formato, por kiujn nepresendajn signojn vidigi."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Ĉu la kursoro iru en la ĉelon dekstre, post enigo valoron en Tabelilo? Uzu la tab-klavon anstataŭ la eniga klavo."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Por vidigi la rulumilon maldekstre, enŝaltu en Iloj ▸ Agordaĵoj ▸ Lingvaj agordoj ▸ Lingvoj ▸ Kompleksa teksto, Folio ▸ De dekstro maldekstren."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Ĉu vi neniam uzas iujn sagajn stilojn? Forigu ilin uzante la butonon Forigi en la langeto Formato ▸ Tekstujo kaj formo ▸ Sagaj stiloj"
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME-Helpo"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Pli da informo"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Ruligi ĉi tiun agon nun..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Konsileto de la tago: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Stir"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Elektu aŭ enmeti la ĝustan dosierujon por la atestilo pri retaj sekurecaj servoj, uzotan por ciferecaj subskriboj."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Elektu la formatadon aplikotan."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Enigu aŭ elektu la tiparan grandon aplikotan. Por skaleblaj tiparoj, vi povas ankaŭ enigi dekumajn valorojn."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Grando:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Lingvo:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Agordas la lingvon kiun la literumilo uzu por la elektita teksto aŭ la teksto kiun vi tajpas. Disponeblaj lingvaj moduloj havas kontrolmarkon antaŭ si."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Trajtoj..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Lingvo:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Agordas la lingvon kiun la literumilo uzu por la elektita teksto aŭ la teksto kiun vi tajpas. Disponeblaj lingvaj moduloj havas kontrolmarkon antaŭ si."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Elektu la formatadon aplikotan."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Grando:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Enigu aŭ elektu la tiparan grandon aplikotan. Por skaleblaj tiparoj, vi povas ankaŭ enigi dekumajn valorojn."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Trajtoj..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Okcidenta"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Grando:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Lingvo:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Elektu la formatadon aplikotan."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Enigu aŭ elektu la tiparan grandon aplikotan. Por skaleblaj tiparoj, vi povas ankaŭ enigi dekumajn valorojn."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Agordas la lingvon kiun la literumilo uzu por la elektita teksto aŭ la teksto kiun vi tajpas. Disponeblaj lingvaj moduloj havas kontrolmarkon antaŭ si."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Trajtoj..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Agordas la lingvon kiun la literumilo uzu por la elektita teksto aŭ la teksto kiun vi tajpas. Disponeblaj lingvaj moduloj havas kontrolmarkon antaŭ si."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Azia"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Grando:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Elektu la formatadon aplikotan."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Enigu aŭ elektu la tiparan grandon aplikotan. Por skaleblaj tiparoj, vi povas ankaŭ enigi dekumajn valorojn."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Agordas la lingvon kiun la literumilo uzu por la elektita teksto aŭ la teksto kiun vi tajpas. Disponeblaj lingvaj moduloj havas kontrolmarkon antaŭ si."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Lingvo:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Trajtoj..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Kompleksa"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Agordas la lingvon kiun la literumilo uzu por la elektita teksto aŭ la teksto kiun vi tajpas. Disponeblaj lingvaj moduloj havas kontrolmarkon antaŭ si."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Tiparo"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Antaŭvido"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Agordu la formatadon kaj la tiparon aplikotajn."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Enigu nomon por la bildo."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternativa teksto:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Enigu la tekston vidigotan kiam la muso ŝvebas super la kaptejo en TTT-foliumilo."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Priskribo:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Enigu priskribon por la kaptejo."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Listigas la atributojn por la elektita kaptejo."
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Generi linearajn kaj matricajn kodojn por ajna teksto aŭ URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Ĉu konservi sagoĉapon?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "La sagoĉapo ŝanĝiĝis sen konserviĝi."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Ĉu nun konservi la sagoĉapon?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Ĉu vi volas forigi la haĉon?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Ĉu forigi sagoĉapon?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Ĉu vi vere volas forigi la sagoĉapon?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Tekstaj kolumnoj"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Aŭtomate"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Aŭtomate enmetas vortdividojn kie bezonataj en dokumento."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Tajpu la maksimuman nombron da sinsekvaj linioj kiuj haveblas vortdividon."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Tajpu la minimuman nombron da signoj kiuj devas aperi je la linikomenco post la dividostreko."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Tajpu la minimuman nombron da signoj por lasi ĉe la linifino antaŭ ol dividostreko estas enmetata."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Signoj ĉe linifino"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Signoj ĉe linikomenco"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Maksimuman nombron da sinsekvaj linioj kiuj haveblas vortdividon"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Ne dividi vortojn MAJUSKLAJN"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Vortdivido"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Enmeti"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Marku ĉi tiun markobutonon, kaj elektu la saltan tipon uzotan."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Kun paĝa stilo:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Marku ĉi tiun markobutonon, kaj elektu la paĝan stilon uzotan por la unua paĝo post la salto."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Tipo:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Enigu la paĝan numeron por la unua paĝo kiu sekvas la salton. Se vi volas daŭrigi la aktualan paĝnumeradon, lasu la markobutonon nemarkita."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Paĝnumero:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Pozicio:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Paĝa stilo"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Elektu la formatan stilon uzotan por la unua paĝo post la salto."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Paĝo"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolumno"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Elektu la saltan tipon enmetotan."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Antaŭ"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "post"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Elektu kie enmeti la salton."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Saltoj"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Ne dividi alineon"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Movas la tutan alineon al la sekva paĝo aŭ kolumno post enmeto de salto."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Teni kun sekva alineo"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Kunigas la aktualan alineon kaj la sekvan alineon kiam salto aŭ kolumna salto enmetiĝas."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Trakti orfojn"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifas la minimuman nombron de linioj en alineo antaŭ paĝa salto. Marku ĉi tiun markobutonon, kaj enmetu nombron en la kadroLinioj."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Trakti vidvojn"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifas la minimuman nombron de linioj en alineo en la unua paĝo post la salto. Marku ĉi tiun markobutonon, kaj enmetu nombron en la kadron Linioj."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifas la minimuman nombron de linioj en alineo antaŭ paĝa salto. Marku ĉi tiun markobutonon, kaj enmetu nombron en la kadroLinioj."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Specifas la minimuman nombron de linioj en alineo en la unua paĝo post la salto. Marku ĉi tiun markobutonon, kaj enmetu nombron en la kadron Linioj."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "linioj"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "linioj"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Agordaro"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Agordi vortdividadon kaj paĝonumeradon."
diff --git a/source/eo/dbaccess/messages.po b/source/eo/dbaccess/messages.po
index b14e38e63a3..b453a0a657a 100644
--- a/source/eo/dbaccess/messages.po
+++ b/source/eo/dbaccess/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/eo/>\n"
"Language: eo\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1563489111.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "Plenumi SQL-ordonon"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Enigu la administran SQL-komandon rulotan."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "Ruli rekte komandon SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Rulu la SQL-komandon rekte sen kodŝanĝa signo."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "Vidigi eligaĵon de \"elekti\"-komandojn"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Vidigi la rezulton de la SQL-SELECT-komandon en la eliga kampo."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "Plenumigi"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Listigas la antaŭe rulitajn SQL-komandojn. Por reruli komandon, alklaku la komandon, kaj klaku al Ruli."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "SQL-komando"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Vidigas la rezultojn, inkluzive erarojn, de la SQL-komando rulita de vi."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Stato"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Vidigas la rezultojn de la SQL-komando rulita de vi."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/eo/editeng/messages.po b/source/eo/editeng/messages.po
index bc20ad9ce94..80e34ec214d 100644
--- a/source/eo/editeng/messages.po
+++ b/source/eo/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-26 17:37+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/eo/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 dividstrekoj"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Paĝa stilo: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kunŝovo "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "ŝlosita "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Densiga "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "neniu"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Punktoj "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cirklo "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Plena cirklo "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Akcento "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Supre"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Malsupre"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Sen duopa linio"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Duopa linio"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Sen aŭtomata signa interspaco"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Sen aŭtomata signa interspaco"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Sen elŝovita interpunkcio ĉe linifino"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Kun elŝovita interpunkcio ĉe linifino"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Apliki liston de malpermesitaj signoj al komenco kaj fino de linioj"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Ne apliki liston de malpermesitaj signoj al komenco kaj fino de linioj"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Sen turnitaj signoj"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Signo turnita je $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Adapti al linio"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "La teksto ne estas turnita"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "La teksto estas turnita je $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Signoj skalitaj je $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Sen skalitaj signoj"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Sen reliefo"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reliefo"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gravurita"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Aŭtomate ĝisrandigi tekston"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Ĝisrandigi tekston al baza linio"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Ĝisrandigi tekston supre"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Ĝisrandigi tekston meze"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Ĝisrandigi tekston malsupre"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Teksta direkto dekstren (horizontale)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Teksta direkto maldekstren (horizontale)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Teksta direkto maldekstren (vertikale)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Teksta direkto dekstren (vertikale)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Uzi agordon de superordinata objekta tekstodirekto"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Teksta direkto dekstren (vertikale de malsupro)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Alineon kapti per teksta krado (se aktiva)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Alineon ne kapti per teksta krado"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Ne kaŝita"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Kaŝita"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Paperpleto"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[El agordaro de presilo]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Forigi"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Movi"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Enmeti"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Anstataŭigi"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Apliki atributojn"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reagordi atributojn"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Krommarĝeno"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Apliki stilojn"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Ŝanĝi usklecon"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Vorto estas %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Alineo estas %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Aŭtomate"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Bilda bulo en alineo"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Bilda bulo"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Alineo: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Ĉu daŭrigi kontrolon ĉe komenco de dokumento?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Ĉu daŭrigi kontrolon ĉe fino de dokumento?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"pro nekonata kialo."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "La vortaro jam estas plena."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "La vortaro estas nurlega."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Krommarĝeno"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Vidigi subpunktojn"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Maletendi"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Apliki atributojn"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Enmeti"
diff --git a/source/eo/fpicker/messages.po b/source/eo/fpicker/messages.po
index 5ff0951718c..51a113e117f 100644
--- a/source/eo/fpicker/messages.po
+++ b/source/eo/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/eo/>\n"
"Language: eo\n"
@@ -195,13 +195,13 @@ msgstr "Lokoj"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Aldoni la aktualan dosierujon al Lokoj"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Forigi elektitan dosierujon el Lokoj"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Dato modifita"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Malfermi"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Spektigi"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Dosier_nomo:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Dosier-_tipo:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Nurlega"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Konservi kun pasvorto"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Aŭtomata dosiernoma sufikso"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Redakti _filtrilan agordaron"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Ĉifri per GPG-ŝlosilo"
diff --git a/source/eo/helpcontent2/source/text/scalc/01.po b/source/eo/helpcontent2/source/text/scalc/01.po
index b6cc1f9be86..74f09a610ba 100644
--- a/source/eo/helpcontent2/source/text/scalc/01.po
+++ b/source/eo/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/eo/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/sdraw.po b/source/eo/helpcontent2/source/text/sdraw.po
index 3612e55ad3c..a7cc510be09 100644
--- a/source/eo/helpcontent2/source/text/sdraw.po
+++ b/source/eo/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-01-24 14:55+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw/eo/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr ""
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr ""
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/shared/00.po b/source/eo/helpcontent2/source/text/shared/00.po
index 122400500b0..84c63c0f478 100644
--- a/source/eo/helpcontent2/source/text/shared/00.po
+++ b/source/eo/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-08-18 15:35+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/eo/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "La objektoj de Object Linking and Embedding (OLE) (objekta ligado kaj enkorpigado ) estas ligeblaj al cela dokumento aŭ enkorpigeblaj. Enkorpigo enmetas kopion de la objekto kaj detalojn pri la fontprogramo en la celan dokumenton. Se vi volas redakti la objekton, simple aktivigu la fontprogramon duoble alkalkante al la objekto."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Sono aŭ video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Elektu je <emph>Enmeti - Objekto</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Elektu je <emph>Enmeti - Objekto - OLE-objekto</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-Objekto"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Elektu je <emph>Enmeti - Objekto - Formulo</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Elektu je <emph>Formato - Tipo de diagramo</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Elektu je <emph>Enmeti - Objekto - Diagramo</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Elektu je <emph>Formato - Tipo de diagramo</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Elektu je <emph>Enmeti - Objekto - Diagramo</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Elektu je <emph>Formato - Tipo de diagramo</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Elektu je <emph>Enmeti - Objekto - Diagramo</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Elektu je <emph>Enmeti - Objekto - Diagramo</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Malsupro"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Elektu je <emph>Formato - Ankro</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "En la breto <emph>Formulara skizo</emph>, alklaku al"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Bildsimbolo Ankri</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Ŝanĝi Ankron"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Elektu je <emph>Formato - Ankro - Al paĝo</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Elektu menuerojn <emph>Formato - Ankro - Al alineo</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Elektu menuerojn <emph>Formato - Ankro - Al signo</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Elektu manuerojn <emph>Formato - Ankro - Kiel signo</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Elektu je <emph>Formato - Ankro - Al kadro</emph></variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Elektu je <emph>Formato - Ankro - Al ĉelo</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/eo/helpcontent2/source/text/shared/01.po b/source/eo/helpcontent2/source/text/shared/01.po
index f4e848015f7..e836363a8ea 100644
--- a/source/eo/helpcontent2/source/text/shared/01.po
+++ b/source/eo/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-07-05 05:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/eo/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr ""
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">Enmeti bildojn</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Krei stilon"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr ""
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr ""
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekto"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Objekto</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formulo</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,13 +26305,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr ""
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr ""
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Bildsimbolo</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Egale Interspacigi vicojn"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,13 +26899,13 @@ msgctxt ""
msgid "Description"
msgstr "Priskribo"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
msgstr ""
#. BmXdA
@@ -26899,31 +26917,31 @@ msgctxt ""
msgid "Description"
msgstr "Priskribo"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titolo"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
msgstr ""
#. Mxbmi
@@ -26935,13 +26953,31 @@ msgctxt ""
msgid "Description"
msgstr "Priskribo"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
msgstr ""
#. ehBwb
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr ""
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organizi sagostilojn"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
+msgid "Lets you add, rename, delete, save and load arrow styles."
msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Titolo"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr ""
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modifi"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,22 +31030,22 @@ msgctxt ""
msgid "Anchor"
msgstr "Ankri"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Ankrado</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
msgstr ""
#. JKHGT
@@ -31030,22 +31075,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Al la paĝo</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
msgstr ""
#. LJDRP
@@ -31075,13 +31138,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">Al la alineo</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
msgstr ""
#. RSrcL
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">Al la signo</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,13 +31255,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">Al la kadro</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
msgstr ""
#. 3SWzP
@@ -31210,13 +31282,13 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">Kiel signo</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
msgstr ""
#. cGCk8
diff --git a/source/eo/helpcontent2/source/text/shared/02.po b/source/eo/helpcontent2/source/text/shared/02.po
index 9b626439312..23ff7f4e4ed 100644
--- a/source/eo/helpcontent2/source/text/shared/02.po
+++ b/source/eo/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:28+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/eo/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Ŝanĝi Ankron"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr ""
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Ŝanĝi ankron</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/eo/helpcontent2/source/text/shared/guide.po b/source/eo/helpcontent2/source/text/shared/guide.po
index 258484035c3..56eceaf77bd 100644
--- a/source/eo/helpcontent2/source/text/shared/guide.po
+++ b/source/eo/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-07-16 09:10+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/eo/>\n"
@@ -14218,13 +14218,13 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr ""
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
msgstr ""
#. acbbz
@@ -14245,13 +14245,13 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr ""
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
msgstr ""
#. 7dhJW
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr ""
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/shared/optionen.po b/source/eo/helpcontent2/source/text/shared/optionen.po
index 403cd7df2da..713b3617960 100644
--- a/source/eo/helpcontent2/source/text/shared/optionen.po
+++ b/source/eo/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-02-10 17:42+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedoptionen/eo/>\n"
@@ -916,13 +916,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr ""
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
msgstr ""
#. URbep
diff --git a/source/eo/helpcontent2/source/text/simpress/guide.po b/source/eo/helpcontent2/source/text/simpress/guide.po
index 2b0af1a0c85..73e42c97318 100644
--- a/source/eo/helpcontent2/source/text/simpress/guide.po
+++ b/source/eo/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-01-24 14:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/eo/>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr ""
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr ""
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr ""
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr ""
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr ""
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr ""
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr ""
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Alkalku la butonon <emph>Ŝargi sagostilojn</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr ""
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr ""
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr ""
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Alkalku la butonon <emph>Ŝargi sagostilojn</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr ""
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr ""
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr ""
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Alklaku la butonon <emph>Ŝargi liniajn stilojn</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr ""
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr ""
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr ""
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,13 +5893,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr ""
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
msgstr ""
#. 6WivQ
@@ -6145,13 +5947,13 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr ""
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. GDkX7
@@ -6199,13 +6001,13 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Formati - Lumbilda aranĝo</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
msgstr ""
#. xQ5JW
diff --git a/source/eo/helpcontent2/source/text/swriter/00.po b/source/eo/helpcontent2/source/text/swriter/00.po
index de559b936f7..ef381e60b62 100644
--- a/source/eo/helpcontent2/source/text/swriter/00.po
+++ b/source/eo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-28 09:59+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/eo/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Elektu langeton <emph>Enmeti - Kadro - Kadro - Agordi</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimuma vicoalto"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Elektu menuerojn <emph>Tabelo - Aŭtomate adapti - Distribui vicojn egale</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "En breto <emph>Tabelo</emph>, malfermu ilobreton <emph>Optimumigi grandon</emph>, alklaku"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Egale Interspacigi vicojn"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/eo/helpcontent2/source/text/swriter/01.po b/source/eo/helpcontent2/source/text/swriter/01.po
index 8689b4d3ace..4c7b4eea032 100644
--- a/source/eo/helpcontent2/source/text/swriter/01.po
+++ b/source/eo/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/eo/>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Vidigas kiel la dokumento aspektos kiam vi presas ĝin.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Kaŝitaj alineoj"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Kaŝitaj alineoj</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Titolaj vicoj"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Elektu la nombron da vicoj uzotaj por la titolo.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertikala"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Elektu la vertikalan ĝisrandigan eblon por la objekto.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Se vi ankras objekton al kadro kun fiksita alto, disponeblas nur la ĝisrandigaj ebloj \"Malsupro\" kaj \"Centro\"."
+msgid "by"
+msgstr "de"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "de"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
-#. vYDyu
+#. oifcH
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id511652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Enigu la grandon de spaco lasota inter la supra eĝo de la elektita objekto kaj la referenca punkto kiun vi elektas en la kadro <emph>Al</emph>.</ahelp> Ĉi tiu eblo disponeblas nur se vi elektas je \"De la supro\" aŭ \"De la malsupro\" (kiel signo) en la kadro <emph>Vertikala</emph>."
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "al"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Se vi ankras objekton al kadro kun fiksita alto, disponeblas nur la ĝisrandigaj ebloj \"Malsupro\" kaj \"Centro\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Agordaĵoj</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Agordas la elektitan objekton, bildon aŭ kadron.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nomo"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Specifas la nomon de la elektita ero, kaj rilatajn ligilojn."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Atribuu nomon al objekto, bildo aŭ kadro, por ke oni povu rapide trovi ĝin poste en longaj dokumentoj."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternativa teksto (nur glita kadro, bildo, kaj objektoj)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enigu la tekston vidigotan per TTT-legilo kiam la elektita ero ne disponeblas. Alternativa teskto ankaŭ uzeblas por helpi handikapitojn.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Antaŭa ligilo"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Vidigas la elementon (objekton, bildon aŭ kadron) kiu antaŭas la aktualan elementon en ligita sinsekvo. Por enmeti aŭ ŝanĝi la antaŭan ligilon, elektu nomon en la listo. Se vi ligas kadrojn, la aktuala kadro kaj la cela kadro devas esti malplenaj.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Sekva ligilo"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Vidigas la elementon (objekton, bildon aŭ kadron) kiu sekvas la aktualan elementon en ligita sinsekvo. Por enmeti aŭ ŝanĝi la sekvan ligilon, elektu nomon en la listo. Se vi ligas kadrojn, la cela kadro devas esti malplena.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/eo/helpcontent2/source/text/swriter/guide.po b/source/eo/helpcontent2/source/text/swriter/guide.po
index 1d1254897fd..30e4b792820 100644
--- a/source/eo/helpcontent2/source/text/swriter/guide.po
+++ b/source/eo/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-30 13:39+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/eo/>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Lokado de objektoj</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "Al kadro"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ankras la elektitan eron al la ĉirkaŭa kadro."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9236,14 +9263,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Enmeti bildon el dosiero"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>bildojn; enmeti per dialogo</bookmark_value> <bookmark_value>enmeti; bildojn, per dialogo</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9254,33 +9281,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Enmeti bildon el dosiero</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Alklaku en la dokumento kie enmeti bildon."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Elektu menuerojn <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Picture - From File\"><emph>Enmeti - Bildo - El dosiero</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Trovu la bildan dosieron enmetotan, kaj alklaku je <emph>Malfermi</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19280,14 +19280,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Elektu menuerojn <item type=\"menuitem\">Iloj - Agordoj por aŭtomate korekti - Vortkompletigo</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Vakigu je<emph>Ŝalti vortkompletigon</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
index 01a29da0a52..1514c5e9787 100644
--- a/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/eo/>\n"
"Language: eo\n"
"MIME-Version: 1.0\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Iri al la Antaŭa Folio"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimum vica alto"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Egale interspacigi vicojn "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Enmeti OLE-objekton"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "OLE-objekto..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Malfermi dialogon por enmeti OLE-objekton"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE-Objekto"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Menuo por redakti aŭ konservi OLE-objektojn"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "Bildo"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Objekto kaj formo"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Turni aŭ renversi"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Ŝanĝi ankron"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Ankro"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Unua alineo"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimuma kolumnolarĝo"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Pliigi krommarĝenan valoron"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimuma vica alto"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/eo/sc/messages.po b/source/eo/sc/messages.po
index 171719df9d6..683750bef97 100644
--- a/source/eo/sc/messages.po
+++ b/source/eo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/eo/>\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Elekti foliojn"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Elektitaj folioj"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Mezurilo"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Ĉi tiu mezurilo administras objektojn je fiksitaj pozicioj."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Aspekto"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Ĉi tiu folio vidigas kiel la datumoj estos aranĝataj en la dokumento."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumenta vido"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Folio %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Ĉelo %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Maldekstra areo"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Paĝa aspekto"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Centra areo"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Dekstra areo"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Paĝokapo de %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Paĝopiedo de %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Eniga linio"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Jen estas kie vi entajpas aŭ redaktas tekston, nombrojn kaj formulojn."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Registraĵa spektado"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Musa butono premita"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formula ilobreto"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Kalkultabeloj de %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(nurlega)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Antaŭvida reĝimo)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Paĝoj:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Malebligi eligon de malplenaj paĝoj"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Presi ĉiujn foliojn"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Presi elektitajn foliojn"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Presi elektitajn ĉelojn"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "El kiuj:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Ĉiuj paĝoj"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Paĝoj:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Ne eblis aktualigi la jenan DDE-fonton, eble ĉar la fonta dokumento ne estis malfermita. Bonvolu lanĉi la fontan dokumenton kaj reprovu."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Ne eblis ŝargi la jenan eksteran dosieron. Datumoj ligitaj de ĉi tiu dosiero ne estas aktualigitaj."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Ĝisdatigas eksterajn ligilojn."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Tablelilo A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Ĉelaro enhavas kolumnajn etikedojn"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Ĉelaro enhavas vicajn etikedojn"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Nevalida valoro"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Neniu formulo agordita."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Nek vico nek kolumno agordita."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Nedifinita nomo aŭ amplekso."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Nedifinita nomo aŭ neĝusta ĉela referenco."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formuloj ne formas kolumnon."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formuloj ne formas vicon."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Aldoni aŭtomatan formaton"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Renomi aŭtomatan formaton"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nomo"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Forigi aŭtomatan formaton"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Ĉu vi vere volas forigi la aŭtomatan formaton de #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Fermi"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Norda"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mezo"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Suda"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Totalo"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Paĝa ankro"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Ĉela ankro"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Kondiĉo "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Enhavo"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Folioj"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Ampleksnomoj"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Datumbazaj ampleksoj"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Bildoj"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objektoj"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Komentoj"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Ligitaj areoj"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Desegnaj objektoj"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktiva"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "neaktiva"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "kaŝita"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiva fenestro"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenarnomo"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Komento"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Ordigi kreskante"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ordigi malkreskante"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Propra ordigo"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Noma kesto"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Eniga linio"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funkcia asistanto"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Akcepti"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Rezigni"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Elekti funkcion"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formulo"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Etendi formulan breton"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Maletendi formulan breton"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Nekonata uzanto"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolumno enmetita"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Vico enmetita "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Folio enmetita "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolumno forigita"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Vico forigita"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Folio forigita"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Amplekso moviĝis"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Enhavo ŝanĝita"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Enhavo ŝanĝita"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Ŝanĝita al "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Originalo"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Ŝanĝoj malakceptitaj"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Akceptita"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Malakceptita"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Neniu Elemento"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<malplena>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Ne protektita"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Ne protektita de pasvorto"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Haketo malkongrua"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Haketo kongrua"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Retajpi"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Moviĝanta averaĝo"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponenciala glatigo"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Analizo de varieco"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Analizo de varieco (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Unuopa faktoro"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Duopa faktoro"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grupoj"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Inter grupoj"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "En grupoj"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Fonto de varieco"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Signifikanco F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-valoro"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-krita"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Totalo"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korelacio"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korelacioj"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovarianco"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kunvariancoj"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Priskribaj statistikoj"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Averaĝo"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Norma eraro"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modo"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediano"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varianco"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Norma devio"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtoso"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Oblikveco"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Amplekso"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimumo"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimumo"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Sumo"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Nombro"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Unua kvarilo"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tria kvarilo"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Hazarda ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Unuforma"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Unuforma entjero"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normala"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binoma"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negativbinoma"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Ĥi-kvadrata"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometra"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimumo"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimumo"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Averaĝo"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Norma devio"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediano"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-valoro"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Nombro de provoj"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-valoro"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Samplado"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-testo"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-testo"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Para t-testo"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Para t-testo"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-testo"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-testo"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Testo de sendependeco (Ĥi-kvadrada)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regresio"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regresio"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier-analizo"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier-analizo"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolumno %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Vico %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variablo 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variablo 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hipoteza averaĝa diferenco"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observoj"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Observita averaĝa diferenco"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Ĝustigita R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Nombro da X variabloj"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-valoro"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Krita valoro"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Testa statistiko"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Malsupra"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Supra"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Eniga amplekso ne validas."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Eliga adreso ne validas."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineara"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritma"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potenco"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Amplekso de sendependa(j) variablo(j) ne validas."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Amplekso de dependa(j) variablo(j) ne validas."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Fidnivelo estu en la intervalo (0,1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Amplekso de Y-variablo ne havu pli ol unu kolumnon."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Amplekso de Y-variablo ne havu pli ol unu vicon."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Unuvariabla regreso: la observonombro en X kaj Y devas kongrui."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Multvariabla regreso: la observonombro en X kaj Y devas kongrui."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regresia modelo"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Priregresa statistiko"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Rezidua"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Nivelo de certeco"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koeficientoj"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-statistiko"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Intersekco"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Prognozita Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINSTIM kruda eligaĵo"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) dekstravosta"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F grava dekstravosta"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) maldekstravosta"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F grava maldekstravosta"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P duvosta"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F grava duvosta"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Korelacio de Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Varianco de la diferencoj"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) unuvosta"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t grava unuvosta"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) duvosta"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t grava duvosta"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Konata varianco"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) unuvosta"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z krita unuvosta"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) duvosta"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z krita duvosta"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier-analizo"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Inversa Fourier-transformo"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reela"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginara"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Grandeco"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fazo"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Pli ol du kolumnoj estas elektitaj en reĝimo grupigitaj-laŭ-kolumno."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Pli ol du vicoj estas elektitaj en reĝimo grupigitaj-laŭ-vico."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Mankas datumoj en la eniga amplekso."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Eligaĵo estas tro longa por skribi en la folion."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Eniga datumamplekso"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Ebligi ĝisdatigi"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Permesu ĝisdatigon nur se vi fidas ĉi tiun dokumenton."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Al ĉelo"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Al ĉelo (aligrandigi kun ĉelo)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Al paĝo"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Neniuj uzualaj datumoj disponeblas."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(eksklusiva aliro)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Neniu nomita amplekso disponeblas en la elektita dokumento"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Harlinio (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Tre maldika (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Maldika (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Meze dika (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Dika (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Dikega (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Duobla harlinio (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Maldika/meze dika (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Meze dika/Harlinio (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Meze/Meze dika (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Uzas propran ordon agorditan en la dialogujo Agordaro ĉe %PRODUCTNAME-Tabelilo - Ordigi listojn."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Agordas ke malgrada ortangulo en la supra dekstra angulo de la ĉelo indikas, ke ekzistas komento. La komento vidiĝas nur se vi enŝaltis konsiletojn sub %PRODUCTNAME - Ĝenerala, en la dialogujo Agordaro."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Malfermas dialogon kie vi povas solvi ekvacion per variablo."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Propra ordiga ordo"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Elektu la aplikotan propran ordigan ordon. Por agordi propran ordon, elektu menuerojn Iloj - Agordaĵoj - Tabelilo - Ordigi listojn ."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Lingvo"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Agordaro"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Elektu la ordigan eblon por la lingvo."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Elektu la lingvon por la ordigaj reguloj."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Ordigaj agordoj"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Agordas pluajn ordigajn eblojn."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Propra ordiga ordo"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Uzas propran ordon agorditan en la dialogujo Agordaro ĉe Tabelilo - Ordigi listojn."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "Uzas propran ordon agorditan en la dialogujo Agordaro ĉe Tabelilo - Ordigi listojn."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordigi"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Agordi por kalkuli kaj prezenti subtotalojn."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Komenta indikilo"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Agordas ke malgrada ortangulo en la supra dekstra angulo de la ĉelo indikas, ke ekzistas komento. La komento vidiĝas nur se vi enŝaltis konsiletojn sub Ĝenerala, en la dialogujo Agordaro."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Emfazi valorojn"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Marku la kampon Valoremfazo, por vidigi la ĉelenhavon en diversaj koloroj, depende de tipo. Tekstaj ĉeloj formatiĝas nigraj, formuloj verdaj, numeroj bluaj, kaj protektitaj ĉeloj kun hela griza fono, sendepende de kiel formatiĝas ilia vidigo."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Ankri"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Agordas ĉu la ankra bildsimbolo vidiĝas kiam oni elektas enmetitan objekton, ekzemple grafikaĵon."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Teksta troo"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Se ĉelo enhavas tekston kiu estas pli larĝa ol la ĉelo, la teksto vidiĝas super apudaj vakaj ĉeloj en la sama vico. Se mankas vaka apuda ĉelo, malgranda triangulo ĉe la ĉela bordero indikas, ke la teksto daŭras."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Vidigi referencojn kolore"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Agordas ke ĉiu referenco emfaziĝu kolore en la formulo. La ĉelaron ankaŭ enfermu kolora bordero tuj kiam oni elektas por redakti la ĉelon kiu enhavas la referencon."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Vidigi"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Kolumnaj/Vicaj titoloj"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Agordas ĉu vidigi vicajn kaj kolumnajn titolojn."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Horizontala rulumskalo"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Agordas ĉu vidigi horizontalan rulumskalon ĉe la malsupro de la dokumenta fenestro."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Vertikala rulumskalo"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Agordas ĉu vidigi vertikalan rulumskalon ĉe la malsupro de la dokumenta fenestro."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Foliaj langetoj"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Agordas ĉu vidigi la foliajn tabojn ĉe la malsupro de la kalkultabela dokumento."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Konturaj simboloj"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Se vi agordis konturon, la eblo Konturaj simboloj agordas ĉu vidigi la konturajn simbolojn ĉe la bordero de la folio."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Resumo pri serĉo"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Fenestro"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Sinkronigi foliojn"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Se markita, ĉiuj folioj vidiĝos kun la sama zomfaktoro. Se ne markita, ĉiu folio havos sian propran zomfaktoron."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zomi"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Paĝosaltoj"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Agordas ĉu vidigi la paĝajn saltojn en difinita presa zono."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Helplinioj dum movado"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Agordas ĉu vidigi gvidilojn kiam oni movas desegnaĵojn, kadrojn, grafikaĵojn kaj aliajn objektojn."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Kradlinioj:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "Koloro:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Vidigi"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Vidigi en koloraj ĉeloj"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Kaŝi"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Agordas kiam kradaj linioj vidiĝu. Apriore kradaj linioj vidiĝas nur en ĉeloj kiuj ne havas fonan koloron. Oni povas elekti ankaŭ vidigi kradajn liniojn en ĉeloj kun fona koloro, aŭ kaŝi ilin."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Agordas koloron por la kradaj linioj en la aktuala dokumento."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Montrilo:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Kun etoso"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Vidigi la kursoron kiel agordita en la bildsimbola etoso, tipe kiel dika kruco."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "Sistemo"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Vidigi la kursoron kiel la sistema apriora, tipe sagopinto."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Vidaj helpoj"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Objektoj/bildoj:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Diagramoj"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Desegnaĵaj objektoj:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Vidigi"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Kaŝi"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Agordas ĉu objektoj kaj grafikaĵoj vidiĝu aŭ kaŝiĝu."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Vidigi"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Kaŝi"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Agordas ĉu diagramoj en via dokumento vidiĝu aŭ kaŝiĝu."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Vidigi"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Kaŝi"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Agordas ĉu desegnaj objektoj en via dokumento vidiĝu aŭ kaŝiĝu."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objektoj"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Agordas tiujn elementojn de la ĉefa fenestro de Tabelilo, kiuj vidiĝu. Oni povas ankaŭ vidigi aŭ kaŝi emfazon de valoroj en tabeloj."
diff --git a/source/eo/sd/messages.po b/source/eo/sd/messages.po
index d59ebf2383a..9147d7b1e14 100644
--- a/source/eo/sd/messages.po
+++ b/source/eo/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/eo/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563490238.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Liniekstremaĵoj"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Bonvolu enigi nomon por la nova sagopinto:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/eo/sfx2/messages.po b/source/eo/sfx2/messages.po
index 5ad7b6b59cc..4598b27d504 100644
--- a/source/eo/sfx2/messages.po
+++ b/source/eo/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:32+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/eo/>\n"
"Language: eo\n"
@@ -2274,6 +2274,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Jes aŭ ne"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Konservas kun la dosiero la nomon de la uzanto. Vi povas redakti la nomon elektante je Iloj - Agordaĵoj - %PRODUCTNAME - Datumoj de uzanto."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3314,86 +3322,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Apliki datumojn de uzanto:"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Konservas kun la dosiero la nomon de la uzanto. Vi povas redakti la nomon elektante je Iloj - Agordaĵoj - Datumoj de uzanto."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Restarigi atributojn"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Restarigas la redaktoperiodon al nul, la kreodaton al la aktuala dato kaj horo, kaj la versian numeron al 1. Ankaŭ forigas la ŝanĝodaton kaj la presdaton."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Ciferecaj subskriboj..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Grando:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "nekonata"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Loko:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Tipo:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Ŝanĝi pasvorton"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Ŝablono:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Vidigas la dosiernomon."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Konservi la antaŭvidan bildon kun ĉi tiu dokumento"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Bildo preferata DPI"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Enhavas bazan informon pri la aktuala dosiero."
@@ -4464,7 +4466,7 @@ msgstr "Dua pasvorto"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Nur bazaj latinaj signoj estas enigeblaj"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/eo/starmath/messages.po b/source/eo/starmath/messages.po
index 4af85232414..a1c03f7db6a 100644
--- a/source/eo/starmath/messages.po
+++ b/source/eo/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/eo/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Malfermas la dialogon Simboloj, en kiu vi povas elekti simbolon por enmeti en la formulon."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Kategorioj de elementoj"
diff --git a/source/eo/svtools/messages.po b/source/eo/svtools/messages.po
index 8cca68b588b..69b8c15938d 100644
--- a/source/eo/svtools/messages.po
+++ b/source/eo/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/eo/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE estas difektita"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Malfermas la dialogon Presilaj agordoj, kie vi povas transpasi la ĉieajn presilajn agordojn en la panelo Iloj - Agordaĵoj - %PRODUCTNAME-Verkilo/TTT - Presi, por la aktuala dokumento."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Fontkodo"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Legosigna dosiero"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafikaĵoj"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfigura dosiero"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplikaĵo"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Datumbaza tabelo"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Sistemdosiero"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word-dokumento"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Helpa dosiero"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-a dokumento"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Arkiva dosiero"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Protokolo"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Datumbazo de StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Ĉefa dokumento de StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Bildo de StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Teksta dosiero"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Ligo"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Ŝablono de StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel -dokumento"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel -ŝablono"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Skripto"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Dosiero"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Dosierujo"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Teksta dokumento"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Kalkultabelo"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Prezentaĵo"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Desegnaĵo"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-a dokumento"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Ĉefa dokumento"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formulo"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Datumbazo"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "ŝablono de OpenOffice.org 1.0 Tabelilo"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "ŝablono de OpenOffice.org 1.0 Desegnilo"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "ŝablono de OpenOffice.org 1.0 Prezentilo"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "ŝablono de OpenOffice.org teksta dokumento"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Loka diskingo"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Diskingo"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "KD-legilo"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Reta konekto"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint-dokumento"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint-ŝablono"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-prezentaĵo"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "formulo de OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "diagramo de OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "desegnaĵo de OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "kalkultabelo de OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "prezentaĵo de OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "teksta dokumento de OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "ĉefa dokumento de OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-dokumento"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Datumbazo de OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Desegnaĵo de OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Formulo de OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Ĉefa dokumento de OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Prezentaĵo de OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Kalkultabelo de OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Teksto de OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Kalkultabela ŝablono de OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Desegnaĵa ŝablono de OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Prezentaĵa ŝablono de OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Teksta ŝablono de OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Aldonaĵo de %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Literumada Kontrolo Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Vortdividi per Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Tezaŭro Mythes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Listo de malatentitaj vortoj"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Agordaĵoj..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Malfermas la dialogon Presilaj agordoj, kie vi povas transpasi la ĉieajn presilajn agordojn en la panelo Iloj - Agordaĵoj - Verkilo/TTT - Presi, por la aktuala dokumento."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nomo:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Stato:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Tipo:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Loko:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Komento:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Atributoj..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Ŝanĝas la presilajn agordojn de via operaciumo por la aktuala dokumento."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Listigas la instalitajn presilojn ĉe via sistemo. Por ŝanĝi la aprioran presilon, elektu la nomon de presilo el la listo."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Presilo"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Elektu la aprioran presilon por la aktuala dokumento."
diff --git a/source/eo/svx/messages.po b/source/eo/svx/messages.po
index 9d7a986d84e..17fbb9e05dd 100644
--- a/source/eo/svx/messages.po
+++ b/source/eo/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/eo/>\n"
"Language: eo\n"
@@ -11792,7 +11792,7 @@ msgstr "De la interno"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Tuta alineo areo"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Dekstre de paĝteksta zono"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Maldekstra bordero de alineo"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Dekstra alinemarĝeno"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Kadro:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Enigu la tekston vidigotan kiam la muso ŝvebas super la kaptejo en TTT-foliumilo."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Teksto:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Enigu je la URL por la dosiero kiu malfermiĝu kiam oni klakas al la elektita kaptejo."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Vidigas la bildomapon, por ke vi povu alklaki kaj redakti la kaptejojn."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Ebligas al vi alfiksi URL-ojn al specifaj zonoj, nomitaj kaptejoj, sur grafikaĵo aŭ grupo de grafikaĵoj. Bildomapo estas grupo de unu aŭ pliaj kaptejoj."
diff --git a/source/eo/sw/messages.po b/source/eo/sw/messages.po
index ab1085504d6..c8f33e7231b 100644
--- a/source/eo/sw/messages.po
+++ b/source/eo/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/eo/>\n"
"Language: eo\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Alinea vortdivido sen majuskloj"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Alineo, Ilaro por kunfunkcipovo"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Alineo kun unualinia krommarĝeno"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Alineo kun signodistanco"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Alineo kun konekta bordero"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Alineo kun malpermesaj reguloj"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Alineo kun pendanta interpunkcio"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Alineo kun vortdivido"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Alineo, numerado rekomencas"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Alineo, teni kune"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Alineo, adapti lastan linion"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Alineo, maldekstra marĝeno"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Alineo, maldekstra marĝeno relativa"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Alineo, nombro da linioj"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Alineo. komenca valoro de lininombro"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Alineo, interlinia spaco"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Alineoj orfaj"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Alineo, registra reĝimo aktiva"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Alineo, dekstra marĝeno"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Alineo, dekstra marĝeno relativa"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Alineo, ombra formato"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Alineon dividi"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Alineo, stilonomo"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Alineo, tabeligaj signoj"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Alineo, supra marĝeno"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Alineo, supra marĝeno relativa"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Alineo, atributoj difinitaj de uzanto"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Alineo, ĝisrandigi vertikale"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Alineoj vidvaj"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Referenca marko"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Dekstra bordero"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Dekstra bordera distanco"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Rubenan adapti"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Rubensigna stilonomo"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Rubena estas supre"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Rubena pozicio"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Rubena teksto"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Kapti per krado"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Ilaro por stila kunfunkcipovo"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Teksta kampo"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Teksta kadro"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Teksta alineo"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Teksta sekcio"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Teksta tabelo"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Atributoj difinitaj de uzanto"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Supra bordero"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Supra bordera distanco"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Nomo de nevizitita signa stilo"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Nomo de vizitita signa stilo"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Skriba reĝimo"
@@ -5376,7 +5394,7 @@ msgstr "kadro"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "OLE-objekto"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Bildo"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "OLE-objektoj"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Baza linio centrigita"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Enmeti OLE-objekton"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Redakti OLE-objekton"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9956,8 +9974,22 @@ msgstr "Alklaku ĉi tie por enigi tekston"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Elekti elementon"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Malfermas la dialogon Apudskribo. Ĝi havas la saman informon kiel la dialogo alirebla per menueroj Iloj - Agordaĵoj - %PRODUCTNAME Verkilo - Aŭtomata apudskribo."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,82 +12565,118 @@ msgid "Options"
msgstr "Agordaro"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Enhavoregaj atributoj"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Enhavo estas lokokupila teksto"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Vidiga nomo"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Valoro"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Listeroj:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Aldoni"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Ŝanĝi"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Forigi"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Movi supren"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Movi malsupren"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Enhavoregaj listeraj atributoj"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Vidiga nomo:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Valoro:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Enmetu la deŝovan valoron aplikotan al paĝnumera kampo, ekzemple \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ">Listigas la haveblajn kampotipojn. Por aldoni kampon al via dokumento, alklaku la kampotipon, alklaku kampon en la listo Elekti , kaj poste alklaku je Enmeti."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Tipo"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Elekti"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Alklaku la formaton aplikotan al la elektita kampo, aŭ alklaku je \"Kromaj formatoj\" por agordi propran formaton."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "Formato"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "Makroo..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Malfermas la Makroelektilon, kie vi povas elekti la makroon rulotan kiam vi alklakas la elektitan kampon en la dokumento."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Valoro"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Agordas pluajn funkciajn parametrojn por kampoj. La tipo de parametro dependas de la elektita kampa tipo."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Nomo"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "tiam"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Enmetu la tekston vidigotan kiam la kondiĉo estas plenumita en la kadron Tiam, kaj la tekston vidigotan kiam la kondiĉo ne estas plenumita en la kadron Alie."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "alie"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Enmetu la tekston vidigotan kiam la kondiĉo estas plenumita en la kadron Tiam, kaj la tekston vidigotan kiam la kondiĉo ne estas plenumita en la kadron Alie."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Elemento"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Enmetu novan elementon."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Enmetas la Elementon en la liston."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Listeroj"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Listigas la elementojn. La plej supra ero vidiĝas en la dokumento."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Forigas la elektitan elementon el la listo."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Movi supren"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Movas la elektitan eron supren en la listo."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Movi malsupren"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Movas la elektitan eron malsupren en la listo."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Nomo"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Enmetu unikan nomon por la Enmta listo."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Enigu nomon por la elektita ero."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Enigu la tekston vidigotan per TTT-legilo kiam la elektita ero ne disponeblas. Alternativa teskto ankaŭ uzeblas por helpi handikapitojn."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Neniu>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Vidigas la elementon (objekton, bildon aŭ kadron) kiu antaŭas la aktualan elementon en ligita sinsekvo. Por enmeti aŭ ŝanĝi la antaŭan ligilon, elektu nomon en la listo. Se vi ligas kadrojn, la aktuala kadro kaj la cela kadro devas esti malplenaj."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Neniu>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Vidigas la elementon (objekton, bildon aŭ kadron) kiu sekvas la aktualan elementon en ligita sinsekvo. Por enmeti aŭ ŝanĝi la sekvan ligilon, elektu nomon en la listo. Se vi ligas kadrojn, la cela kadro devas esti malplena."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Antaŭa ligilo:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Sekva ligilo:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Priskribo:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Enhavo"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Malebligas ŝanĝojn al la enhavo de la elektita elemento."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Pozicio"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Ŝlosas la pozicion de la elektita ero en la aktuala dokumento."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Grando"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Ŝlosas la grandon de la elektita ero."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Protekti"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Supre"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centre"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Malsupre"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Agordas la vertikalan ĝisrandigon de la enhavo de la kadro. Ĉefe temas pri teksta enhavo, sed ĝi ankaŭ influas tabelojn kaj aliajn objektojn ankritajn al la teksta zono (ankrita kiel signo, al signo aŭ al alineo), ekzemple kadroj, bildoj kaj desegnaĵoj."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Ĝisrandigi enhavon"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Redaktebla en nurlega dokumento"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Ebligas redakti la enhavon de kadro en dokumento nurlega (protektita kontraŭ skribado)"
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Presi"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Inkluzivas la elektitan eron kiam oni presigas la dokumenton."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Specifas la preferatan tekstfluan direkton en kadro. Por uzi la aprioran tekstofluajn agordaĵojn por la paĝo, elektu la listeron Uzu superrangajn objektajn agordaĵojn."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Teksta direkto:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Atributoj"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Antaŭa ligilo:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Neniu>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Sekva ligilo:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Neniu>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Agordas la elektitan objekton, bildon aŭ kadron."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Aŭtomate..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "Malfermas la dialogon Apudskribo. Ĝi havas la saman informon kiel la dialogo alirebla per menueroj Iloj - Agordaĵoj - Verkilo - Aŭtomata apudskribo."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Agordaĵoj..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Apudskribo"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numerado:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Apartigilo:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Pozicio:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Elektu la tipon de numerado uzota en la apudskribo."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Enmeti nedevigajn signojn kiuj aperu inter la numero kaj la apudskriba teksto."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Numerada apartigilo:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Tajpu la tekston kiun vi deziras aperi post la titolnumero."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Enmetas la apudskribon super aŭ sub la elektita elemento. Ĉi tiu eblo disponeblas nur por iuj objektoj"
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorio:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Elektu la apudskriban kategorion, aŭ tajpu nomon por krei novan kategorion. La kategoria teksto aperos antaŭ la apudskriba numero en la apudskriba etikedo. Ĉiu antaŭe difinita apudskriba kategorio formatiĝas kun alinea stilo kun la sama nomo."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Atributoj"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Aspekto"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Enmetas numeritan apudskribon al elektita bildo, tabelo, diagramo, kadro, aŭ formo."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Neniu]"
diff --git a/source/es/chart2/messages.po b/source/es/chart2/messages.po
index c85ed02d2c5..ee43ab4b6d0 100644
--- a/source/es/chart2/messages.po
+++ b/source/es/chart2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:18+0100\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1548565962.000000\n"
#. NCRDD
@@ -3245,7 +3245,7 @@ msgstr "_Sobre marcas de graduación"
#: chart2/uiconfig/ui/tp_AxisPositions.ui:186
msgctxt "tp_AxisPositions|extended_tip|RB_ON"
msgid "Specifies that the axis is positioned on the first/last tickmarks. This makes the data points visual representation begin/end at the value axis."
-msgstr ""
+msgstr "Especifica que el eje se sitúa en las primeras/últimas marcas de graduación. Esto hace que la representación visual de los puntos de datos comience/termine en el eje de valores."
#. gSFeZ
#: chart2/uiconfig/ui/tp_AxisPositions.ui:197
@@ -3257,7 +3257,7 @@ msgstr "_Entre marcas de graduación"
#: chart2/uiconfig/ui/tp_AxisPositions.ui:206
msgctxt "tp_AxisPositions|extended_tip|RB_BETWEEN"
msgid "Specifies that the axis is positioned between the tickmarks. This makes the data points visual representation begin/end at a distance from the value axis."
-msgstr ""
+msgstr "Especifica que el eje se sitúa entre las marcas de graduación. Esto hace que la representación visual de los puntos de datos comience/termine a una distancia del eje de valores."
#. ExBDm
#: chart2/uiconfig/ui/tp_AxisPositions.ui:221
diff --git a/source/es/cui/messages.po b/source/es/cui/messages.po
index 714bffcf641..e4231fd0183 100644
--- a/source/es/cui/messages.po
+++ b/source/es/cui/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabla"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Escriba un nombre para la punta de flecha nueva:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2416,7 +2416,7 @@ msgstr "Para repetir filas/columnas en todas las páginas use Formato ▸ Zonas
#: cui/inc/tipoftheday.hrc:90
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert images and photos into shapes in Draw and Impress. Right-click on a shape, choose Area ▸ Image ▸ Add / Import, and use Options to adjust appearance."
-msgstr "Inserte imágenes y fotografías en formas en Draw e Impress. Haga clic en el botón derecho sobre la forma, escoja Área > Imagen > Añadir / Importar, y use las Opciones para ajustar la apariencia."
+msgstr "Inserte imágenes y fotografías en formas en Draw e Impress. Pulse con el botón secundario del ratón sobre la forma, escoja Área ▸ Imagen ▸ Añadir/Importar, y use las Opciones para ajustar la apariencia."
#. W6E2A
#: cui/inc/tipoftheday.hrc:91
@@ -2774,13 +2774,13 @@ msgstr "Para eliminar el número de página de su sumario, vaya a Insertar ▸
#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
-msgstr "Con el Navegador puede seleccionar y desplazar hacia arriba o hacia abajo los títulos y el texto debajo del título, en el navegador y en el documento."
+msgstr "Con el Navegador puede seleccionar y mover hacia arriba o hacia abajo los títulos y el texto debajo del título, en el Navegador y en el documento."
#. y8B2s
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "¿Quiere introducir un objeto matemático en Writer rápidamente? Escriba su fórmula, selecciónela y utilice Insertar ▸ Objeto OLE ▸ Fórmula para convertir el texto."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -2835,7 +2835,7 @@ msgstr "Puede personalizar el botón central del ratón en Herramientas ▸ Opci
#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
-msgstr "¿Quiere imprimir dos páginas verticales en una horizontal (reduciendo A4 a A5)? Archivo ▸ Imprimir y seleccione 2 en «Páginas por hoja»."
+msgstr "¿Quiere imprimir dos páginas verticales en una horizontal (reduciendo A4 a 2 A5)? Archivo ▸ Imprimir y seleccione 2 en «Páginas por hoja»."
#. GmBZk
#: cui/inc/tipoftheday.hrc:162
@@ -2898,7 +2898,7 @@ msgstr "¿Quiere gestionar la presentación de los hiperenlaces de una hoja de c
#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
-msgstr "Desmarque Herramientas ▸ Opciones ▸ %PRODUCTNAME Calc ▸ Ver ▸ Escala: «Sincronizar hojas» para que cada planilla tenga su propio factor de escala."
+msgstr "Deselecciona Herramientas ▸ Opciones ▸ %PRODUCTNAME Calc ▸ Ver ▸ Zoom: \"Sincronizar hojas\" para que cada hoja en Calc tenga su propio factor de zoom."
#. qK7Xz
#: cui/inc/tipoftheday.hrc:172
@@ -2987,7 +2987,7 @@ msgstr "¿Sus pautas de aceptación de fechas son inapropiadas? Utilice Herramie
#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
-msgstr ""
+msgstr "¿Quiere exportar las fórmulas a CSV? Archivo ▸ Guardar como ▸ Tipo:Texto CSV, marque \"Editar la configuración de los filtros\", y marque \"Guardar las fórmulas de las celdas\" en el siguiente diálogo."
#. XLN9z
#: cui/inc/tipoftheday.hrc:186
@@ -3000,7 +3000,7 @@ msgstr "La consola de presentación es una gran herramienta al trabajar con %PRO
#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
-msgstr ""
+msgstr "Para eliminar varios comentarios, seleccione las celdas con comentarios y utilice Hoja ▸ Comentarios de celda ▸ Eliminar comentario."
#. SMLUg
#: cui/inc/tipoftheday.hrc:188
@@ -3031,13 +3031,13 @@ msgstr "Haga encajar la hoja o la zona de impresión en una página con Formato
#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to include a list item without a bullet or number? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
-msgstr ""
+msgstr "¿Necesita incluir un elemento de la lista sin una viñeta o un número? Use \"Insertar entrada no numerada\" en la barra de herramientas Numeración y viñetas."
#. ZacQo
#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
-msgstr ""
+msgstr "Puede rotar la orientación de las celdas de una tabla con Tabla ▸ Propiedades ▸ Flujo de texto ▸ Orientación del texto."
#. Vi6L8
#: cui/inc/tipoftheday.hrc:194
@@ -3049,7 +3049,7 @@ msgstr "En %PRODUCTNAME Draw para cambiar el punto 0/0 de las reglas, arrastre l
#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
-msgstr ""
+msgstr "¿Quiere mover una columna en Calc entre otras dos en un solo paso? Pulse en la cabecera de una celda en la columna, mantenga presionado el botón del ratón y desplácese hasta el objetivo con la tecla %MOD2."
#. 3xJeA
#: cui/inc/tipoftheday.hrc:196
@@ -3087,14 +3087,14 @@ msgstr "%PRODUCTNAME puede añadir automáticamente pies de objeto numerados al
#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
-msgstr ""
+msgstr "Con %PRODUCTNAME puede usar su cuenta de GMail para combinar los correos. Rellene los datos de Herramientas ▸ Opciones ▸ %PRODUCTNAME Writer ▸ Correos para combinar correspondencia."
#. 87ozj
#. local help missing
#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
-msgstr ""
+msgstr "Mantenga visibles las columnas de cabecera de una hoja cuando se desplace entre las filas a través de Ver ▸ Inmovilizar celdas ▸ Inmovilizar primera fila."
#. mCfdK
#: cui/inc/tipoftheday.hrc:203
@@ -3106,7 +3106,7 @@ msgstr "¿Quiere empezar a trabajar con macros de Basic? Eche un vistazo a los e
#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
-msgstr ""
+msgstr "Aplique estilos de párrafos de título en Writer con los atajos de teclado: %MOD1+1 aplica Título1, %MOD1+2 aplica Título2, etc."
#. DA82R
#: cui/inc/tipoftheday.hrc:205
@@ -3130,7 +3130,7 @@ msgstr "¿Necesita metadatos personalizados? Diríjase a Archivo ▸ Propiedades
#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
-msgstr ""
+msgstr "¿Quiere ver pero no imprimir un objeto en Draw? Dibuje en una capa con el indicador \"Imprimible\" desactivado (clic derecho en la pestaña y \"Modificar capa\")"
#. CGQaY
#: cui/inc/tipoftheday.hrc:209
@@ -3167,12 +3167,12 @@ msgstr "El cuadro de diálogo Numeración de capítulos le permite definir texto
#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
-msgstr ""
+msgstr "¿Quiere transponer una tabla de Writer? Copiar y pegar en Calc, Transponer con copiar/pegado especial y después copiar/pegado especial ▸ texto formateado en Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3254,7 +3254,7 @@ msgstr "Para copiar un comentario sin perder el contenido de la celda de destino
#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch-convert your Microsoft Office documents to the OpenDocument format by using the Document Converter wizard in menu File ▸ Wizards ▸ Document Converter."
-msgstr "Convierta un lote de archivos de Microsoft Office al formato OpenDocument con el asistente de conversión de documentos en el menú Archivo > Asistentes > Conversor de documentos."
+msgstr "Convierta por lotes sus documentos de Microsoft Office al formato OpenDocument mediante el asistente Conversor de documentos en el menú Archivo ▸ Asistentes ▸ Conversor de documentos."
#. WMueE
#: cui/inc/tipoftheday.hrc:229
@@ -3266,25 +3266,25 @@ msgstr "Al editar una celda en su posición, puede pulsar con el botón secundar
#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
-msgstr ""
+msgstr "¿Necesita mover una tabla de Writer? Vaya a Tabla ▸ Seleccionar ▸ Tabla y a Insertar ▸ Marco ▸ Marco y muévalo donde quiera."
#. TmaSP
#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
-msgstr ""
+msgstr "Con Herramientas ▸ Texto automático ▸ Texto automático ▸ Importar, puede seleccionar un documento de Word o una plantilla que contenga las entradas de texto automático que quiera importar."
#. kwxqQ
#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
-msgstr ""
+msgstr "No inserte saltos manuales para separar dos párrafos. En su lugar, cambie Sangría y espaciado ▸ Espaciado ▸ Bajo el párrafo en las propiedades de estilo/párrafo."
#. rxTGc
#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
-msgstr ""
+msgstr "Mantenga los ceros antes de un número utilizando la opción de formato de celda «Ceros a la izquierda» o aplique el formato Texto a la celda antes de introducir el número."
#. jkXFE
#: cui/inc/tipoftheday.hrc:234
@@ -3354,17 +3354,17 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Puede crear un gráfico basado en una tabla de Writer si pulsa en esta y acciona Insertar ▸ Gráfico."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Cambie las distintas opciones en Herramientas ▸ Opciones ▸ %PRODUCTNAME Writer ▸ Ayudas de formato ▸ Mostrar para especificar cuáles caracteres no imprimibles quiere que se visualicen."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
-msgstr ""
+msgstr "¿Quiere saltar a una página concreta por su número? A la izquierda de la barra de estado, pulse en «Página X de Y» o utilice Editar ▸ Ir a página, o presione %MOD1 + G."
#. ULATG
#: cui/inc/tipoftheday.hrc:247
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "¿Quiere que el cursor vaya a la celda de la derecha tras insertar un valor en Calc? Utilice la tecla Tab en vez de Intro."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Para mostrar la barra de desplazamiento a la izquierda, active Herramientas ▸ Opciones ▸ Configuración de idiomas ▸ Idiomas ▸ Texto complejo y marque Hoja ▸ De derecha a izquierda."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "¿No utiliza ciertos estilos de flecha? Quítelos con el botón Eliminar en la pestaña Formato ▸ Cuadro de texto y forma ▸ Línea ▸ Estilos de flecha."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Ayuda de %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Más información"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Ejecutar esta acción ahora…"
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Consejo del día: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Ord"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opc"
@@ -4362,7 +4368,7 @@ msgstr "Información de la versión"
#: cui/uiconfig/ui/aboutdialog.ui:429
msgctxt "aboutdialog|btnCopyVersionTooltip"
msgid "Copy all version information in English"
-msgstr "Copiar la información de versión en inglés"
+msgstr "Copiar información en inglés sobre la versión"
#. Ujmto
#: cui/uiconfig/ui/accelconfigpage.ui:80
@@ -4396,7 +4402,7 @@ msgstr "%PRODUCTNAME"
#: cui/uiconfig/ui/accelconfigpage.ui:164
msgctxt "accelconfigpage|extended_tip|office"
msgid "Displays shortcut keys that are common to all the office suite applications."
-msgstr ""
+msgstr "Muestra las teclas de método abreviado comunes a todas las aplicaciones del paquete ofimático."
#. jjhUE
#: cui/uiconfig/ui/accelconfigpage.ui:176
@@ -4408,7 +4414,7 @@ msgstr "$(MODULE)"
#: cui/uiconfig/ui/accelconfigpage.ui:185
msgctxt "accelconfigpage|extended_tip|module"
msgid "Displays shortcut keys for the current office suite application."
-msgstr ""
+msgstr "Muestra los atajos de teclado para la aplicación en uso del paquete de oficina."
#. R2nhJ
#: cui/uiconfig/ui/accelconfigpage.ui:212
@@ -4522,13 +4528,13 @@ msgstr "F_unciones"
#: cui/uiconfig/ui/accelconfigpage.ui:577
msgctxt "accelconfigpage|extended_tip|AccelConfigPage"
msgid "Assigns or edits the shortcut keys for the office suite commands, or Basic macros."
-msgstr ""
+msgstr "Permite asignar o editar los atajos de teclado de las órdenes del paquete de oficina o las macros BASIC."
#. 3zZvu
#: cui/uiconfig/ui/acorexceptpage.ui:56
msgctxt "acorexceptpage|extended_tip|abbrev"
msgid "Type an abbreviation followed by a period, and then click New. This prevents automatic capitalization of the first letter of the word that comes after the period at the end of the abbreviation."
-msgstr ""
+msgstr "Escriba una abreviatura seguida de un punto y, a continuación, pulse en Nuevo. Esto evita la mayúscula automática de la primera letra de la palabra que viene después del punto al final de la abreviatura."
#. GUtft
#: cui/uiconfig/ui/acorexceptpage.ui:67
@@ -4540,7 +4546,7 @@ msgstr "_Incluir automáticamente"
#: cui/uiconfig/ui/acorexceptpage.ui:73
msgctxt "acorexceptpage|autoabbrev"
msgid "Automatically add to the exception list if autocorrection is immediately undone."
-msgstr ""
+msgstr "Añadir automáticamente a la lista de excepciones si la corrección automática se deshace inmediatamente."
#. 7qDG3
#: cui/uiconfig/ui/acorexceptpage.ui:76
@@ -4582,7 +4588,7 @@ msgstr "Abreviaturas (a las que no siguen mayúsculas)"
#: cui/uiconfig/ui/acorexceptpage.ui:247
msgctxt "acorexceptpage|extended_tip|double"
msgid "Type the word or abbreviation that starts with two capital letters or a small initial that you do not want automatically changed to one initial capital. For example, enter PC to prevent a change from PC to Pc, or enter eBook to prevent a change to Ebook."
-msgstr ""
+msgstr "Escriba la palabra o abreviatura que comience con dos letras mayúsculas o una inicial en minúscula que no desee cambiar automáticamente a una inicial mayúscula. Por ejemplo, introduzca «PC» para evitar un cambio de «PC» a «Pc», o ingrese «eBook» para evitar un cambio a «Ebook»."
#. kAzxB
#: cui/uiconfig/ui/acorexceptpage.ui:258
@@ -4594,13 +4600,13 @@ msgstr "Inclusión a_utomática"
#: cui/uiconfig/ui/acorexceptpage.ui:264
msgctxt "acorexceptpage|autodouble"
msgid "Automatically add to the exception list if autocorrection is immediately undone."
-msgstr ""
+msgstr "Añadir automáticamente a la lista de excepciones si la corrección automática se deshace inmediatamente."
#. 7u9Af
#: cui/uiconfig/ui/acorexceptpage.ui:267
msgctxt "acorexceptpage|extended_tip|autodouble"
msgid "Adds autocorrected words that start with two capital letters to the list of exceptions, if the autocorrection is immediately undone. This feature is only effective if the Correct TWo INitial CApitals option is selected in the [T] column on the Options tab of this dialog."
-msgstr ""
+msgstr "Añade a la lista de excepciones palabras corregidas automáticamente que comienzan por dos mayúsculas si la corrección automática se deshace inmediatamente. Esta funcionalidad solo es eficaz si se activa la opción «Corregir DOs MAyúsculas INiciales» en la columna [E] de la pestaña Opciones de este cuadro de diálogo."
#. AcEEf
#: cui/uiconfig/ui/acorexceptpage.ui:294
@@ -4636,7 +4642,7 @@ msgstr "Palabras con DOs MAyúsculas INiciales o mINÚSCULA iNICIAL"
#: cui/uiconfig/ui/acorexceptpage.ui:412
msgctxt "acorexceptpage|extended_tip|AcorExceptPage"
msgid "Specify the abbreviations or letter combinations that you do not want corrected automatically."
-msgstr ""
+msgstr "Especifique las abreviaturas o combinaciones de letras que no desea que se corrijan automáticamente."
#. Cd7nJ
#: cui/uiconfig/ui/acoroptionspage.ui:84
@@ -4714,7 +4720,7 @@ msgstr "Guarda la entrada en el cuadro Con sin formato. En cuanto tiene lugar la
#: cui/uiconfig/ui/acorreplacepage.ui:254
msgctxt "acorreplacepage|extended_tip|AcorReplacePage"
msgid "Edits the replacement table for automatically correcting or replacing words or abbreviations in your document."
-msgstr "Edita la tabla de sustitución para corregir o sustituir automáticamente palabras o abreviaturas del documento."
+msgstr "Edita la tabla de sustituciones para corregir o reemplazar automáticamente palabras o abreviaturas del documento."
#. 9Xnti
#: cui/uiconfig/ui/additionsdialog.ui:12
@@ -4768,38 +4774,38 @@ msgstr "Adiciones"
#: cui/uiconfig/ui/additionsdialog.ui:123
msgctxt "additionsdialog|ProgressLabel"
msgid "Progress Label"
-msgstr ""
+msgstr "Etiqueta de progreso"
#. PjJ55
#: cui/uiconfig/ui/additionsdialog.ui:126
msgctxt "additionsdialog|ProgressLabel"
msgid "ProgressLabel"
-msgstr ""
+msgstr "EtiquetaDeProgreso"
#. SYKGE
#: cui/uiconfig/ui/additionsdialog.ui:127
msgctxt "additionsdialog|ProgressLabel"
msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
-msgstr ""
+msgstr "Esta etiqueta muestra el progreso de las operaciones como la carga de extensiones, el estado no encontrado, etc."
#. NrZT8
#: cui/uiconfig/ui/additionsdialog.ui:188
#: cui/uiconfig/ui/additionsdialog.ui:189
msgctxt "additionsdialog|searchEntry"
msgid "searchEntry"
-msgstr ""
+msgstr "BuscarTexto"
#. iamTq
#: cui/uiconfig/ui/additionsdialog.ui:212
msgctxt "additionsdialog|buttonGear"
msgid "Gear Menu"
-msgstr ""
+msgstr "Menu personalizar"
#. CbCbR
#: cui/uiconfig/ui/additionsdialog.ui:213
msgctxt "additionsdialog|buttonGear"
msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
-msgstr ""
+msgstr "Contiene comandos para modificar la configuración de la lista de adiciones, como el tipo de clasificación o el tipo de vista."
#. fUE2f
#: cui/uiconfig/ui/additionsfragment.ui:16
@@ -4811,7 +4817,7 @@ msgstr "Mostrar más extensiones"
#: cui/uiconfig/ui/additionsfragment.ui:21
msgctxt "additionsDialog|buttonShowMore"
msgid "ButtonShowMore"
-msgstr ""
+msgstr "BotónMostrarMás"
#. i9AoG
#: cui/uiconfig/ui/additionsfragment.ui:22
@@ -4889,7 +4895,7 @@ msgstr "Parámetros"
#: cui/uiconfig/ui/agingdialog.ui:204
msgctxt "agingdialog|extended_tip|AgingDialog"
msgid "All pixels are set to their gray values, and then the green and blue color channels are reduced by the amount you specify. The red color channel is not changed."
-msgstr ""
+msgstr "Todos los píxeles se establecen en sus valores de gris y, a continuación, los canales de color verde y azul se reducen en la cantidad que especifique. El canal de color rojo no cambia."
#. nxZTH
#: cui/uiconfig/ui/applyautofmtpage.ui:55
@@ -5183,7 +5189,7 @@ msgstr "Tabla"
#: cui/uiconfig/ui/areatabpage.ui:40
msgctxt "areatabpage|extended_tip|tablelb"
msgid "Set the fill options for the selected drawing object or document element."
-msgstr ""
+msgstr "Configure las opciones de relleno para el objeto de dibujo o elemento de documento seleccionado."
#. 2kC9i
#: cui/uiconfig/ui/areatabpage.ui:52
@@ -5261,7 +5267,7 @@ msgstr "Rellena el objeto con el motivo de trama que se seleccione aquí."
#: cui/uiconfig/ui/areatabpage.ui:202
msgctxt "areatabpage|extended_tip|AreaTabPage"
msgid "Set the fill options for the selected drawing object or document element."
-msgstr ""
+msgstr "Configurar las opciones de relleno para el objeto de dibujo o elemento de documento seleccionado."
#. GSXcM
#: cui/uiconfig/ui/asiantypography.ui:21
@@ -5723,7 +5729,7 @@ msgstr "_Fusionar con párrafo siguiente"
#: cui/uiconfig/ui/borderpage.ui:647
msgctxt "borderpage|mergewithnext"
msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
-msgstr ""
+msgstr "Combinar el estilo de sangría, borde y sombra del párrafo actual con el siguiente, si son iguales."
#. xkm5N
#: cui/uiconfig/ui/borderpage.ui:658
@@ -5813,7 +5819,7 @@ msgstr "Tipo:"
#: cui/uiconfig/ui/bulletandposition.ui:280
msgctxt "bulletandposition|extended_tip|numfmtlb"
msgid "Select the level(s) that you want to modify. To apply the options to all the levels, select “1-10”."
-msgstr ""
+msgstr "Seleccione los niveles que desea modificar. Para aplicar las opciones a todos los niveles, seleccione “1-10”."
#. mp5Si
#: cui/uiconfig/ui/bulletandposition.ui:293
@@ -5849,7 +5855,7 @@ msgstr "Seleccionar…"
#: cui/uiconfig/ui/bulletandposition.ui:346
msgctxt "bulletandposition|extended_tip|bullet"
msgid "Select the character for the unordered list."
-msgstr ""
+msgstr "Seleccione el carácter para la lista desordenada (viñetas)."
#. oJgFH
#: cui/uiconfig/ui/bulletandposition.ui:357
@@ -5861,7 +5867,7 @@ msgstr "Seleccionar imagen…"
#: cui/uiconfig/ui/bulletandposition.ui:369
msgctxt "bulletandposition|extended_tip|bitmap"
msgid "Select a graphic bullet."
-msgstr ""
+msgstr "Seleccione una viñeta gráfica."
#. Cv7BZ
#: cui/uiconfig/ui/bulletandposition.ui:382
@@ -5873,7 +5879,7 @@ msgstr "Color:"
#: cui/uiconfig/ui/bulletandposition.ui:405
msgctxt "bulletandposition|extended_tip|color"
msgid "Select the color of the list characters for ordered and unordered lists."
-msgstr ""
+msgstr "Seleccione el color de los caracteres de la lista para listas ordenadas y desordenadas."
#. jxFmf
#: cui/uiconfig/ui/bulletandposition.ui:430
@@ -5897,13 +5903,13 @@ msgstr "Después:"
#: cui/uiconfig/ui/bulletandposition.ui:494
msgctxt "bulletandposition|extended_tip|suffix"
msgid "Enter the text to display after the numbering."
-msgstr ""
+msgstr "Introduzca el texto que se mostrará después de la numeración."
#. u9Bhq
#: cui/uiconfig/ui/bulletandposition.ui:511
msgctxt "bulletandposition|extended_tip|prefix"
msgid "Enter the text to display before the numbering."
-msgstr ""
+msgstr "Introduzca el texto que se mostrará antes de la numeración."
#. GAS5v
#: cui/uiconfig/ui/bulletandposition.ui:526
@@ -5927,25 +5933,25 @@ msgstr "Altura:"
#: cui/uiconfig/ui/bulletandposition.ui:604
msgctxt "bulletandposition|extended_tip|widthmf"
msgid " Enter the width of the graphic bullet character. "
-msgstr ""
+msgstr " Ingrese el ancho del carácter de la viñeta gráfica. "
#. twiWp
#: cui/uiconfig/ui/bulletandposition.ui:623
msgctxt "bulletandposition|extended_tip|heightmf"
msgid " Enter the height of the graphic bullet character. "
-msgstr ""
+msgstr " Ingrese la altura del carácter de la viñeta gráfica. "
#. vqDku
#: cui/uiconfig/ui/bulletandposition.ui:657
msgctxt "bulletandposition|relsize"
msgid "100"
-msgstr ""
+msgstr "100"
#. QArnY
#: cui/uiconfig/ui/bulletandposition.ui:663
msgctxt "bulletandposition|extended_tip|relsize"
msgid "For character unordered and ordered lists, set the relative size of the list character. The relative size applies to the Before and After text as well."
-msgstr ""
+msgstr "Para listas ordenadas y desordenadas de caracteres, establezca el tamaño relativo del carácter de la lista. El tamaño relativo también se aplica al texto Antes y Después."
#. pGXFi
#: cui/uiconfig/ui/bulletandposition.ui:676
@@ -5963,7 +5969,7 @@ msgstr "Mantener proporción"
#: cui/uiconfig/ui/bulletandposition.ui:702
msgctxt "bulletandposition|extended_tip|keepratio"
msgid "Check this box to preserve the height to width ratio of the graphic bullet."
-msgstr ""
+msgstr "Marque esta casilla para conservar la proporción entre la altura y el ancho de la viñeta gráfica."
#. EhFU7
#: cui/uiconfig/ui/bulletandposition.ui:734
@@ -5987,19 +5993,19 @@ msgstr "Anchura:"
#: cui/uiconfig/ui/bulletandposition.ui:795
msgctxt "bulletandposition|indentmf"
msgid "0,00"
-msgstr ""
+msgstr "0,00"
#. nCTvW
#: cui/uiconfig/ui/bulletandposition.ui:801
msgctxt "bulletandposition|extended_tip|indentmf"
msgid "Enter the distance from the left edge of the containing object to the start of all lines in the list."
-msgstr ""
+msgstr "Introduzca la distancia desde el borde izquierdo del objeto contenedor hasta el inicio de todas las líneas de la lista."
#. eeDkR
#: cui/uiconfig/ui/bulletandposition.ui:815
msgctxt "bulletandposition|numberingwidthmf"
msgid "0,00"
-msgstr ""
+msgstr "0,00"
#. EEFpF
#: cui/uiconfig/ui/bulletandposition.ui:821
@@ -6017,25 +6023,25 @@ msgstr "Relati_vo"
#: cui/uiconfig/ui/bulletandposition.ui:840
msgctxt "bulletandposition|extended_tip|relative"
msgid "Relative to the upper list level. The entered value is added to that of this field in the level before. If “Indent: 20mm” on list level 1 and “Indent: 10mm Relative” on list level 2 will result in an effective indent of 30mm for level 2."
-msgstr ""
+msgstr "Relativo al nivel superior de la lista. El valor introducido se suma al de este campo en el nivel anterior. Si \"Sangría: 20 mm\" en el nivel 1 de la lista y \"Sangría: 10 mm relativa\" en el nivel 2 de la lista, se obtendrá una sangría efectiva de 30 mm para el nivel 2."
#. zC5eX
#: cui/uiconfig/ui/bulletandposition.ui:864
msgctxt "bulletandposition|extended_tip|center"
msgid "Align bullet on the center of the list element."
-msgstr ""
+msgstr "Alinear la viñeta en el centro del elemento de la lista."
#. sdBx9
#: cui/uiconfig/ui/bulletandposition.ui:882
msgctxt "bulletandposition|extended_tip|left"
msgid "Align bullet on the left of the list element."
-msgstr ""
+msgstr "Alinear la viñeta a la izquierda del elemento de la lista."
#. TFMgS
#: cui/uiconfig/ui/bulletandposition.ui:900
msgctxt "bulletandposition|extended_tip|right"
msgid "Align bullet on the right of the list element."
-msgstr ""
+msgstr "Alinear la viñeta a la derecha del elemento de la lista."
#. FhAfv
#: cui/uiconfig/ui/bulletandposition.ui:919
@@ -6305,7 +6311,7 @@ msgstr "Borde de _referencia:"
#: cui/uiconfig/ui/cellalignment.ui:83
msgctxt "cellalignment|extended_tip|spinDegrees"
msgid "Enter the rotation angle from 0 to 360 for the text in the selected cell(s)."
-msgstr ""
+msgstr "Ingrese el ángulo de rotación de 0 a 360 para el texto en las celdas seleccionadas."
#. D2Ebb
#: cui/uiconfig/ui/cellalignment.ui:100
@@ -6563,7 +6569,7 @@ msgstr "_Seleccionar ruta a NSS…"
#: cui/uiconfig/ui/certdialog.ui:47
msgctxt "certdialog|extended_tip|add"
msgid "Opens a file picker dialog to add a new Network Security Services Certificate directory to the list."
-msgstr ""
+msgstr "Abre un cuadro de diálogo de selección de archivos para agregar un nuevo directorio de certificados de servicios de seguridad de red a la lista."
#. GFGjC
#: cui/uiconfig/ui/certdialog.ui:132
@@ -6605,188 +6611,158 @@ msgstr "Ruta del certificado"
#: cui/uiconfig/ui/certdialog.ui:275
msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
-msgstr ""
-
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Seleccione el formato que quiere aplicar."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Escriba o seleccione el tamaño de letra que quiere aplicar. Para tipos de letra redimensionables, también puede introducir valores decimales."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Tamaño:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Idioma:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Establece el idioma que usará la revisión ortográfica para el texto seleccionado o el que teclee. Los módulos de idiomas disponibles tienen una marca de verificación."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Características…"
+msgstr "Seleccione o agregue el directorio de certificados de servicios de seguridad de red correcto para usar para las firmas digitales."
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Idioma:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Establece el idioma que usará la revisión ortográfica para el texto seleccionado o el que teclee. Los módulos de idiomas disponibles tienen una marca de verificación."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Seleccione el formato que quiere aplicar."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Tamaño:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Escriba o seleccione el tamaño de letra que quiere aplicar. Para tipos de letra redimensionables, también puede introducir valores decimales."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Características…"
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Occidental"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Tamaño:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Idioma:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Seleccione el formato que quiere aplicar."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Escriba o seleccione el tamaño de letra que quiere aplicar. Para tipos de letra redimensionables, también puede introducir valores decimales."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Establece el idioma que usará la revisión ortográfica para el texto seleccionado o el que teclee. Los módulos de idiomas disponibles tienen una marca de verificación."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Características…"
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Establece el idioma que usará la revisión ortográfica para el texto seleccionado o el que teclee. Los módulos de idiomas disponibles tienen una marca de verificación."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asiático"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Tamaño:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Seleccione el formato que quiere aplicar."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Escriba o seleccione el tamaño de letra que quiere aplicar. Para tipos de letra redimensionables, también puede introducir valores decimales."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Establece el idioma que usará la revisión ortográfica para el texto seleccionado o el que teclee. Los módulos de idiomas disponibles tienen una marca de verificación."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Idioma:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Características…"
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Complejo"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Establece el idioma que usará la revisión ortográfica para el texto seleccionado o el que teclee. Los módulos de idiomas disponibles tienen una marca de verificación."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Tipo de letra"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Previsualización"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Especifique el formato y el tipo de letra que desee aplicar."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7205,7 +7181,7 @@ msgstr "Paleta:"
#: cui/uiconfig/ui/colorpage.ui:107
msgctxt "colorpage|btnMoreColors"
msgid "Add color palettes via extension"
-msgstr ""
+msgstr "Agregar paletas de colores a través de una extensión"
#. fKSac
#: cui/uiconfig/ui/colorpage.ui:136
@@ -7415,7 +7391,7 @@ msgstr "En el costado derecho de la barra inferior es posible ver el color origi
#: cui/uiconfig/ui/colorpickerdialog.ui:199
msgctxt "extended tip | colorField"
msgid "Click in the big color area on the left to select a new color. Using this selector area you can modify two components of the color as represented in the RGB or HSB color models. Note that these are the two components not selected with the radio buttons on the right side of the dialog."
-msgstr ""
+msgstr "Haga clic en el área de color grande a la izquierda para seleccionar un nuevo color. Con esta área de selección, puede modificar dos componentes del color tal como se representan en los modelos de color RGB o HSB. Tenga en cuenta que estos son los dos componentes no seleccionados con los botones de radio en el lado derecho del cuadro de diálogo."
#. N8gjc
#: cui/uiconfig/ui/colorpickerdialog.ui:216
@@ -7433,7 +7409,7 @@ msgstr "_Rojo:"
#: cui/uiconfig/ui/colorpickerdialog.ui:303
msgctxt "extended tip | redRadiobutton"
msgid "Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Establece el componente rojo modificable en el control deslizante de color vertical y los componentes verde y azul en el campo selector de color bidimensional. Los valores permitidos son de 0 a 255."
#. TkTSB
#: cui/uiconfig/ui/colorpickerdialog.ui:314
@@ -7445,7 +7421,7 @@ msgstr "_Verde:"
#: cui/uiconfig/ui/colorpickerdialog.ui:323
msgctxt "extended tip | greenRadiobutton"
msgid "Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Establece el componente verde modificable en el control deslizante de color vertical y los componentes rojo y azul en el campo selector de color bidimensional. Los valores permitidos son de 0 a 255."
#. 5FGfv
#: cui/uiconfig/ui/colorpickerdialog.ui:334
@@ -7457,7 +7433,7 @@ msgstr "A_zul:"
#: cui/uiconfig/ui/colorpickerdialog.ui:343
msgctxt "extended tip | blueRadiobutton"
msgid "Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255."
-msgstr ""
+msgstr "Establece el componente azul modificable en el control deslizante de color vertical y los componentes verde y rojo en el campo selector de color bidimensional. Los valores permitidos son de 0 a 255."
#. c5MTh
#: cui/uiconfig/ui/colorpickerdialog.ui:362
@@ -7505,7 +7481,7 @@ msgstr "Ma_tiz:"
#: cui/uiconfig/ui/colorpickerdialog.ui:490
msgctxt "extended tip | hueRadiobutton"
msgid "Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Establece el componente Matiz modificable en el control deslizante de color vertical y los componentes Saturación y Brillo en el campo selector de color bidimensional. Los valores se expresan en grados de 0 a 359."
#. C4GE3
#: cui/uiconfig/ui/colorpickerdialog.ui:501
@@ -7517,7 +7493,7 @@ msgstr "_Saturación:"
#: cui/uiconfig/ui/colorpickerdialog.ui:510
msgctxt "extended tip | satRadiobutton"
msgid "Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Establece el componente Saturación modificable en el control deslizante de color vertical y los componentes Matiz y Brillo en el campo selector de color bidimensional. Los valores se expresan en porcentaje (0 a 100)."
#. NXs9w
#: cui/uiconfig/ui/colorpickerdialog.ui:521
@@ -7529,13 +7505,13 @@ msgstr "_Brillo:"
#: cui/uiconfig/ui/colorpickerdialog.ui:530
msgctxt "extended tip | brightRadiobutton"
msgid "Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100)."
-msgstr ""
+msgstr "Establece el componente Brillo modificable en el control deslizante de color vertical y los componentes Matiz y Saturación en el campo selector de color bidimensional. Los valores se expresan en porcentaje (0 a 100)."
#. BCvUX
#: cui/uiconfig/ui/colorpickerdialog.ui:549
msgctxt "extended tip | hueSpinbutton"
msgid "Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359."
-msgstr ""
+msgstr "Establezca el Matiz directamente en el modelo de color HSB. Los valores se expresan en grados de 0 a 359."
#. TcDh8
#: cui/uiconfig/ui/colorpickerdialog.ui:568
@@ -7617,7 +7593,7 @@ msgstr "CMYK"
#: cui/uiconfig/ui/colorpickerdialog.ui:812
msgctxt "extended tip | ColorPicker"
msgid "Define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog."
-msgstr ""
+msgstr "Define colores personalizados mediante un gráfico bidimensional y un gráfico de degradado numérico del cuadro de diálogo Elegir un color."
#. vDFei
#: cui/uiconfig/ui/comment.ui:18
@@ -7971,7 +7947,7 @@ msgstr "_URL:"
#: cui/uiconfig/ui/cuiimapdlg.ui:115
msgctxt "cuiimapdlg|extended_tip|urlentry"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
-msgstr ""
+msgstr "Introduzca la URL del archivo que desea abrir al hacer clic en la zona activa seleccionada."
#. FLKr9
#: cui/uiconfig/ui/cuiimapdlg.ui:143
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Escriba un nombre para la imagen."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Texto alternativo:"
+msgid "_Text Alternative:"
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Descripción:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Escriba una descripción para la zona activa."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Muestra las propiedades de la zona activa seleccionada."
@@ -8103,7 +8091,7 @@ msgstr "_Nombre registrado:"
#: cui/uiconfig/ui/databaselinkdialog.ui:180
msgctxt "extended_tip|name"
msgid "Enter a name for the database. The office suite uses this name to access the database."
-msgstr ""
+msgstr "Introduzca un nombre para la base de datos. El paquete ofimático utiliza este nombre para acceder a la base de datos."
#. FrRyU
#: cui/uiconfig/ui/databaselinkdialog.ui:199
@@ -8373,13 +8361,13 @@ msgstr "_Idioma:"
#: cui/uiconfig/ui/editdictionarydialog.ui:185
msgctxt "replace"
msgid "This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the \"Word\" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc."
-msgstr ""
+msgstr "Este campo de entrada solo está disponible si está editando un diccionario de excepción o un diccionario personalizado dependiente del idioma. En los diccionarios de excepción, el campo muestra la sugerencia alternativa para la palabra actual en el cuadro de texto \"Palabra\". En los diccionarios personalizados dependientes del idioma, el campo contiene una palabra raíz conocida, como modelo de fijación de la nueva palabra o su uso en palabras compuestas. Por ejemplo, en un diccionario personalizado alemán, la nueva palabra \"Litschi\" (lichi) con la palabra modelo \"Gummi\" (goma) resultará en el reconocimiento de \"Litschis\" (lichis), \"Litschibaum\" (árbol de lichi), \"Litschifrucht\" (fruta de lichi) etc."
#. 5EwBs
#: cui/uiconfig/ui/editdictionarydialog.ui:203
msgctxt "word"
msgid "You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary."
-msgstr ""
+msgstr "Puede escribir una palabra nueva para incluirla en el diccionario. En la lista a continuación, verá el contenido del diccionario personalizado actual."
#. WWwmQ
#: cui/uiconfig/ui/editdictionarydialog.ui:216
@@ -8403,7 +8391,7 @@ msgstr "_Nuevo"
#: cui/uiconfig/ui/editdictionarydialog.ui:364
msgctxt "newreplace"
msgid "Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries."
-msgstr ""
+msgstr "Agrega la palabra del campo de texto de Palabra a su diccionario personalizado actual. La palabra en el campo Sugerencia también se agrega cuando se trabaja con diccionarios de excepción."
#. K2Sst
#: cui/uiconfig/ui/editdictionarydialog.ui:376
@@ -8457,7 +8445,7 @@ msgstr "Subir"
#: cui/uiconfig/ui/editmodulesdialog.ui:203
msgctxt "up"
msgid "Increases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Aumenta la prioridad del módulo seleccionado en el cuadro de lista en un nivel."
#. aGo9M
#: cui/uiconfig/ui/editmodulesdialog.ui:215
@@ -8469,7 +8457,7 @@ msgstr "Bajar"
#: cui/uiconfig/ui/editmodulesdialog.ui:222
msgctxt "down"
msgid "Decreases the priority of the module selected in the list box by one level."
-msgstr ""
+msgstr "Disminuye la prioridad del módulo seleccionado en el cuadro de lista en un nivel."
#. Vr5kM
#: cui/uiconfig/ui/editmodulesdialog.ui:234
@@ -8487,7 +8475,7 @@ msgstr "Pulse aquí para deshacer los cambios actuales efectuados en el cuadro d
#: cui/uiconfig/ui/editmodulesdialog.ui:307
msgctxt "lingudicts"
msgid "Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module."
-msgstr ""
+msgstr "Especifica el idioma y los submódulos de ortografía, separación de sílabas y diccionario de sinónimos disponibles para el módulo seleccionado."
#. ZF8AG
#: cui/uiconfig/ui/editmodulesdialog.ui:330
@@ -9039,7 +9027,7 @@ msgstr "Quita la asignación de la macro de la entrada seleccionada."
#: cui/uiconfig/ui/eventassignpage.ui:237
msgctxt "eventassignpage|extended_tip|libraries"
msgid "Lists the office suite program and any open documents."
-msgstr ""
+msgstr "Enumera el programa del paquete ofimático y los documentos abiertos."
#. y7Vyi
#: cui/uiconfig/ui/eventassignpage.ui:248
@@ -9105,7 +9093,7 @@ msgstr "Guardar en:"
#: cui/uiconfig/ui/eventsconfigpage.ui:147
msgctxt "eventsconfigpage|extended_tip|savein"
msgid "Select first where to save the event binding, in the current document or in the office suite."
-msgstr ""
+msgstr "Seleccione en primer lugar dónde guardar el enlace de eventos, en el documento actual o en el paquete de oficina."
#. C6KwW
#: cui/uiconfig/ui/eventsconfigpage.ui:186
@@ -9141,13 +9129,13 @@ msgstr "_Efectuar comprobación al inicio"
#: cui/uiconfig/ui/fileextcheckdialog.ui:36
msgctxt "FileExtCheck|Checkbox_Tooltip"
msgid "Enable the dialog again at Tools > Options > General"
-msgstr ""
+msgstr "Vuelva a activar el diálogo en Herramientas > Opciones > General"
#. mGEv5
#: cui/uiconfig/ui/fileextcheckdialog.ui:64
msgctxt "FileExtCheckDialog|Ok_Button"
msgid "_OK"
-msgstr ""
+msgstr "_Aceptar"
#. BvWSS
#: cui/uiconfig/ui/fmsearchdialog.ui:8
@@ -9171,7 +9159,7 @@ msgstr "Inicia o cancela la búsqueda."
#: cui/uiconfig/ui/fmsearchdialog.ui:52
msgctxt "fmsearchdialog|extended_tip|close"
msgid "Closes the dialog. The settings of the last search will be saved until you quit the office suite."
-msgstr ""
+msgstr "Cierra el cuadro de diálogo. La configuración de la última búsqueda se guardará hasta que se salga del paquete ofimático."
#. UPeyv
#: cui/uiconfig/ui/fmsearchdialog.ui:144
@@ -9441,7 +9429,7 @@ msgstr "Estado"
#: cui/uiconfig/ui/fmsearchdialog.ui:869
msgctxt "fmsearchdialog|extended_tip|RecordSearchDialog"
msgid "Searches database tables and forms."
-msgstr ""
+msgstr "Busca tablas y formularios en la base de datos."
#. zbAyQ
#: cui/uiconfig/ui/fontfeaturesdialog.ui:10
@@ -9790,13 +9778,13 @@ msgstr "Centro (X/Y):"
#: cui/uiconfig/ui/gradientpage.ui:339
msgctxt "gradientpage|extended_tip|centerxmtr"
msgid "Enter the horizontal offset for the gradient, where 0% corresponds to the current horizontal location of the endpoint color in the gradient. The endpoint color is the color that is selected in the To Color box."
-msgstr ""
+msgstr "Introduzca el desplazamiento horizontal para el gradiente, donde 0% corresponde a la ubicación horizontal actual del color del punto final en el gradiente. El color del punto final es el color que está seleccionado en el cuadro A Color."
#. AP27S
#: cui/uiconfig/ui/gradientpage.ui:358
msgctxt "gradientpage|extended_tip|centerymtr"
msgid "Enter the vertical offset for the gradient, where 0% corresponds to the current vertical location of the endpoint color in the gradient. The endpoint color is the color that is selected in the To Color box."
-msgstr ""
+msgstr "Introduzca el desplazamiento vertical para el gradiente, donde 0% corresponde a la ubicación vertical actual del color del punto final en el gradiente. El color del punto final es el color que está seleccionado en el cuadro A Color."
#. ZZ7yo
#: cui/uiconfig/ui/gradientpage.ui:393
@@ -9808,7 +9796,7 @@ msgstr "_Borde:"
#: cui/uiconfig/ui/gradientpage.ui:427
msgctxt "gradientpage|extended_tip|bordermtr"
msgid "Enter the amount by which you want to adjust the area of the endpoint color on the gradient. The endpoint color is the color that is selected in the To Color box."
-msgstr ""
+msgstr "Introduzca la cantidad por la que desea ajustar el área del color del punto final en el gradiente. El color del punto final es el color que está seleccionado en el cuadro A Color."
#. qCvgc
#: cui/uiconfig/ui/gradientpage.ui:444
@@ -9826,7 +9814,7 @@ msgstr "Á_ngulo:"
#: cui/uiconfig/ui/gradientpage.ui:477
msgctxt "gradientpage|extended_tip|colortomtr"
msgid "Enter the intensity for the color in the To Color box, where 0% corresponds to black, and 100 % to the selected color."
-msgstr ""
+msgstr "Introduzca la intensidad del color en el cuadro de color, donde 0 % corresponde al negro y 100 % al color seleccionado."
#. C6iys
#: cui/uiconfig/ui/gradientpage.ui:499
@@ -9904,7 +9892,7 @@ msgstr "Previsualización"
#: cui/uiconfig/ui/gradientpage.ui:750
msgctxt "gradientpage|extended_tip|GradientPage"
msgid "Select a gradient, modify the properties of a gradient, or save a new gradient."
-msgstr ""
+msgstr "Seleccione un degradado, modifique las propiedades de un degradado o guarde un degradado nuevo"
#. zycno
#: cui/uiconfig/ui/graphictestdlg.ui:7
@@ -10600,7 +10588,7 @@ msgstr "Abrir archivo"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:65
msgctxt "hyperlinkdocpage|extended_tip|fileopen"
msgid "Opens the Open dialog, where you can select a file."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Abrir, donde puede seleccionar un archivo."
#. 9f5SN
#: cui/uiconfig/ui/hyperlinkdocpage.ui:89
@@ -10708,7 +10696,7 @@ msgstr "Sucesos"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:375
msgctxt "hyperlinkdocpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Asignar macro, en el que se pueden asignar códigos de programa propios a eventos como \"pasar el ratón por encima de un objeto\" o \"activar un hipervínculo\"."
#. TXrCH
#: cui/uiconfig/ui/hyperlinkdocpage.ui:399
@@ -10726,7 +10714,7 @@ msgstr "Otras opciones"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:435
msgctxt "hyperlinkdocpage|extended_tip|HyperlinkDocPage"
msgid "Hyperlinks to any document or targets in documents can be edited using the Document tab from the Hyperlink dialog."
-msgstr ""
+msgstr "Los hipervínculos a cualquier documento o destinos en los documentos pueden editarse utilizando la pestaña Documento del cuadro de diálogo Hipervínculo."
#. BpE9F
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:38
@@ -10834,7 +10822,7 @@ msgstr "_Marco:"
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:312
msgctxt "hyperlinkinternetpage|name_label"
msgid "N_ame:"
-msgstr ""
+msgstr "N_ombre"
#. ZdkMh
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:330
@@ -10864,7 +10852,7 @@ msgstr "Sucesos"
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:385
msgctxt "hyperlinkinternetpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Asignar macro, en el que se pueden asignar códigos de programa propios a eventos como \"pasar el ratón por encima de un objeto\" o \"activar un hipervínculo\"."
#. C5Hqs
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:409
@@ -10882,7 +10870,7 @@ msgstr "Otras opciones"
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:445
msgctxt "hyperlinkinternetpage|extended_tip|HyperlinkInternetPage"
msgid "Use the Internet page of the Hyperlink dialog to edit hyperlinks with WWW or FTP addresses."
-msgstr ""
+msgstr "Utilice la página Internet del cuadro de diálogo Hipervínculo para editar los hipervínculos con direcciones WWW o FTP."
#. GKAsu
#: cui/uiconfig/ui/hyperlinkmailpage.ui:40
@@ -10912,13 +10900,13 @@ msgstr "A_sunto:"
#: cui/uiconfig/ui/hyperlinkmailpage.ui:93
msgctxt "hyperlinkmailpage|extended_tip|subject"
msgid "Specifies the subject that is inserted in the subject line of the new message document."
-msgstr ""
+msgstr "Especifica el asunto que se inserta en la línea de asunto del nuevo documento de mensaje."
#. 8gCor
#: cui/uiconfig/ui/hyperlinkmailpage.ui:117
msgctxt "hyperlinkmailpage|extended_tip|receiver"
msgid "Assigns the specified email address to the hyperlink."
-msgstr ""
+msgstr "Asigna la dirección de correo electrónico especificada al hipervínculo."
#. eCvXD
#: cui/uiconfig/ui/hyperlinkmailpage.ui:144
@@ -10978,7 +10966,7 @@ msgstr "Sucesos"
#: cui/uiconfig/ui/hyperlinkmailpage.ui:300
msgctxt "hyperlinkmailpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Asignar macro, en el que se pueden asignar códigos de programa propios a eventos como \"pasar el ratón por encima de un objeto\" o \"activar un hipervínculo\"."
#. CwHdi
#: cui/uiconfig/ui/hyperlinkmailpage.ui:324
@@ -10996,7 +10984,7 @@ msgstr "Otras opciones"
#: cui/uiconfig/ui/hyperlinkmailpage.ui:360
msgctxt "hyperlinkmailpage|extended_tip|HyperlinkMailPage"
msgid "On the Mail page in the Hyperlink dialog you can edit hyperlinks for email addresses."
-msgstr ""
+msgstr "En la página Correo, en el cuadro de diálogo Hipervínculo, puede editar los hipervínculos de las direcciones de correo electrónico."
#. FiqBU
#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:18
@@ -11152,7 +11140,7 @@ msgstr "Sucesos"
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:384
msgctxt "hyperlinknewdocpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Asignar macro, en el que se pueden asignar códigos de programa propios a eventos como \"pasar el ratón por encima de un objeto\" o \"activar un hipervínculo\"."
#. rXaNm
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:408
@@ -11170,7 +11158,7 @@ msgstr "Otras opciones"
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:444
msgctxt "hyperlinknewdocpage|extended_tip|HyperlinkNewDocPage"
msgid "Use the New Document tab from the Hyperlink dialog to set up a hyperlink to a new document and create the new document simultaneously."
-msgstr ""
+msgstr "Utilice la pestaña Nuevo documento del cuadro de diálogo Hipervínculo para configurar un hipervínculo a un nuevo documento y crear el nuevo documento simultáneamente."
#. XkDqc
#: cui/uiconfig/ui/hyphenate.ui:18
@@ -11276,7 +11264,7 @@ msgstr "I_mportar…"
#: cui/uiconfig/ui/iconselectordialog.ui:168
msgctxt "iconselectordialog|extended_tip|importButton"
msgid "Adds new icons to the list of icons. You see a file open dialog that imports the selected icon or icons into the internal icon directory of the office suite."
-msgstr ""
+msgstr "Añade nuevos iconos a la lista de iconos. Verá un cuadro de diálogo para abrir un archivo que importa el icono o los iconos seleccionados al directorio de iconos interno del paquete ofimático."
#. 46d7Z
#: cui/uiconfig/ui/iconselectordialog.ui:180
@@ -11336,13 +11324,13 @@ msgstr "Posición y tamaño personalizados"
#: cui/uiconfig/ui/imagetabpage.ui:144
msgctxt "imagetabpage|imagestyle"
msgid "Tiled"
-msgstr ""
+msgstr "En mosaico"
#. Nbj26
#: cui/uiconfig/ui/imagetabpage.ui:145
msgctxt "imagetabpage|imagestyle"
msgid "Stretched"
-msgstr ""
+msgstr "Expandido"
#. Dd2Bq
#: cui/uiconfig/ui/imagetabpage.ui:171
@@ -11396,19 +11384,19 @@ msgstr "Arriba a la derecha"
#: cui/uiconfig/ui/imagetabpage.ui:309
msgctxt "imagetabpage|positionlb"
msgid "Center Left"
-msgstr ""
+msgstr "Centro Izquierda"
#. aZCeF
#: cui/uiconfig/ui/imagetabpage.ui:310
msgctxt "imagetabpage|positionlb"
msgid "Center"
-msgstr ""
+msgstr "Centro"
#. bifby
#: cui/uiconfig/ui/imagetabpage.ui:311
msgctxt "imagetabpage|positionlb"
msgid "Center Right"
-msgstr ""
+msgstr "Centro derecha"
#. 2Ds63
#: cui/uiconfig/ui/imagetabpage.ui:312
@@ -11432,25 +11420,25 @@ msgstr "Abajo a la derecha"
#: cui/uiconfig/ui/imagetabpage.ui:340
msgctxt "imagetabpage|label9"
msgid "Tiling Position:"
-msgstr ""
+msgstr "Posición de mosaico:"
#. Xrp73
#: cui/uiconfig/ui/imagetabpage.ui:359
msgctxt "imagetabpage|label10"
msgid "X-Offset:"
-msgstr ""
+msgstr "Desplazamiento X:"
#. YGBMn
#: cui/uiconfig/ui/imagetabpage.ui:398
msgctxt "imagetabpage|label11"
msgid "Y-Offset:"
-msgstr ""
+msgstr "Desplazamiento Y:"
#. vprmD
#: cui/uiconfig/ui/imagetabpage.ui:444
msgctxt "imagetabpage|label15"
msgid "Tiling Offset:"
-msgstr ""
+msgstr "Desplazamiento de mosaico"
#. QEPUJ
#: cui/uiconfig/ui/imagetabpage.ui:467
@@ -11486,7 +11474,7 @@ msgstr "Previsualización"
#: cui/uiconfig/ui/imagetabpage.ui:592
msgctxt "imagetabpage|extended_tip|ImageTabPage"
msgid "Select a image that you want to use as a fill image, or add your own image/pattern."
-msgstr ""
+msgstr "Seleccione una imagen que desee usar como imagen de relleno o agregue su propia imagen/patrón."
#. zCiFk
#: cui/uiconfig/ui/insertfloatingframe.ui:18
@@ -12532,7 +12520,7 @@ msgstr "Escriba un término en el cuadro de texto para delimitar las órdenes di
#: cui/uiconfig/ui/menuassignpage.ui:445
msgctxt "menuassignpage|extended_tip|savein"
msgid "Select the location where the menu is to be attached. If attached to an office suite module, the menu is available for all files opened in that module. If attached to the file, the menu will be available only when that file is opened and active."
-msgstr ""
+msgstr "Seleccione la ubicación donde se adjuntará el menú. Si se adjunta a un módulo del paquete ofimático, el menú está disponible para todos los archivos abiertos en ese módulo. Si se adjunta al archivo, el menú estará disponible solo cuando ese archivo esté abierto y activo."
#. D35vJ
#: cui/uiconfig/ui/menuassignpage.ui:456
@@ -12604,7 +12592,7 @@ msgstr "Añadir elemento"
#: cui/uiconfig/ui/menuassignpage.ui:789
msgctxt "menuassignpage|extended_tip|add"
msgid "Click on the right arrow button to select a function on the left display box and copy to the right display box. This will add the function to the selected menu."
-msgstr ""
+msgstr "Haga clic en el botón de la flecha derecha para seleccionar una función en el cuadro de visualización de la izquierda y copiarla en el cuadro de visualización de la derecha. Esto añadirá la función al menú seleccionado."
#. iree8
#: cui/uiconfig/ui/menuassignpage.ui:815
@@ -12616,7 +12604,7 @@ msgstr "Quitar elemento"
#: cui/uiconfig/ui/menuassignpage.ui:823
msgctxt "menuassignpage|extended_tip|remove"
msgid "Click on the left arrow button to remove the selected command from the current menu."
-msgstr ""
+msgstr "Pulse el botón de flecha izquierda para eliminar el comando seleccionado del menú actual."
#. t7BYP
#: cui/uiconfig/ui/menuassignpage.ui:856
@@ -12628,7 +12616,7 @@ msgstr "Subir"
#: cui/uiconfig/ui/menuassignpage.ui:861
msgctxt "menuassignpage|extended_tip|up"
msgid "Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed menu commands."
-msgstr ""
+msgstr "Pulse en las flechas hacia arriba o hacia abajo de la derecha para mover el comando seleccionado hacia arriba o hacia abajo en la lista de comandos de menú mostrados."
#. S6K2N
#: cui/uiconfig/ui/menuassignpage.ui:875
@@ -12640,7 +12628,7 @@ msgstr "Bajar"
#: cui/uiconfig/ui/menuassignpage.ui:880
msgctxt "menuassignpage|extended_tip|down"
msgid "Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed menu commands."
-msgstr ""
+msgstr "Pulse en las flechas hacia arriba o hacia abajo de la derecha para mover el comando seleccionado hacia arriba o hacia abajo en la lista de comandos de menú mostrados."
#. fto8m
#: cui/uiconfig/ui/menuassignpage.ui:900
@@ -12658,7 +12646,7 @@ msgstr "_Destino"
#: cui/uiconfig/ui/menuassignpage.ui:926
msgctxt "menuassignpage|functionlabel"
msgid "Assi_gned Commands"
-msgstr "Ó_rdenes asignadas"
+msgstr "Comando asi_gnados"
#. AZQ8V
#: cui/uiconfig/ui/menuassignpage.ui:939
@@ -12670,7 +12658,7 @@ msgstr "_Personalizar"
#: cui/uiconfig/ui/menuassignpage.ui:998
msgctxt "menuassignpage|extended_tip|MenuAssignPage"
msgid "Lets you customize the office suite menus for all modules."
-msgstr ""
+msgstr "Le permite personalizar los menús de la suite ofimática para todos los módulos."
#. Mcir5
#: cui/uiconfig/ui/mosaicdialog.ui:21
@@ -12730,7 +12718,7 @@ msgstr "Parámetros"
#: cui/uiconfig/ui/mosaicdialog.ui:288
msgctxt "mosaicdialog|extended_tip|MosaicDialog"
msgid "Joins small groups of pixels into rectangular areas of the same color."
-msgstr ""
+msgstr "Une pequeños grupos de píxeles en áreas rectangulares del mismo color."
#. NcNCG
#: cui/uiconfig/ui/movemenu.ui:26
@@ -12802,7 +12790,7 @@ msgstr "_Añadir…"
#: cui/uiconfig/ui/multipathdialog.ui:132
msgctxt "cui/ui/multipathdialog/add"
msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Seleccionar ruta para seleccionar otra carpeta o el cuadro de diálogo Abrir para seleccionar otro archivo."
#. e3JxQ
#: cui/uiconfig/ui/multipathdialog.ui:151
@@ -12820,7 +12808,7 @@ msgstr "Lista de rutas"
#: cui/uiconfig/ui/multipathdialog.ui:217
msgctxt "cui/ui/multipathdialog/paths"
msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
-msgstr ""
+msgstr "Contiene una lista de las rutas que ya se han añadido. Marca la ruta por defecto para los nuevos archivos."
#. AsnM3
#: cui/uiconfig/ui/multipathdialog.ui:240
@@ -13012,7 +13000,7 @@ msgstr "_Números negativos en rojo"
#: cui/uiconfig/ui/numberingformatpage.ui:354
msgctxt "numberingformatpage|extended_tip|negnumred"
msgid "Changes the font color of negative numbers to red."
-msgstr ""
+msgstr "Cambia el color de los números negativos a rojo."
#. 9DhkC
#: cui/uiconfig/ui/numberingformatpage.ui:372
@@ -13072,7 +13060,7 @@ msgstr "Seleccione una moneda y desplácese hasta la parte superior de la lista
#: cui/uiconfig/ui/numberingformatpage.ui:577
msgctxt "numberingformatpage|extended_tip|formatlb"
msgid "Select how you want the contents of the selected field to be displayed."
-msgstr ""
+msgstr "Seleccione cómo desea que se muestre el contenido del campo seleccionado."
#. Wxkzd
#: cui/uiconfig/ui/numberingformatpage.ui:594
@@ -13084,7 +13072,7 @@ msgstr "Fo_rmato"
#: cui/uiconfig/ui/numberingformatpage.ui:630
msgctxt "numberingformatpage|extended_tip|languagelb"
msgid "Specifies the language setting for the selected field."
-msgstr ""
+msgstr "Especifica la configuración de idioma para el campo seleccionado."
#. hx9FX
#: cui/uiconfig/ui/numberingformatpage.ui:641
@@ -13628,13 +13616,13 @@ msgstr "Descripción"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Alternativa _textual:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Dar una breve descripción del contenido no textual para los usuarios que no ven este objeto."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13652,7 +13640,7 @@ msgstr "_Descripción:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Dar una explicación más larga del contenido no textual que es demasiado complejo para ser descrito brevemente en \"Texto alternativo\""
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -13700,7 +13688,7 @@ msgstr "Permitir _imágenes animadas"
#: cui/uiconfig/ui/optaccessibilitypage.ui:75
msgctxt "extended_tip|animatedgraphics"
msgid "Previews animated graphics, such as GIF images."
-msgstr ""
+msgstr "Previsualiza gráficos animados, como las imágenes GIF."
#. 3Q66x
#: cui/uiconfig/ui/optaccessibilitypage.ui:87
@@ -13712,7 +13700,7 @@ msgstr "Permitir _texto animado"
#: cui/uiconfig/ui/optaccessibilitypage.ui:95
msgctxt "extended_tip|animatedtext"
msgid "Previews animated text, such as blinking and scrolling."
-msgstr ""
+msgstr "Muestra una previsualización del texto animado, como el parpadeo y el desplazamiento."
#. 2A83C
#: cui/uiconfig/ui/optaccessibilitypage.ui:111
@@ -13730,7 +13718,7 @@ msgstr "_Detectar automáticamente el modo de contraste alto del sistema operati
#: cui/uiconfig/ui/optaccessibilitypage.ui:148
msgctxt "extended_tip|autodetecthc"
msgid "Switches the office suite into high contrast mode when the system background color is very dark."
-msgstr ""
+msgstr "Cambia la suite ofimática al modo de alto contraste cuando el color de fondo del sistema es muy oscuro."
#. Sc8Cq
#: cui/uiconfig/ui/optaccessibilitypage.ui:160
@@ -13742,7 +13730,7 @@ msgstr "Utilizar _color de letra automático para la visualización en pantalla"
#: cui/uiconfig/ui/optaccessibilitypage.ui:168
msgctxt "extended_tip|autofontcolor"
msgid "Displays fonts in the office suite using the system color settings. This option only affects the screen display."
-msgstr ""
+msgstr "Muestra los tipos de letra en el paquete ofimático utilizando la configuración de color del sistema. Esta opción solo afecta a la visualización en pantalla."
#. n24Cd
#: cui/uiconfig/ui/optaccessibilitypage.ui:180
@@ -13766,7 +13754,7 @@ msgstr "Opciones de la apariencia de contraste alto"
#: cui/uiconfig/ui/optaccessibilitypage.ui:219
msgctxt "extended_tip|OptAccessibilityPage"
msgid "Sets options that make the office suite programs more accessible for users with reduced sight, limited dexterity or other disabilities."
-msgstr ""
+msgstr "Establece opciones que hacen que los programas del paquete ofimático sean más accesibles para usuarios con visión reducida, destreza limitada u otras discapacidades."
#. kishx
#: cui/uiconfig/ui/optadvancedpage.ui:55
@@ -13838,7 +13826,7 @@ msgstr "Versión"
#: cui/uiconfig/ui/optadvancedpage.ui:257
msgctxt "extended_tip|javas"
msgid "Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart the office suite to use your changed setting."
-msgstr ""
+msgstr "Seleccione el JRE que desea utilizar. En algunos sistemas, debe esperar un minuto hasta que se llene la lista. En algunos sistemas, debe reiniciar el paquete ofimático para usar la configuración modificada."
#. erNBk
#: cui/uiconfig/ui/optadvancedpage.ui:285
@@ -13892,7 +13880,7 @@ msgstr "Abrir configuración para expertos"
#: cui/uiconfig/ui/optadvancedpage.ui:412
msgctxt "extended_tip|expertconfig"
msgid "Opens the Expert Configuration dialog for advanced settings and configuration."
-msgstr ""
+msgstr "Abre el cuadro de diálogo Configuración para expertos para configuraciones y ajustes avanzados."
#. ZLtrh
#: cui/uiconfig/ui/optadvancedpage.ui:427
@@ -14330,7 +14318,7 @@ msgstr "Contexto"
#: cui/uiconfig/ui/optctlpage.ui:239
msgctxt "extended_tip|numerals"
msgid "Selects the type of numerals used within text, text in objects, fields, and controls, in all office suite modules. Only cell contents of Calc are not affected."
-msgstr ""
+msgstr "Selecciona el tipo de números utilizados dentro del texto, texto en objetos, campos y controles, en todos los módulos del paquete ofimático. Solo los contenidos de las celdas de Calc no se ven afectados."
#. kWczF
#: cui/uiconfig/ui/optctlpage.ui:254
@@ -14410,7 +14398,7 @@ msgstr "[G]"
#: cui/uiconfig/ui/optfltrembedpage.ui:129
msgctxt "extended_tip|checklbcontainer"
msgid "The [L] and [S] checkbox displays the entries for the pair of OLE objects that can be converted when loaded from a Microsoft format [L] and/or when saved to to a Microsoft format [S]. "
-msgstr ""
+msgstr "La casilla de verificación [L] y [S] muestra las entradas para el par de objetos OLE que se pueden convertir cuando se cargan desde un formato de Microsoft [L] y/o cuando se guardan en un formato de Microsoft [S]. "
#. x5kfq
#. The [L] here is repeated as the column title for the "Load" column of this options page
@@ -14448,7 +14436,7 @@ msgstr "Resalte"
#: cui/uiconfig/ui/optfltrembedpage.ui:239
msgctxt "extended_tip|highlighting"
msgid "Microsoft Office has two character attributes similar to Writer character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats."
-msgstr ""
+msgstr "Microsoft Office tiene dos atributos de carácter similares al fondo de carácter de Writer. Seleccione el atributo apropiado (resaltado o sombreado) que le gustaría usar durante la exportación a formatos de archivo de Microsoft Office."
#. Dnrx7
#: cui/uiconfig/ui/optfltrembedpage.ui:251
@@ -14460,7 +14448,7 @@ msgstr "Sombreado"
#: cui/uiconfig/ui/optfltrembedpage.ui:260
msgctxt "extended_tip|shading"
msgid "Microsoft Office has two character attributes similar to Writer character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats."
-msgstr ""
+msgstr "Microsoft Office tiene dos atributos de carácter similares al fondo de carácter de Writer. Seleccione el atributo apropiado (resaltado o sombreado) que le gustaría usar durante la exportación a formatos de archivo de Microsoft Office."
#. gKwdG
#: cui/uiconfig/ui/optfltrembedpage.ui:283
@@ -14478,7 +14466,7 @@ msgstr "Crear archivo de bloqueo de MSO"
#: cui/uiconfig/ui/optfltrembedpage.ui:319
msgctxt "extended_tip|mso_lockfile"
msgid "Mark this checkbox to generate a Microsoft Office lock file in addition to this office suite's own lock file."
-msgstr ""
+msgstr "Marque esta casilla de verificación para generar un archivo de bloqueo de Microsoft Office además del propio archivo de bloqueo de este paquete ofimático."
#. Sg5Bw
#: cui/uiconfig/ui/optfltrembedpage.ui:335
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Genere códigos lineales y matriciales para cualquier texto o URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "¿Quiere guardar la punta de flecha?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Se modificó la punta de flecha pero no se guardó."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "¿Quiere guardar la punta ahora?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "¿Confirma que quiere eliminar la trama?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "¿Quiere eliminar la punta de flecha?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "¿Confirma que quiere eliminar la punta de flecha?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Columnas de texto"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomáticamente"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Inserta automáticamente guiones donde se necesiten dentro del párrafo."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Escriba el número máximo de renglones consecutivos en los que se puede efectuar división de palabras."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Escriba el número mínimo de caracteres que deben aparecer al comienzo del renglón tras el guion."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Escriba el número mínimo de caracteres que se deben dejar al final del renglón antes de insertar un guion."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Caracteres a _final de renglón"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Cara_cteres a principio de renglón"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Renglones con guion consecutivos _máximos"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "No dividir palabras en MA_YÚSCULAS"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "División de palabras"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Insertar"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Seleccione esta casilla de verificación y, a continuación, elija un tipo de salto."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "C_on estilo de página:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Seleccione esta casilla de verificación y, a continuación, el estilo de la página que desee usar en la primera página tras el salto."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Tipo:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Digite el número de la primera página que sigue al salto. Si prefiere continuar la numeración de página actual, deje la casilla desmarcada."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_N.º de página:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posición:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilo de página"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Seleccione el estilo de formato que se debe usar en la primera página tras el salto."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Página"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Seleccione el tipo de salto que desee insertar."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Antes"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Después"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Seleccione el lugar donde desea insertar el salto."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Saltos"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "No _dividir el párrafo"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Desplaza todo el párrafo a la página o columna siguiente tras la inserción de un salto."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Mantener párrafos juntos"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Mantiene juntos el párrafo actual y el siguiente cuando se inserta un salto o un salto de columna."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Ajuste de _huérfanas"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el número mínimo de líneas de un párrafo antes de un salto de página. Seleccione esta casilla de verificación y a continuación escriba un número en el cuadro Líneas."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Ajuste de _viudas"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el número mínimo de líneas de un párrafo en la primera página tras un salto. Seleccione esta casilla de verificación y a continuación escriba un número en el cuadro Líneas."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el número mínimo de líneas de un párrafo antes de un salto de página. Seleccione esta casilla de verificación y a continuación escriba un número en el cuadro Líneas."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica el número mínimo de líneas de un párrafo en la primera página tras un salto. Seleccione esta casilla de verificación y a continuación escriba un número en el cuadro Líneas."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "renglones"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "renglones"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opciones"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Especifique opciones de separación de palabras y paginación."
diff --git a/source/es/editeng/messages.po b/source/es/editeng/messages.po
index f596483ff79..09f4da679eb 100644
--- a/source/es/editeng/messages.po
+++ b/source/es/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-04-25 17:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/es/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548051066.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 guiones"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilo de página: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Cran "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "bloqueado "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensado "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Imagen"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ninguno"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Puntos "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Círculo "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Círculo relleno "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Realce "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Encima"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Debajo"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Terminar doble línea"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Renglón doble"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Sin espaciado automático de caracteres"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Sin espaciado automático de caracteres"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Sin puntuación fuera de margen a final de renglón"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Puntuación fuera de margen a final de renglón"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplicar lista de caracteres prohibidos a principio o final de renglón"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "No aplicar lista de caracteres prohibidos a principio o final de renglón"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Sin giro de caracteres"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Caracteres girados $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Encajar en la línea"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "El texto no está girado"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "El texto está girado $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Caracteres escalados al $(ARG1) %"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Sin escalar los caracteres"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Sin relieve"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Con relieve"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Bajorrelieve"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Alineación automática del texto"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Texto alineado a la línea de base"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Texto alineado arriba"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Texto alineado al medio"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Texto alineado abajo"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Dirección de texto de izquierda a derecha (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Dirección de texto de derecha a izquierda (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Dirección de texto de derecha a izquierda (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Dirección de texto de izquierda a derecha (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Usar la configuración de dirección del objeto al que está subordinado"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Dirección de texto de izquierda a derecha (vertical desde abajo)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Acoplar párrafos a la cuadrícula de texto (si se activa)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "No acoplar párrafos a la cuadrícula de texto"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Sin ocultar"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Oculto"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Bandeja de papel"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Según configuración de impresora]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Eliminar"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Mover"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Insertar"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Reemplazar"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplicar los atributos"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Restablecer los atributos"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sangría"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplicar los estilos"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Cambiar uso de mayúsculas"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "La palabra está en %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "El párrafo está en %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automático"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Viñeta de imagen en el párrafo"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Viñeta de imagen"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Párrafo: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "¿Quiere continuar comprobando desde el principio del documento?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "¿Quiere continuar comprobando desde el final del documento?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"debido a un motivo desconocido."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "El diccionario está lleno."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "El diccionario es de solo lectura."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sangría"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Mostrar los subpuntos"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Colapsar"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplicar los atributos"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Insertar"
diff --git a/source/es/extensions/messages.po b/source/es/extensions/messages.po
index 23de83505bf..669ad3d65c0 100644
--- a/source/es/extensions/messages.po
+++ b/source/es/extensions/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-02-28 13:39+0000\n"
-"Last-Translator: B. Antonio Fernández <bantoniof@gmail.com>\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: Emilio Herrera Espinosa <ehespinosa57@gmail.com>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1566234639.000000\n"
#. cBx8W
@@ -3166,7 +3166,7 @@ msgstr "Esta libreta de direcciones estará disponible para todos los módulos d
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:134
msgctxt "datasourcepage|extended_tip|available"
msgid "Registers the newly created database file in the office suite. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file."
-msgstr ""
+msgstr "Registra el archivo de base de datos recién creado en la suite ofimática. La base de datos será listada después en el panel de fuentes de Datos (Ctrl+Mayús+F4). Si esta caja de confirmación está limpia, la base de datos estará disponible solo abriendo el archivo de base de datos."
#. jbrum
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:162
@@ -3484,13 +3484,13 @@ msgstr ""
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:77
msgctxt "selecttablepage|extended_tip|table"
msgid "Specifies the table that is to serve as the address book for the office suite templates."
-msgstr ""
+msgstr "Especifica la tabla que sirve de libro de direcciones para las plantillas de la suite ofimática."
#. K8W3u
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:90
msgctxt "selecttablepage|extended_tip|SelectTablePage"
msgid "Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in the office suite."
-msgstr ""
+msgstr "Especifica una tabla de la fuente de la libreta de direcciones de Seamonkey / Netscape que se utiliza como libreta de direcciones en la suite ofimática."
#. bCndk
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:15
@@ -3586,7 +3586,7 @@ msgstr "Otro origen de datos externo"
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:171
msgctxt "selecttypepage|extended_tip|other"
msgid "Select this option if you want to register another data source as address book in the office suite."
-msgstr ""
+msgstr "Selecciona esta opción si desea registrar otra fuente de datos como libreta de direcciones en la suite ofimática."
#. HyBth
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:184
@@ -3598,7 +3598,7 @@ msgstr "Seleccione el tipo de libreta de direcciones externa:"
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:207
msgctxt "selecttypepage|extended_tip|SelectTypePage"
msgid "This wizard registers an existing address book as a data source in the office suite."
-msgstr ""
+msgstr "Este asistente registra una libreta de direcciones existente como fuente de datos en la suite ofimática."
#. f33Eh
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:56
@@ -4264,7 +4264,7 @@ msgstr "Área de digitalización"
#: extensions/uiconfig/scanner/ui/sanedialog.ui:366
msgctxt "sanedialog|extended_tip|preview"
msgid "Displays a preview of the scanned image. The preview area contains eight handles. Drag the handles to adjust the scan area or enter a value in the corresponding margin spin box."
-msgstr ""
+msgstr "Muestra una vista previa de la imagen escaneada. El área de vista previa contiene ocho controladores. Arrastre los tiradores para ajustar el área de escaneo o ingrese un valor en el cuadro del margen correspondiente."
#. FZ7Vw
#: extensions/uiconfig/scanner/ui/sanedialog.ui:379
@@ -4318,7 +4318,7 @@ msgstr "Opciones:"
#: extensions/uiconfig/scanner/ui/sanedialog.ui:569
msgctxt "sanedialog\\extended_tip|optionSvTreeListBox"
msgid "Displays the list of available scanner driver advanced options. Double click an option to display its contents just below."
-msgstr ""
+msgstr "Muestra la lista de opciones avanzadas del controlador del escáner disponible. Haga doble clic en una opción para mostrar su contenido justo debajo."
#. VDQay
#: extensions/uiconfig/scanner/ui/sanedialog.ui:607
diff --git a/source/es/filter/messages.po b/source/es/filter/messages.po
index 164253d28fa..f537d1bfeda 100644
--- a/source/es/filter/messages.po
+++ b/source/es/filter/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:19+0100\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
+"Last-Translator: B. Antonio Fernández <bantoniof@gmail.com>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562301732.000000\n"
#. 5AQgJ
@@ -748,7 +748,7 @@ msgstr "Exp_ortar páginas vacías insertadas automáticamente"
#: filter/uiconfig/ui/pdfgeneralpage.ui:871
msgctxt "pdfgeneralpage|extended_tip|emptypages"
msgid "If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, then an even numbered blank page is normally automatically inserted. This option controls whether to export that even numbered page or not."
-msgstr ""
+msgstr "Si está activado, las páginas en blanco insertadas automáticamente se exportan al archivo PDF. Esto es útil si está imprimiendo el archivo pdf a doble cara. Ejemplo: en un libro, el estilo de párrafo de un capítulo está configurado para comenzar siempre con una página impar. Si el capítulo anterior termina en una página impar, normalmente se inserta automáticamente una página en blanco par. Esta opción controla si se exportará esa página con números pares o no."
#. sHqKP
#: filter/uiconfig/ui/pdfgeneralpage.ui:882
@@ -760,7 +760,7 @@ msgstr "Usar objetos externos de referencia de PDF"
#: filter/uiconfig/ui/pdfgeneralpage.ui:891
msgctxt "pdfgeneralpage|extended_tip|usereferencexobject"
msgid "When the option is enabled, then the reference XObject markup is used: viewers have to support this markup to show vector images. Otherwise a fallback bitmap is shown in the viewer."
-msgstr ""
+msgstr "Cuando la opción está habilitada, se usa el marcado XObject de referencia: los visores de archivo deben admitir este marcado para mostrar imágenes vectoriales. De lo contrario, se muestra un mapa de bits alternativo en el visor."
#. 2K2cD
#: filter/uiconfig/ui/pdfgeneralpage.ui:902
diff --git a/source/es/fpicker/messages.po b/source/es/fpicker/messages.po
index ecacb68d9aa..3956411e35a 100644
--- a/source/es/fpicker/messages.po
+++ b/source/es/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/es/>\n"
"Language: es\n"
@@ -195,13 +195,13 @@ msgstr "Lugares"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Añadir la carpeta actual a Lugares"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Eliminar la carpeta seleccionada de Lugares"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Fecha de modificación"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Abrir"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Reproducir"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Nombre de archivo:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Tipo de archivo:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Solo lectura"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Guardar con contraseña"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Extensión de archivo _automática"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Editar configuración de _filtros"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Cifrar con clave GPG"
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 060ed1aebd1..5977fc52980 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1557855034.000000\n"
#. yzYVt
@@ -2354,7 +2354,7 @@ msgctxt ""
"par_id3145217\n"
"help.text"
msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
-msgstr "<emph>Lógico</emph>, contiene el valor TRUE (verdadero) o FALSE (falso)."
+msgstr "Las variables <emph>booleanas</emph> contienen bien el valor TRUE (verdadero), o bien FALSE (falso)."
#. XrKGs
#: 01020100.xhp
@@ -2363,7 +2363,7 @@ msgctxt ""
"par_id3154762\n"
"help.text"
msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
-msgstr "<emph>Objeto</emph>, puede almacenar objetos de diversos tipos, como tablas y documentos dentro de un documento."
+msgstr "Las variables de <emph>objeto</emph> pueden almacenar objetos de diversos tipos, como tablas y documentos, dentro de un documento."
#. Hh3P9
#: 01020100.xhp
@@ -2444,7 +2444,7 @@ msgctxt ""
"hd_id3147500\n"
"help.text"
msgid "Single Variables"
-msgstr "Variables simples"
+msgstr "Variables sencillas"
#. VAptr
#: 01020100.xhp
@@ -2453,7 +2453,7 @@ msgctxt ""
"par_id3153070\n"
"help.text"
msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
-msgstr ""
+msgstr "Las variables sencillas pueden tomar valores positivos o negativos que vayan desde 3,402823 × 10³⁸ hasta 1,401298 × 10⁻⁴⁵. Las variables sencillas son variables de coma flotante (o de punto flotante) en las cuales la precisión del decimal disminuye a medida que la parte no decimal del número aumenta. Las variables sencillas son idóneas para cálculos matemáticos de precisión media. Los cálculos requieren más tiempo que los de variables enteras, pero son más rápidos que los de variante doble. Una variable sencilla requiere 4 bytes de memoria. El carácter de declaración de tipo es «!»."
#. X2BBe
#: 01020100.xhp
@@ -2471,7 +2471,7 @@ msgctxt ""
"par_id3150953\n"
"help.text"
msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
-msgstr ""
+msgstr "Las variables dobles pueden tomar valores positivos o negativos que vayan desde 1,79769313486232 × 10³⁰⁸ hasta 4,94065645841247 × 10⁻³²⁴. Las variables dobles son variables de coma flotante en las cuales la precisión del decimal disminuye a medida que la parte no decimal del número incrementa. Las variables dobles son idóneas para cálculos precisos. Los cálculos requieren más tiempo que los de las variables sencillas. Una variable doble requiere 8 bytes de memoria. El carácter de declaración de tipo es «#»."
#. KYBFy
#: 01020100.xhp
@@ -2561,7 +2561,7 @@ msgctxt ""
"par_id3145632\n"
"help.text"
msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
-msgstr "Las variables lógicas o booleanas solo almacenan uno de estos dos valores: TRUE (‘verdadero’) o FALSE (‘falso’). Un número 0 se evalúa como FALSE, cualquier otro número como TRUE."
+msgstr "Las variables booleanas solo almacenan uno de estos dos valores: TRUE (verdadero) o FALSE (falso). Un número 0 se calcula como FALSE; cualquier otro número, como TRUE."
#. wpb86
#: 01020100.xhp
@@ -2588,7 +2588,7 @@ msgctxt ""
"bm_id3150669\n"
"help.text"
msgid "<bookmark_value>ampersand symbol; in literal notation</bookmark_value> <bookmark_value>literals;hexadecimal</bookmark_value> <bookmark_value>literals;octal</bookmark_value> <bookmark_value>literals;&h notation</bookmark_value> <bookmark_value>literals;&o notation</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>símbolo et; en notación literal</bookmark_value><bookmark_value>literales;hexadecimales</bookmark_value><bookmark_value>literales;octales</bookmark_value><bookmark_value>literales;notación &h</bookmark_value><bookmark_value>literales;notación &o</bookmark_value>"
#. x883R
#: 01020100.xhp
@@ -10832,7 +10832,7 @@ msgctxt ""
"par_id3147349\n"
"help.text"
msgid "To obtain the length of a file that is not open, use the <link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen function\"><literal>FileLen</literal></link> function."
-msgstr ""
+msgstr "Para obtener la longitud de un archivo que no esté abierto, utilice la función <link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen function\"><literal>FileLen</literal></link>."
#. AGL3X
#: 03020304.xhp
@@ -23963,7 +23963,7 @@ msgctxt ""
"hd_id3148554\n"
"help.text"
msgid "<variable id=\"Switch_h1\"><link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Switch Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Switch_h1\"><link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Función Switch</link></variable>"
#. yBnoz
#: 03090410.xhp
@@ -25385,7 +25385,7 @@ msgctxt ""
"par_id761652451117906\n"
"help.text"
msgid "Numeric expressions are displayed according %PRODUCTNAME <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">language settings</link>:"
-msgstr ""
+msgstr "Las expresiones numéricas se muestran acorde a la <link href=\"text/shared/optionen/01140000.xhp\" name=\"language settings\">configuración de idiomas</link> de %PRODUCTNAME:"
#. DirnZ
#: 03100900.xhp
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/03.po b/source/es/helpcontent2/source/text/sbasic/shared/03.po
index 6db63cb1d3f..441d8bf7fda 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 12:51+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1548211825.000000\n"
#. ViEWM
@@ -24107,7 +24107,7 @@ msgctxt ""
"par_id181612441703306\n"
"help.text"
msgid "\"?\" represents any single character;"
-msgstr ""
+msgstr "«?» representa cualquier carácter único;"
#. CFPcW
#: sf_string.xhp
@@ -24242,7 +24242,7 @@ msgctxt ""
"par_id471580293142283\n"
"help.text"
msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>."
-msgstr ""
+msgstr "<emph>inputstr</emph>: la cadena que se comprobará. Si está vacía, el método devuelve <literal>False</literal>."
#. 7Ryzp
#: sf_string.xhp
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index 798ae3c3aec..d2865495f8a 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Enumera las hojas del documento actual. Para seleccionar una hoja, oprima las teclas de flecha arriba o abajo para desplazarse a una de las hojas de la lista. Para añadir una hoja a la selección, mantenga oprimida la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mientras oprime las teclas de cursor y, a continuación, oprima la barra espaciadora. Para seleccionar un intervalo de hojas, mantenga oprimida Mayús y oprima las teclas de flecha.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,14 +56473,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Para un número positivo, la función redondea al alza (alejándose de cero). Para un número negativo, la función redondea al alza (aproximándose a cero). Se ignora el signo del valor de significatividad."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Esta función calcula los resultados de idéntica manera a la función <link href=\"#Section311\" name=\"ceilingprecise\">MULTIPLO.SUPERIOR.EXACTO</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63997,14 +64069,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Texto</emph>: un texto o una referencia a una celda en la que deberá aplicarse la expresión regular."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Expresión</emph>: un texto que representa la expresión regular, utilizando <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">la sintaxis de ICU</link>. Si no se produce ningún resultado y no se proporciona <emph>Reemplazo</emph>, se devuelve #N/D."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/guide.po b/source/es/helpcontent2/source/text/scalc/guide.po
index 1545b7908f3..fc34cb3f653 100644
--- a/source/es/helpcontent2/source/text/scalc/guide.po
+++ b/source/es/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-04 12:33+0100\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/es/>\n"
"Language: es\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564692214.000000\n"
#. NXy6S
@@ -5360,7 +5360,7 @@ msgctxt ""
"par_idN107B6\n"
"help.text"
msgid "Locate the directory that contains the dBASE file, and click <emph>OK</emph>."
-msgstr "Ubique el directorio que contiene el archivo dBASE, y pulse en <emph>Aceptar</emph>."
+msgstr "Ubique el directorio que contiene el archivo dBASE y pulse en <emph>Aceptar</emph>."
#. 5kG55
#: dbase_files.xhp
diff --git a/source/es/helpcontent2/source/text/sdraw.po b/source/es/helpcontent2/source/text/sdraw.po
index a65f744ee97..0427b4ba5a8 100644
--- a/source/es/helpcontent2/source/text/sdraw.po
+++ b/source/es/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-28 12:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/es/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564682198.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Este menú permite insertar en documentos Draw elementos tales como imágenes y guías."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"Imagen\">Imagen</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Insertar una imagen"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/00.po b/source/es/helpcontent2/source/text/shared/00.po
index bf01994ff89..4041b86f06f 100644
--- a/source/es/helpcontent2/source/text/shared/00.po
+++ b/source/es/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/es/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Los objetos OLE pueden enlazarse a un documento de destino o incrustarse. La incrustación inserta una copia del objeto y detalles del programa de origen en el documento de destino. Si desea editar el objeto, simplemente active el programa de origen haciendo una doble pulsación en el objeto."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Audio o vídeo"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Vaya a <emph>Insertar ▸ Objeto</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Objeto OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Objeto OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Fórmula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vaya a <emph>Formato ▸ Tipo de gráfico</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Gráfico</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vaya a <emph>Formato ▸ Tipo de gráfico</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Gráfico</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vaya a <emph>Formato ▸ Tipo de gráfico</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Gráfico</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Gráfico</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Inferior"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Vaya a <emph>Formato ▸ Ancla</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "En la barra <emph>Diseño de formulario</emph>, pulse en"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icono Ancla</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Cambiar ancla"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Vaya a <emph>Formato ▸ Ancla ▸ A la página</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Vaya a <emph>Formato ▸ Ancla  ▸ Al párrafo</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Vaya a <emph>Formato ▸ Ancla ▸ Al carácter</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Vaya a <emph>Formato ▸ Ancla ▸ Como carácter</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Vaya a <emph>Formato ▸ Ancla ▸ Al marco</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Vaya a <emph>Formato ▸ Ancla ▸ A la celda</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,14 +13048,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Abra el menú contextual del objeto y elija <menuitem>Nombre</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Abra el menú contextual del objeto y elija <menuitem>Descripción</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po
index 0200288adca..f257a57bc53 100644
--- a/source/es/helpcontent2/source/text/shared/01.po
+++ b/source/es/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n"
"Language: es\n"
@@ -9052,14 +9052,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Representa un carácter mayúsculo si se ha activado la opción <emph>Distinguir mayúsculas y minúsculas</emph> en <emph>Opciones</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Para una lista exhaustiva de metacaracteres y sintaxis admitidas, consulte la <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">documentación sobre expresiones regulares de ICU</link> (en inglés)"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Insertar imágenes"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Insertar imágenes\">Insertar imágenes</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserta una imagen en el documento actual, <switchinline select=\"appl\"><caseinline select=\"WRITER\">con una distribución óptima del texto en la página y centrada en la línea</caseinline><caseinline select=\"CALC\">en la posición de la celda actual</caseinline><defaultinline>centrada en la página o diapositiva</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Estilo de marco"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Seleccione el estilo de marco para la imagen.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Muestra una previsualización de la imagen seleccionada.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objeto"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Objeto\">Objeto</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Inserta un objeto incrustado en el documento. Entre estos se incluyen fórmulas, modelos en 3D, gráficos y objetos OLE.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Fórmula\">Fórmula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -21767,7 +21785,7 @@ msgctxt ""
"par_id3153910\n"
"help.text"
msgid "To change the measurement units used in this dialog, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - General</menuitem> , and then select a new measurement unit in the Settings area."
-msgstr ""
+msgstr "Para cambiar las unidades de medida que se utilizan en el cuadro de diálogo, diríjase a <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME Writer ▸ General</menuitem> y seleccione otra unidad en el apartado Configuración."
#. 4fwpx
#: 05030100.xhp
@@ -22055,7 +22073,7 @@ msgctxt ""
"par_id791643819136940\n"
"help.text"
msgid "<image src=\"cmd/lc_spacepara15.svg\" id=\"img_id201643819136941\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461643819136943\">Icon Line Spacing 1.5</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_spacepara15.svg\" id=\"img_id201643819136941\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id461643819136943\">Icono Interlineado 1,5</alt></image>"
#. Ag5FS
#: 05030100.xhp
@@ -22091,7 +22109,7 @@ msgctxt ""
"par_id421643819242730\n"
"help.text"
msgid "<image src=\"cmd/lc_spacepara2.svg\" id=\"img_id861643819242731\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961643819242732\">Icon Line Spacing 2</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_spacepara2.svg\" id=\"img_id861643819242731\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961643819242732\">Icono Interlineado 2</alt></image>"
#. vJR3n
#: 05030100.xhp
@@ -22118,7 +22136,7 @@ msgctxt ""
"par_id3147494\n"
"help.text"
msgid "Select this option and then enter a percentage value in the box, where 100% corresponds to single line spacing."
-msgstr "Seleccione esta opción y escriba un valor porcentual en el cuadro; 100% corresponde al interlineado sencillo."
+msgstr "Seleccione esta opción y escriba un valor porcentual en el cuadro; 100 % corresponde al interlineado sencillo."
#. N57s7
#: 05030100.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Agrega una sombra al texto seleccionado o, si el cursor se encuentra dentro de una palabra, a toda la palabra.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribuir filas uniformemente"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,14 +26323,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>filas de tabla;distribuir altura uniformemente</bookmark_value><bookmark_value>altura de filas;distribuir uniformemente</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribuir filas uniformemente\">Distribuir filas uniformemente</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26323,14 +26341,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Ajusta la altura de las filas seleccionadas para que coincidan con la altura de la fila más alta en la selección.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Vaya a <emph>Tabla ▸ Tamaño ▸ Distribuir filas uniformemente</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icono</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribuir filas uniformemente"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objetos;títulos y descripciones</bookmark_value> <bookmark_value>descripciones para los objetos</bookmark_value> <bookmark_value>títulos;objetos</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Asigna un título y una descripción al objeto seleccionado. Estas son accesibles para las herramientas de accesibilidad y etiquetas alternativas cuando el documento se exporta.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Título"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduzca un texto para el título. Este nombre corto es visible como una etiqueta alternativa en formato HTML. Las herramientas de accesibilidad pueden leer este texto.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Introduce una descripción. La descripción extendida se puede introducir para describir objetos o grupos de objetos para usuarios con un software de lectura de pantallas (screen readers). La descripción es visible como una etiqueta alternativa por sus herramientas de accesibilidad.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edite o cree estilos de flecha.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Organizar estilos de flechas"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Permite organizar la lista de estilos de flecha."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Título"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Para definir un estilo de flecha personalizado, seleccione un objeto de dibujo del documento y pulse aquí.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modificar"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ancla"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Ancla</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Define las opciones de anclaje del objeto seleccionado.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">A la página</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ancla el elemento seleccionado en la página actual.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "El elemento anclado permanece en la página actual aunque se inserte o se borre texto."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">Al párrafo</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ancla el elemento seleccionado en el párrafo actual.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">Al carácter</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ancla el elemento seleccionado a un carácter.</ahelp> Esta orden solo está disponible para objetos gráficos."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "El ancla se muestra delante del carácter."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">Al marco</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ancla el elemento seleccionado en el marco circundante.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">Como carácter</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ancla el elemento seleccionado como carácter en el texto actual. Si la altura del elemento seleccionado es mayor que el tamaño del tipo de letra usado, aumenta la altura de la línea que contenga el elemento.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
@@ -38552,7 +38624,7 @@ msgctxt ""
"bm_id3152876\n"
"help.text"
msgid "<bookmark_value>AutoCorrect function; replacement table</bookmark_value><bookmark_value>replacement table</bookmark_value><bookmark_value>replacing; AutoCorrect function</bookmark_value><bookmark_value>text; replacing with format</bookmark_value><bookmark_value>frames; AutoCorrect function</bookmark_value><bookmark_value>pictures; inserting automatically</bookmark_value><bookmark_value>AutoCorrect function; pictures and frames</bookmark_value>"
-msgstr "<bookmark_value>Autocorrección;tabla de sustitución</bookmark_value><bookmark_value>tabla de sustitución</bookmark_value><bookmark_value>reemplazar;Autocorrección</bookmark_value><bookmark_value>texto;reemplazar con formato</bookmark_value><bookmark_value>marco;Autocorrección</bookmark_value><bookmark_value>imágenes;insertar de forma automática</bookmark_value><bookmark_value>Autocorrección;imágenes y marcos</bookmark_value>"
+msgstr "<bookmark_value>función Corrección automática;tabla de sustituciones</bookmark_value><bookmark_value>tabla de sustituciones</bookmark_value><bookmark_value>reemplazar;función Corrección automática</bookmark_value><bookmark_value>texto;reemplazar con formato</bookmark_value><bookmark_value>marcos;función Corrección automática</bookmark_value><bookmark_value>imágenes;insertar de forma automática</bookmark_value><bookmark_value>función Corrección automática;imágenes y marcos</bookmark_value>"
#. penrE
#: 06040200.xhp
@@ -38570,7 +38642,7 @@ msgctxt ""
"par_id3151262\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/acorreplacepage/AcorReplacePage\">Edits the replacement table for automatically correcting or replacing words or abbreviations in your document.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorreplacepage/AcorReplacePage\">Edita la tabla de sustitución para corregir o sustituir automáticamente palabras o abreviaturas del documento.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/acorreplacepage/AcorReplacePage\">Edita la tabla de sustituciones para corregir o reemplazar automáticamente palabras o abreviaturas del documento.</ahelp>"
#. WwGDs
#: 06040200.xhp
@@ -39470,7 +39542,7 @@ msgctxt ""
"par_idN106F8\n"
"help.text"
msgid "Press Esc to decline the word completion."
-msgstr "Pulse Esc para que las palabras no se completen automáticamente."
+msgstr "Presione Esc para que las palabras no se completen automáticamente."
#. aZdst
#: 06040600.xhp
@@ -39515,7 +39587,7 @@ msgctxt ""
"hd_id3147265\n"
"help.text"
msgid "Word Completion list"
-msgstr "Lista de palabras"
+msgstr "Lista de compleción de palabras"
#. uBqx9
#: 06040600.xhp
@@ -42719,7 +42791,7 @@ msgctxt ""
"par_id3155892\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/accelconfigpage/module\">Displays shortcut keys for the current $[officename] application.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/accelconfigpage/module\">Muestra las combinaciones de teclas disponibles en la aplicación de $[officename] actual.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/accelconfigpage/module\">Muestra los atajos de teclado para la aplicación en uso de $[officename].</ahelp>"
#. fmYnE
#: 06140200.xhp
diff --git a/source/es/helpcontent2/source/text/shared/02.po b/source/es/helpcontent2/source/text/shared/02.po
index b3d5abaf154..a60fb922994 100644
--- a/source/es/helpcontent2/source/text/shared/02.po
+++ b/source/es/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/es/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Cambiar ancla"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>anclas;cambiar</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Cambiar ancla</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po
index a141ea0e140..2002ff80531 100644
--- a/source/es/helpcontent2/source/text/shared/guide.po
+++ b/source/es/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n"
"Language: es\n"
@@ -860,7 +860,7 @@ msgctxt ""
"bm_id3149346\n"
"help.text"
msgid "<bookmark_value>AutoCorrect function; URL recognition</bookmark_value> <bookmark_value>recognizing URLs automatically</bookmark_value> <bookmark_value>automatic hyperlink formatting</bookmark_value> <bookmark_value>URL;turning off URL recognition</bookmark_value> <bookmark_value>hyperlinks;turning off automatic recognition</bookmark_value> <bookmark_value>links;turning off automatic recognition</bookmark_value> <bookmark_value>predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion</bookmark_value>"
-msgstr "<bookmark_value>función Autocorrección; reconocimiento de URL</bookmark_value> <bookmark_value>reconocimiento automático de URL</bookmark_value> <bookmark_value>formato automático de hipervínculos</bookmark_value> <bookmark_value>URL;desactivación de reconocimiento de URL</bookmark_value> <bookmark_value>hipervínculos;desactivación de reconocimiento automático</bookmark_value> <bookmark_value>vínculos;desactivación de reconocimiento automático</bookmark_value> <bookmark_value>texto predictivo, consulte también Autocorrección/Autorrellenar/Entrada automática/completar palabras/completar texto</bookmark_value>"
+msgstr "<bookmark_value>función Corrección automática; reconocimiento de URL</bookmark_value><bookmark_value>reconocimiento automático de URL</bookmark_value><bookmark_value>formato automático de hiperenlaces</bookmark_value><bookmark_value>URL;desactivación de reconocimiento de URL</bookmark_value><bookmark_value>hiperenlaces;desactivación de reconocimiento automático</bookmark_value><bookmark_value>enlaces;desactivación de reconocimiento automático</bookmark_value><bookmark_value>texto predictivo, consulte también Corrección automática/Relleno automático/Entrada automática/compleción de palabras/compleción de texto</bookmark_value>"
#. ALsJC
#: autocorr_url.xhp
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>gráficos, véase también imágenes</bookmark_value><bookmark_value>imágenes, insertar y editar mapas de bits</bookmark_value><bookmark_value>ilustraciones, véase también imágenes</bookmark_value><bookmark_value>mapas de bits; insertar y editar</bookmark_value><bookmark_value>gráficos de píxeles; insertar y editar</bookmark_value><bookmark_value>exportar; mapas de bits</bookmark_value><bookmark_value>importar; mapas de bits</bookmark_value><bookmark_value>imágenes; editar</bookmark_value><bookmark_value>editar; imágenes</bookmark_value><bookmark_value>invertir, filtro</bookmark_value><bookmark_value>suavizar, filtro</bookmark_value><bookmark_value>enfocar, filtro</bookmark_value><bookmark_value>quitar ruido, filtro</bookmark_value><bookmark_value>solarización, filtro</bookmark_value><bookmark_value>envejecimiento, filtro</bookmark_value><bookmark_value>posterización, filtro</bookmark_value><bookmark_value>pop-art, filtro</bookmark_value><bookmark_value>dibujos al carbón, filtro</bookmark_value><bookmark_value>mosaico, filtro</bookmark_value><bookmark_value>imágenes;filtros</bookmark_value><bookmark_value>filtros;imágenes</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Insertar, editar y guardar mapas de bits\">Insertar, editar y guardar mapas de bits</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Pueden insertarse imágenes de mapa de bits en documentos de $[officename] Writer, $[officename] Calc, $[officename] Draw y $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Elija <emph>Insertar ▸ Imagen ▸ Desde archivo</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Seleccionar el archivo. En el cuadro <emph>Tipo de archivo</emph> puede restringir la selección a ciertos tipos de archivos."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/optionen.po b/source/es/helpcontent2/source/text/shared/optionen.po
index 4979238ee48..48f2f734c00 100644
--- a/source/es/helpcontent2/source/text/shared/optionen.po
+++ b/source/es/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n"
"Language: es\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Especifica que <item type=\"productname\">%PRODUCTNAME</item> guarde todos los documentos abiertos cuando almacene información de recuperación. Se utiliza el mismo intervalo de tiempo que la recuperación automática.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Guardar los URL relativos en el sistema de archivos"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
@@ -5351,7 +5351,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "HTML compatibility"
-msgstr "Compatibilidad con HTML"
+msgstr "Compatibilidad HTML"
#. WJj8D
#: 01030500.xhp
diff --git a/source/es/helpcontent2/source/text/simpress/guide.po b/source/es/helpcontent2/source/text/simpress/guide.po
index a94adfe73cf..9667b257591 100644
--- a/source/es/helpcontent2/source/text/simpress/guide.po
+++ b/source/es/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/es/>\n"
@@ -4337,204 +4337,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Seleccione la diapositiva a continuación de la cual desee situar la diapositiva copiada y elija <emph>Editar ▸ Pegar</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Carga de listas de colores, degradados y tramas"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>colores;cargar listas</bookmark_value><bookmark_value>degradados;cargar listas</bookmark_value><bookmark_value>trama;cargar listas</bookmark_value><bookmark_value>cargar;colores/degradados/tramas</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Carga de listas de colores, degradados y tramas\">Carga de listas de colores, degradados y tramas</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Puede utilizar listas para organizar colores, degradados o tramas. $[officename] ofrece varias listas que se pueden cargar y utilizar en el documento. Si lo desea, puede añadir o eliminar elementos de una lista, o incluso crear listas personalizadas."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Para cargar una tabla de colores:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Seleccione <emph>Formato - Relleno</emph> y pulse la pestaña <emph>Colores</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Pulse el botón <emph>Cargar tabla de colores</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Encuentre la lista de colores que quiera cargar y pulse en <emph>Abrir</emph>. Los archivos de lista de colores tienen el formato [nombredearchivo].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Para guardar una tabla de colores pulse el botón <emph>Guardar tabla de colores</emph>, escriba un nombre de archivo y pulse <emph>Guardar</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>colores; colores predeterminados</bookmark_value><bookmark_value>colores; colores de LibreOffice</bookmark_value><bookmark_value>colores de LibreOffice</bookmark_value><bookmark_value>colores; colores HLC</bookmark_value><bookmark_value>colores de Material Design</bookmark_value><bookmark_value>colores; web</bookmark_value><bookmark_value>colores; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "La lista de colores freieFarbe HLC se basa en el modelo CIELAB y está optimizada para la impresión profesional en CMYK. Los colores de las listas de compatibilidad y HTML están optimizados para monitores con resolución de 256 colores. Las paletas «LibreOffice» y «Material» contienen los colores oficiales de LibreOffice y Material Design, respectivamente. La paleta tonal.soc brinda un conjunto de colores organizados por contraste de luminancia que funcionan en diferentes dispositivos."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Para cargar una lista de degradados:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Vaya a <emph>Formato ▸ Área</emph> y pulse en la pestaña <emph>Degradados</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Pulse en el botón <emph>Cargar lista de degradados</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Busque la lista de degradados que quiera cargar y pulse en <emph>Abrir</emph>. El formato de los archivos de la lista de degradados es [nombrearchivo].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Para guardar una lista de degradados pulse en el botón <emph>Guardar lista de degradados</emph>, escriba un nombre de archivo y pulse en <emph>Guardar</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Para cargar una tabla de tramas:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Seleccione <emph>Formato - Relleno</emph> y pulse la pestaña <emph>Tramas</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Pulse el botón <emph>Cargar tabla de tramas</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Busque la tabla de tramas que desee cargar y pulse <emph>Abrir</emph>. El formato de los archivos de la tabla de tramas es [nombrearchivo].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Para guardar una tabla de tramas pulse el botón <emph>Guardar tabla de tramas</emph>, escriba un nombre de archivo y pulse <emph>Guardar</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Formato - Área\">Formato ▸ Área</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6092,14 +5894,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Vaya a la diapositiva donde desee insertar la hoja de cálculo."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Vaya a <emph>Insertar ▸ Objeto ▸ Objeto OLE</emph>. Pulse en <emph>Crear nuevo</emph> y seleccione la hoja de cálculo de %PRODUCTNAME. Pulse en Aceptar. Luego pulse en la hoja de cálculo para introducir ahí sus datos."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6146,14 +5948,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Vaya a la diapositiva donde desee insertar la hoja de cálculo."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Seleccione <emph>Insertar ▸ Objeto ▸ Objeto OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6200,14 +6002,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Formato ▸ Disposición de diapositiva</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insertar - Objeto - Objeto OLE\">Insertar ▸ Objeto ▸ Objeto OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/00.po b/source/es/helpcontent2/source/text/swriter/00.po
index c634a1f846a..9d4c067293c 100644
--- a/source/es/helpcontent2/source/text/swriter/00.po
+++ b/source/es/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/es/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Vaya a <emph>Insertar ▸ Marco ▸ Marco ▸</emph> pestaña <emph>Opciones</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Altura óptima de filas"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Vaya a <emph>Tabla ▸ Tamaño ▸ Distribuir filas uniformemente</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Abra la barra <emph>Optimizar tamaño</emph> desde la barra de herramientas <emph>Tabla</emph> y pulse en"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Distribuir filas uniformemente"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/01.po b/source/es/helpcontent2/source/text/swriter/01.po
index aec8d008ddc..068df8c2f30 100644
--- a/source/es/helpcontent2/source/text/swriter/01.po
+++ b/source/es/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n"
"Language: es\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Muestra la apariencia que tendrá el documento cuando lo imprima.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Párrafos ocultos"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Párrafos ocultos\">Párrafos ocultos</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15011,14 +15011,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Filas de título"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Seleccione el número de filas que quiere usar para el título.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18269,41 +18269,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Seleccione la opción de alineación vertical del objeto.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Si ancla un objeto a un marco con una altura fija, solo estarán disponibles las opciones «Abajo» y «Centrado»."
+msgid "by"
+msgstr "con"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "con"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Escriba la cantidad de espacio que se debe dejar entre el borde superior del objeto seleccionado y el punto de referencia que seleccione en el cuadro <emph>A</emph>.</ahelp> Esta opción solo está disponible si selecciona «Desde arriba» o «Desde abajo» (como carácter) en el cuadro <emph>Vertical</emph>."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18314,13 +18377,13 @@ msgctxt ""
msgid "to"
msgstr "a"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18359,14 +18422,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Carácter</emph>: el objeto se posiciona teniendo en cuenta el espacio vertical que utiliza el carácter."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18413,6 +18476,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr "<menuitem>Área de texto del marco</menuitem>: disponible solo para el anclaje «Al marco». Se refiere a la zona de texto del marco."
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Si ancla un objeto a un marco con una altura fija, solo estarán disponibles las opciones «Abajo» y «Centrado»."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20357,32 +20429,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Opciones\">Opciones</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Especifica las propiedades del objeto, la imagen o el marco seleccionado.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nombre"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Especifica el nombre del elemento seleccionado y los enlaces asociados."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20411,23 +20474,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Asigne a un objeto, imagen o marco un nombre con sentido, de manera que posteriormente pueda encontrarlo con facilidad en documentos largos."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Texto alternativo (marcos flotantes, imágenes y objetos solamente)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Escriba el texto que se debe mostrar en un explorador web cuando el elemento seleccionado no está disponible. También se utiliza texto alternativo para ayudar a las personas discapacitadas.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20438,14 +20501,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Enlace anterior"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Muestra el elemento (objeto, imagen o marco) que viene antes del elemento actual en una secuencia enlazada. Para añadir o cambiar el enlace anterior seleccione un nombre de la lista. Si desea enlazar marcos, el marco actual y el de destino deben estar vacíos.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20456,14 +20519,14 @@ msgctxt ""
msgid "Next link"
msgstr "Enlace siguiente"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Muestra el elemento (objeto, imagen o marco) que viene después del elemento actual en una secuencia enlazada. Para añadir o cambiar el enlace siguiente seleccione un nombre de la lista. Si va a enlazar marcos, el marco de destino debe estar vacío.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
@@ -23586,7 +23649,7 @@ msgctxt ""
"bm_id3153925\n"
"help.text"
msgid "<bookmark_value>AutoCorrect function;text documents</bookmark_value>"
-msgstr "<bookmark_value>Función de autocorrección; documentos de texto</bookmark_value>"
+msgstr "<bookmark_value>función Corrección automática;documentos de texto</bookmark_value>"
#. CAuj9
#: 05150000.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/guide.po b/source/es/helpcontent2/source/text/swriter/guide.po
index dc434aa91f0..8a5fed53eed 100644
--- a/source/es/helpcontent2/source/text/swriter/guide.po
+++ b/source/es/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n"
"Language: es\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Posicionar objetos\">Posicionar objetos</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "Al marco"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ancla el elemento seleccionado en el marco circundante."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -401,7 +428,7 @@ msgctxt ""
"bm_id3147407\n"
"help.text"
msgid "<bookmark_value>numbering; lists, while typing</bookmark_value> <bookmark_value>bullet lists;creating while typing</bookmark_value> <bookmark_value>lists;automatic numbering</bookmark_value> <bookmark_value>numbers;lists</bookmark_value> <bookmark_value>automatic bullets/numbers; AutoCorrect function</bookmark_value> <bookmark_value>bullets; using automatically</bookmark_value> <bookmark_value>paragraphs; automatic numbering</bookmark_value>"
-msgstr "<bookmark_value>numeración; listas, al escribir</bookmark_value><bookmark_value>listas con viñetas;crear al escribir</bookmark_value><bookmark_value>listas;numeración automática</bookmark_value><bookmark_value>números;listas</bookmark_value><bookmark_value>numeración automática; función Autocorreción</bookmark_value><bookmark_value>viñetas; utilizar automáticamente</bookmark_value><bookmark_value>párrafos; numeración automática</bookmark_value>"
+msgstr "<bookmark_value>numeración; listas, al escribir</bookmark_value><bookmark_value>listas con viñetas;crear al escribir</bookmark_value><bookmark_value>listas;numeración automática</bookmark_value><bookmark_value>números;listas</bookmark_value><bookmark_value>numeración automática; función Corrección automática</bookmark_value><bookmark_value>viñetas; utilizar automáticamente</bookmark_value><bookmark_value>párrafos; numeración automática</bookmark_value>"
#. 73YY6
#: auto_numbering.xhp
@@ -833,7 +860,7 @@ msgctxt ""
"bm_id3152887\n"
"help.text"
msgid "<bookmark_value>AutoCorrect function; adding exceptions</bookmark_value> <bookmark_value>exceptions; AutoCorrect function</bookmark_value> <bookmark_value>abbreviations</bookmark_value> <bookmark_value>capital letters;avoiding after specific abbreviations</bookmark_value>"
-msgstr "<bookmark_value>Función de Autocorrección; agregar excepciones</bookmark_value> <bookmark_value>excepciones; función de Autocorrección</bookmark_value> <bookmark_value>abreviaturas</bookmark_value> <bookmark_value>mayúsculas;evitar después de abreviaturas específicas</bookmark_value>"
+msgstr "<bookmark_value>función Corrección automática; añadir excepciones</bookmark_value><bookmark_value>excepciones; función Corrección automática</bookmark_value><bookmark_value>abreviaturas</bookmark_value><bookmark_value>mayúsculas;evitar después de abreviaturas específicas</bookmark_value>"
#. tYzzu
#: autocorr_except.xhp
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Insertar una imagen de un archivo"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>imágenes;insertar por diálogo</bookmark_value> <bookmark_value>insertar;imágenes, por diálogo</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Insertar una imagen desde un archivo\">Insertar una imagen desde un archivo</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Pulse en el documento, allí donde desee insertar la imagen."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Elija <link href=\"text/shared/01/04140000.xhp\" name=\"Insertar - Imagen - A partir de archivo\"><emph>Insertar ▸ Imagen ▸ A partir de archivo</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Busque el archivo de imagen que desee insertar y pulse <emph>Abrir</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -15287,7 +15287,7 @@ msgctxt ""
"bm_id3155622\n"
"help.text"
msgid "<bookmark_value>smart tags</bookmark_value><bookmark_value>AutoCorrect function; smart tags</bookmark_value><bookmark_value>options;smart tags</bookmark_value><bookmark_value>disabling;smart tags</bookmark_value><bookmark_value>installing;smart tags</bookmark_value>"
-msgstr "<bookmark_value>etiquetas inteligentes</bookmark_value><bookmark_value>Función de autocorrección;etiquetas inteligentes</bookmark_value><bookmark_value>opciones;etiquetas inteligentes</bookmark_value><bookmark_value>deshabilitar;etiquetas inteligentes</bookmark_value><bookmark_value>instalar;etiquetas inteligentes</bookmark_value>"
+msgstr "<bookmark_value>etiquetas inteligentes</bookmark_value><bookmark_value>función Corrección automática;etiquetas inteligentes</bookmark_value><bookmark_value>opciones;etiquetas inteligentes</bookmark_value><bookmark_value>desactivar;etiquetas inteligentes</bookmark_value><bookmark_value>instalar;etiquetas inteligentes</bookmark_value>"
#. sAzFe
#: smarttags.xhp
@@ -19202,7 +19202,7 @@ msgctxt ""
"bm_id3148882\n"
"help.text"
msgid "<bookmark_value>automatic word completion</bookmark_value> <bookmark_value>completion of words</bookmark_value> <bookmark_value>AutoCorrect function; word completion</bookmark_value> <bookmark_value>word completion;using/disabling</bookmark_value> <bookmark_value>disabling;word completion</bookmark_value> <bookmark_value>switching off;word completion</bookmark_value> <bookmark_value>deactivating;word completion</bookmark_value> <bookmark_value>refusing word completions</bookmark_value> <bookmark_value>rejecting word completions</bookmark_value>"
-msgstr "<bookmark_value>completar palabras automáticamente</bookmark_value> <bookmark_value>completar palabras</bookmark_value> <bookmark_value>Autocorrección;completar palabras</bookmark_value> <bookmark_value>completar palabras;usar/deshabilitar</bookmark_value> <bookmark_value>deshabilitar;completar palabras</bookmark_value> <bookmark_value>desconectar;completar palabras</bookmark_value> <bookmark_value>desactivar;completar palabras</bookmark_value> <bookmark_value>rechazar completar palabras</bookmark_value> <bookmark_value>rechazar completar palabras</bookmark_value>"
+msgstr "<bookmark_value>compleción de palabras automática</bookmark_value><bookmark_value>compleción de palabras</bookmark_value><bookmark_value>función Corrección automática; compleción de palabras</bookmark_value><bookmark_value>compleción de palabras;utilizar/desactivar</bookmark_value><bookmark_value>desactivar;compleción de palabras</bookmark_value><bookmark_value>inhabilitar;compleción de palabras</bookmark_value><bookmark_value>apagar;compleción de palabras</bookmark_value><bookmark_value>rechazar compleciones de palabras</bookmark_value><bookmark_value>declinar compleciones de palabras</bookmark_value>"
#. NPZBw
#: word_completion.xhp
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Vaya a <item type=\"menuitem\">Herramientas ▸ Corrección automática ▸ Opciones de corrección automática ▸ Compleción de palabras</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Desmarque <emph>Activar la compleción de palabras</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
@@ -19319,7 +19319,7 @@ msgctxt ""
"hd_id4745017\n"
"help.text"
msgid "<variable id=\"word_completion_adjust\"><link href=\"text/swriter/guide/word_completion_adjust.xhp\">Fine-Tuning the Word Completion for Text Documents</link></variable>"
-msgstr "<variable id=\"word_completion_adjust\"><link href=\"text/swriter/guide/word_completion_adjust.xhp\">Poner a punto el completado de palabras para documentos de texto</link></variable>"
+msgstr "<variable id=\"word_completion_adjust\"><link href=\"text/swriter/guide/word_completion_adjust.xhp\">Poner a punto la compleción de palabras para documentos de texto</link></variable>"
#. P8C3U
#: word_completion_adjust.xhp
@@ -19526,7 +19526,7 @@ msgctxt ""
"par_idN10809\n"
"help.text"
msgid "<link href=\"text/shared/01/06040600.xhp\">Word Completion</link>"
-msgstr "<link href=\"text/shared/01/06040600.xhp\">Completado de palabras</link>"
+msgstr "<link href=\"text/shared/01/06040600.xhp\">Compleción de palabras</link>"
#. QETHk
#: word_completion_adjust.xhp
@@ -19535,7 +19535,7 @@ msgctxt ""
"par_id5458845\n"
"help.text"
msgid "<link href=\"text/swriter/guide/word_completion.xhp\">Using Word Completion</link>"
-msgstr "<link href=\"text/swriter/guide/word_completion.xhp\">Usando completar palabra</link>"
+msgstr "<link href=\"text/swriter/guide/word_completion.xhp\">Utilizar la compleción de palabras</link>"
#. GGZk7
#: words_count.xhp
diff --git a/source/es/librelogo/source/pythonpath.po b/source/es/librelogo/source/pythonpath.po
index 1c00928c35d..34c10a9968e 100644
--- a/source/es/librelogo/source/pythonpath.po
+++ b/source/es/librelogo/source/pythonpath.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-29 13:09+0200\n"
-"PO-Revision-Date: 2022-04-04 09:51+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/librelogosourcepythonpath/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1548562703.000000\n"
#. tFoAo
@@ -320,7 +320,7 @@ msgctxt ""
"FONTTRANSPARENCY\n"
"property.text"
msgid "fonttransparency|texttransparency"
-msgstr ""
+msgstr "transparenciafuente|transparenciatexto"
#. EPJeZ
#: LibreLogo_en_US.properties
diff --git a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
index 1079849c46d..b210ca0d987 100644
--- a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/es/>\n"
"Language: es\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Ir a la hoja anterior"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Altura óptima de fila"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Distribuir filas uniformemente "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Insertar objeto OLE"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "Objeto ~OLE…"
#. zKjoT
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Imagen"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objeto y forma"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Girar o ~voltear"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Cambiar ancla"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Anc~la"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30949,6 +30969,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -31417,7 +31447,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Insertar objeto OLE"
#. ESBXG
#: WriterCommands.xcu
@@ -34049,15 +34079,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Primer párrafo"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimizar anchura de columna"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34079,15 +34119,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Incrementar sangría en"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimizar altura de fila"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36327,7 +36377,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36807,7 +36857,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37327,7 +37377,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37627,7 +37677,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38287,7 +38337,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38827,7 +38877,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/es/sc/messages.po b/source/es/sc/messages.po
index f978d3cbdac..c32d591e6f0 100644
--- a/source/es/sc/messages.po
+++ b/source/es/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/es/>\n"
"Language: es\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Seleccionar hojas"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Hojas ~seleccionadas"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Regla"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Esta regla gestiona objetos en posiciones fijas."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Previsualización"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Esta hoja muestra cómo se organizarán los datos en el documento."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Visualización del documento"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Hoja %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Celda %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Área izquierda"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Previsualización de página"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Área central"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Área derecha"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Cabecera de la página %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Pie de la página %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Línea de entrada"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Aquí puede introducir y editar texto, números y fórmulas."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Reproducción multimedia"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Botón del ratón presionado"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barra de fórmulas"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Hojas de cálculo de %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(solo lectura)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Modo de previsualización)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Páginas:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~No imprimir páginas vacías"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Imprimir todas las hojas"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Imprimir hojas seleccionadas"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Imprimir celdas seleccionadas"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "De lo cual:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "~Todas las páginas"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "El siguiente origen DDE no pudo actualizarse probablemente porque el documento de origen no está abierto. Abra el documento origen e intente nuevamente."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "El siguiente archivo externo no se pudo cargar. Los datos enlazados desde este archivo no se actualizaron."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Actualizando los enlaces externos."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "A1 de Calc"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "A1 de Excel"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "R1C1 de Excel"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "El intervalo contiene etiquetas de ~columnas"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "El intervalo contiene etiquetas de ~filas"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Valor no válido"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "No se especificó ninguna fórmula."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "No se especificó ni la fila ni la columna."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "No se definió el nombre o el intervalo."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "No se definió el nombre o la referencia a la celda es incorrecta."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Las fórmulas no forman una columna."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Las fórmulas no forman una fila."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Añadir autoformato"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Cambiar nombre de formato automático"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nombre"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Eliminar autoformato"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "¿Quiere realmente eliminar el formato automático #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Cerrar"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Ene"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Norte"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Centro"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Sur"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Ancla de página"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Ancla de celda"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Condición "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Contenido"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Hojas"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Nombres de intervalos"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Intervalos de base de datos"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Imágenes"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Objetos OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Comentarios"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Áreas enlazadas"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Objetos de dibujo"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "activo"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactivo"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "oculto"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Ventana activa"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nombre de escenario"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Comentario"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Ordenar ascendentemente"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ordenar descendentemente"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Orden personalizado"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Cuadro de nombre"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Línea de entrada"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Asistente de funciones"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aplicar"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cancelar"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Seleccione una función"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Fórmula"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Expandir la barra de fórmulas"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Contraer la barra de fórmulas"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Usuario desconocido"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Columna insertada"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Fila insertada "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Hoja insertada "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Columna eliminada"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Fila eliminada"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Hoja eliminada"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Intervalo desplazado"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Modificación de contenido"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Modificación de contenido"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Cambiada a "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Cambios rechazados"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Aceptadas"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Rechazadas"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Ninguna entrada"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<vacío>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "No protegido"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "No protegido por contraseña"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Suma incompatible"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Suma compatible"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Reescribir"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Media móvil"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Alisamiento exponencial"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Análisis de varianza"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Análisis de varianza (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA: factor único"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA: dos factores"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grupos"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Entre grupos"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Dentro de los grupos"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Origen de variaciones"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Significatividad F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Valor P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F crítico"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Correlación"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Correlaciones"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covarianza"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Covarianzas"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Estadísticas descriptivas"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Media"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Error estándar"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Moda"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varianza"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desviación estándar"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Curtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asimetría"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Intervalo"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Mínimo"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Máximo"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suma"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Recuento"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Primer cuartil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tercer cuartil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Aleatorio ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Entero uniforme"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binómica"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binómica negativa"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Ji al cuadrado"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geométrica"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Mínimo"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Máximo"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Media"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desviación estándar"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Valor p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "N.º de intentos"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Valor nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Muestreo"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Prueba F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Prueba F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Prueba t pareada"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Prueba t pareada"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Prueba z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Prueba z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Prueba de independencia (ji al cuadrado)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regresión"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regresión"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Análisis de Fourier"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Análisis de Fourier"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Columna %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Fila %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Diferencia de media hipotética"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observaciones"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Diferencia de media observada"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R²"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R² ajustado"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Recuento de variables X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Valor P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Valor crítico"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Estadística de prueba"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Inferior"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Superior"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "El intervalo de entrada no es válido."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "La dirección de salida no es válida."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineal"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarítmica"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potencia"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "El intervalo de variables independientes no es válido."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "El intervalo de variables dependientes no es válido."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "El nivel de confianza debe estar en el intervalo (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "El intervalo de la variable Y no puede tener más de una columna."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "El intervalo de la variable Y no puede tener más de una fila."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Regresión univariante: la cantidad de observaciones de X y la de Y deben coincidir."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Regresión multivariante: la cantidad de observaciones de X y la de Y deben coincidir."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Modelo de regresión"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Estadísticas de regresión"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Residuo"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Nivel de confianza"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Coeficientes"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Estadística t"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Intersección"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Y predicho"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Salida bruta de ESTIMACION.LINEAL"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) lateral derecha"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F crítica, lateral derecha"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) lateral izquierda"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F crítica, lateral izquierda"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P bilateral"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F crítica bilateral"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Correlación de Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Varianza de las diferencias"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Estadística t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) unilateral"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t crítica unilateral"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) bilateral"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t crítica bilateral"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Varianza conocida"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) unilateral"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z crítica unilateral"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) bilateral"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z crítica bilateral"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Transformada de Fourier"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Transformada de Fourier inversa"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Real"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginaria"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitud"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Se seleccionaron más de dos columnas en el modo de agrupación por columnas."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Se seleccionaron más de dos filas en el modo de agrupación por filas."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "No hay datos en el intervalo de entrada."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "La salida es demasiado larga para guardarla en la hoja."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Intervalo de datos de entrada"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Permitir actualización"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Solo permita actualizar si confía en este documento."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "A la celda"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "A la celda (redimensionar con la celda)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "A la página"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "No hay datos de usuario disponibles."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(acceso exclusivo)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "No hay intervalos con nombre en el documento seleccionado"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Finísimo (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Muy fino (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Fino (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Mediano (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Grueso (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Muy grueso (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Finísimo doble (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Fino/mediano (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Mediano/finísimo (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Mediano/mediano (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Especifica que se indique la existencia de un comentario mediante un pequeño rectángulo en la esquina superior derecha de la celda. El comentario solo se mostrará cuando se activen las descripciones en %PRODUCTNAME ▸ General en el cuadro de diálogo Opciones."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23451,6 +23489,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Abre un cuadro de diálogo donde resolver una ecuación con una variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30739,19 +30807,19 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Dirección:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "El intervalo contiene…"
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Cabeceras:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
@@ -30925,45 +30993,39 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Ordenación personalizada"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Idioma"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opciones"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " Seleccione una opción de ordenación para el idioma."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Seleccione el idioma de las reglas de ordenación."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Opciones de ordenación"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Establece opciones de clasificación adicionales."
@@ -31970,26 +32032,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Ordenación personali_zada"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordenación"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Especifique los parámetros de cálculo y de presentación de los subtotales."
@@ -32420,341 +32470,335 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Indicador de co_mentario"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Especifica que cuando exista un comentario aparezca un pequeño rectángulo en la esquina superior derecha de la celda. El comentario solo se mostrará cuando se activen las sugerencias en General, en el cuadro de diálogo Opciones."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Resalte de _valores"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Active la casilla Resalte de valores para mostrar el contenido de las celdas en colores diferentes, dependiendo del tipo. Las celdas de texto se formatean en negro, las fórmulas en verde, las celdas numéricas en azul y las celdas protegidas con fondo gris claro, sin tener en cuenta el formato con el cual se muestran."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Ancla"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Especifica si se debe mostrar el icono de ancla al seleccionar un objeto insertado, como un gráfico."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Desbordamiento de te_xto"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Si el texto de una celda es más largo que ésta, se muestra por encima de las celdas vacías siguientes de la misma fila. Si las celdas siguientes no están vacías, un pequeño triángulo en la esquina de la celda indica que el texto continúa."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Mostrar _referencias en colores"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Especifica que las referencias se destaquen con colores en la fórmula. El intervalo de celdas también queda destacado con un borde de color en el momento de seleccionar la celda que contiene la referencia para editarla."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Mostrar"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Cabeceras de colu_mnas y filas"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Especifica si se debe mostrar encabezados de fila y columna."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Barra de desplazamiento hori_zontal"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Especifica si se muestra una barra de desplazamiento horizontal en la parte inferior de la ventana del documento."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Barra de desplazamiento _vertical"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Especifica si se muestra una barra de desplazamiento vertical a la derecha de la ventana del documento."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "P_estañas de las hojas"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Especifica si se deben mostrar las pestañas de las hojas en la parte inferior del libro."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Símb_olos del esquema"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Si ha definido un esquema, la opción Símbolos para esquemas especifica si se deben mostrar dichos símbolos en el borde de la hoja."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Ventana"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_incronizar hojas"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Si se activa la opción, todas las hojas mostrarán el mismo factor de escala. Si se desactiva, cada hoja puede tener su propio factor de escala."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Escala"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Saltos de _página"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Especifica si desea ver los saltos de página dentro de un área de impresión definida."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Líneas _guía al mover"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Especifica si se deben ver las guías al mover dibujos, marcos, gráficos y otros objetos."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Líneas de _cuadrícula:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Color:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Mostrar"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Mostrar en celdas coloreadas"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Ocultar"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Especifica cuándo se mostrarán las líneas de cuadrícula. El valor predeterminado es mostrar las líneas de cuadrícula sólo en las celdas que no tienen un color de fondo. Puede elegir también mostrar las líneas de cuadrícula en las celdas con color de fondo, o ocultarlas."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Especifica un color para las líneas de la cuadrícula del documento actual."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Pun_tero:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Del _tema"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Mostrar el puntero como se define en el tema de iconos, generalmente como una cruz ancha."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "Siste_ma"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Mostrar el puntero predeterminado del sistema, generalmente como una punta de flecha."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Auxiliares visuales"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jetos/imágenes:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Gráficos:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Objetos de _dibujo:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Mostrar"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Ocultar"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Define si se muestran u ocultan los objetos y las imágenes."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Mostrar"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Ocultar"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Define si se muestran u ocultan los gráficos del documento."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Mostrar"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Ocultar"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Define si se muestran u ocultan los objetos de dibujo del documento."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objetos"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
-msgstr ""
+msgstr "Define qué elementos de la ventana principal de Calc se muestran. También puede mostrar u ocultar el resalte de valores en las tablas."
#. AnLEa
#: sc/uiconfig/scalc/ui/ttestdialog.ui:95
diff --git a/source/es/scaddins/messages.po b/source/es/scaddins/messages.po
index 3e17f2cf9cd..852bdb870e8 100644
--- a/source/es/scaddins/messages.po
+++ b/source/es/scaddins/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-09-10 23:12+0200\n"
-"PO-Revision-Date: 2021-06-29 23:35+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1512860287.000000\n"
#. i8Y7Z
@@ -4475,7 +4475,7 @@ msgstr "Cadena para definir si la opción es una venta (p) o una compra (c)"
#: scaddins/inc/pricing.hrc:50
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Knock-In/Out"
-msgstr ""
+msgstr "Knock in/out"
#. RquEA
#: scaddins/inc/pricing.hrc:51
@@ -4613,7 +4613,7 @@ msgstr "Cadena para definir si la opción paga una unidad de moneda nacional (d)
#: scaddins/inc/pricing.hrc:77
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Knock-In/Out"
-msgstr ""
+msgstr "Knock in/out"
#. A8faz
#: scaddins/inc/pricing.hrc:78
@@ -4679,7 +4679,7 @@ msgstr "Volatilidad anual del activo subyacente"
#: scaddins/inc/pricing.hrc:92
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Drift"
-msgstr ""
+msgstr "Deriva"
#. qsmwN
#: scaddins/inc/pricing.hrc:93
@@ -4727,7 +4727,7 @@ msgstr "Barrera superior (0 para no definir una barrera superior)"
#: scaddins/inc/pricing.hrc:104
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Probability that an asset will at maturity end up between two barrier levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional parameters (Strike, PutCall) are specified, the probability of S_T in [Strike, UpperBarrier] for a Call and S_T in [LowerBarrier, Strike] for a Put will be returned)"
-msgstr ""
+msgstr "Devuelve la probabilidad de que un activo cierre al vencimiento entre dos niveles de barrera, suponiendo que sigue la ecuación dS/S = mu dt + vol dW (si se especifican los dos últimos parámetros opcionales (Strike, PutCall), devolverá la probabilidad de S_T en [Strike, Límite superior] para una llamada y será devuelto S_T en [Límite inferior, Strike]."
#. jFDzR
#: scaddins/inc/pricing.hrc:105
@@ -4757,7 +4757,7 @@ msgstr "Volatilidad anual del activo"
#: scaddins/inc/pricing.hrc:109
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Drift"
-msgstr ""
+msgstr "Deriva"
#. b9uKH
#: scaddins/inc/pricing.hrc:110
diff --git a/source/es/sd/messages.po b/source/es/sd/messages.po
index c0bbf82ac67..f0aae5c2325 100644
--- a/source/es/sd/messages.po
+++ b/source/es/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/es/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Fin de línea"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Escriba un nombre para la punta de flecha nueva:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/es/sfx2/messages.po b/source/es/sfx2/messages.po
index 415b8e23df9..f643e81f49f 100644
--- a/source/es/sfx2/messages.po
+++ b/source/es/sfx2/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:32+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Sí o no"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Guarda el nombre completo del usuario en el archivo. Puede modificar el nombre si va a Herramientas ▸ Opciones ▸ %PRODUCTNAME ▸ Datos de identidad."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Utilizar datos de usuario"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Guarda el nombre completo del usuario o usuaria con el archivo. Puede editar el nombre en Herramientas ▸ Opciones ▸ Datos de identidad."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Restablecer propiedades"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Ajusta de nuevo el tiempo de edición y la fecha de creación a la fecha y hora actuales y el número de versión a 1. También se borran las fechas de modificación e impresión."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "F_irmas digitales…"
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Tamaño:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "desconocido"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Ubicación:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Tipo:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Cambiar _contraseña"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Plantilla:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Muestra el nombre de archivo."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Guardar imagen de previsualización con este documento"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "PPP preferidos para las imágenes"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Contiene información básica acerca del archivo actual."
@@ -3795,7 +3797,7 @@ msgstr "_Categoría:"
#: sfx2/uiconfig/ui/linkeditdialog.ui:148
msgctxt "linkeditdialog|extended_tip|app"
msgid "Lists the application that last saved the source file. The office suite applications have the server name soffice."
-msgstr ""
+msgstr "Muestra la última aplicación utilizada para guardar el archivo. Las aplicaciones de LibreOffice tienen 'soffice' como nombre de servidor."
#. cj9do
#: sfx2/uiconfig/ui/linkeditdialog.ui:166
@@ -3831,7 +3833,7 @@ msgstr "Desde archivo…"
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:45
msgctxt "loadtemplatedialog|fromfile|tooltip_text"
msgid "Copy styles from selected external document to current document."
-msgstr ""
+msgstr "Copiar estilos del documento externo seleccionado al documento actual."
#. GE236
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:48
@@ -3879,7 +3881,7 @@ msgstr "_Párrafo y carácter"
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:269
msgctxt "loadtemplatedialog|text|tooltip_text"
msgid "Copy paragraph and character styles to current document."
-msgstr ""
+msgstr "Copiar los estilos de párrafo y carácter al documento actual."
#. VLWfZ
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:273
@@ -3897,7 +3899,7 @@ msgstr "_Marco"
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:289
msgctxt "loadtemplatedialog|frame|tooltip_text"
msgid "Copy frame styles to current document."
-msgstr ""
+msgstr "Copiar estilos de marco al documento actual."
#. 4ZF6u
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:293
@@ -3915,7 +3917,7 @@ msgstr "Pá_gina"
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:309
msgctxt "loadtemplatedialog|pages|tooltip_text"
msgid "Copy page styles to current document."
-msgstr ""
+msgstr "Copiar estilos de página al documento actual."
#. o2C8c
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:313
@@ -3933,7 +3935,7 @@ msgstr "_Lista"
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:329
msgctxt "loadtemplatedialog|numbering|tooltip_text"
msgid "Copy list styles to current document."
-msgstr ""
+msgstr "Copiar estilos de lista al documento actual."
#. PAsEB
#: sfx2/uiconfig/ui/loadtemplatedialog.ui:333
@@ -4221,7 +4223,7 @@ msgstr "Calidad de impresión n_ormal"
#: sfx2/uiconfig/ui/optprintpage.ui:372
msgctxt "extended_tip|reducebitmapnormal"
msgid "High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. "
-msgstr "La impresión de calidad alta corresponde a una resolución de 300 ppp. La calidad normal corresponde a una resolución de 200 ppp."
+msgstr "La impresión de calidad alta corresponde a una resolución de 300 ppp. La calidad normal corresponde a una resolución de 200 ppp. "
#. EZGK5
#: sfx2/uiconfig/ui/optprintpage.ui:389
@@ -4287,7 +4289,7 @@ msgstr "Calidad de impresión _alta"
#: sfx2/uiconfig/ui/optprintpage.ui:447
msgctxt "extended_tip|reducebitmapoptimal"
msgid "High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. "
-msgstr "La impresión de calidad alta corresponde a una resolución de 300 ppp. La calidad normal corresponde a una resolución de 200 ppp."
+msgstr "La impresión de calidad alta corresponde a una resolución de 300 ppp. La calidad normal corresponde a una resolución de 200 ppp. "
#. YxX2s
#: sfx2/uiconfig/ui/optprintpage.ui:468
@@ -4467,7 +4469,7 @@ msgstr "Segunda contraseña"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Sólo se pueden introducir caracteres latinos básicos"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
@@ -4557,7 +4559,7 @@ msgstr "Seleccione una _categoría para la plantilla:"
#: sfx2/uiconfig/ui/saveastemplatedlg.ui:155
msgctxt "saveastemplatedlg|select_label"
msgid "Save template in selected category."
-msgstr ""
+msgstr "Guardar plantilla en la categoría seleccionada."
#. JBPKb
#: sfx2/uiconfig/ui/saveastemplatedlg.ui:203
diff --git a/source/es/starmath/messages.po b/source/es/starmath/messages.po
index 7432ae70fce..1d2f7caf727 100644
--- a/source/es/starmath/messages.po
+++ b/source/es/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-25 17:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/es/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562321435.000000\n"
#. GrDhX
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Abre el cuadro de diálogo Símbolos, que permite seleccionar símbolos para insertar en la fórmula."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Categorías de elementos"
diff --git a/source/es/svtools/messages.po b/source/es/svtools/messages.po
index 6cfb20f5bd4..fdcb621d4cd 100644
--- a/source/es/svtools/messages.po
+++ b/source/es/svtools/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2022-03-15 14:37+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "El JRE es defectuoso"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Abre el cuadro de diálogo Opciones de impresora, donde puede invalidar las opciones globales de la impresora definidas en Herramientas ▸ Opciones ▸ %PRODUCTNAME Writer/Web ▸ Imprimir para el documento actual."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Código fuente"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Archivo de marcadores"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Imágenes"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Archivo de configuración"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplicación"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Tabla de base de datos"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Archivo del sistema"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Documento de MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Archivo de ayuda"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Documento HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Archivador"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Archivo de registro"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Base de datos de StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Patrón de documento de StarWriter 4.0/5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Imagen de StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Archivo de texto"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Enlace"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Plantillas de StarOffice 3.0-5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Documento de MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Plantilla de MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Archivo de lotes"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Archivo"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Carpeta"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Documento de texto"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Hoja de cálculo"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presentación"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Dibujo"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Documento HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Patrón de documento"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Fórmula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base de datos"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Plantilla de hoja de cálculo de OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Plantilla de dibujo de OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Plantilla de presentación de OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Plantilla de documento de texto de OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unidad local"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Unidad de disco"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Unidad de CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Conexión de red"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Documento de MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Plantilla de MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Presentación autoejecutable de MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Fórmula de OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Gráfico de OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Dibujo de OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Hoja de cálculo de OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Presentación de OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Documento de texto de OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Patrón de documento de OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Documento MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Base de datos OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Dibujo OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Fórmula OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Patrón de documento OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Presentación OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Hoja de cálculo OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Texto OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Plantilla de hoja de cálculo OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Plantilla de dibujo OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Plantilla de presentación OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Plantilla de texto OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Extensión de %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Revisor ortográfico Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Divisor de palabras Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Diccionario de sinónimos MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Lista de palabras ignoradas"
@@ -4900,13 +4908,13 @@ msgstr "Malayo (árabe, Brunéi)"
#: svtools/inc/langtab.hrc:419
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Juǀ’hoan"
-msgstr ""
+msgstr "Juǀ’hoan"
#. jPaAH
#: svtools/inc/langtab.hrc:420
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Naro"
-msgstr ""
+msgstr "Naro"
#. mMVAF
#: svtools/inc/langtab.hrc:421
@@ -5266,13 +5274,13 @@ msgstr "Sin pérdidas"
#: svtools/uiconfig/ui/graphicexport.ui:394
msgctxt "graphicexport|extended_tip|losslesscb"
msgid "Lossless images do not lose quality but result in larger files."
-msgstr ""
+msgstr "Las imágenes sin pérdidas no pierden calidad, pero dan lugar a archivos más grandes."
#. 5Gv5x
#: svtools/uiconfig/ui/graphicexport.ui:413
msgctxt "graphicexport|extended_tip|compressionjpgwebpnf"
msgid "Sets the quality for the export. Choose from a low quality with minimal file size, up to a high quality and big file size."
-msgstr ""
+msgstr "Establece la calidad de la exportación. Elige desde una calidad baja con un tamaño de archivo mínimo, hasta una calidad alta y un tamaño de archivo grande."
#. Tk5y2
#: svtools/uiconfig/ui/graphicexport.ui:442
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opciones…"
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nombre:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Estado:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Tipo:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ubicación:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Comentario:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propiedades…"
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Modifica, para el documento actual, la configuración de la impresora del sistema operativo."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Enumera las impresoras instaladas en el sistema operativo. Para cambiar de impresora predeterminada, seleccione el nombre de otra impresora de la lista."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Impresora"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Seleccione la impresora predeterminada del documento actual."
diff --git a/source/es/svx/messages.po b/source/es/svx/messages.po
index 200264211bb..e01190b57d4 100644
--- a/source/es/svx/messages.po
+++ b/source/es/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/es/>\n"
@@ -11810,17 +11810,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Derecha del área de texto de la página"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Borde izquierdo de párrafo"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Borde derecho de párrafo"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Marco:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Texto:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Muestra el mapa de imagen para poder pulsar y editar las zonas activas."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/es/sw/messages.po b/source/es/sw/messages.po
index 893937c13c8..6c4501e68fc 100644
--- a/source/es/sw/messages.po
+++ b/source/es/sw/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -812,7 +812,7 @@ msgstr "Cter.: distancia al borde inferior"
#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
-msgstr "Cter.: correspondencia de may./min."
+msgstr "Cter.: mapa correspondencia mayús./minús."
#. AxVck
#: sw/inc/inspectorproperties.hrc:56
@@ -854,19 +854,19 @@ msgstr "Cter.: barrado"
#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
-msgstr ""
+msgstr "Car.: altura de la diferencia"
#. ccULG
#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
-msgstr ""
+msgstr "Cter.: altura de la diferencia asiática"
#. LVABm
#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
-msgstr ""
+msgstr "Cter.: altura de la diferencia compleja"
#. B2CTr
#: sw/inc/inspectorproperties.hrc:65
@@ -896,19 +896,19 @@ msgstr "Cter.: intermitencia"
#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
-msgstr ""
+msgstr "Cter.: conjunto de caracteres"
#. ZonDP
#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
-msgstr ""
+msgstr "Cter.: conjunto de caracteres asiático"
#. qrfZA
#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
-msgstr ""
+msgstr "Cter.: conjunto de caracteres complejo"
#. CGEVw
#: sw/inc/inspectorproperties.hrc:72
@@ -932,55 +932,55 @@ msgstr "Cter.: fam. tipográfica compleja"
#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
-msgstr ""
+msgstr "Cter.: nombre de tipo de letra"
#. EcTvq
#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
-msgstr ""
+msgstr "Cter.: nombre de tipo de letra, asiático"
#. jrLqT
#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
-msgstr ""
+msgstr "Cter.: nombre de tipo de letra, complejo"
#. WtA4i
#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
-msgstr ""
+msgstr "Cter.: paso de la tipografía"
#. kHGrk
#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
-msgstr ""
+msgstr "Cter.: paso de la tipografía asiática"
#. KVfXe
#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
-msgstr ""
+msgstr "Cter.: paso de la tipografía compleja"
#. CQWM3
#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
-msgstr ""
+msgstr "Cter.: nombre del estilo de la tipografía"
#. h6gAC
#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
-msgstr ""
+msgstr "Cter.: nombre del estilo de la tipografía asiática"
#. Tm4Rb
#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
-msgstr ""
+msgstr "Cter.: nombre del estilo de la tipografía compleja"
#. AQzKB
#: sw/inc/inspectorproperties.hrc:84
@@ -992,19 +992,19 @@ msgstr "Cter.: altura"
#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
-msgstr ""
+msgstr "Cter.: altura, asiático"
#. FNnH2
#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
-msgstr ""
+msgstr "Cter.: altura, complejo"
#. 3DzPD
#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
-msgstr ""
+msgstr "Cter.: oculto"
#. TkovG
#: sw/inc/inspectorproperties.hrc:88
@@ -1016,13 +1016,13 @@ msgstr "Cter.: resalte"
#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
-msgstr ""
+msgstr "Cter.: recursos de interoperatividad"
#. EzwnG
#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
-msgstr "Cter.: cran"
+msgstr "Cter.: cranaje"
#. CFpCB
#: sw/inc/inspectorproperties.hrc:91
@@ -1040,25 +1040,25 @@ msgstr "Cter.: distancia al borde izquierdo"
#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
-msgstr ""
+msgstr "Cter.: configuración regional"
#. Ju3fR
#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
-msgstr ""
+msgstr "Cter.: configuración regional, asiático"
#. sA8Rk
#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
-msgstr ""
+msgstr "Cter.: configuración regional, complejo"
#. AAvjB
#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
-msgstr ""
+msgstr "Cter.: sin división de palabras"
#. ioDYE
#: sw/inc/inspectorproperties.hrc:97
@@ -1076,43 +1076,43 @@ msgstr "Cter.: color de suprarrayado"
#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
-msgstr ""
+msgstr "Cter.: suprarrayado con color"
#. BEeWf
#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
-msgstr ""
+msgstr "Cter.: posición"
#. yTFRk
#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
-msgstr ""
+msgstr "Cter.: posición, asiática"
#. 8WG25
#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
-msgstr ""
+msgstr "Cter.: posición, compleja"
#. yuK3c
#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
-msgstr ""
+msgstr "Cter.: altura de caracteres"
#. j4w85
#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
-msgstr ""
+msgstr "Cter.: altura de caracteres, asiático"
#. C5Ds3
#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
-msgstr ""
+msgstr "Cter.: altura de caracteres, complejo"
#. ABhRa
#: sw/inc/inspectorproperties.hrc:106
@@ -1142,19 +1142,19 @@ msgstr "Cter.: giro"
#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
-msgstr ""
+msgstr "Cter.: giro ajustado al renglón"
#. cYG7T
#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
-msgstr ""
+msgstr "Cter.: anchura de escala"
#. WFuSd
#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
-msgstr ""
+msgstr "Cter.: valor de sombreado"
#. 9sRCG
#: sw/inc/inspectorproperties.hrc:113
@@ -1202,61 +1202,61 @@ msgstr "Cter.: distancia al borde superior"
#: sw/inc/inspectorproperties.hrc:120
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Transparence"
-msgstr ""
+msgstr "Cter.: transparencia"
#. CAJEC
#: sw/inc/inspectorproperties.hrc:121
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline"
-msgstr ""
+msgstr "Cter.: subrayado"
#. yGPLz
#: sw/inc/inspectorproperties.hrc:122
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Color"
-msgstr ""
+msgstr "Cter.: color de subrayado"
#. HmfPF
#: sw/inc/inspectorproperties.hrc:123
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Underline Has Color"
-msgstr ""
+msgstr "Cter.: subrayado con color"
#. QRCs4
#: sw/inc/inspectorproperties.hrc:124
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight"
-msgstr "Cter.: peso"
+msgstr "Peso del carácter"
#. EwWk2
#: sw/inc/inspectorproperties.hrc:125
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Asian"
-msgstr ""
+msgstr "Cter.: peso, asiático"
#. nxNQB
#: sw/inc/inspectorproperties.hrc:126
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Weight Complex"
-msgstr ""
+msgstr "Cter.: peso, complejo"
#. D4T2M
#: sw/inc/inspectorproperties.hrc:127
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Word Mode"
-msgstr ""
+msgstr "Carácter en modo palabra"
#. z8NA6
#: sw/inc/inspectorproperties.hrc:128
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Continuing Previous Tree"
-msgstr ""
+msgstr "Continuación del árbol anterior"
#. 4BCE7
#: sw/inc/inspectorproperties.hrc:129
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Display Name"
-msgstr ""
+msgstr "Nombre que se muestra"
#. JXrsY
#: sw/inc/inspectorproperties.hrc:130
@@ -1274,19 +1274,19 @@ msgstr "Marca de índice de documento"
#: sw/inc/inspectorproperties.hrc:132
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Char Style Name"
-msgstr ""
+msgstr "Capitulares: Nombre del estilo de carácter"
#. BtV5G
#: sw/inc/inspectorproperties.hrc:133
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Format"
-msgstr ""
+msgstr "Capitulares: Formato"
#. SnMZX
#: sw/inc/inspectorproperties.hrc:134
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Drop Cap Whole Word"
-msgstr ""
+msgstr "Capitulares: Palabra completa"
#. LXhoV
#: sw/inc/inspectorproperties.hrc:135
@@ -1304,85 +1304,85 @@ msgstr "Relleno de fondo"
#: sw/inc/inspectorproperties.hrc:137
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap"
-msgstr ""
+msgstr "Colo de relleno"
#. GWWrC
#: sw/inc/inspectorproperties.hrc:138
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Logical Size"
-msgstr ""
+msgstr "Tamaño lógico del mapa de bits de fondo"
#. r2Aif
#: sw/inc/inspectorproperties.hrc:139
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Mode"
-msgstr ""
+msgstr "Modo de mapa de bits de fondo"
#. FZtcW
#: sw/inc/inspectorproperties.hrc:140
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Name"
-msgstr ""
+msgstr "Nombre del mapa de bits de fondo"
#. C4jU5
#: sw/inc/inspectorproperties.hrc:141
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset X"
-msgstr ""
+msgstr "Desplazamiento en X del mapa de bits de fondo"
#. w2UVD
#: sw/inc/inspectorproperties.hrc:142
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Offset Y"
-msgstr ""
+msgstr "Desplazamiento en Y del mapa de bits de fondo"
#. ZTKw7
#: sw/inc/inspectorproperties.hrc:143
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset X"
-msgstr ""
+msgstr "Desplazamiento en X de la posición del mapa de bits de fondo"
#. BVBvB
#: sw/inc/inspectorproperties.hrc:144
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Position Offset Y"
-msgstr ""
+msgstr "Desplazamiento en Y de la posición del mapa de bits de fondo"
#. CzVxv
#: sw/inc/inspectorproperties.hrc:145
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Rectangle Point"
-msgstr ""
+msgstr "Punto del rectángulo de la imagen de mapa de bits de relleno"
#. GrmLm
#: sw/inc/inspectorproperties.hrc:146
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size X"
-msgstr ""
+msgstr "Tamaño X del mapa de bits de fondo"
#. stSMW
#: sw/inc/inspectorproperties.hrc:147
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Size Y"
-msgstr ""
+msgstr "Tamaño Y del mapa de bits de fondo"
#. zJV5G
#: sw/inc/inspectorproperties.hrc:148
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Stretch"
-msgstr ""
+msgstr "Ampliación del mapa de bits de fondo"
#. HMq2D
#: sw/inc/inspectorproperties.hrc:149
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap Tile"
-msgstr ""
+msgstr "Rellenar un mosaico de mapa de bits"
#. 6iSjs
#: sw/inc/inspectorproperties.hrc:150
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Bitmap URL"
-msgstr ""
+msgstr "URL del mapa de bits de fondo"
#. Fd28G
#: sw/inc/inspectorproperties.hrc:151
@@ -1412,7 +1412,7 @@ msgstr "Relleno: nombre de degradado"
#: sw/inc/inspectorproperties.hrc:155
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Gradient Step Count"
-msgstr ""
+msgstr "Relleno: Gradiente: nº de pasos"
#. bTjNu
#: sw/inc/inspectorproperties.hrc:156
@@ -1430,25 +1430,25 @@ msgstr "Nombre de relleno de trama"
#: sw/inc/inspectorproperties.hrc:158
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Style"
-msgstr ""
+msgstr "Estilo de relleno"
#. tFYmZ
#: sw/inc/inspectorproperties.hrc:159
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence"
-msgstr ""
+msgstr "Transparencia de relleno"
#. H9v5s
#: sw/inc/inspectorproperties.hrc:160
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient"
-msgstr ""
+msgstr "Gradiente de transparencia de relleno"
#. pZH4P
#: sw/inc/inspectorproperties.hrc:161
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Fill Transparence Gradient Name"
-msgstr ""
+msgstr "Nombre gradiente de transparencia de relleno"
#. WqmBo
#: sw/inc/inspectorproperties.hrc:162
@@ -1514,25 +1514,25 @@ msgstr "Borde izquierdo"
#: sw/inc/inspectorproperties.hrc:172
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Left Border Distance"
-msgstr ""
+msgstr "Distancia al borde izquierdo"
#. 9cGvH
#: sw/inc/inspectorproperties.hrc:173
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Auto Format"
-msgstr ""
+msgstr "Formato automático de la lista"
#. fBeTS
#: sw/inc/inspectorproperties.hrc:174
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Id"
-msgstr ""
+msgstr "Identificador de la lista"
#. b73Zq
#: sw/inc/inspectorproperties.hrc:175
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "List Label String"
-msgstr ""
+msgstr "Texto de la etiqueta de la lista"
#. A2KEW
#: sw/inc/inspectorproperties.hrc:176
@@ -1550,7 +1550,7 @@ msgstr "Contenido de texto anidado"
#: sw/inc/inspectorproperties.hrc:178
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Numbering is Number"
-msgstr ""
+msgstr "La numeración es numérica"
#. WsqfF
#: sw/inc/inspectorproperties.hrc:179
@@ -1592,13 +1592,13 @@ msgstr "Nivel de esquema"
#: sw/inc/inspectorproperties.hrc:185
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Desc Name"
-msgstr "Pág.: nombre de descripción"
+msgstr "Pág.: nombre de la descripción"
#. wLGct
#: sw/inc/inspectorproperties.hrc:186
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Page Number Offset"
-msgstr ""
+msgstr "Desplazamiento del número de página"
#. ryHzy
#: sw/inc/inspectorproperties.hrc:187
@@ -1616,43 +1616,43 @@ msgstr "Párr.: RSID"
#: sw/inc/inspectorproperties.hrc:189
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Adjust"
-msgstr ""
+msgstr "Párr.: Ajuste"
#. SyTxG
#: sw/inc/inspectorproperties.hrc:190
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Auto Style Name"
-msgstr ""
+msgstr "Párr.: Nombre automático del estilo"
#. WHaym
#: sw/inc/inspectorproperties.hrc:191
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Color"
-msgstr ""
+msgstr "Párr.: Color de fondo"
#. uKmB5
#: sw/inc/inspectorproperties.hrc:192
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic"
-msgstr ""
+msgstr "Párr.: Imagen de fondo"
#. f6RGz
#: sw/inc/inspectorproperties.hrc:193
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Filter"
-msgstr ""
+msgstr "Párr.: Filtro de la imagen de fondo"
#. Yy5RY
#: sw/inc/inspectorproperties.hrc:194
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic Location"
-msgstr ""
+msgstr "Párr.: Posición de la imagen de fondo"
#. MLDdK
#: sw/inc/inspectorproperties.hrc:195
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Back Graphic URL"
-msgstr ""
+msgstr "Párr: URL de la imagen de fondo"
#. HkGF3
#: sw/inc/inspectorproperties.hrc:196
@@ -1676,7 +1676,7 @@ msgstr "Párr.: margen inferior relativo"
#: sw/inc/inspectorproperties.hrc:199
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Chapter Numbering Level"
-msgstr ""
+msgstr "Párr.: Nivel de la numeración de los temas"
#. GLxXC
#: sw/inc/inspectorproperties.hrc:200
@@ -1694,25 +1694,25 @@ msgstr "Párr.: margen contextual"
#: sw/inc/inspectorproperties.hrc:202
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Expand Single Word"
-msgstr ""
+msgstr "Párr.: Expandir palabra única"
#. iD2DL
#: sw/inc/inspectorproperties.hrc:203
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent"
-msgstr ""
+msgstr "Párr.: Sangrado de primera línea"
#. wCMnF
#: sw/inc/inspectorproperties.hrc:204
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para First Line Indent Relative"
-msgstr ""
+msgstr "Párr.: Sangrado relativo de primera línea"
#. z47wS
#: sw/inc/inspectorproperties.hrc:205
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Max Hyphens"
-msgstr ""
+msgstr "Párr.: Cant. máxima de guiones para separación silábica"
#. nFxKY
#: sw/inc/inspectorproperties.hrc:206
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Párr. con sangría autom. de 1.ᵉʳ renglón"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Párr. con regla de prohibición"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Párr. con puntuación fuera de margen"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Párr. con división de palabras"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Párr. con reinicio de numeración"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Borde derecho"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Distancia con borde derecho"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Posición de ágata"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Texto ágata"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Acoplar a retícula"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Campo de texto"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Marco de texto"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Párrafo de texto"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Sección de texto"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Tabla de texto"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Borde superior"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Modo de escritura"
@@ -5376,7 +5394,7 @@ msgstr "marco"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "Objeto OLE"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Imagen"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "Objetos OLE"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Línea de base ~centrada"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Insertar objeto OLE"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Editar objeto OLE"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Abre el cuadro de diálogo Leyenda, que contiene la misma información que la ventana que aparece al seleccionar %PRODUCTNAME Writer ▸ Leyenda automática en las Opciones."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,63 +12565,99 @@ msgid "Options"
msgstr "Opciones"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Añadir"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Modificar"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Quitar"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Subir"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Bajar"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
@@ -12608,7 +12676,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Valor:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Escriba el valor de desplazamiento que desea aplicar a un campo de número de página, por ejemplo «+1»."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Enumera los tipos de campo disponibles. Para añadir un campo a su documento, pulse en un tipo de campo, pulse en un campo de la lista Seleccionar y, por último, pulse en Insertar."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Tipo"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Seleccionar"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Pulse en el formato que quiera aplicar en el campo seleccionado, o bien, pulse en «Formatos adicionales» para definir un formato personalizado."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Formato"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro…"
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Abre el Selector de macros, en el cual se elige la macro que se debe ejecutar al pulsar en el campo seleccionado del documento."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Valor"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Define parámetros de función adicionales para los campos. El tipo de parámetro depende del tipo de campo que se seleccione."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "N_ombre"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Entonces"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Escriba el texto que se debe mostrar cuando la condición se cumpla en el cuadro Entonces, así como el texto que se debe mostrar cuando la condición no se cumpla en el cuadro Si no."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Si no"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Escriba el texto que se debe mostrar cuando la condición se cumpla en el cuadro Entonces, así como el texto que se debe mostrar cuando la condición no se cumpla en el cuadro Si no."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Elemento"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Introducir un elemento nuevo."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Agrega el elemento a la lista."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Elementos de la _lista"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Lista los elementos. El elemento superior se muestra en el documento."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Quita el elemento seleccionado de la lista."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "_Subir"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Desplaza el elemento seleccionado hacia arriba en la lista."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "_Bajar"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Desplaza el elemento seleccionado hacia abajo en la lista."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "N_ombre"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Escriba un nombre exclusivo para la Lista de entrada."
@@ -15696,7 +15764,7 @@ msgstr "Marco"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y tamaño"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Escriba un nombre para el elemento seleccionado."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Escriba el texto que se debe mostrar en un explorador web cuando el elemento seleccionado no está disponible. También se utiliza texto alternativo para ayudar a las personas discapacitadas."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Ninguno>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Muestra el elemento (objeto, imagen o marco) que viene antes del elemento actual en una secuencia enlazada. Para añadir o cambiar el enlace anterior seleccione un nombre de la lista. Si desea enlazar marcos, el marco actual y el de destino deben estar vacíos."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Ninguno>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Muestra el elemento (objeto, imagen o marco) que viene después del elemento actual en una secuencia enlazada. Para añadir o cambiar el enlace siguiente seleccione un nombre de la lista. Si va a enlazar marcos, el marco de destino debe estar vacío."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Enlace a_nterior:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Enlace _siguiente:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Descripción:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Accesibilidad"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Contenido"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Evita los cambios en el contenido del elemento seleccionado."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osición"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Fija la posición del elemento seleccionado en el documento actual."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Tamaño"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Fija el tamaño del elemento seleccionado."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Proteger"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "Alineación _vertical:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Arriba"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centrado"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Abajo"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Especifica el alineamiento vertical del contenido del marco. Se refiere principalmente el contenido de texto, mas afecta también las tablas y otros objetos anclados al área del texto —anclados como caracteres, al carácter o al párrafo—, por ejemplo, marcos, imágenes o dibujos."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Alineación del contenido"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editable en documento de solo lectura"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Permite editar el contenido de un marco en un documento que es de sólo lectura (protegido contra escritura)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Im_primir"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Incluye el elemento seleccionado al imprimir el documento."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Especifica la dirección preferida del flujo de texto en un marco. Para usar la configuración predeterminada del flujo de texto de la página, seleccione la opción Utilizar configuración del objeto superior.."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Dirección del _texto:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propiedades"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Enlace a_nterior:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Ninguno>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Enlace _siguiente:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Ninguno>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Especifica las propiedades del objeto, la imagen o el marco seleccionado."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automático…"
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opciones…"
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Leyenda"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numeración:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Separador:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posición:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Seleccione el tipo de numeración que quiere que la leyenda utilice."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Escriba los caracteres opcionales que deben aparecer entre el número y el texto de la leyenda."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Separador de numeración:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Escriba el texto que quiere que aparezca después del número de leyenda."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Añade la leyenda antes o después del elemento seleccionado. Solo algunos objetos disponen de esta opción."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Categoría:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Seleccione la categoría de la leyenda o escriba un nombre para crear una nueva. El texto de la categoría aparece en la leyenda antes del número de esta. Cada categoría de leyenda predefinida se formatea con un estilo de párrafo del mismo nombre."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propiedades"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Previsualización"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Añade una leyenda numerada a la imagen, la tabla, el diagrama, el marco o la forma que seleccione."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Ninguno]"
@@ -22387,13 +22491,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "Objeto OLE"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y tamaño"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24703,7 +24807,7 @@ msgstr "Imagen"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Posición y tamaño"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24727,7 +24831,7 @@ msgstr "Hiperenlace"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Giro"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/es/vcl/messages.po b/source/es/vcl/messages.po
index 6fb247c908d..87ff0179e32 100644
--- a/source/es/vcl/messages.po
+++ b/source/es/vcl/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-03-21 12:33+0100\n"
-"PO-Revision-Date: 2022-05-23 12:49+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: drodriguez <drodriguez@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1564675121.000000\n"
#. k5jTM
@@ -2038,7 +2038,7 @@ msgstr "_Selección"
#: vcl/uiconfig/ui/printdialog.ui:602
msgctxt "printdialog|extended_tip|rbRangeSelection"
msgid "Prints only the selected area(s) or object(s) in the current document."
-msgstr ""
+msgstr "Imprime sólo las áreas u objetos seleccionados en el documento actual."
#. UKYwM
#: vcl/uiconfig/ui/printdialog.ui:616
@@ -2068,7 +2068,7 @@ msgstr "Páginas pares"
#: vcl/uiconfig/ui/printdialog.ui:639
msgctxt "printdialog|extended_tip|evenoddbox"
msgid "Select the subset of pages to print."
-msgstr ""
+msgstr "Seleccione el subconjunto de páginas a imprimir."
#. wn2kB
#: vcl/uiconfig/ui/printdialog.ui:670
@@ -2356,7 +2356,7 @@ msgstr "Prospecto"
#: vcl/uiconfig/ui/printdialog.ui:1312
msgctxt "printdialog|extended_tip|brochure"
msgid "Select to print the document in brochure format."
-msgstr ""
+msgstr "Seleccione esta opción para imprimir el documento en formato de folleto."
#. JMA7A
#: vcl/uiconfig/ui/printdialog.ui:1335
@@ -2374,7 +2374,7 @@ msgstr "Modifique la colocación de las páginas que se imprimirán en cada hoja
#: vcl/uiconfig/ui/printdialog.ui:1362
msgctxt "printdialog|layoutexpander"
msgid "M_ore"
-msgstr ""
+msgstr "_Más"
#. rCBA5
#: vcl/uiconfig/ui/printdialog.ui:1378
diff --git a/source/et/cui/messages.po b/source/et/cui/messages.po
index 46845b1745d..76d314271d6 100644
--- a/source/et/cui/messages.po
+++ b/source/et/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-01-27 03:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/et/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabel"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Palun sisesta uue noolestiili nimi:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Writeri tabelis ridade ja veergude vahetamiseks kopeeri tabel esmalt Calci, seal kopeeri see uuesti ning vali Redigeerimine ▸ Aseta teisiti, märgi ruut „Vahetatakse read ja veerud”. Seejärel kopeeri tabel uuesti ja vali Writeris Redigeerimine ▸ Aseta teisiti ▸ Vormindatud tekst (RTF)."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Standard- või joonistusribale vertikaalteksti tööriista saamiseks tuleb esmalt sisse lülitada Ida-Aasia keelte toetus (Tööriistad ▸ Sätted ▸ Keelesätted ▸ Keeled ▸ Dokumentide vaikimisi keel) ning seejärel tuua vertikaalteksti nupp nähtavale, tehes tööriistaribal paremklõpsu ja valides Nähtavad nupud ▸ Vertikaaltekst."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Diagrammi lisamiseks Writeri tabeli andmete põhjal klõpsa tabelis ja vali Lisamine ▸ Diagramm."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Valides Tööriistad ▸ Sätted ▸ %PRODUCTNAME Writer ▸ Vormindusvahendid, saad määrata, milliseid mitteprinditavaid märke redigeerimise ajal kuvatakse."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Kui soovid Calcis pärast väärtuse sisestamist viia kursori parempoolsele, mitte alumisele lahtrile, kasuta Enteri asemel tabeldusklahvi."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Kerimisriba saab kuvada ka vasakus servas. Selleks tuleb esmalt valida Tööriistad ▸ Sätted ▸ Keelesätted ▸ Keeled ja lubada keerukate kirjasüsteemide tugi ning seejärel valida Leht ▸ Paremalt vasakule."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME’i abi"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Lisainfo"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Proovi kohe järele..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tänane näpunäide: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Vali või lisa sobiv NSS-sertifikaadikataloog, mida digiallkirjadeks kasutada."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Vali kirjastiil, mida soovid rakendada."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Sisesta või vali soovitud fondisuurus. Skaleeritavate fontide puhul saab sisestada ka kümnendväärtusi."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Suurus:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Keel:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Määrab keele, mida õigekirjakontroll kasutab kas valitud teksti või sisestatava teksti jaoks. Saadaolevaid keelemooduleid tähistab linnuke vastava keele ees."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Võimalused..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Keel:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Määrab keele, mida õigekirjakontroll kasutab kas valitud teksti või sisestatava teksti jaoks. Saadaolevaid keelemooduleid tähistab linnuke vastava keele ees."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Vali kirjastiil, mida soovid rakendada."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Suurus:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Sisesta või vali soovitud fondisuurus. Skaleeritavate fontide puhul saab sisestada ka kümnendväärtusi."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Võimalused..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Suurus:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Keel:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Vali kirjastiil, mida soovid rakendada."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Sisesta või vali soovitud fondisuurus. Skaleeritavate fontide puhul saab sisestada ka kümnendväärtusi."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Määrab keele, mida õigekirjakontroll kasutab kas valitud teksti või sisestatava teksti jaoks. Saadaolevaid keelemooduleid tähistab linnuke vastava keele ees."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Võimalused..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Määrab keele, mida õigekirjakontroll kasutab kas valitud teksti või sisestatava teksti jaoks. Saadaolevaid keelemooduleid tähistab linnuke vastava keele ees."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Suurus:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Vali kirjastiil, mida soovid rakendada."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Sisesta või vali soovitud fondisuurus. Skaleeritavate fontide puhul saab sisestada ka kümnendväärtusi."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Määrab keele, mida õigekirjakontroll kasutab kas valitud teksti või sisestatava teksti jaoks. Saadaolevaid keelemooduleid tähistab linnuke vastava keele ees."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Keel:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Võimalused..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Määrab keele, mida õigekirjakontroll kasutab kas valitud teksti või sisestatava teksti jaoks. Saadaolevaid keelemooduleid tähistab linnuke vastava keele ees."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Eelvaade"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Määra rakendatav font ja selle vormindus."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Sisesta pildi nimi."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternatiivne tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Kirjeldus:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Sisesta tulipunkti kirjeldus."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Loetleb valitud tulipunkti omadused."
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Võimaldab suvalisest tekstist või URL-ist genereerida vööt- või ruutkoodi."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Noolestiili salvestamine"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Noolestiili muudeti, kuid ei salvestatud."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Kas soovid selle nüüd salvestada?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Kas soovid tõesti selle viirutuse kustutada?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Noolestiili kustutamine"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Kas soovid tõesti selle noolestiili kustutada?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Teksti veerud"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Automaatne"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Lisab automaatselt lõigu vajalikesse kohtadesse poolitusmärgid."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Sisesta järjestikuste ridade arv, mis tohivad poolitusega lõppeda."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Määra minimaalne märkide arv, mis poolitamisel uue rea algusesse peab jääma."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Määra minimaalne märkide arv, mis poolitamisel rea lõppu (enne poolituskriipsu) peab jääma."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "märki rea lõpus"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "märki rea alguses"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "järjestikust poolitusega lõppevat rida"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "SUURTÄHTEDEGA sõnu ei poolitata"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Poolitus"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Lisatakse:"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Leheküljestii_liga:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Märgista see ruut ja vali leheküljestiil, mida soovid kasutada esimesel leheküljel pärast leheküljepiiri."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr " "
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Lehekülje_number:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Asukoht:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Leheküljestiil"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Vali leheküljestiil, mida piirile järgneval leheküljel kasutada."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Leheküljepiir"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Veerupiir"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Vali lisatava piiri tüüp."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Lõigu ette"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Lõigu järele"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Vali, kuhu soovid piiri lisada."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Piirid"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Ridu ei eraldata"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Lõiku ei tükeldata üle piiri, vajadusel liigutatakse lõik tervikuna järgmisele leheküljele (või järgmisse veergu)."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Hoitakse koos järgmise lõiguga"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Hoiab selle lõigu samal leheküljel (või samas veerus) koos järgmise lõiguga."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Orbridade miinimum lehekülje lõpus:"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrab lõigu ridade miinimumarvu enne leheküljepiiri. Märgi see ruut ja sisesta soovitud ridade arv kõrvalolevale väljale. Kui lõigu tükeldamisel jääks lehekülje lõppu vähem ridu kui siin määratud, siis viiakse kogu lõik järgmisele leheküljele."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Leskridade miinimum lehekülje alguses:"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrab lõigu ridade miinimumarvu esimesel leheküljel pärast piiri. Märgi see ruut ja sisesta soovitud ridade arv kõrvalolevale väljale. Kui lõigu tükeldamisel jääks lehekülje algusse vähem ridu kui siin määratud, siis korrigeeritakse piiri asukohta."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrab lõigu ridade miinimumarvu enne leheküljepiiri. Märgi see ruut ja sisesta soovitud ridade arv kõrvalolevale väljale. Kui lõigu tükeldamisel jääks lehekülje lõppu vähem ridu kui siin määratud, siis viiakse kogu lõik järgmisele leheküljele."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrab lõigu ridade miinimumarvu esimesel leheküljel pärast piiri. Märgi see ruut ja sisesta soovitud ridade arv kõrvalolevale väljale. Kui lõigu tükeldamisel jääks lehekülje algusse vähem ridu kui siin määratud, siis korrigeeritakse piiri asukohta."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "rida"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "rida"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Sätted"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/et/editeng/messages.po b/source/et/editeng/messages.po
index 3b823cf9550..a92ea212d78 100644
--- a/source/et/editeng/messages.po
+++ b/source/et/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-08-10 09:16+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/et/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 poolitusega rida järjest"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Piirile järgnev leheküljestiil: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Märgisamm "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "sõrendatud "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "tihendatud "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Pilt"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "puudub"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Punkt "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Ring "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Täidetud ring "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Kriips "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "märgi kohal"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "märgi all"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Topeltjoon väljas"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Kaherealine"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Automaatne märkide vahe puudub"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Automaatne märkide vahe"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Kirjavahemärkide väljumine rea lõpus keelatud"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Kirjavahemärkide väljumine rea lõpus"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Keelatud märkide loendit rakendatakse ridade algustele ja lõppudele"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Keelatud märkide loendit ei rakendata ridade algustele ja lõppudele"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Pööramata märgid"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "$(ARG1)° pööratud märgid"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Mahutatakse reale"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Tekst pole pööratud"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Tekst on $(ARG1)° pööratud"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "$(ARG1)% skaleeritud märgid"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Skaleerimata märgid"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Reljeefi pole"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Kõrgendatud reljeef"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Graveeritud reljeef"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automaatne teksti joondus"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Tekst joondatud baasjoonele"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Tekst on üles joondatud"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Tekst on keskele joondatud"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Tekst on alla joondatud"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Teksti suund vasakult paremale (horisontaalne)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Teksti suund paremalt vasakule (horisontaalne)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Teksti suund paremalt vasakule (vertikaalne)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Teksti suund vasakult paremale (vertikaalne)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Kasutatakse ülemobjekti teksti suuna väärtust"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Teksti suund vasakult paremale (vertikaalne alt üles)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Lõik haagitakse alusvõrgule (kui aktiivne)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Lõik pole alusvõrgule haagitud"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Peitmata"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Peidetud"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Paberisalv"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Printeri sätetest]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Kustuta"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Teisalda"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Lisa"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Asenda"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Rakenda atribuudid"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Lähtesta atribuudid"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Taane"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Rakenda stiilid"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Tähesuuruse muutmine"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Sõna on %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Lõik on %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automaatne"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Loenditäpp pildina lõigus"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Loenditäpp pildina"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Lõik: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Kas jätkata kontrollimist dokumendi algusest?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Kas jätkata kontrollimist dokumendi lõpust?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"ei õnnestunud teadmata põhjusel."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Sõnastik on juba täis."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Sõnastik on kirjutuskaitstud."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Taane"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Alapunktide näitamine"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Ahendamine"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Atribuutide rakendamine"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Sisestamine"
diff --git a/source/et/fpicker/messages.po b/source/et/fpicker/messages.po
index fd920ab2549..b0081e41a22 100644
--- a/source/et/fpicker/messages.po
+++ b/source/et/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-04-13 12:37+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/et/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Viimati muudetud"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Ava"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Esita"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Faili nimi:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Failitüüp:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Kirjutuskaitstud"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Salvestatakse parooliga"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Automaatne failinime laiend"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Filtri sätete redigeerimine"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Krüpteeritakse GPG-võtmega"
diff --git a/source/et/helpcontent2/source/text/scalc/01.po b/source/et/helpcontent2/source/text/scalc/01.po
index fa07fe66a5d..fe5e886df68 100644
--- a/source/et/helpcontent2/source/text/scalc/01.po
+++ b/source/et/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/et/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/sdraw.po b/source/et/helpcontent2/source/text/sdraw.po
index 1bd380a15a9..08cc08f288a 100644
--- a/source/et/helpcontent2/source/text/sdraw.po
+++ b/source/et/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/et/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "See menüü võimaldab joonistustesse lisada elemente, näiteks pilte ja tõmbejooni."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Pilt</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Lisab pildi."
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/shared/00.po b/source/et/helpcontent2/source/text/shared/00.po
index 6f337640353..e2d21ebd99f 100644
--- a/source/et/helpcontent2/source/text/shared/00.po
+++ b/source/et/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-04 12:59+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/et/>\n"
@@ -2666,6 +2666,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "OLE-objekte (Object Linking and Embedding) on võimalik sihtdokumendi sisse linkida või ka põimida. Põimimine lisab objekti koopia ja allikprogrammi detailid sihtdokumenti. Kui soovid objekti redigeerida, siis aktiveerid allikprogrammi, tehes objektil topeltklõpsu."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7990,25 +7999,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Heli või video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Vali <emph>Lisamine - Objekt</emph></variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vali <emph>Lisamine - Objekt - OLE-objekt</emph>"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -8037,14 +8044,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-objekt"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Vali <emph>Lisamine - Objekt - Valem</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8083,14 +8090,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vali <emph>Vormindus - Diagrammi tüüp</emph>"
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Vali <emph>Lisamine - Objekt - Diagramm</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8102,14 +8109,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vali <emph>Vormindus - Diagrammi tüüp</emph>"
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vali <emph>Lisamine - Objekt - Diagramm</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8121,23 +8128,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Vali <emph>Vormindus - Diagrammi tüüp</emph>"
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vali <emph>Lisamine - Objekt - Diagramm</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Vali <emph>Lisamine - Objekt - Diagramm</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12456,25 +12463,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Alla"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Vali <emph>Vormindus - Ankurdusviis</emph>"
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "<emph>Vormindusribal</emph> klõpsa"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12485,74 +12499,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Muuda ankrut"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Vali <emph>Vormindus - Ankurdusviis - Leheküljele</emph></variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Vali <emph>Vormindus - Ankurdusviis - Lõigule</emph></variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Vali <emph>Vormindus - Ankurdusviis - Märgile</emph></variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Vali <emph>Vormindus - Ankurdusviis - Märgina</emph></variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Vali <emph>Vormindus - Ankurdusviis - Paneelile</emph></variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Vali <emph>Vormindus - Ankurdusviis - Lahtrisse</emph></variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12726,13 +12734,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -13240,13 +13293,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/et/helpcontent2/source/text/shared/01.po b/source/et/helpcontent2/source/text/shared/01.po
index c11939c23f9..37783f1b86c 100644
--- a/source/et/helpcontent2/source/text/shared/01.po
+++ b/source/et/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-09 15:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/et/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Piltide lisamine"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Piltide lisamine\">Piltide lisamine</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Paneelistiil"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Vali pildi jaoks paneelitüüp.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Kuvab valitud pildi eelvaate.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekt"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objekt\">Objekt</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Valem</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Lisab valitud tekstile varju. Kui kursor asub sõnas, lisatakse vari tervele sõnale.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Ridade võrdne kõrgus"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,13 +26323,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26323,13 +26341,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Kohandab valitud ridade kõrgust kõige kõrgema rea järgi valikus.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Ikoon</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Ridade võrdne kõrgus"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Kirjeldus"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objektid; pealkirjad ja kirjeldused</bookmark_value> <bookmark_value>kirjeldused; objektidel</bookmark_value> <bookmark_value>pealkirjad; objektidel</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Kirjeldus"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Omistab valitud objektile nime ja kirjelduse. Dokumendi eksportimisel on need hõlbustusvahenditele kasutatavad alternatiivsete siltidena.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Pealdis"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Sisesta pealdise tekst. Lühinime näidatakse HTML-is alternatiivse sildina. Hõlbustusvahendid suudavad seda teksti lugeda.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Kirjeldus"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Sisesta kirjelduse tekst. Pikka kirjeldust võib kasutada keeruliste objektide või objektirühmade kirjeldamiseks ekraanilugejat omavatele kasutajatele. Kirjeldus on hõlbustusvahenditele nähtav alternatiivse sildina.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Võimaldab redigeerida või luua noolestiile.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Joonestiilide korraldamine"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Võimaldab korraldada aktiivset noolestiilide loendit."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Tiitel"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Nooleotsa stiili kohandamiseks tuleb dokumendis valida joonistus ning seejärel klõpsata antud nupul.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Muuda"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ankurdusviis"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Ankurdusviis\">Ankurdusviis</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Määrab valitud objekti ankurdamise sätted.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Leheküljele\">Leheküljele</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ankurdab valitud elemendi aktiivsele leheküljele.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Ankurdatud element jääb sellele leheküljele isegi teksti lisamisel või kustutamisel."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Lõigule\">Lõigule</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ankurdab valitud elemendi aktiivsele lõigule.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,31 +31183,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Märgile\">Märgile</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ankurdab valitud objekti märgile.</ahelp> Seda käsku saab kasutada ainult graafiliste objektide puhul."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Märgi ees kuvatakse ankru ikooni."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Paneelile\">Paneelile</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ankurdab valitud elemendi seda ümbritsevale paneelile.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Märgina\">Märgina</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ankurdab valitud elemendi aktiivsesse teksti kui märgi. Kui valitud elemendi kõrgus on suurem fondi kõrgusest, siis suurendatakse ankrut sisaldava rea kõrgust.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/et/helpcontent2/source/text/shared/02.po b/source/et/helpcontent2/source/text/shared/02.po
index 3889e154e51..b22f72a3c05 100644
--- a/source/et/helpcontent2/source/text/shared/02.po
+++ b/source/et/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-04-13 17:37+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/et/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Muuda ankrut"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>ankrud;muutmine</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Muuda ankrut\">Muuda ankrut</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/et/helpcontent2/source/text/shared/guide.po b/source/et/helpcontent2/source/text/shared/guide.po
index b87688d13ad..0c5919a1473 100644
--- a/source/et/helpcontent2/source/text/shared/guide.po
+++ b/source/et/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/et/>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>graafika, vt ka pildid</bookmark_value><bookmark_value>pildid, vt ka graafika</bookmark_value><bookmark_value>pildid; bittrastrite lisamine ja redigeerimine</bookmark_value><bookmark_value>illustratsioonid, vt ka pildid</bookmark_value><bookmark_value>bittrastrid; lisamine ja redigeerimine</bookmark_value><bookmark_value>pikselgraafika; lisamine ja redigeerimine</bookmark_value><bookmark_value>eksportimine; bittrastrid</bookmark_value><bookmark_value>importimine; bittrastrid</bookmark_value><bookmark_value>pildid; redigeerimine</bookmark_value><bookmark_value>redigeerimine; pildid</bookmark_value><bookmark_value>invertimisfilter</bookmark_value><bookmark_value>pehmendusfilter</bookmark_value><bookmark_value>teravdusfilter</bookmark_value><bookmark_value>müraeemaldusfilter</bookmark_value><bookmark_value>solarisatsiooni filter</bookmark_value><bookmark_value>vanutamise filter</bookmark_value><bookmark_value>posterdusfilter</bookmark_value><bookmark_value>popkunsti filter</bookmark_value><bookmark_value>söevisandi filter</bookmark_value><bookmark_value>mosaiigi filter</bookmark_value><bookmark_value>pildid; filtrid</bookmark_value><bookmark_value>filtrid; pildid</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Bittrastrite lisamine, redigeerimine ja salvestamine\">Bittrastrite lisamine, redigeerimine ja salvestamine</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Bittrasterpilte saab lisada $[officename] Writeri, $[officename] Calc'i, $[officename] Draw' ja $[officename] Impressi dokumentidesse."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Vali <emph>Lisamine - Pilt - Failist</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Vali fail. Kastis <emph>Faili tüüp</emph> saab valiku piirata teatud tüüpi failidega."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/shared/optionen.po b/source/et/helpcontent2/source/text/shared/optionen.po
index a8b1b6b6e55..9b8d528d924 100644
--- a/source/et/helpcontent2/source/text/shared/optionen.po
+++ b/source/et/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-04 12:59+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/et/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Määrab, et koos automaattaastamise teabega salvestab <item type=\"productname\">%PRODUCTNAME</item> ka kõik avatud dokumendid. Intervall on sama mis automaattaastamise puhul.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Failisüsteemi URL-ide salvestamine suhtelisena"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/et/helpcontent2/source/text/simpress/guide.po b/source/et/helpcontent2/source/text/simpress/guide.po
index 4b870e9986d..3dc464d23e0 100644
--- a/source/et/helpcontent2/source/text/simpress/guide.po
+++ b/source/et/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/et/>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Vali esmalt slaid, mille järele soovid kopeeritud slaide asetada, ja seejärel <emph>Redigeerimine - Aseta</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Värvide, üleminekute ja viirutuste loendite laadimine"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>värvid; loendite laadimine</bookmark_value><bookmark_value>üleminekud; loendite laadimine</bookmark_value><bookmark_value>viirutused; loendite laadimine</bookmark_value><bookmark_value>laadimine; värvid/üleminekud/viirutused</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Värvide, üleminekute ja viirutuste loendite laadimine\">Värvide, üleminekute ja viirutuste loendite laadimine</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Loendeid saab kasutada värvide, üleminekute ja viirutusmustrite korraldamiseks. $[officename] pakub mitmeid loendeid, mida saab laadida ja kasutada dokumentides. Soovi korral saab loendi elemente lisada ja kustutada, samuti võib luua kohandatud loendeid."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Värvide loendi laadimiseks:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Vali <emph>Vormindus - Ala</emph> ja klõpsa sakile <emph>Värvid</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Klõpsa nupule <emph>Laadi värvide loend</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Vali värvide loend, mida soovid avada, ja klõpsa <emph>Ava</emph>. Värvide loendi faili nimi on vormingus [failinimi].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Värvide loendi salvestamiseks klõpsa nupule <emph>Salvesta värvide loend</emph>, sisesta faili nimi ja klõpsa <emph>Salvesta</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Üleminekute loendi laadimiseks:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Vali <emph>Vormindus - Ala</emph> ja klõpsa sakile <emph>Üleminekud</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Klõpsa nupule <emph>Laadi üleminekute loend</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Vali üleminekute loend, mida soovid avada, ja klõpsa <emph>Ava</emph>. Üleminekute loendi faili nimi on vormingus [failinimi].soc."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Üleminekute loendi salvestamiseks klõpsa nupule <emph>Salvesta üleminekute loend</emph>, sisesta faili nimi ja klõpsa <emph>Salvesta</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Viirutuste loendi laadimiseks:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Vali <emph>Vormindus - Ala</emph> ja klõpsa sakile <emph>Viirutus</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Klõpsa nupule <emph>Laadi viirutuste loend</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Vali viirutuste loend, mida soovid avada, ja klõpsa <emph>Ava</emph>. Viirutuste loendi faili nimi on vormingus [failinimi].soc."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Viirutuste loendi salvestamiseks klõpsa nupule <emph>Salvesta viirutuste loend</emph>, sisesta faili nimi ja klõpsa <emph>Salvesta</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Vormindus - Ala</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Liigu slaidile, millele tahad arvutustabelit lisada."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Vali <emph>Lisamine - OLE-objekt</emph>. Klõpsa <emph>Loo uus</emph> ja vali %PRODUCTNAME'i arvutustabel. Klõpsa Sobib. Andmete sisestamiseks klõpsa arvutustabelil."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Liigu slaidile, millele tahad arvutustabelit lisada."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Vali <emph>Lisamine - Objekt - OLE-objekt</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Vormindus - Slaidi paigutus\">Vormindus - Slaidi paigutus</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Lisamine - Objekt - OLE-objekt\">Lisamine - Objekt - OLE-objekt</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/et/helpcontent2/source/text/swriter/00.po b/source/et/helpcontent2/source/text/swriter/00.po
index f897f1931b1..6b07dc26753 100644
--- a/source/et/helpcontent2/source/text/swriter/00.po
+++ b/source/et/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-10 23:16+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/et/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Vali <emph>Lisamine - Paneel - Paneel -</emph> kaart <emph>Sätted</emph>"
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimaalne reakõrgus"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Vali <emph>Tabel - Suurus - Ridade võrdne kõrgus</emph>"
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Klõpsa <emph>tabeliribal</emph> menüünuppu <emph>Optimaalne suurus</emph> ja vali"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Ridade võrdne kõrgus"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/et/helpcontent2/source/text/swriter/01.po b/source/et/helpcontent2/source/text/swriter/01.po
index 8dfbe33779e..83d9a4fbc38 100644
--- a/source/et/helpcontent2/source/text/swriter/01.po
+++ b/source/et/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-04-13 17:37+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/et/>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Peidetud lõigud"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Peidetud lõigud\">Peidetud lõigud</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/rowspin\">Sisesta soovitud ridade arv.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertikaalne"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Vali objekti püstjoonduse säte.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Kui ankurdad objekti fikseeritud kõrgusega paneeli külge, on saadaval vaid paigutussätted \"Ülaservaga tasa\", \"Alaservaga tasa\", \"Keskel\" ja \"Ülevalt\"."
+msgid "by"
+msgstr "Vahe"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "Vahe"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
-#. vYDyu
+#. oifcH
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id511652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Sisesta vahe, mis tuleb jätta valitud objekti ülaserva ja väljal <emph>Alus</emph> valitud viitepunkti vahele.</ahelp> See säte on saadaval vaid siis, kui väljal <emph>Vertikaalne</emph> on valitud \"Alt\" või \"Ülevalt\"."
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "Alus"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,13 +18421,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Kui ankurdad objekti fikseeritud kõrgusega paneeli külge, on saadaval vaid paigutussätted \"Ülaservaga tasa\", \"Alaservaga tasa\", \"Keskel\" ja \"Ülevalt\"."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Sätted\">Sätted</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nimi"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Määrab valitud elemendi nime ja seonduvad lingid."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Omista objektile, pildile või paneelile arusaadav nimi, et sul oleks hiljem võimalik seda pikast dokumendist hõlpsasti leida."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Alternatiivne tekst (ainult lahtised paneelid, pildid ja objektid)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Sisesta veebibrauseris kuvatav tekst, mida näidatakse siis, kui valitud element pole saadaval. Alternatiivset teksti kasutatakse ka puuetega inimeste abistamiseks.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Eelmine link"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Kuvab üksuse (objekti, pildi või paneeli), mis on lingitud järjestuses enne praegust üksust. Eelmise lingi lisamiseks või muutmiseks vali loendis nimi. Paneelide linkimisel peavad praegune paneel ja sihtpaneel tühjad olema.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Järgmine link"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Kuvab üksuse (objekti, pildi või paneeli), mis on lingitud järjestuses pärast praegust üksust. Järgmise lingi lisamiseks või muutmiseks vali loendis nimi. Paneelide linkimisel peab sihtpaneel tühi olema.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/et/helpcontent2/source/text/swriter/guide.po b/source/et/helpcontent2/source/text/swriter/guide.po
index 1d8ed9d2169..771e8015a95 100644
--- a/source/et/helpcontent2/source/text/swriter/guide.po
+++ b/source/et/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/et/>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Objektide paigutamine</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "Paneelile"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ankurdab valitud elemendi teda ümbritsevale paneelile."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Pildi lisamine failist"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>pildid; lisamine dialoogi abil</bookmark_value> <bookmark_value>lisamine; piltide lisamine dialoogi abil</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Pildi lisamine failist\">Pildi lisamine failist</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Klõpsa dokumendis kohal, kuhu soovid pilti lisada."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Vali <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Picture - From File\"><emph>Lisamine - Pilt - Failist</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Otsi üles pildifail, mida soovid lisada, ning klõpsa <emph>Ava</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Vali <item type=\"menuitem\">Tööriistad - Automaatkorrektuur - Automaatkorrektuuri sätted - Sõnade lõpetamine</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Tühjenda ruut <emph>Sõnade lõpetamise lubamine</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/et/officecfg/registry/data/org/openoffice/Office/UI.po b/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
index 53857529812..3cca40e204d 100644
--- a/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/et/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Eelmisele lehele"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimaalne reakõrgus"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Ridade võrdne kõrgus"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "Pilt"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objekt/kujund"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Pööramine ja peegeldamine"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Muuda ankrut"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Ankurdusviis"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "Esime~ne lõik"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimaalne veerulaius"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Suurenda taande suurust"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimaalne reakõrgus"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/et/sc/messages.po b/source/et/sc/messages.po
index 3c34c4af6b4..9c52bbfb42c 100644
--- a/source/et/sc/messages.po
+++ b/source/et/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-27 03:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/et/>\n"
@@ -16947,1622 +16947,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Vali lehed"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Valitud lehed"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Joonlaud"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Selle joonlaua abil hallatakse kindlate asukohtadega objekte."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Eelvaade"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Sellel lehel näidatakse andmete korraldust dokumendis."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumendivaade"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Leht %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Lahter %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Vasakpoolne ala"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Lehekülje eelvaade"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Keskosa"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Parempoolne ala"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Lehekülje %1 päis"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Lehekülje %1 jalus"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Sisestusrida"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Siia sisestatakse ja siin muudetakse tekste, arve ja valemeid."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Meedia taasesitus"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Hiirenupu vajutamine"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Valemiriba"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME'i arvutustabelid"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(kirjutuskaitstud)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(eelvaate režiim)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Leheküljed:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Tühje lehekülgi ei prindita"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Kõik lehed"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Valitud lehed"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Valitud lahtrid"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Neist prinditakse"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Kõik leheküljed"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Leheküljed:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Alljärgnevat DDE allikat ei saanud uuendada, kuna lähtedokument pole avatud. Palun ava lähtedokument ja proovi uuesti."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Alljärgnevat välist faili polnud võimalik laadida. Sellest failist lingitud andmeid ei uuendatud."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Välislinkide uuendamine"
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1V1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Vahemik sisaldab veergude ~päiseid"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Vahemik sisaldab ~ridade päiseid"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Sobimatu väärtus"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Valemit pole määratud."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Veergu ega rida pole määratud."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Määramata nimi või vahemik."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Määramata nimi või vale viide lahtrile."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Valemid ei moodusta veergu."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Valemid ei moodusta rida."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Automaatvorminduse lisamine"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Automaatvorminduse ümbernimetamine"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nimi"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Automaatvorminduse kustutamine"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Soovid sa tõesti automaatvorminduse # kustutada?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Sul~ge"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "jaan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "veebr"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "märts"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Põhi"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Kesk"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Lõuna"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Kokku"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Ankurdamine leheküljele"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Ankurdamine lahtrisse"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Tingimus "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Sisu"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Lehed"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Vahemike nimed"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Andmebaasi vahemikud"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Pildid"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objektid"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Märkused"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Lingitud alad"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Joonistusobjektid"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktiivne"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "mitteaktiivne"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "peidetud"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiivne aken"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Stsenaariumi nimi"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Kommentaar"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sordi kasvavalt"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sordi kahanevalt"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Kohandatud sortimine"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Nime väli"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Sisestusrida"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funktsiooninõustaja"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Nõus"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Loobu"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Vali funktsioon"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Valem"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Laienda valemiriba"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Ahenda valemiriba"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Tundmatu kasutaja"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Veerg lisatud"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Rida lisatud "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Leht lisatud "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Veerg kustutatud"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Rida kustutatud"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Leht kustutatud"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Vahemik nihutatud"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Sisu muudetud"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Sisu muudetud"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Muudetud "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Algne"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Muudatused hüljatud"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Nõustutud"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Hüljatud"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Kirje puudub"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<tühi>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Kaitsmata"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Parooliga kaitsmata"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Räsi ei sobi"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Räsi sobib"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Korda"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Libisev keskmine"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponentsilumine"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Dispersioonianalüüs"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Dispersioonianalüüs (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - üks tegur"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - kaks tegurit"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Rühmad"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Rühmade vahel"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Rühmade sees"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Variatsiooniallikas"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "F olulisus"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-väärtus"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-statistiku kriitiline väärtus"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Kokku"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelatsioon"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelatsioonid"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovariatsioon"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovariatsioonid"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Kirjeldav statistika"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Keskmine"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standardviga"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mood"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Dispersioon"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardhälve"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Järsakus"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asümmeetria"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Vahemik"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Miinimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Summa"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Arv"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Esimene kvartiil"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Kolmas kvartiil"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Juhuslik ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Ühtlane"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Ühtlane (täisarvud)"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaaljaotus"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binoomjaotus"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatiivne binoomjaotus"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Hii-ruut"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geomeetriline"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Miinimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Keskmine"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standardhälve"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-väärtus"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Katsete arv"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nüü-väärtus"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Valim"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Paarisvõrdluse t-test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Paarisvõrdluse t-test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Sõltumatuse test (hii-ruut)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regressioon"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regressioon"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier' analüüs"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier' analüüs"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Veerg %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Rida %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Muutuja 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Muutuja 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Oletatav keskmiste vahe"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Valimi maht"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Keskmiste vahe valimis"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R²"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Korrigeeritud R²"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "X-muutujate arv"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-väärtus"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kriitiline väärtus"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Testi statistik"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Alumine"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Ülemine"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Sisendvahemik on sobimatu."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Väljundaadress on sobimatu."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineaarne"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmiline"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Astmefunktsioon"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Sõltumatu(te) muutuja(te) vahemik on sobimatu."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Sõltuva(te) muutuja(te) vahemik on sobimatu."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Usaldusvahemiku tase peab jääma 0 ja 1 vahele."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y-muutuja vahemik ei tohi paikneda enamas kui 1 tulbas."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y-muutuja vahemik ei tohi paikneda enamas kui 1 reas."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Ühe muutujaga regressioon: valimi maht X ja Y puhul peab kattuma."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Mitme muutujaga regressioon: valimi maht X ja Y puhul peab kattuma."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regressioonimudel"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regressioonistatistika"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Prognoosijääk"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Usaldusvahemiku tase"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Kordajad"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-statistik"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Lõikepunkt"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Prognoositud Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Funktsiooni LINEST töötlemata väljund"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) parempoolne"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F kriitiline parempoolne"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) vasakpoolne"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F kriitiline vasakpoolne"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P kahepoolne"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F kriitiline kahepoolne"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearsoni korrelatsioon"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Erinevuste dispersioon"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) ühepoolne"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t kriitiline ühepoolne"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) kahepoolne"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t kriitiline kahepoolne"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Teadaolev dispersioon"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) ühepoolne"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z kriitiline ühepoolne"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) kahepoolne"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z kriitiline kahepoolne"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier' teisendus"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Fourier' pöördteisendus"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reaalosa"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginaarosa"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Amplituud"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Faas"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Tulba järgi rühmitatud režiimis on valitud enam kui kaks tulpa."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Rea järgi rühmitatud režiimis on valitud enam kui kaks rida."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Sisendvahemikus pole andmeid."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Väljund on lehele sisestamiseks liiga pikk."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Sisendandmete vahemik"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Luba uuendamine"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Lahtrisse (püsiva suurusega)"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Lahtrisse (muutuva suurusega)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Leheküljele"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Ühegi kasutaja andmeid pole saadaval."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(ainujuurdepääs)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Valitud dokumendis pole ühtki nimega vahemikku."
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Juuspeen (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Väga peenike (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Peenike (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Keskmine (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Jäme (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Ülipaks (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Topelt juuspeen (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Peenike ja keskmine (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Keskmine ja juuspeen (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Topelt keskmine (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Määrab, kas tähistada märkuse olemasolu väikese ristkülikuga lahtri ülemises paremas nurgas. Märkust näidatakse üksnes juhul, kui sätete dialoogis (%PRODUCTNAME - Üldine) on lubatud nõuanded."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23457,6 +23495,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Avab dialoogi, kus saab lahendada muutujat sisaldava võrrandi."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30934,45 +31002,39 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Kohandatud sortimisjärjestus"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Keel"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Sätted"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
#, fuzzy
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr " Vali keele jaoks soovitud sortimissäte."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Vali sortimisreeglite keel."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sortimise sätted"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Määrab täiendavad sortimise sätted."
@@ -31980,26 +32042,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Kohandatud sortimisjärjestus"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sortimine"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32431,338 +32481,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Märkusetähised"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Väärtuste eristamine"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Märkimisel kuvatakse lahtrite sisu vastavas tüübile eri värvides: tekstilahtritel musta, valemilahtritel rohelise ja arvulahtritel sinisega, olenemata lahtrite vormindusest."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Ankrud"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Määrab, kas lisatud objekti (näiteks pildi) valimisel kuvatakse selle ankrut."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Teksti ületäitumine"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Kui lahter sisaldab teksti, mis on on lahtri laiusest pikem, kuvatakse teksti üle sama rea tühjade naaberlahtrite. Kui tühju naaberlahtreid pole, kuvatakse lahtri äärise juures väikest kolmnurka, mis näitab, et tekst läheb edasi."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Viited värviliselt"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Määrab, et iga valemis sisalduv viide tõstetakse värviliselt esile. Samuti ümbritsetakse värvilise äärisega viidatud lahtrite vahemik, kui viidet sisaldav valemilahter on valitud redigeerimiseks."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Kuvamine"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Veergude/ridade päised"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Määrab, kas ridade ja veergude päiseid kuvatakse või mitte."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Horisontaalne kerimisriba"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Määrab, kas dokumendi alaservas kuvatakse horisontaalset kerimisriba."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Vertikaalne kerimisriba"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Määrab, kas dokumendi parempoolses servas kuvatakse vertikaalset kerimisriba."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Lehtede kaardisakid"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Määrab, kas dokumendi alaservas kuvatakse lehtede sakke."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Liigendussümbolid"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Kui arvutustabel on liigendatud, määrab see säte, kas lehe servas kuvatakse liigendusümboleid."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Otsingu kokkuvõte (eraldi aknas)"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Aken"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Lehtede sünkroonimine"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Kui ruut on märgitud, kuvatakse kõiki lehti samas mõõtkavas. Kui ruut on märkimata, võib igal lehel olla oma mõõtkava."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Suurendus"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Leheküljepiirid"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Määrab, kas defineeritud trükialas kuvatakse leheküljepiire."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Abijooned liigutamisel"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Määrab, kas joonistuste, paneelide, piltide ja teiste objektide liigutamisel kuvatakse juhtjooni."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Võrgustik:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "Värv:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Nähtaval"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Nähtaval, ka värvitud lahtrites"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Peidetud"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Määrab, millal kuvatakse alusvõrgu jooni. Vaikimisi näidatakse neid üksnes lahtritel, millele pole määratud taustavärvi. Määrata saab nende näitamise ka taustavärviga lahtritel või nende peitmise igal pool."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Määrab aktiivses dokumendis alusvõrgu värvi."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Kursor:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "Kujundatud"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "Süsteemiomane"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Abikuva"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Objektid ja pildid:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Diagrammid:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Joonistusobjektid:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Nähtaval"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Peidetud"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Määrab, kas objekte ja pilte kuvatakse või mitte."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Nähtaval"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Peidetud"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Määrab, kas dokumendis olevaid diagramme kuvatakse või mitte."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Nähtaval"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Peidetud"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Määrab, kas dokumendis olevaid joonistusobjekte kuvatakse või mitte."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objektid"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/et/sd/messages.po b/source/et/sd/messages.po
index 0d1323493b9..0c2efb61b06 100644
--- a/source/et/sd/messages.po
+++ b/source/et/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/et/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Jooneotsad"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Palun sisesta uue noolestiili nimi:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/et/sfx2/messages.po b/source/et/sfx2/messages.po
index 95c02b7310e..576a9e92955 100644
--- a/source/et/sfx2/messages.po
+++ b/source/et/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/et/>\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Jah või ei"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Salvestab koos failiga kasutaja täieliku nime. Nime redigeerimiseks vali Tööriistad - Sätted - %PRODUCTNAME - Isikuandmed."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Rakendatakse isikuandmeid"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Lähtesta omadused"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Muudab muutmisaja nulliks, faili loomise ajaks käesoleva aja ja versiooninumbri 1-ks. Viimase muutmise ja printimise aeg kustutatakse."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Digiallkirjad..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Suurus:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "tundmatu"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Asukoht:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Tüüp:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Muuda parooli..."
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Mall:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Näitab faili nime."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Dokumendiga koos salvestatakse eelvaate pisipilt"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Sisaldab aktiivse faili kohta käivat üldist teavet."
diff --git a/source/et/starmath/messages.po b/source/et/starmath/messages.po
index 63fde7348b1..c27ee2d9c56 100644
--- a/source/et/starmath/messages.po
+++ b/source/et/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/et/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Avab sümbolite dialoogi, kust saab valida valemisse lisatava sümboli."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Elemendikategooriad"
diff --git a/source/et/svtools/messages.po b/source/et/svtools/messages.po
index 37ccc632f0b..ec580b9720f 100644
--- a/source/et/svtools/messages.po
+++ b/source/et/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/et/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE on vigane"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Avab prindisätete dialoogi, kus saab aktiivse dokumendi jaoks kasutada teistsuguseid printimissätteid kui need, mis üleüldiselt kehtivad (vt Tööriistad - Sätted - %PRODUCTNAME Writer/veeb - Printimine)."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Lähtetekst"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Järjehoidjate fail"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Pilt"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Häälestusfail"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Rakendus"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Andmebaasi tabel"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Süsteemne fail"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Wordi dokument"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Abifail"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-dokument"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Arhiiv"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Logifail"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice'i andmebaas"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 põhidokument"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice'i pilt"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekstifail"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Link"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 mall"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Exceli dokument"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Exceli mall"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch-fail"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fail"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Kaust"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Tekstidokument"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Arvutustabel"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Esitlus"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Joonistus"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-dokument"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Põhidokument"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Valem"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Andmebaas"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 arvutustabeli mall"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 joonistuse mall"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 esitluse mall"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 tekstidokumendi mall"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Kohalik ketas"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Kettaseade"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-seade"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Võrguühendus"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPointi dokument"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPointi mall"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPointi esitlus"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 valem"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 diagramm"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 joonistus"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 arvutustabel"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 esitlus"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 tekstidokument"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 põhidokument"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-dokument"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument-andmebaas"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument-joonistus"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument-valem"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument-põhidokument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument-esitlus"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument-arvutustabel"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument-tekst"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument-arvutustabeli mall"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument-joonistuse mall"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument-esitluse mall"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument-tekstimall"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME'i laiendus"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspelli õigekirjakontroll"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhypheni poolitaja"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Mythesi tesaurus"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Eiratavate sõnade loend"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Sätted..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nimi:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Olek:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Tüüp:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Asukoht:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Märkus:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Omadused..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Võimaldab muuta operatsioonisüsteemi printerisätteid aktiivse dokumendi jaoks."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Loetleb operatsioonisüsteemile paigaldatud printerid. Vaikimisi printeri muutmiseks tuleb loendist valida soovitud printeri nimi."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Printer"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Määrab aktiivse dokumendi vaikimisi printeri."
diff --git a/source/et/svx/messages.po b/source/et/svx/messages.po
index 3ea76794d73..991adafea04 100644
--- a/source/et/svx/messages.po
+++ b/source/et/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/et/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Lõigu vasak ääris"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Lõigu parem ääris"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Paneel:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Kuvab hüperpildi, nii et saab valida ja redigeerida tulipunkte."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Võimaldab dokumendis leiduva pildi või pildirühma teatud aladele, niinimetatud klõpsatavatele piirkondadele omistada URL-e. Hüperpilt ongi ühe või enama klõpsatava piirkonna kogum."
diff --git a/source/et/sw/messages.po b/source/et/sw/messages.po
index f0b83f86a28..ccd22fbeb8a 100644
--- a/source/et/sw/messages.po
+++ b/source/et/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-01-27 03:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/et/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Lõigus suurtähtedega sõnu ei poolitata"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Lõigu ühilduvuselemendid"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Lõigul on autom. esimese rea taane"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Lõigus lisatakse vahe Ida-Aasia ja muu teksti vahele"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Lõigu äärised ühendatakse järgmisega"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Lõigus rakendatakse keelatud märkide loendit (Ida-Aasia)"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Lõigus lubatakse tekstialast väljas kirjavahemärke (Ida-Aasia)"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Lõigus autom. poolitamine"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Lõigust taasalustatakse nummerdust"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Lõiku hoitakse koos järgmisega"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Lõigu viimase rea joondus"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Lõigu vasakveeris"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Lõigu vasakveeris suhteline"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Lõigu read nummerdatakse"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Lõigu reanummerduse algväärtus"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Lõigu reavahe"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Lõigu orbread"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Lõigu range paigutus aktiivne"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Lõigu paremveeris"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Lõigu paremveeris suhteline"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Lõigu varju vorming"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Lõigu ridu võib eraldada"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Lõigustiili nimi"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Lõigu tabelduskohad"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Lõigu ülaveeris"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Lõigu ülaveeris suhteline"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Lõigu kasutajamääratud omadused"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Lõigu vertikaalne joondus"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Lõigu leskread"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Viitetähis"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Paremääris"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Paremäärise vahe sisuni"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Foneetilise teksti joondus"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Foneetilise teksti märgistiili nimi"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Foneetiline tekst üleval"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Foneetilise teksti paigutus"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Foneetiline tekst"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Tõmme alusvõrgule"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Stiili ühilduvuselemendid"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Tekstiväli"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Tekstipaneel"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Tekstilõik"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Tekstisektsioon"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Tekstitabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Teksti kasutajamääratud omadused"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Ülaääris"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Ülaäärise vahe sisuni"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Külastamata lingi märgistiili nimi"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Külastatud lingi märgistiili nimi"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Teksti suund"
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Avab pealdisedialoogi. Selles on sama teave, mis dialoogis Sätted - %PRODUCTNAME Writer - Automaatpealdis."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Sätted"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Sisesta nihkeväärtus, mida soovid leheküljenumbri väljale rakendada (nt +1)."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Loetleb saadaolevad väljatüübid. Välja lisamiseks dokumenti klõpsa välja tüübil, seejärel valikuloendis oleval väljal ning lõpuks klõpsa \"Lisa\"."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Tüüp"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Valik"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Klõpsa vormingul, mida soovid valitud väljale omistada, kohandatud vormingu määramiseks klõpsa \"Lisavormingud\"."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "Vorming"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Avab makrode valija, kus saad valida makro, mis käivitatakse dokumendis valitud väljal klõpsamise."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Väärtus"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Ni_mi"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "siis"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "muidu"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Element"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Sisesta uus element."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Lisab elemendi loendisse."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Loendis olevad elemendid"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Kuvab elemendid. Kõige ülemist elementi kuvatakse dokumendis."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Eemaldab valitud elemendi loendist."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Liiguta üles"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Nihutab valitud elemendi loendis ülespoole."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Liiguta alla"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Nihutab valitud elemendi loendis allapoole."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ni_mi"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Sisesta sisestusloendile unikaalne nimi."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Sisesta valitud elemendi nimi."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Sisesta veebibrauseris kuvatav tekst, mida näidatakse siis, kui valitud element pole saadaval. Alternatiivset teksti kasutatakse ka puuetega inimeste abistamiseks."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Puudub>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Kuvab üksuse (objekti, pildi või paneeli), mis on lingitud järjestuses enne praegust üksust. Eelmise lingi lisamiseks või muutmiseks vali loendis nimi. Paneelide linkimisel peavad praegune paneel ja sihtpaneel tühjad olema."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Puudub>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Kuvab üksuse (objekti, pildi või paneeli), mis on lingitud järjestuses pärast praegust üksust. Järgmise lingi lisamiseks või muutmiseks vali loendis nimi. Paneelide linkimisel peab sihtpaneel tühi olema."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Eelmine link:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_Järgmine link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Kirjeldus:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Sisu"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Tõkestab valitud elemendi sisu muutmise."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Paigutus"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Lukustab valitud elemendi asukoha aktiivses dokumendis."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Suurus"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Lukustab valitud elemendi suuruse."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Kaitstud"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Üles"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Keskele"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Alla"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Sisu joondus"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Kirjutuskaitstud dokumendis redigeeritav"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Võimaldab redigeerida kirjutuskaitstud dokumendis asuva paneeli sisu."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Prinditakse"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Dokumendi printimisel kaasatakse ka valitud element."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Määrab tekstivoo eelistatud suuna paneelis. Lehekülje vaikimisi tekstivoo sätete kasutamiseks vali loendist \"Ülemobjekti sätete järgi\"."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Teksti suund:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Omadused"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Eelmine link:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Puudub>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_Järgmine link:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Puudub>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17246,117 +17356,111 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automaatne..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Sätted..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Pealdis"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Nummerdus:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Eraldaja:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Asukoht:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Vali nummerduse tüüp, mida soovid pealdises kasutada."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Sisesta soovi korral märk või märgid, mida kuvatakse pealdise numbri ja teksti vahel."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Nummerduse eraldaja:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Sisesta tekst, mida soovid kasutada pealdise numbri järel."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Määrab, kas pealdis paigutatakse objekti kohale või alla. See säte ei ole kõikide objektide puhul võimalik."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategooria:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Vali pealdise kategooria. Uue kategooria määramiseks sisesta selle nimi. Kategooria nimi asub pealdises järjekorranumbri ees. Eeldefineeritud kategooriaga pealdised kasutavad samanimelist lõigustiili. "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Omadused"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Eelvaade"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Puudub]"
diff --git a/source/eu/cui/messages.po b/source/eu/cui/messages.po
index b75c4fddd33..2f0f579ff5f 100644
--- a/source/eu/cui/messages.po
+++ b/source/eu/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/eu/>\n"
"Language: eu\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Taula"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Idatzi gezi-punta berriaren izena:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Nabigatzailearekin goiburukoak eta goiburukoen azpiko testua hautatu eta
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Matematika-objektu bat Writerren modu azkarrean gehitu nahi al duzu? Idatzi formula bat, hautatu formula eta erabili 'Txertatu ▸ OLE objektua ▸ Formula' testua bihurtzeko."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Writer taula bat trukatu nahi al duzu? Kopiatu eta itsatsi taula Calc-en, trukatu taula kopiatu/itsatsi berezia erabilita, eta ondoren eraman berriro Writerrera eta kopiatu/itsatsi berezia ▸ 'Formatudun testua'."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Marrazketako tresna-barran 'Testu bertikala' tresna eduki nahi baduzu, markatu 'Tresnak ▸ Aukerak ▸ Hizkuntza-ezarpenak ▸ Hizkuntza ▸ Hizkuntza lehenetsiak ▸ Asiarra' (eta jarri botoia ikusgai eskuineko klik eginda)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Writer taula batean oinarritutako diagrama bat sortu dezakezu taulan klik egin eta 'Txertatu > Diagrama' aukeratuta."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Inprimagarriak ez diren zein karaktere bistaratuko diren zehaztu nahi baduzu, erabili 'Tresnak ▸ Aukerak ▸ %PRODUCTNAME Writer ▸ Formateatzeko laguntza ▸ Bistaratu' ataleko aukerak."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Calc aplikazioan balio bat sartu ondoren, kurtsorea gelaxkaren eskuinaldera joan dadin nahi duzu? Erabili tabuladorearen tekla, Enter erabili ordez."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Korritze-barra ezkerrean bistaratzeko, gaitu 'Tresnak ▸ Aukerak ▸ Hizkuntza-ezarpenak ▸ Hizkuntzak ▸ Testu konplexua' eta markatu 'Orria ▸ Eskuinetik ezkerrera'."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Ez al dituzu inoiz erabiltzen gezi-estilo batzuk? Kendu itzazu 'Formatua ▸ Testu-koadroa eta forma ▸ Lerroa ▸ Gezi-estiloak' fitxako 'Ezabatu' botoiaren bidez."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME laguntza"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Informazio gehiago"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Exekutatu ekintza hau orain..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Eguneko aholkua: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "⇧"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Hautatu edo gehitu sare-segurtasuneko zerbitzuen ziurtagiriaren direktorio zuzena, sinadura digitaletan erabili ahal izateko."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Hautatu aplikatu nahi duzun formatua."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Sartu edo hautatu letra-tipoari aplikatu nahi diozun tamaina. Letra-tipo eskalagarrietarako, dezimalak ere sartu ditzakezu."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Tamaina:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Hizkuntza::"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Idazten duzun testuan edo hautatutako testuan ortografia-egiaztatzaileak erabiltzen duen hizkuntza ezartzen du. Erabilgarri dauden hizkuntza-moduluek hautamarka bat dute aurrean."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Ezaugarriak..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Hizkuntza::"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Idazten duzun testuan edo hautatutako testuan ortografia-egiaztatzaileak erabiltzen duen hizkuntza ezartzen du. Erabilgarri dauden hizkuntza-moduluek hautamarka bat dute aurrean."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Hautatu aplikatu nahi duzun formatua."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Tamaina:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Sartu edo hautatu letra-tipoari aplikatu nahi diozun tamaina. Letra-tipo eskalagarrietarako, dezimalak ere sartu ditzakezu."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Ezaugarriak..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Mendebaldekoa"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Tamaina:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Hizkuntza::"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Hautatu aplikatu nahi duzun formatua."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Sartu edo hautatu letra-tipoari aplikatu nahi diozun tamaina. Letra-tipo eskalagarrietarako, dezimalak ere sartu ditzakezu."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Idazten duzun testuan edo hautatutako testuan ortografia-egiaztatzaileak erabiltzen duen hizkuntza ezartzen du. Erabilgarri dauden hizkuntza-moduluek hautamarka bat dute aurrean."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Ezaugarriak..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Idazten duzun testuan edo hautatutako testuan ortografia-egiaztatzaileak erabiltzen duen hizkuntza ezartzen du. Erabilgarri dauden hizkuntza-moduluek hautamarka bat dute aurrean."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asiarra"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Tamaina:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Hautatu aplikatu nahi duzun formatua."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Sartu edo hautatu letra-tipoari aplikatu nahi diozun tamaina. Letra-tipo eskalagarrietarako, dezimalak ere sartu ditzakezu."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Idazten duzun testuan edo hautatutako testuan ortografia-egiaztatzaileak erabiltzen duen hizkuntza ezartzen du. Erabilgarri dauden hizkuntza-moduluek hautamarka bat dute aurrean."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Hizkuntza::"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Ezaugarriak..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Konplexua"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Idazten duzun testuan edo hautatutako testuan ortografia-egiaztatzaileak erabiltzen duen hizkuntza ezartzen du. Erabilgarri dauden hizkuntza-moduluek hautamarka bat dute aurrean."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Letra-tipoa"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Aurrebista"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Zehaztu aplikatu nahi duzun formatua eta letra-tipoa."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Idatzi irudiaren izena."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Ordezko _testua:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Idatzi arakatzaileko gune batean sagua jartzen denean bistaratuko den testua."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Deskribapena:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Sartu gunearen deskribapena."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Hautatutako gunearen propietateak zerrendatzen ditu."
@@ -13628,13 +13616,13 @@ msgstr "Deskribapena"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Testuaren _ordezkoa:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Eman testua ez den edukiaren deskribapen labur bat, objektua ikusten ez duten erabiltzaileentzat."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13652,7 +13640,7 @@ msgstr "_Deskribapena:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Eman testua ez den edukiaren azalpen luzeagoa, \"Testuaren ordezkoa\" atalean deskribatzeko konplexuegia denean."
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Sortu kode linealak eta matrizialak edozein URL edo testurekin."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Gorde gezi-punta?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Gezi-punta gorde gabe aldatu da."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Gezi-punta gorde nahi duzu?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Itzaleztadura ezabatu nahi duzu?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Ezabatu gezi-punta?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Benetan ezabatu nahi duzu gezi-punta?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Testu-zutabeak"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomatikoki"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Marratxoak txertatzen ditu automatikoki paragrafoan behar diren lekuetan."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Sartu zatitu daitezkeen elkarren ondoko gehieneko lerro kopurua."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Sartu marratxoa txertatu ondoren lerro-hasieran utzi beharreko gutxieneko karaktere kopurua."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Sartu marratxoa txertatu aurretik lerro-amaieran utzi beharreko gutxieneko karaktere kopurua."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Lerro amaierako k_araktereak"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Lerro hasierako kar_aktereak"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "_Zatitu daitezkeen elkarren ondoko gehieneko lerro kopurua"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Ez zatitu _MAIUSKULETAN dauden hitzak"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Hitz-zatiketa"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "T_xertatu"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Markatu kontrol-lauki hori eta hautatu erabili nahi duzun jauzi mota."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Orrialde-es_tiloarekin:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Markatu kontrol-lauki hori eta hautatu jauziaren ondoren lehenengo orrialdean erabili nahi duzun orrialde-estiloa."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Mota:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Sartu etenaren ondoren datorren lehen orrialdearen zenbakia. Uneko orrialde-zenbakitzearekin jarraitu nahi baduzu, utzi kontrol-laukia markatu gabe."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Orrialde-_zenbakia:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Kokagunea:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Orrialde-estiloa"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Hautatu jauziaren ondorengo lehenengo orrialdean erabili beharreko formatu-estiloa."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Orrialdea"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Zutabea"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Hautatu txertatzea nahi duzun jauzi mota."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Aurretik"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ondoren"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Hautatu jauzia txertatzea nahi duzun lekua."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Jauziak"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Ez zatitu paragrafoa"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Paragrafo osoa hurrengo orrialdera edo zutabera eramaten du jauzia txertatutakoan."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Mantendu hurrengo paragrafoarekin"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Uneko paragrafoa eta hurrengo paragrafoa batera mantentzen ditu jauzi bat edo zutabe-jauzia txertatutakoan."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Lerro _solteen kontrola"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Orrialde-jauzia txertatu aurretik paragrafoan egon beharreko gutxieneko lerro kopurua zehazten du. Hautatu kontrol-lauki hau eta sartu kopuru bat Lerroak koadroan."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Lerro solteen kontrola (alargunak)"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Orrialde-jauzia txertatu eta hurrengo orrialdeko paragrafoan egon beharreko gutxieneko lerro kopurua zehazten du. Hautatu kontrol-lauki hau eta sartu kopuru bat Lerroak koadroan."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Orrialde-jauzia txertatu aurretik paragrafoan egon beharreko gutxieneko lerro kopurua zehazten du. Hautatu kontrol-lauki hau eta sartu kopuru bat Lerroak koadroan."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Orrialde-jauzia txertatu eta hurrengo orrialdeko paragrafoan egon beharreko gutxieneko lerro kopurua zehazten du. Hautatu kontrol-lauki hau eta sartu kopuru bat Lerroak koadroan."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "marrak"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "marrak"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Aukerak"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Zehaztu hitz-zatiketaren eta orrialdekatzearen aukerak."
diff --git a/source/eu/dbaccess/messages.po b/source/eu/dbaccess/messages.po
index 1b6efbec79d..ef1efdd5226 100644
--- a/source/eu/dbaccess/messages.po
+++ b/source/eu/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-04-04 09:51+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/eu/>\n"
"Language: eu\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562308074.000000\n"
#. BiN6g
@@ -3151,7 +3151,7 @@ msgstr "Exekutatu SQL instrukzioa"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Sartu hemen exekutatu nahi duzun SQL administrazio-komandoa."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "Exekutatu SQL komandoa _zuzenean"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Exekutatu SQL komandoa zuzenean, ihes-prozesatzerik gabe."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "E_rakutsi \"select\" instrukzioen irteera"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Erakutsi SQL SELECT komandoaren emaitza irteerako koadroan."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "_Exekutatu"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Aurretik exekutatutako SQL komandoak zerrendatzen ditu. Komando bat berriro exekutatzeko, egin klik gainean eta sakatu 'Exekutatu'."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "SQL komandoa"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Exekutatu den SQL komandoaren emaitzak, erroreak barne, bistaratzen ditu."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Egoera"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Exekutatu den SQL komandoaren emaitzak bistaratzen ditu."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/eu/editeng/messages.po b/source/eu/editeng/messages.po
index 9b751eb0867..8c6497589d4 100644
--- a/source/eu/editeng/messages.po
+++ b/source/eu/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-03-31 22:31+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/eu/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1533890947.000000\n"
#. BHYB4
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 marratxo"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Orrialde-estiloa: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Karaktere-tartea doitzea "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "Blokeatua "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Estutua "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafikoa"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "bat ere ez"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Puntuak "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Zirkulua "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Zirkulu betea "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Azentua "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Gainean"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Azpian"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Marra bikoitzak desaktibatuta"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Marra bikoitzak"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Karaktere-tarte automatikorik ez"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Karaktere-tarte automatikorik ez"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Puntuazio librerik ez lerro-amaieran"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Puntuazio libre lerro-amaieran"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplikatu debekatutako karaktere-zerrenda lerro hasieran eta amaieran"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Ez aplikatu debekatutako karaktere-zerrenda lerro hasieran eta amaieran"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Karaktere biraturik ez"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Karaktere-biraketa: $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Doitu lerrora"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Testua ez dago biratua"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Testua biratua dago $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Karaktere eskalatuak: % $(ARG1)"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Karaktere eskalaturik ez"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Erlieberik ez"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Erliebea"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Grabatua"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Testu-lerrokatze automatikoa"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Testua oinarri-lerroan lerrokatua"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Testua goian lerrokatua"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Testua erdian lerrokatua"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Testua behean lerrokatua"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Testuaren noranzkoa ezkerretik eskuinera (horizontala)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Testuaren noranzkoa eskuinetik ezkerrera (horizontala)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Testuaren noranzkoa eskuinetik ezkerrera (bertikala)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Testuaren noranzkoa ezkerretik eskuinera (bertikala)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Erabili goi-mailako objektuen testu-noranzkoaren ezarpenak"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Testuaren noranzkoa ezkerretik eskuinera (bertikala behetik)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragrafoa testu-saretara moldatuta dago (aktibo badago)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragrafoa ez dago testu-saretara moldatuta"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Ezkutatu gabe"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Ezkutua"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Paper-erretilua"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Inprimatzeko ezarpenetatik]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Ezabatu"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Lekuz aldatu"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Txertatu"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Ordeztu"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplikatu atributuak"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Berrezarri atributuak"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Koska"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplikatu estiloak"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Aldatu maiuskulak/minuskulak"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Hitza %x da"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragrafoa %x da"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatikoa"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Irudiaren buleta paragrafoan"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Irudi-buleta"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragrafoa: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Dokumentuaren hasieratik egiaztatzen jarraitu nahi duzu?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Dokumentuaren amaieratik egiaztatzen jarraitu nahi duzu?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"arrazoi ezagunengatik."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Hiztegia beteta dago."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Hiztegia irakurtzekoa da soilik."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Koska"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Erakutsi azpiparagrafoak"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Tolestu"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplikatu atributuak"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Txertatu"
diff --git a/source/eu/fpicker/messages.po b/source/eu/fpicker/messages.po
index de3e883f4f5..51d8b684a62 100644
--- a/source/eu/fpicker/messages.po
+++ b/source/eu/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-12 09:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/eu/>\n"
"Language: eu\n"
@@ -195,13 +195,13 @@ msgstr "Tokiak"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Gehitu uneko karpeta 'Tokiak' kokagunean"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Kendu uneko karpeta 'Tokiak' kokagunetik"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Aldaketa-data"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Ireki"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Erreproduzitu"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Fitxategi-_izena:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Fitxategi _mota:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Irakurtzeko soilik"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Gorde pasahitzarekin"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Fitxategi-izenaren luzapen _automatikoa"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Editatu _iragazki-ezarpenak"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Zifratu GPG gakoarekin"
diff --git a/source/eu/helpcontent2/source/text/sbasic/shared/03.po b/source/eu/helpcontent2/source/text/sbasic/shared/03.po
index 7bd449c0451..2923543b81c 100644
--- a/source/eu/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/eu/helpcontent2/source/text/sbasic/shared/03.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"PO-Revision-Date: 2022-06-09 09:58+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/eu/>\n"
"Language: eu\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1561615582.000000\n"
#. ViEWM
@@ -185,7 +185,7 @@ msgctxt ""
"par_id901528999850603\n"
"help.text"
msgid "• Basic macros require to load <literal>ScriptForge</literal> library using the following statement:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Python scripts require an import from <literal>scriptforge</literal> module:<br/><literal>from scriptforge import CreateScriptService</literal>"
-msgstr ""
+msgstr "• Basic makroak erabiltzkeo, <literal>ScriptForge</literal> liburutegia kargatu behar da honako instrukzioa erabiliz:<br/><literal>GlobalScope.BasicLibraries.loadLibrary(\"ScriptForge\")</literal><br/><br/>• Python scriptak erabiltzeko, berriz, <literal>scriptforge</literal> modulu baten inportazioa behar dute:<br/><literal>from scriptforge import CreateScriptService</literal>"
#. eotwE
#: lib_ScriptForge.xhp
diff --git a/source/eu/helpcontent2/source/text/scalc/01.po b/source/eu/helpcontent2/source/text/scalc/01.po
index 7dd43af96d4..1d400e03f62 100644
--- a/source/eu/helpcontent2/source/text/scalc/01.po
+++ b/source/eu/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/eu/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Uneko dokumentuko orriak zerrendatzen ditu. Orri bat hautatzeko, gorako edo beherako ↑, ↓, ← edo → teklak sakatuz mugi zaitezke zerrendako orrietan. Hautapenari orri bat gehitzeko, mantendu sakatuta <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> tekla ↑, ↓, ← edo → teklak sakatzean, eta ondoren sakatu zuriune-barra. Orrien barruti bat hautatzeko, sakatuta mantendu ⇧ tekla eta sakatu ↑, ↓, ← edo → teklak.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,14 +56185,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Zenbaki positiboekin, funtzioak gorantz biribiltzen du (zerotik urrunduta). Zenbaki negatiboekin, funtzioak gorantz biribiltzen du (zerora hurbilduta). Esangura-balioaren ikurrari ez ikusiarena egiten zaio."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Funtzio honek <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> funtzioaren emaitza berak kalkulatzen ditu."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56401,14 +56473,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Zenbaki positiboekin, funtzioak gorantz biribiltzen du (zerotik urrunduta). Zenbaki negatiboekin, funtzioak gorantz biribiltzen du (zerora hurbilduta). Esangura-balioaren ikurrari ez ikusiarena egiten zaio."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Funtzio honek <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> funtzioaren emaitza berak kalkulatzen ditu."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63997,14 +64069,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Testua</emph>: Adierazpen erregularra aplikatuko zaion testua edo gelaxka baten erreferentzia."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Adierazpena</emph>: Adierazpen erregularra ordezkatzen duen testua. Erabili <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU adierazpen erregularrak</link>. Bat etortzerik ez badago eta <emph>Ordezkoa</emph> ematen ez bada, #E/E itzuliko da."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67642,14 +67714,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Ebazlearen ezarpenak"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Elkarrizketa-koadroaren ezarpenak uneko dokumentua itxi arte mantenduko dira."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve erreferentzia-gida sourceforge.net gunean</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/sdatabase.po b/source/eu/helpcontent2/source/text/sdatabase.po
index e407b6a42db..5c805e7cd79 100644
--- a/source/eu/helpcontent2/source/text/sdatabase.po
+++ b/source/eu/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-25 10:45+0000\n"
+"PO-Revision-Date: 2022-06-09 09:58+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/eu/>\n"
"Language: eu\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. ugSgG
#: 02000000.xhp
@@ -391,7 +391,7 @@ msgctxt ""
"hd_id3153394\n"
"help.text"
msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Kontsulta-diseinua</link>"
#. GU8Jd
#: 02010100.xhp
@@ -454,7 +454,7 @@ msgctxt ""
"par_id3150255\n"
"help.text"
msgid "The lower pane of the Design View is where you define the query. To define a query, specify the database field names to include and the criteria for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
-msgstr ""
+msgstr "Kontsulta diseinu-ikuspegiko beheko panelean definitzen da. Kontsulta definitzeko, zehaztu sartuko diren datu-baseko eremuen izenak eta eremuak bistaratzeko irizpideak. Diseinu-ikuspegiko beheko paneleko zutabeak berrantolatzeko, arrastatu zutabe-goiburukoa beste kokaleku batera edo hautatu zutabea eta sakatu <switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+↑↓←→ tekletako bat."
#. GMVkG
#: 02010100.xhp
@@ -12514,7 +12514,7 @@ msgctxt ""
"par_id6765953\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a vertical line to the current area.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Marra bertikala txertatzen du uneko arean.</ahelp>"
#. 5gYXB
#: rep_main.xhp
@@ -12523,7 +12523,7 @@ msgctxt ""
"par_id0409200922242612\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top and bottom empty space.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako sekzioa txikiagotzen du goiko eta beheko tarte hutsak kentzeko.</ahelp>"
#. K9bij
#: rep_main.xhp
@@ -12532,7 +12532,7 @@ msgctxt ""
"par_id0409200922242617\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove top empty space.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako sekzioa txikiagotzen du goiko tarte hutsa kentzeko.</ahelp>"
#. S4vSt
#: rep_main.xhp
@@ -12541,7 +12541,7 @@ msgctxt ""
"par_id0409200922242661\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Shrinks the selected section to remove bottom empty space.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Hautatutako sekzioa txikiagotzen du beheko tarte hutsa kentzeko.</ahelp>"
#. bFTYS
#: rep_main.xhp
diff --git a/source/eu/helpcontent2/source/text/sdraw.po b/source/eu/helpcontent2/source/text/sdraw.po
index 531109fe606..f139ca77797 100644
--- a/source/eu/helpcontent2/source/text/sdraw.po
+++ b/source/eu/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-12-15 21:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/eu/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1558248219.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Menu horren bidez elementuak txerta ditzakezu Draw dokumentuetan, adibidez, grafikoak eta gidak."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Irudia</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Txertatu irudi bat"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/shared/00.po b/source/eu/helpcontent2/source/text/shared/00.po
index 9f0fcbef454..f0b189db1b8 100644
--- a/source/eu/helpcontent2/source/text/shared/00.po
+++ b/source/eu/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/eu/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Object Linking and Embedding (OLE)ko objektuak helburuko dokumentuekin esteka daitezke, edo, nahiago bada, kapsulatu egin daitezke. Kapsulatzean, objektuaren kopia bat eta iturburuko programaren xehetasunak txertatzen dira helburuko dokumentuan. Objektua editatu nahi izanez gero, iturburuko programa aktibatu besterik ez duzu, objektuan klik bikoitza eginez."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Audioa edo bideoa"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Aukeratu <emph>Txertatu - Objektua</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - OLE objektua</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE objektua"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Aukeratu <emph>Formatua - Diagrama mota</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Aukeratu <emph>Formatua - Diagrama mota</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - Diagrama</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Aukeratu <emph>Formatua - Diagrama mota</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - Diagrama</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,23 +12220,32 @@ msgctxt ""
msgid "Bottom"
msgstr "Behean"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Aukeratu <emph>Formatua - Aingura</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "<emph>Inprimaki-diseinua</emph> barran, sakatu"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12238,68 +12256,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Aingura ikonoa</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Aingura jarri/kendu"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Aukeratu <emph>Formatua - Ainguratu - Orrialdean</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Aukeratu <emph>Formatua - Ainguratu - Paragrafoan</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Aukeratu <emph>Formatua - Ainguratu - Karakterean</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Aukeratu <emph>Formatua - Ainguratu - Karaktere gisa</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Aukeratu <emph>Formatua - Ainguratu - Markoan</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Aukeratu <emph>Formatua - Ainguratu - Gelaxkan</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12472,14 +12490,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Aukeratu <menuitem>Formatua - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Testu-koadroa eta forma - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objektua - </menuitem></caseinline></switchinline><menuitem>Marra - Marra-estiloak</menuitem> fitxa.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Aukeratu <menuitem>Formatua - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Testu-koadroa eta forma - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Objektua - </menuitem></caseinline></switchinline><menuitem>Marra - Gezi-estiloak</menuitem> fitxa.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12985,14 +13048,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Ireki objektuaren laster-menua, eta aukeratu <menuitem>Izena</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Ireki objektuaren laster-menua, eta aukeratu <menuitem>Deskribapena</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/eu/helpcontent2/source/text/shared/01.po b/source/eu/helpcontent2/source/text/shared/01.po
index ca6fb44128f..5fef62d4396 100644
--- a/source/eu/helpcontent2/source/text/shared/01.po
+++ b/source/eu/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-27 22:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/eu/>\n"
@@ -9052,14 +9052,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Karaktere maiuskula bat ordezkatzen du <emph>Maiuskula/Minuskula</emph> hautatuta badago <emph>Aukerak</emph> eremuan."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Onartzen diren metakaraktereen eta sintaxiaren zerrenda osoa ikusteko, begiratu <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU adierazpen erregularren dokumentazioa</link>."
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15370,32 +15370,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Irudiak txertatzea"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">Irudiak txertatzea</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Irudi bat txertatzen du uneko dokumentuan <switchinline select=\"appl\"><caseinline select=\"WRITER\">orrialde-egokitze optimoa jarraituta eta marran zentratuta</caseinline><caseinline select=\"CALC\">uneko gelaxka-kokapenean</caseinline><defaultinline>orrialdean edo diapositiban zentratuta</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Sortu estiloa"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15406,6 +15406,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Hautatu grafikoaren marko-estiloa.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15442,41 +15460,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Hautatutako grafiko-estiloaren aurrebista bistaratzen du.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objektua"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Objektua</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Kapsulatutako objektua txertatzen du zure dokumentuan, besteak beste formulak, 3D ereduak, diagramak eta OLE objektuak.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26287,14 +26305,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Hautatutako testuan itzal bat gehitzen du edo kurtsorea hitz batean badago hitz osoa.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Banatu errenkadak modu uniformean"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26305,14 +26323,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>taula-errenkadak;banatu altuera modu uniformean</bookmark_value> <bookmark_value>errenkada-altuera;banatu modu uniformean</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Banatu errenkadak modu uniformean</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26323,14 +26341,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Hautatutako errenkaden altuera doitzen du hautapeneko errenkadarik altuenaren altuerarekin bat etortzeko.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Aukeratu <emph>Taula - Tamaina - Banatu errenkadak modu uniformean</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26350,14 +26368,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Banatu errenkadak modu uniformean"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26881,14 +26899,14 @@ msgctxt ""
msgid "Description"
msgstr "Deskribapena"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objektuak;tituluak eta deskribapenak</bookmark_value><bookmark_value>objektuen deskribapenak</bookmark_value><bookmark_value>tituluak;objektuak</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26899,32 +26917,32 @@ msgctxt ""
msgid "Description"
msgstr "Deskribapena"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Titulua eta deskribapena ezartzen dizkio hautatutako objektuari. Erabilgarri egoten dira erabilerraztasun-tresnentzat, eta ordezko etiketa gisa ere erabil ditzakezu dokumentua esportatzean.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titulua"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Idatzi tituluaren testua. Izen labur hori ikusgai egongo da HTML formatuko ordezko etiketa gisa. Erabilerraztasun-tresnek irakur dezakete testu hori.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26935,14 +26953,32 @@ msgctxt ""
msgid "Description"
msgstr "Deskribapena"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Idatzi deskribapenaren testua. Pantaila-irakurketako softwarea erabiltzen dutenei objektu konplexu bat edo sail bat azaltzeko erabil daiteke azalpen-testu luzea. Deskribapena ordezko etiketa gisa ikusgai egongo da erabilerraztasun-tresnekin erabiltzeko.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27556,32 +27592,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Editatu edo sortu gezi-estiloak.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Antolatu gezi-estiloak"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Gezi-estiloen uneko zerrenda antola daiteke."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Titulua"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27628,14 +27673,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Gezi-estilo pertsonalizatua definitzeko, hautatu marrazki bat dokumentuan eta ondoren egin klik hemen.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Aldatu"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30985,23 +31030,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Aingura"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Ainguratzea</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Ezarri hautatutako objektuaren ainguratze-aukerak.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31030,23 +31075,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">Orrialde honetara</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Hautatutako elementua uneko orrialdean ainguratzen du.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Ainguratutako elementua uneko orrialdean egongo da testua txertatu edo ezabatu arren."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31075,14 +31138,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">Paragrafoan</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Hautatutako elementua uneko paragrafoan ainguratzen du.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31111,32 +31183,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">Karakterean</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Hautatutako elementua karaktere batean ainguratzen du.</ahelp> Komando hau erabilgarria da soilik objektu grafikoetan."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Aingura karakterearen aurretik bistaratzen da."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Ainguratuta dagoen karakterearekiko grafiko bat lerrokatzeko, egin klik bikoitza saguaren eskuineko botoiaz irudian eta ondoren aukeratu <emph>Propietateak</emph>. Egin klik <emph>Mota</emph> fitxan, eta <emph>Kokalekua</emph> arean hautatu <emph>Karakterea</emph> <emph>Nori</emph> koadroetan."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31183,14 +31255,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">Markora</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Hautatutako elementua inguruko markoan ainguratzen du.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31210,14 +31282,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">Karaktere gisa</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Hautatutako elementua karaktere gisa ainguratzen du uneko testuan. Hautatutako elementuaren altuera uneko letra-tamaina baino handiagoa bada, elementua dagoen marraren altuera handitu egiten da.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/eu/helpcontent2/source/text/shared/02.po b/source/eu/helpcontent2/source/text/shared/02.po
index 58afa0259db..42e1da45835 100644
--- a/source/eu/helpcontent2/source/text/shared/02.po
+++ b/source/eu/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2022-05-25 10:44+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-09 09:58+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/eu/>\n"
"Language: eu\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Informazio gehiago nahi izanez gero, ikus laguntzan<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Ertzak</emph></link> atala."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Aingura jarri/kendu"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,23 +11869,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>aingurak; jarri/kendu</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Aingura jarri/kendu</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Ainguratze-aukerak txandakatzea ahalbidetzen du.</ahelp></variable> <emph>Aldatu aingura</emph> ikonoa ikusteko, objektu batek, esaterako grafiko batek edo kontrol-eremu batek <switchinline select=\"appl\"><caseinline select=\"WRITER\">edo marko batek</caseinline></switchinline>, hautatuta egon behar du."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
@@ -12524,7 +12524,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Unordered List</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157909\" src=\"cmd/lc_defaultbullet.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Ordenatu gabeko zerrenda ikonoa</alt></image>"
#. TEain
#: 06120000.xhp
diff --git a/source/eu/helpcontent2/source/text/shared/guide.po b/source/eu/helpcontent2/source/text/shared/guide.po
index 3c12a383285..1d7bdf26a7a 100644
--- a/source/eu/helpcontent2/source/text/shared/guide.po
+++ b/source/eu/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/eu/>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>grafikoak, ikus baita ere argazkiak</bookmark_value><bookmark_value>irudiak, ikus baita ere argazkiak</bookmark_value><bookmark_value>irudiak; bi-mapak txertatzea eta editatzea</bookmark_value><bookmark_value>ilustrazioak, ikus baita ere argazkiak</bookmark_value><bookmark_value>bit-mapak; txertatzea eta editatzea</bookmark_value><bookmark_value>pixel-grafikoak; txertatzea eta editatzea</bookmark_value><bookmark_value>esportatu; bit-mapak</bookmark_value><bookmark_value>inportatu; bit-mapak</bookmark_value><bookmark_value>argazkiak; editatzea</bookmark_value><bookmark_value>editatu; argazkiak</bookmark_value><bookmark_value>alderantzikatu iragazkia</bookmark_value><bookmark_value>iragazkia leuntzea</bookmark_value><bookmark_value>iragazkia zorroztea</bookmark_value><bookmark_value>kendu soinu-iragazkia</bookmark_value><bookmark_value>solarizazio-iragazkia</bookmark_value><bookmark_value>iragazkia zahartzea</bookmark_value><bookmark_value>iragazkia posterizatzea</bookmark_value><bookmark_value>pop-art iragazkia</bookmark_value><bookmark_value>ikatz-marrazkien iragazkia</bookmark_value><bookmark_value>mosaiko-iragazkia</bookmark_value><bookmark_value>argazkiak;iragazkiak</bookmark_value><bookmark_value>iragazkiak;argazkiak</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Bit-mapak txertatzea, editatzea, gordetzea</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Bit-mapako irudiak $[officename] Writer, $[officename] Calc, $[officename] Draw eta $[officename] Impress dokumentuetan txerta daitezke."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Aukeratu <emph>Txertatu - Irudia - Fitxategitik</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Hautatu fitxategia. <emph>Fitxategi mota</emph> koadroan, hautapena fitxategi mota jakin batzuetara murriztu dezakezu."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr "<menuitem>Formatua - Gelaxkak</menuitem> elkarrizketa-koadroa erabilita zehaztutako gelaxka-formatua kopiatzen du."
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/shared/optionen.po b/source/eu/helpcontent2/source/text/shared/optionen.po
index f01e881d706..d092681fd50 100644
--- a/source/eu/helpcontent2/source/text/shared/optionen.po
+++ b/source/eu/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-27 22:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/eu/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Zehazten du <item type=\"productname\">%PRODUCTNAME</item> aplikazioak irekita dauden dokumentu guztiak gordeko dituela berreskuratze-informazioa gordetzean. Berreskuratze automatikoak erabiltzen duen denbora-tarte berdina erabiltzen du.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Gorde fitxategi-sistemako URL erlatiboak"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/eu/helpcontent2/source/text/simpress/guide.po b/source/eu/helpcontent2/source/text/simpress/guide.po
index ce646a1b979..9477412830f 100644
--- a/source/eu/helpcontent2/source/text/simpress/guide.po
+++ b/source/eu/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-16 00:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/eu/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1555928226.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Hautatu kopiatutako diapositibaren atzetik egotea nahi duzun diapositiba eta aukeratu <emph>Editatu - Itsatsi</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Kolore, gradiente eta itzaleztaduren zerrendak kargatzea"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>koloreak;zerrendak kargatzea</bookmark_value><bookmark_value>gradienteak;zerrendak kargatzea</bookmark_value><bookmark_value>itzaleztadura;zerrendak kargatzea</bookmark_value><bookmark_value>kargatu;koloreak/gradienteak/itzaleztadura</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Kolore, gradiente eta itzaleztaduren zerrendak kargatzea\">Kolore, gradiente eta itzaleztaduren zerrendak kargatzea</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Zerrendak erabil ditzakezu koloreak, gradienteak edo itzaleztadura-ereduak antolatzeko. $[officename] aplikazioak hainbat zerrenda eskaintzen ditu, eta horiek dokumentuan kargatu eta erabil ditzakezu. Nahi baduzu, elementuak zerrendan gehitu edo handik ken ditzakezu, eta zerrenda pertsonalizatuak ere sor ditzakezu."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Kolore-zerrenda kargatzeko:"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Aukeratu <emph>Formatua - Area</emph> eta egin klik <emph>Koloreak</emph> fitxan."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Egin klik <emph>Kargatu kolore-zerrenda</emph> botoian."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Lokalizatu kargatu nahi duzun kolore-zerrenda eta sakatu <emph>Ireki</emph>. Kolore-zerrendaren fitxategiak formatu hau du: [filename].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Kolore-zerrenda gordetzeko, egin klik <emph>Gorde kolore-zerrenda</emph> botoian, idatzi fitxategi-izena eta sakatu <emph>Gorde</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>koloreak; kolore lehenetsiak</bookmark_value><bookmark_value>koloreak; LibreOffice koloreak</bookmark_value><bookmark_value>LibreOffice koloreak</bookmark_value><bookmark_value>koloreak; HLC koloreak</bookmark_value><bookmark_value>Material Design koloreak</bookmark_value><bookmark_value>koloreak; weba</bookmark_value><bookmark_value>koloreak; freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "freieFarbe HLC kolore-zerrenda CIELAB ereduan oinarrituta dago eta CMYK inprimaketa profesionalerako optimizatuta dago. Bateragarritasun-zerrendan eta HTML zerrendan dauden koloreak 256 koloreko bereizmena duten monitoreetarako optimizatuta daude. “LibreOffice” eta “Material” paletek LibreOffice paleta ofiziala eta Material Design paleta dituzte, hurrenez hurren. Aldiz, tonal.soc paletak luminantzia-kontrastearen arabera antolatutako koloreen multzo bat eskaintzen du, hardware desberdin askotan ongi funtzionatzen duena."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Gradiente-zerrenda kargatzeko:"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Aukeratu <emph>Formatua - Area</emph> eta egin klik <emph>Gradienteak</emph> fitxan."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Egin klik <emph>Kargatu gradiente-zerrenda</emph> botoian."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Lokalizatu kargatu nahi duzun gradiente-zerrenda eta sakatu <emph>Ireki</emph>. Gradiente-zerrendaren fitxategiak formatu hau du: [filename].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Gradiente-zerrenda gordetzeko, egin klik <emph>Gorde gradiente-zerrenda</emph> botoian, idatzi fitxategi-izena eta sakatu <emph>Gorde</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Itzaleztaduren zerrenda kargatzeko:"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Aukeratu <emph>Formatua - Area</emph> eta egin klik <emph>Itzaleztadura</emph> fitxan."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Egin klik <emph>Kargatu itzaleztaduren zerrenda</emph> botoian."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Lokalizatu kargatu nahi duzun itzaleztaduren zerrenda eta sakatu <emph>Ireki</emph>. Itzaleztaduren zerrendaren fitxategiak formatu hau du: [filename].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Itzaleztaduren zerrenda gordetzeko, egin klik <emph>Gorde itzaleztaduren zerrenda</emph> botoian, idatzi fitxategi-izena eta sakatu <emph>Gorde</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Formatua - Area</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Joan kalkulu-orria sartu nahi duzun diapositibara."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Aukeratu <emph>Txertatu – OLE objektua</emph>. Sakatu <emph>Sortu berria</emph> eta hautatu %PRODUCTNAME-eko kalkulu-orria. Sakatu Ados. Egin klik kalkulu-orrian datuak sartzeko."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Joan kalkulu-orria sartu nahi duzun diapositibara."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Aukeratu <emph>Txertatu - Objektua - OLE Objektua</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Formatua - Diapositiba-diseinua</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Txertatu - Objektua - OLE Objektua</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/eu/helpcontent2/source/text/swriter.po b/source/eu/helpcontent2/source/text/swriter.po
index ae809f2d985..b9fdb2b98ac 100644
--- a/source/eu/helpcontent2/source/text/swriter.po
+++ b/source/eu/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:42+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/eu/>\n"
"Language: eu\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1546972994.000000\n"
#. x2qZ6
@@ -3200,7 +3200,7 @@ msgctxt ""
"par_id451647014121795\n"
"help.text"
msgid "Reject All Tracked Changes"
-msgstr ""
+msgstr "Baztertu jarraitutako aldaketa guztiak"
#. aEELF
#: track_changes_toolbar.xhp
@@ -3209,7 +3209,7 @@ msgctxt ""
"hd_id901647014258055\n"
"help.text"
msgid "Accept Track Change and select next one"
-msgstr ""
+msgstr "Onartu aldaketa eta hautatu hurrengoa"
#. vCCQp
#: track_changes_toolbar.xhp
@@ -3218,7 +3218,7 @@ msgctxt ""
"par_id511647014293796\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Icon Accept Track Change and select next one</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchangetonext.svg\" id=\"img_id791647014293797\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611647014293798\">Onartu aldaketa eta hautatu hurrengoa ikonoa</alt></image>"
#. 2E2qH
#: track_changes_toolbar.xhp
@@ -3227,7 +3227,7 @@ msgctxt ""
"par_id851647014293800\n"
"help.text"
msgid "Accept Track Change and select next one"
-msgstr ""
+msgstr "Onartu aldaketa eta hautatu hurrengoa"
#. o2wCB
#: track_changes_toolbar.xhp
@@ -3236,7 +3236,7 @@ msgctxt ""
"hd_id451647014408416\n"
"help.text"
msgid "Reject Track Change and select next one"
-msgstr ""
+msgstr "Baztertu aldaketa eta hautatu hurrengoa"
#. LGqTK
#: track_changes_toolbar.xhp
@@ -3245,7 +3245,7 @@ msgctxt ""
"par_id971647014413668\n"
"help.text"
msgid "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Icon Reject Track Change and select next one</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_rejecttrackedchangetonext.svg\" id=\"img_id631647014413669\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id661647014413670\">Baztertu aldaketa eta hautatu hurrengoa ikonoa</alt></image>"
#. h9smy
#: track_changes_toolbar.xhp
@@ -3254,7 +3254,7 @@ msgctxt ""
"par_id361647014413671\n"
"help.text"
msgid "Reject Track Change and select next one"
-msgstr ""
+msgstr "Baztertu aldaketa eta hautatu hurrengoa"
#. s3jxf
#: track_changes_toolbar.xhp
@@ -3263,7 +3263,7 @@ msgctxt ""
"par_id721647014498850\n"
"help.text"
msgid "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Icon Manage Track Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_accepttrackedchanges.svg\" id=\"img_id551647014498851\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381647014498852\">Kudeatu aldaketak ikonoa</alt></image>"
#. nyhMH
#: track_changes_toolbar.xhp
@@ -3272,7 +3272,7 @@ msgctxt ""
"par_id641647014498854\n"
"help.text"
msgid "Manage Track Changes"
-msgstr ""
+msgstr "Kudeatu aldaketak"
#. WAoEE
#: track_changes_toolbar.xhp
@@ -3281,7 +3281,7 @@ msgctxt ""
"par_id111647018300377\n"
"help.text"
msgid "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Icon Insert Comment</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_shownote.svg\" id=\"img_id271647018300378\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id61647018300380\">Txertatu iruzkina ikonoa</alt></image>"
#. JRJZp
#: track_changes_toolbar.xhp
@@ -3290,7 +3290,7 @@ msgctxt ""
"par_id851647018300382\n"
"help.text"
msgid "Insert Comment"
-msgstr ""
+msgstr "Txertatu iruzkina"
#. KxwHJ
#: track_changes_toolbar.xhp
diff --git a/source/eu/helpcontent2/source/text/swriter/00.po b/source/eu/helpcontent2/source/text/swriter/00.po
index c5beaf8a9aa..77632b0329b 100644
--- a/source/eu/helpcontent2/source/text/swriter/00.po
+++ b/source/eu/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:46+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/eu/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Aukeratu <emph>Txertatu - Markoa - Markoa - Aukerak</emph> fitxa."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,14 +2311,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Errenkada-altuera optimoa"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Aukeratu <emph>Taula - Doitu automatikoki - Banatu errenkadak modu uniformean</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Ireki <emph>Optimizatu tamaina</emph> tresna-barra <emph>Taula</emph> barratik, sakatu"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Banatu errenkadak modu uniformean ikonoa</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Banatu errenkadak modu uniformean"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/eu/helpcontent2/source/text/swriter/01.po b/source/eu/helpcontent2/source/text/swriter/01.po
index e5134457df4..75085597f69 100644
--- a/source/eu/helpcontent2/source/text/swriter/01.po
+++ b/source/eu/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-12 09:11+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/eu/>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Dokumentuak, inprimatzean, zein itxura izango duen bistaratzen du.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Ezkutuko paragrafoak"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Ezkutuko paragrafoak</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15010,14 +15010,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Izenburu-errenkadak"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Hautatu izenbururako erabili nahi duzun errenkada kopurua.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18268,41 +18268,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Bertikala"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Hautatu objektuaren lerrokatze bertikaleko aukera.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Objektu bat altura finkoarekin ainguratzen baduzu markora, \"Behean\" eta \"Erdian\" lerrokapen-aukerak bakarrik egongo dira erabilgarri."
+msgid "by"
+msgstr "zenbat"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "zenbat"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Sartu hautatutako objektuaren goiko ertzaren eta <emph>Nora</emph> kutxan hautatutako erreferentzia-puntuaren artean utzi beharreko tartea.</ahelp> Aukera hori erabilgarri egongo da \"Goitik\" edo \"Behetik\" (karaktere gisa) hautatzen baduzu <emph>Bertikala</emph> kutxan."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18313,13 +18376,13 @@ msgctxt ""
msgid "to"
msgstr "nora"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18358,14 +18421,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Orrialdearen testu-area:</emph> Objektua testurako erabilgarri dagoen altuera osoa, goiko marjinatik behekoraino, kontuan hartuta kokatuko da."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Karakterea:</emph> Objektua karaktereak erabilitako tarte bertikala kontuan hartuta kokatuko da."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18412,6 +18475,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Objektu bat altura finkoarekin ainguratzen baduzu markora, \"Behean\" eta \"Erdian\" lerrokapen-aukerak bakarrik egongo dira erabilgarri."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20356,32 +20428,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Aukerak</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Hautatutako objektu, grafiko edo markoaren propietateak zehazten ditu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Izena"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Hautatutako elementuaren izena eta lotutako estekak zehazten ditu."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20410,23 +20473,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Izen adierazgarria eman objektu, grafiko edo markoei, dokumentu luzeetan azkar bilatu ahal izateko."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Ordezko testua (marko, grafiko eta objektu mugikorrak bakarrik)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Sartu hautatutako elementua ez dagoenean web arakatzailean bistaratu beharreko testua. Ordeko testua ezintasuna duten pertsonei laguntzeko ere erabiltzen da.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20437,14 +20500,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Aurreko esteka"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Estekatutako sekuentzia batean uneko elementuaren aurretik datorren elementua (objektua, grafikoa edo markoa) bistaratzen da. Aurreko esteka gehitzeko edo aldatzeko, hautatu izena zerrendan. Markoak estekatzen ari bazara, uneko markoak eta helburu-markoak hutsik egon behar dute.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20455,14 +20518,14 @@ msgctxt ""
msgid "Next link"
msgstr "Hurrengo esteka"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Estekatutako sekuentzia batean uneko elementuaren ondoren datorren elementua (objektua, grafikoa edo markoa) bistaratzen da. Hurrengo esteka gehitzeko edo aldatzeko, hautatu izena zerrendan. Markoak estekatzen ari bazara, helburu-markoak hutsik egon behar du.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/eu/helpcontent2/source/text/swriter/guide.po b/source/eu/helpcontent2/source/text/swriter/guide.po
index 273db82281a..35f8e429fb1 100644
--- a/source/eu/helpcontent2/source/text/swriter/guide.po
+++ b/source/eu/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:41+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/eu/>\n"
@@ -43,23 +43,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Objektuak kokatzea</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Objektuak, adibidez irudiak, beste elementu batzuei lotutako ainguren bidez kokatzen dira dokumentuetan."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Aingura batek objektu baten erreferentzia-puntua zehazten du. Erreferentzia-puntua objektua kokatuta dagoen orrialdea edo markoa izan daiteke, baina paragrafo bat ere izan daiteke, edo karaktere bat. Irudiek beti dute aingura bat, alegia, erreferentzia-puntu bat."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -196,23 +196,50 @@ msgctxt ""
msgid "To frame"
msgstr "Markora"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Hautatutako elementua inguruko markora ainguratzen du."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Objektu, grafiko edo marko bat txertatzen denean, aingur-ikono bat agertzen da objektua ainguratu den tokian. Aingura lekuz aldatu daiteke hura arrastatuz. Beste objektu-murrizketa batzuk kontuan hartu nahi badira, objektua ainguraren erreferentzia-puntuarekiko erlatiboa den kokagune zehatz batera ere eraman daiteke. Elementu baten ainguratze-aukerak aldatzeko, egin eskuineko klik elementuan eta aukertu <item type=\"menuitem\">Aingura</item> azpimenuko aukeretako bat."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Grafikoa fitxategitik txertatzea"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>irudiak; elkarrizketa-koadroaren bidez txertatzea</bookmark_value> <bookmark_value>txertatzea; irudiak, elkarrizketa-koadroaren bidez</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Grafikoa fitxategitik txertatzea</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Egin klik dokumentuan, grafikoa txertatzea nahi duzun lekuan."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Aukeratu <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Picture - From File\"><emph>Txertatu - Irudia - Fitxategitik</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Lokalizatu txertatzea nahi duzun fitxategi grafikoa eta egin klik <emph>Ireki</emph> botoian."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Aukeratu <item type=\"menuitem\">Tresnak - Autozuzenketa - Autozuzenketa aukerak</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Garbitu <emph>Gaitu hitz-osatzea</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po b/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
index 2a451e0caf4..c2f5575d663 100644
--- a/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/eu/>\n"
"Language: eu\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Aurreko orrira"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Errenkada-altuera optimoa"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Banatu errenkadak modu uniformean "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20726,7 +20736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Txertatu OLE objektua"
#. gB86r
#: GenericCommands.xcu
@@ -20736,7 +20746,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "~OLE objektua..."
#. zKjoT
#: GenericCommands.xcu
@@ -20746,7 +20756,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Ireki elkarrizketa-koadroa OLE objektua txertatzeko"
#. 6B9a2
#: GenericCommands.xcu
@@ -20996,7 +21006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE ob~jektua"
#. o5DE2
#: GenericCommands.xcu
@@ -21006,7 +21016,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "OLE objektuak editatzeko edo gordetzeko menua"
#. WQPXj
#: GenericCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Irudia"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objektua eta forma"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -22056,7 +22066,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select start and end arrowheads for lines."
-msgstr ""
+msgstr "Hautatu marren hasierako eta amaierako gezi-buruak"
#. FDhkx
#: GenericCommands.xcu
@@ -25966,7 +25976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~OLE Object"
-msgstr ""
+msgstr "~OLE objektua"
#. SQ76T
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Bi~ratu edo irauli"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Aldatu aingura"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "A~ingura"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26746,7 +26766,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Give a label to identify an object"
-msgstr ""
+msgstr "Eman etiketa bat objektua identifikatzeko"
#. k5bGq
#: GenericCommands.xcu
@@ -26766,7 +26786,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Gehitu testua ez den edukiaren deskribapenak (irisgarritasunerako)"
#. YwMhY
#: GenericCommands.xcu
@@ -30736,7 +30756,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Eduki-kontrolaren propietateak"
#. npNpZ
#: WriterCommands.xcu
@@ -30936,7 +30956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Drop-Down List Content Control"
-msgstr ""
+msgstr "Txertatu goitibeherako zerrendaren eduki-kontrola"
#. Avn9E
#: WriterCommands.xcu
@@ -30946,6 +30966,16 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Picture Content Control"
+msgstr "Txertatu irudien eduki-kontrola"
+
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
msgstr ""
#. HxFAE
@@ -31406,7 +31436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Object Insert Menu"
-msgstr ""
+msgstr "OLE objektua txertatzeko menua"
#. DE4Ca
#: WriterCommands.xcu
@@ -31416,7 +31446,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Txertatu OLE objektua"
#. ESBXG
#: WriterCommands.xcu
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Lehen paragrafoa"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimizatu zutabe-zabalera"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Handitu koskaren balioa"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimizatu errenkada-altuera"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
@@ -36326,7 +36376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. nCSvk
#: WriterFormWindowState.xcu
@@ -36806,7 +36856,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. v45LV
#: WriterGlobalWindowState.xcu
@@ -37326,7 +37376,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. 5GFnw
#: WriterReportWindowState.xcu
@@ -37626,7 +37676,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. gaswH
#: WriterWebWindowState.xcu
@@ -38286,7 +38336,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. Tgtuj
#: WriterWindowState.xcu
@@ -38826,7 +38876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. URXoj
#: XFormsWindowState.xcu
diff --git a/source/eu/sc/messages.po b/source/eu/sc/messages.po
index f855645fd6c..17533623499 100644
--- a/source/eu/sc/messages.po
+++ b/source/eu/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/eu/>\n"
"Language: eu\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Hautatu orriak"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Hautatutako orriak"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Erregela"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Erregela honek objektuak maneiatzen ditu kokagune finkoetan."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Aurrebista"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Datuak dokumentuan nola antolatuko diren erakusten du orri honek."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumentua ikusi"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "%1. orria"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "%1. gelaxka"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Ezkerrean"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Orrialdearen aurrebista"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Erdiko area"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Eskuinean"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "%1. orrialdearen goiburukoa"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "%1 orrialdearen orri-oina"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Sarrerako lerroa"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Testua, zenbakiak eta formulak sartzeko edo editatzeko lekua."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Multimediaren erreprodukzioa"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Saguaren botoia sakatzean"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formulen tresna-barra"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME Kalkulu-orriak"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(irakurtzeko soilik)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Aurrebista modua)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Orrialdeak:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Ez inprimatu orrialde hutsak"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Inprimatu orri guztiak"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Inprimatu hautatutako orriak"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Inprimatu hautatutako gelaxkak"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Horietatik:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Orrialde ~guztiak"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "~Orrialdeak:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Honako DDE iturburua ezin izan da eguneratu, ziur aski iturburu-dokumentua ez delako ireki. Abiarazi iturburu-dokumentua eta saiatu berriro."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Hurrengo kanpoko fitxategia ezin izan da kargatu. Fitxategi honi estekatutako datuak ez dira eguneratu."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Kanpoko estekak eguneratzen."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Barrutiak ~zutabe-etiketak ditu"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Barrutiak ~errenkada-etiketak ditu"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Baliogabeko balioa"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Ez da formularik adierazi."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Ez da adierazi ez errenkada eta ez zutabea ere."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Definitu gabeko izena edo barrutia."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Definitu gabeko izena edo gelaxka-erreferentzia okerra."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formulek ez dute zutaberik osatzen."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formulek ez dute errenkadarik osatzen."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Gehitu autoformatua"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Aldatu izena autoformatuari"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Izena"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Ezabatu autoformatua"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "# autoformatua ezabatu nahi duzu?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "It~xi"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Urt."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Ots."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar."
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Iparraldea"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Erdialdea"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Hegoaldea"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Guztira"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Orri-aingura"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Gelaxka-aingura"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Baldintza "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Edukia"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Orriak"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Barruti-izenak"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Datu-basearen barrutiak"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Irudiak"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE objektuak"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Iruzkinak"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Area estekatuak"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Marrazkiak"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktiboa"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ez aktibo"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "ezkutua"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Leiho aktiboa"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Agertokiaren izena"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Iruzkina"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Ordenatu gorantz"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ordenatu beherantz"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Ordena pertsonalizatua"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Izenaren koadroa"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Sarrerako lerroa"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funtzioen morroia"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Onartu"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Utzi"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Hautatu funtzioa"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formula"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Zabaldu formula-barra"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Tolestu formula-barra"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Erabiltzaile ezezaguna"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Zutabe-txertatzea"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Errenkada-txertatzea "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Orri-txertatzea "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Zutabe-ezabatzea"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Errenkada-ezabatzea"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Orri-ezabatzea"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Barrutia lekuz aldatu da"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Eduki-aldaketa"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Eduki-aldaketa"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Aldatuta: "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Jatorrizkoa"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Aldaketak ezetsita"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Onartuta"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Ezetsita"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Sarrerarik ez"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<hutsik>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Babestu gabea"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Ez dago pasahitzarekin babestuta"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash bateraezina"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash bateragarria"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Idatzi berriro"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Batezbesteko higikorra"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Leuntze esponentziala"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Bariantza-analisia"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Bariantza-analisia (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Faktore bakarra"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Bi faktore"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Taldeak"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Taldeen artean"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Taldeen barruan"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Aldaketa-iturriak"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "F esangura"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-balioa"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F kritikoa"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Guztira"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelazioa"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelazioak"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kobariantza"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kobariantzak"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Deskribapen-estatistikak"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Batezbestekoa"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Errore estandarra"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modua"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Bariantza"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desbideratze estandarra"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosia"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Alborapena"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Barrutia"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Gutxienekoa"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Gehienekoa"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Batu"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Zenbatu"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Lehen kuartila"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Hirugarren kuartila"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Ausazkoa ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniformea"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Osoko zenbaki uniformea"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normala"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiala"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomial negatiboa"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi karratua"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrikoa"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Gutxienekoa"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Gehienekoa"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Batez bestekoa"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Desbideratze estandarra"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediana"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p balioa"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Saiakera kopurua"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu balioa"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Lagintzea"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-testa"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-testa"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Parekatutako t-testa"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Parekatutako t-testa"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-testa"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-testa"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Independentzia-testa (Chi karratua)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Erregresioa"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Erregresioa"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourierren analisia"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourierren analisia"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "%NUMBER%. zutabea"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "%NUMBER%. errenkada"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "1 aldagaia"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "2 aldagaia"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Batesbesteko diferentzia hipotetikoa"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Behaketak"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Batezbesteko diferentzia behatua"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R^2 doitua"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "X aldagaien zenbaketa"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P balioa"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Balio kritikoa"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Probako estatistika"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Behekoa"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Goikoa"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Sarrerako barrutia baliogabea da."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Irteerako helbidea ez da baliozkoa."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineala"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmikoa"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Berretura"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Aldagai independenteen barrutia ez da baliozkoa."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Mendeko aldagaien barrutia ez da baliozkoa."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Konfiantza-mailak (0, 1) tartekoa izan behar du."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y aldagaiaren barrutiak ez du zutabe bat baino gehiago izan behar."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y aldagaiaren barrutiak ez du errenkada bat baino gehiago izan behar."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Aldagai bakarreko erregresioa : X eta Y aldagaietako behaketa kopuruek bat etorri behar dute."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Aldagai anitzeko erregresioa : X eta Y aldagaietako behaketa kopuruek bat etorri behar dute."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Erregresio-eredua"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Erregresio-estatistikak"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Hondarra"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Konfiantza-maila"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koefizienteak"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-estatistika"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Ebakidura"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Aurresandako Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINEST irteera gordina"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) eskuin ilara"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F eskuin ilara kritikoa"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) ezker ilara"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F ezker ilara kritikoa"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "Bi ilarako P"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F bi ilara kritiko"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson korrelazioa"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Diferentzien bariantza"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t estatistika"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) ilara bakarra"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ilara bakar kritikoa"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) bi ilarakoa"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t bi ilara kritiko"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Bariantza ezaguna"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) ilara bakarra"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z ilara bakar kritikoa"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) bi ilarakoa"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z bi ilara kritikoa"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourierren transformatua"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Fourierren alderantzizko transformatua"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Erreala"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Irudikaria"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Magnitudea"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fasea"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Zutabe bi baino gehiago hautatuta, zutabe moduan elkartuta."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Errenkada bi baino gehiago hautatuta, errenkada moduan elkartuta"
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Ez dago daturik sarrerako barrutian."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Irteera luzeegia da orrian idatzia izan dadin."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Sarrerako datu-barrutia"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Onartu eguneratzea"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr "Utzi eguneratzen dokumentu honetaz fidatzen bazara soilik."
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Gelaxkara"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Gelaxkara (aldatu tamaina gelaxkarekin)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Orrialdean"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Ez dago erabiltzaile-daturik erabilgarri."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(atzipen esklusiboa)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Ez dago izendun barrutirik erabilgarri hautatutako dokumentuan"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Guztiz mehea (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Oso mehea (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Mehea (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Tartekoa (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Lodia (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Oso lodia (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Guztiz mehe bikoitza (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Mehea/Tartekoa (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Tartekoa/Guztiz mehea (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Tartekoa/Tartekoa (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "%PRODUCTNAME Calc - Ordenatze-zerrendak aukerak 'Aukerak' elkarrizketa-koadroan definitu duzun ordenatze pertsonalizatua erabiltzen du."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Gelaxkaren goiko eskuineko izkinan laukizuzen txiki batek iruzkin bat dagoela adierazten duela zehazten du. Iruzkina erakutsiko da 'Aukerak' elkarrizketa-koadroko %PRODUCTNAME - Orokorra aholkuak gaitzen badituzu soilik."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Aldagai bateko ekuazioa ebazteko elkarrizketa-koadroa irekiko du."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30721,37 +30789,37 @@ msgstr "Zehaztu hautatutako barrutia ordenatzeko aukerak."
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:79
msgctxt "sortcriteriapage|topdown"
msgid "Top to bottom (sort rows)"
-msgstr ""
+msgstr "Goitik behera (ordenatu errenkadak)"
#. eNaAT
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:94
msgctxt "sortcriteriapage|leftright"
msgid "Left to right (sort columns)"
-msgstr ""
+msgstr "Ezkerretik eskuinera (ordenatu zutabeak)"
#. vTci8
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Noranzkoa:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
msgctxt "sortcriteriapage|header"
msgid "Range contains..."
-msgstr ""
+msgstr "Barrutiak hau dauka..."
#. E9DMu
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:138
msgctxt "sortcriteriapage|lbHeader"
msgid "Headers:"
-msgstr ""
+msgstr "Goiburukoak:"
#. 5oaCb
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:155
msgctxt "sortcriteriapage|lbOptions"
msgid "Sort Options"
-msgstr ""
+msgstr "Ordenatze-aukerak"
#. PqGRt
#: sc/uiconfig/scalc/ui/sortdialog.ui:8
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Ordenatze-hurrenkera pertsonalizatua"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr "Hautatu aplikatuko den ordenatze pertsonalizatua. Ordenatze pertsonalizatua definitzeko, aukeratu 'Tresnak - Aukerak - Calc - Ordenatze-zerrendak'."
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Hizkuntza"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Aukerak"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Hautatu hizkuntzarako ordenatze-aukera bat."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Hautatu ordenatze-arauen hizkuntza."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Ordenatzeko aukerak"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Ordenatzeko aukera osagarriak ezartzen ditu."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Ordenatze _pertsonalizatua"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "'Calc -Ordenatze-zerrendak' elkarrizketa-koadroko 'Aukerak' atalean definitutako ordenatze pertsonalizatua erabiltzen du."
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr "'Calc -Ordenatze-zerrendak' elkarrizketa-koadroko 'Aukerak' atalean definitutako ordenatze pertsonalizatua erabiltzen du."
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Ordenatu"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Zehaztu subtotalak kalkulatzeko eta aurkezteko ezarpenak."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Iruzkin-adierazlea"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr "Gelaxkaren goiko eskuineko izkinan laukizuzen txiki batek iruzkin bat dagoela adierazten duela zehazten du. Iruzkina bistaratzeko, 'Aukerak' elkarrizketa-koadroko 'Orokorra' atalean aholkuak gaitu behar dira."
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Balioen _nabarmentzea"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Nabarmendu balioak koadroa gelaxken edukiak, motaren arabera, kolore desberdinetan erakusteko. Testu-gelaxkak kolore beltzean agertuko dira, formulak berdean, zenbaki-gelaxkak urdinean eta babestutako gelaxkak atzeko plano gris argiarekin agertuko dira, berdin dio zein den horien formatua."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Aingura"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Txertatutako objektu bat, adibidez grafiko bat, hautatzen denean, aingura-ikonoa bistaratu behar den zehazten du."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Testu-_gainezkatzea"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Testua gelaxkaren zabalera baino zabalagoa den bada, testua lerro bereko alboko gelaxka hutsen gainetik bistaratuko da. Alboko gelaxkak ez badaude hutsik, gelaxkaren izkinako triangelu txiki batek adieraziko du testuak jarraitu egiten duela."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Erakutsi e_rreferentziak koloretan"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Formulan erreferentzia bakoitza kolorez nabarmenduta agertuko dela zehazten du. Gelaxka-area koloredun ertz batek inguratuko du, erreferentzia duen gelaxka editatzeko hautatu bezain laster."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Erakutsi"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Z_utabeen/errenkaden goiburukoak"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Errenkaden eta zutabeen goiburukoak bistaratuko diren zehazten du."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Korritze-barra _horizontala"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Dokumentu-leihoaren behealdean korritze-barra horizontala bistaratuko den zehazten du."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Korritze-barra _bertikala"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Dokumentu-leihoaren eskuinaldean korritze-barra bertikala bistaratuko den zehazten du."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Orri-_fitxak"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Kalkulu-orriaren dokumentuko behealdean orrien fitxak bistaratu behar diren zehazten du."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Es_kema-ikurrak"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Eskema bat definitu bada, 'Eskema-ikurrak' aukerak zehazten du orriaren ertzean eskema ikusiko den ala ez."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Laburpe_na bilaketan"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Leihoa"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "_Sinkronizatu orriak"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Markatuta badago, orri guztiak zoom-faktore berarekin erakutsiko dira. Markatuta ez badago, orri bakoitzak bere zoom-faktorea izango du."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zooma"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Orrialde-jauziak"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Definitutako inprimatze-area baten barruan orrialde-jauziak bistaratuko diren zehazten du."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Laguntza-lerroak _mugitzean"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Marrazkiak, markoak, grafikoak eta beste objektu batzuk mugitzean, gidak bistaratuko diren zehazten du."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Sareta-marrak:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Kolorea:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Erakutsi"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Erakutsi koloretako gelaxketan"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Ezkutatu"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Sareta-marrak bistaratuko diren zehazten du. Balio lehenetsia da sareta-marrak bistaratzea atzeko planoa ez duten gelaxketan soilik. Atzeko planoko kolorea duten gelaxketan ere sareta-marrak bistaratzea aukeratu daiteke, edo marra guztiak ezkutatzea."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Uneko dokumentuko sareta-marren kolorea zehazten du."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "E_rakuslea_"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "_Gaiduna"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Ikono-gaian definitutako moduan erakusten du erakuslea, normalean gurutze lodi modura."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "S_istema"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Erakutsi erakuslea sistemaren balio lehenetsiak ezartzen duen moduan, normalean gezi-formako erakusle moduan."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Ikusteko laguntza"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "_Objektuak/irudiak:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Diagramak:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Marrazkiak:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Erakutsi"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Ezkutatu"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Objektuak eta grafikoak bistan edo ezkutuan dauden zehazten du."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Erakutsi"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Ezkutatu"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Zure dokumentuko diagramak bistan edo ezkutuan dauden zehazten du."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Erakutsi"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Ezkutatu"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Zure dokumentuko marrazkiak bistan edo ezkutuan dauden zehazten du."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objektuak"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr "Calc leiho nagusian zein elementu bistaratuko diren definitzen du. Tauletako balioen nabarmentzea ere erakutsi edo ezkutatu daiteke."
diff --git a/source/eu/sd/messages.po b/source/eu/sd/messages.po
index 7ef6007b046..5385aee5dd0 100644
--- a/source/eu/sd/messages.po
+++ b/source/eu/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-03-31 22:30+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/eu/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562394047.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Marra-bukaerak"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Idatzi gezi-punta berriaren izena:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/eu/sfx2/messages.po b/source/eu/sfx2/messages.po
index 8547a5dd6d7..ae934d8eeb9 100644
--- a/source/eu/sfx2/messages.po
+++ b/source/eu/sfx2/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:32+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/eu/>\n"
"Language: eu\n"
@@ -2277,6 +2277,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Bai edo ez"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Erabiltzailearen izen osoa fitxategiarekin gordetzen du. Izena edita dezakezu Tresnak - Aukerak - %PRODUCTNAME - Erabiltzaile-datuak aukeratuz."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3317,86 +3325,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Aplikatu erabiltzaile-datuak"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr "Erabiltzailearen izen osoa fitxategiarekin gordetzen du. Izena editatzeko, aukeratu 'Tresnak - Aukerak - Erabiltzaile-datuak'."
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Berrezarri propietateak"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Edizio-denbora zeron, sortze-data uneko datan eta orduan eta bertsio-zenbakia 1en berrezartzen ditu. Aldaketa eta inprimatze-datak ere ezabatu egiten dira."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Sinadura di_gitalak..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Ta_maina:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "ezezaguna"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Kokalekua:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Mota:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Aldatu pa_sahitza"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Txantiloia:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Fitxategi-izena bistaratzen du."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Gorde aurrebista dokumentu honekin"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr "Irudirako hobetsitako DPIa"
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Uneko fitxategiari buruzko oinarrizko informazioa dago."
@@ -4467,7 +4469,7 @@ msgstr "Bigarren pasahitza"
#: sfx2/uiconfig/ui/password.ui:338
msgctxt "password|onlyascii"
msgid "Only Basic Latin characters can be entered"
-msgstr ""
+msgstr "Oinarrizko karaktere latinoak soilik sartu daitezke"
#. AFsUP
#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
diff --git a/source/eu/starmath/messages.po b/source/eu/starmath/messages.po
index da28e95e3ae..8c48eef18e6 100644
--- a/source/eu/starmath/messages.po
+++ b/source/eu/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-10-18 06:08+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/eu/>\n"
@@ -2818,7 +2818,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Ikurrak elkarrizketa-koadroa irekitzen du, formulan txertatu daitekeen ikur bat hautatu ahal izateko."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Elementu-kategoriak"
diff --git a/source/eu/svtools/messages.po b/source/eu/svtools/messages.po
index 47c262ec683..77bf456107e 100644
--- a/source/eu/svtools/messages.po
+++ b/source/eu/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-20 12:44+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/eu/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE hondatuta dago"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Inprimagailuaren aukerak elkarrizketa-kodroa irekitzen du, inprimagailuaren aukera globalak gainidatzi ahal izateko uneko dokumenturako. Aukera global horiek Tresnak - Aukerak - %PRODUCTNAME Writer/Web - Inprimatu panelean daude ezarrita."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Iturburu-kodea"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Laster-marken fitxategia"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafikoak"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfigurazio-fitxategia"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplikazioa"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Datu-baseko taula"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Sistema-fitxategia"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word dokumentua"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Laguntza-fitxategia"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML dokumentua"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Artxibo-fitxategia"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Egunkari-fitxategia"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice datubasea"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 dokumentu maisua"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice irudia"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Testu-fitxategia"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Esteka"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 txantiloia"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel dokumentua"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel-eko txantiloia"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Sortakako fitxategia"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fitxategia"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Karpeta"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Testu-dokumentua"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Kalkulu-orria"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Aurkezpena"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Marrazkia"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML dokumentua"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Dokumentu maisua"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formula"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Datu-basea"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 kalkulu-orriaren txantiloia"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 marrazkiaren txantiloia"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 aurkezpenaren txantiloia"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 testu-dokumentuaren txantiloia"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unitate lokala"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Disko-unitatea"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM unitatea"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Sare-konexioa"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint dokumentua"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint-eko txantiloia"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-eko aurkezpena"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 formula"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 diagrama"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 marrazkia"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 kalkulu-orria"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 aurkezpena"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 testu-dokumentua"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 dokumentu maisua"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML dokumentua"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument Datu-basea"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument Marrazkia"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument formula"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument Dokumentu maisua"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument Aurkezpena"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument Kalkulu-orria"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument Testua"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument Kalkulu-orriaren txantiloia"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument Marrazki-txantiloia"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument Aurkezpen-txantiloia"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument Testu-txantiloia"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME Hedapena"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell ortografia-egiaztatzailea"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen hitz-zatitzailea"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Mythes thesaurus-a"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Ez ikusitako hitzen zerrenda"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Aukerak..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr "Inprimagailuaren aukeren elkarrizketa-kodroa irekitzen du, inprimagailuaren aukera globalak gainidatzi ahal izateko uneko dokumenturako. Aukera global horiek 'Tresnak - Aukerak - Writer/Web - Inprimatu' panelean daude ezarrita."
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Izena:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Egoera:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Mota:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Kokalekua:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Iruzkina:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propietateak..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Zure sistema eragileko inprimagailuaren ezarpenak aldatzen ditu uneko dokumenturako."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Sistema eragilean instalatutako inprimagailuak zerrendatzen ditu. Inprimagailu lehenetsia aldatzeko, hautatu zerrendako inprimagailu-izen bat."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Inprimagailua"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Hautatu uneko dokumentuaren inprimagailu lehenetsia."
diff --git a/source/eu/svx/messages.po b/source/eu/svx/messages.po
index 6bfd176e528..6d1a1447305 100644
--- a/source/eu/svx/messages.po
+++ b/source/eu/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/eu/>\n"
"Language: eu\n"
@@ -11792,7 +11792,7 @@ msgstr "Barnetik"
#: svx/inc/swframeposstrings.hrc:36 svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire paragraph area"
-msgstr ""
+msgstr "Paragrafo-area osoa"
#. CrRe5
#: svx/inc/swframeposstrings.hrc:37 svx/inc/swframeposstrings.hrc:54
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr "Orrialdearen testu-arearen eskuinean"
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Ezkerreko paragrafo-ertza"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Eskuineko paragrafo-ertza"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Markoa:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Idatzi arakatzaileko gune batean sagua jartzen denean bistaratuko den testua."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Testua:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Sartu hautatutako gunean klik egitean irekiko den fitxategiaren URLa."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Irudi-mapa bistaratzen du, horrela, guneetan klik egin dezakezu eta edita ditzakezu."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "URLak gune bero deitzen diren area zehatz batzuetan, grafiko batean edo grafiko multzo batean erants daitezke. Irudi-mapa bat gune bero bat edo gehiagoren talde bat da."
diff --git a/source/eu/sw/messages.po b/source/eu/sw/messages.po
index d15db1d376c..64d9e4e49c7 100644
--- a/source/eu/sw/messages.po
+++ b/source/eu/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-10 13:19+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/eu/>\n"
"Language: eu\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Paragrafoaren hitz-zatiketan maiuskularik ez"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Paragrafoen elkarreraginkortasunerako saski-naskia"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Paragrafoa lehen lerroko koska automatikoarekin"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Paragrafoa karaktere-distantziarekin"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Paragrafoa ertzaren konexioarekin"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Paragrafoa debeku-arauekin"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Paragrafoa puntuazio librearekin"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Paragrafoa hitz-zatiketarekin"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Paragrafoa zenbakitzearen berrabiaraztearekin"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Paragrafoa mantendu elkarrekin"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Paragrafoaren azken lerroaren doikuntza"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Paragrafoaren ezkerreko marjina"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Paragrafoaren ezkerreko marjina erlatiboa"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Paragrafoaren lerro-zenbakiaren zenbaketa"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Paragrafoaren lerro-zenbakiaren hasierako balioa"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Paragrafoaren lerroartea"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Paragrafo umezurtzak"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Paragrafoen erregistro modu aktiboa"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Paragrafoaren eskuineko marjina"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Paragrafoaren eskuineko marjina erlatiboa"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Paragrafoaren itzal-formatua"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Paragrafoaren zatiketa"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Paragragoaren estilo-izena"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Paragrafoaren tabulazioak"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Paragrafoaren goiko marjina"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Paragrafoaren goiko marjina erlatiboa"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Paragrafoaren atributuak, erabiltzaileak definituak"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Paragrafoaren lerrokatze bertikala"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Paragrafoaren leihoak"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Erreferentzia-marka"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Ezkuineko ertza"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Eskuineko ertzaren distantzia"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSIDa"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby doikuntza"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby karaktereen estilo-izena"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby gainean dago"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby kokalekua"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby testua"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Atxiki saretari"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Estiloen elkarreraginkortasunerako saski-naskia"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Testu-eremua"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Testu-markoa"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Testu-paragrafoa"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Testu-sekzioa"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Testu-taula"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Erabiltzaileak definitutako testu-atributuak"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Goiko ertza"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Goiko ertzaren distantzia"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Bisitatu gabeko karaktereen estilo-izena"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Bisitatutako karaktereen estilo-izena"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Idazte-modua"
@@ -5376,7 +5394,7 @@ msgstr "markoa"
#: sw/inc/strings.hrc:567
msgctxt "STR_OLE"
msgid "OLE object"
-msgstr ""
+msgstr "OLE objektua"
#. db5Tg
#: sw/inc/strings.hrc:568
@@ -7517,7 +7535,7 @@ msgstr "Irudia"
#: sw/inc/strings.hrc:958
msgctxt "FLD_STAT_OBJ"
msgid "OLE objects"
-msgstr ""
+msgstr "OLE objektuak"
#. bDG6R
#: sw/inc/strings.hrc:959
@@ -9566,13 +9584,13 @@ msgstr "Oinarri-lerroa ~zentratuta"
#: sw/inc/strings.hrc:1346
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert OLE object"
-msgstr ""
+msgstr "Txertatu OLE objektua"
#. pmqbK
#: sw/inc/strings.hrc:1347
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit OLE object"
-msgstr ""
+msgstr "Editatu OLE objektua"
#. 3QFYB
#: sw/inc/strings.hrc:1348
@@ -9956,8 +9974,22 @@ msgstr "Klik hemen testua sartzeko"
#: sw/inc/strings.hrc:1433
msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
+msgstr "Aukeratu elementu bat"
+
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
msgstr ""
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "'Epigrafea' elkarrizketa-koadroa irekitzen du. Elkarrizketa horrek 'Aukerak' ataleko '%PRODUCTNAME Writer - Autoepigrafea' menua aukeratzean agertzen den elkarrizketa-koadroaren informazio bera ematen dizu."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,82 +12565,118 @@ msgid "Options"
msgstr "Aukerak"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
-msgstr ""
+msgstr "Eduki-kontrolaren propietateak"
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
+msgstr "Edukia leku-markaren testua da"
+
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
msgstr ""
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
-msgstr ""
+msgstr "Bistaratze-izena"
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
-msgstr ""
+msgstr "Balioa"
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
-msgstr ""
+msgstr "Zerrenda-elementuak:"
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
-msgstr ""
+msgstr "Gehitu"
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
-msgstr ""
+msgstr "Aldatu"
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
-msgstr ""
+msgstr "Kendu"
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
-msgstr ""
+msgstr "Eraman gorantz"
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
+msgstr "Eraman beherantz"
+
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
msgstr ""
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
msgid "Content Control List Item Properties"
-msgstr ""
+msgstr "Eduki-kontroleko zerrenda-elementuaren propietateak"
#. 4AXKq
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:90
msgctxt "contentcontrollistitemdlg|lbdisplayname"
msgid "Display name:"
-msgstr ""
+msgstr "Bistaratze-izena:"
#. T6EME
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:117
msgctxt "contentcontrollistitemdlg|lbvalue"
msgid "Value:"
-msgstr ""
+msgstr "Balioa:"
#. DDVfE
#: sw/uiconfig/swriter/ui/converttexttable.ui:15
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Sartu orrialde-zenbakiaren eremuari aplikatu nahi diozun desplazamendu-balioa, adibidez \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Erabilgarri dauden eremu motak zerrendatzen ditu. Zure dokumentuari eremu bat gehitzeko, sakatu eremu mota batean, sakatu Hautatu zerrendako eremu bat, eta ondoren sakatu Txertatu."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "M_ota"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Hautatu"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Egin klik hautatutako eremuari aplikatu nahi diozun formatuan, edo egin klik \"Beste formatu batzuk\" aukeran formatu pertsonalizatua definitzeko."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Formatua"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makroa..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Makro-hautatzailea irekitzen du. Hor dokumentuan hautatutako eremuan klik egitean exekutatuko den makroa hauta dezakezu."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Balioa"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Funtzio-parametro osagarriak ezartzen ditu eremuentzat. Parametro mota hautatutako eremu motaren araberakoa izango da."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "I_zena"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Orduan"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Sartu baldintza betetzean bistaratuko den testua Orduan koadroan, eta baldintza betetzen ez denean bistaratu beharrekoa Bestela koadroan."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Bestela"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Sartu baldintza betetzean bistaratuko den testua Orduan koadroan, eta baldintza betetzen ez denean bistaratu beharrekoa Bestela koadroan."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "E_lementua"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Sartu elementu berria."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Elementua zerrendari gehitzen dio."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "_Zerrendako elementuak"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Elementuak zerrendatzen ditu. Goi-goiko elementua erakusten da dokumentuan."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Hautatutako elementua zerrendatik kentzen du."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Eraman _gora"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Hautatutako elementua gora eramaten du zerrendan."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Eraman _behera"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Hautatutako elementua behera eramaten du zerrendan."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "I_zena"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Sartu izen esklusiboa sarrera-zerrendarentzat."
@@ -15696,7 +15764,7 @@ msgstr "Markoa"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Kokagunea eta tamaina"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Idatzi hautatutako elementuaren izena."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Sartu hautatutako elementua ez dagoenean web arakatzailean bistaratu beharreko testua. Ordezko testua ezintasuna duten pertsonei laguntzeko ere erabiltzen da."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15768,178 +15836,220 @@ msgstr "_Izena:"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:95
msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
-msgstr ""
+msgstr "Testuaren _ordezkoa:"
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Bat ere ez>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Estekatutako sekuentzia batean uneko elementuaren aurretik datorren elementua (objektua, grafikoa edo markoa) bistaratzen da. Aurreko esteka gehitzeko edo aldatzeko, hautatu izena zerrendan. Markoak estekatzen ari bazara, uneko markoak eta helburu-markoak hutsik egon behar dute."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Bat ere ez>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Estekatutako sekuentzia batean uneko elementuaren ondoren datorren elementua (objektua, grafikoa edo markoa) bistaratzen da. Hurrengo esteka gehitzeko edo aldatzeko, hautatu izena zerrendan. Markoak estekatzen ari bazara, helburu-markoak hutsik egon behar du."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Aurreko esteka:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_Hurrengo esteka:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Deskribapena:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Irisgarritasuna"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Edukiak"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Hautatutako elementuaren edukia aldaketarik ez egiteko babesten du."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Kokalekua"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Hautatutako elementuaren kokalekua blokeatzen du uneko dokumentuan."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Tamaina"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Hautatutako elementuaren tamaina blokeatzen du."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Babestu"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "_Lerrokatze bertikala:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Goian"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Erdian"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Behean"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Markoaren edukiaren lerrokatzen bertikala zehazten du. Horrek testu-edukiari eragiten dio nagusiki, baina baita taulei eta testu-arean ainguratutako beste objektuei (karaktere moduan, karaktereari edo paragrafoari ainguratutakoei), esaterako markoei, grafikoei edo marrazkiei."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Eduki-lerrokatzea"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_Editagarria irakurtzeko dokumentuan soilik"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Markoaren edukia irakurtzeko soilik den dokumentuan (idazketaren aurka babestuta) editatzeko aukera ematen dizu."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Inprima_tu"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Hautatutako elementua sartzen du dokumentua inprimatzean."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Markoko testu-fluxuaren norabide hobetsia zehazten du. Orrialdean testu-fluxuaren ezarpen lehenetsiak erabiltzeko, hautatu Erabili goi-mailako objektu-ezarpenak zerrendan."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Testuaren noranzkoa:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propietateak"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Aurreko esteka:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Bat ere ez>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_Hurrengo esteka:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Bat ere ez>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Hautatutako objektu, grafiko edo markoaren propietateak zehazten ditu."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Auto..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr "'Epigrafea' elkarrizketa-koadroa irekitzen du. Elkarrizketa horrek 'Aukerak' ataleko 'Writer - Autoepigrafea' menua aukeratzean agertzen den elkarrizketa-koadroaren informazio bera ematen du."
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Aukerak..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Epigrafea"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Zenbakitzea:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Bereizlea:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Kokagunea:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Hautatu epigrafean erabiliko den zenbakitze mota."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Sartu epigrafe-zenbakiaren eta -testuaren artean agertu beharreko aukerako testu-karaktereak."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Zenbakitze-bereizlea:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Idatzi epigrafe-zenbakiaren ostean agertzea nahi duzun testua."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Epigrafea gehitzen du hautatutako elementuaren gainean edo azpian. Aukera hori objektu batzuentzat bakarrik dago erabilgarri."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategoria:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Hautatu epigrafe-kategoria edo idatzi izen bat kategoria berria sortzeko. Kategoria-testua epigrafe-zenbakiaren aurretik agertzen da epigrafe-etiketan. Aurrez definitutako epigrafe-kategoriei izen bereko paragrafo-estiloa aplikatzen zaie."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propietateak"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Aurrebista"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Zenbakitutako epigrafea gehitzen dio hautatutako irudiari, taulari, markoari, testu-markoari edo formari."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Bat ere ez]"
@@ -22387,13 +22491,13 @@ msgstr "Eskema-maila, zerrenda-estiloa eta lerro-zenbakitzea gehitzen edo kentze
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE objektua"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Kokagunea eta tamaina"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24703,7 +24807,7 @@ msgstr "Irudia"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Kokagunea eta tamaina"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24727,7 +24831,7 @@ msgstr "Hiperesteka"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Biraketa"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/fa/cui/messages.po b/source/fa/cui/messages.po
index 68711631462..df4498a91c0 100644
--- a/source/fa/cui/messages.po
+++ b/source/fa/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-02-24 15:40+0000\n"
"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fa/>\n"
@@ -1763,11 +1763,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "جدول"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "لطفاً نامی برای سرپیکان جدید وارد کنید:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3202,10 +3202,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3387,10 +3387,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3544,10 +3544,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3580,51 +3580,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6744,194 +6750,162 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-#, fuzzy
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "اندازه"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-#, fuzzy
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "زبان"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr ""
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "زبان"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "اندازه"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr ""
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "اندازه"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "زبان"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr ""
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "اندازه"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "زبان"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr ""
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "پیش‌نمایش"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8179,33 +8153,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
+msgid "_Text Alternative:"
msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
+
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "شرح"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -19272,22 +19258,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -19381,18 +19367,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "آیا می‌خواهید این مدخَل را حدف کنید؟"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
-#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "آیا واقعا می‌خواهید شِِمای رنگ را حذف کنید؟"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21639,258 +21624,282 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "تیره‌گذاری"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "درج"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "نوع:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "شمارهٔ صفحه"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "موقعیت"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "سبک صفحه"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "صفحه"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
#, fuzzy
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "ستون‌ها"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "قبل"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "بعد"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "بند تقسیم نشود"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "نگه داشتن کنار بند بعدی"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
#, fuzzy
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "کنترل مفردها"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
#, fuzzy
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "کنترل پنجره"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "سطر"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "سطر"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "گزینه‌ها"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/fa/editeng/messages.po b/source/fa/editeng/messages.po
index f19a8faa137..4149bc41a12 100644
--- a/source/fa/editeng/messages.po
+++ b/source/fa/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/fa/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 خط تیره"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "سبک صفحه: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "کاهش فاصله "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "قفل شده "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "متراکم "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "گرافیک"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "هیچ‌کدام"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "نقاط "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "دایره "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "دایره توپر "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "لهجه "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "بالا"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "پایین"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "بدون دو خطه"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "دو خطه"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "بدون فاصله‌گذاری خودکار نویسه‌ها"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "بدون فاصله‌گذاری خودکار نویسه‌ها"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "بدون نقطه‌گذاری معلق در پایان خط"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "نقطه‌گذاری معلق در پایان خط"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "اعمال فهرست نویسه‌های ممنوع در شروع و پایان خط"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "عدم اعمال فهرست نویسه‌های ممنوع به شروع و پایان خطوط"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "بدون نویسه‌های چرخش یافته"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "نویسه $(ARG1)° چرخش یافته"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "تطابق با خط"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "متن نچرخیده است"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "متن $(ARG1)° چرخیده است"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "نویسه $(ARG1)% مقیاس یافته"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "نویسه‌های مقیاس نیافته"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "بدون برجستگی"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "برجسته"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "تورفته"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "تراز خودکار متن"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "متن تراز شده با خط پایه"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "متن تراز شده با بالا"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "متن تراز شده با وسط"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "متن تراز شده با پائین"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "جهت متن چپ به راست (افقی)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "جهت متن راست به چپ (افقی)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "جهت متن راست به چپ (عمودی)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "جهت متن چپ به راست (عمودی)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "استفاده از تنظیمات جهت متن شیء مافوق"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "جهت متن از چپ به راست (عمودی از پایین)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "پرش بند به شبکه متن (اگر فعال باشد)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "بدون پرش بند به شبکه متن (اگر فعال باشد)"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "پنهان نیست"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "پنهان"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "سینی کاغذ"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[از تنظیمات چاپگر]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "حذف"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "جابه‌جایی"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "درج"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "جایگزینی"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "اِعمال مشخصه‌ها"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "بازگرداندن مشخصه‌ها به حالت اولیه"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "تورفتگی"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "اعمال کردن سبک"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "تغییر حالت بزرگ و کوچک حروف"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "کلمه %x است"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "پارگراف %x است"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "خودکار"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "شمایل گلوله‌ای در بند"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "شمایل گلوله‌ای"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "بند: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "بررسی از اول نوشتار ادامه پیدا کند؟"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "آیا بررسی از انتهای نوشتار ادامه یابد؟"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"قابل افزودن به لغت‌نامه نبود."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "لغت‌نامه از پیش پر است."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "لغت‌نامه فقط خواندنی است."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "تورفتگی"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "نمایش نقاط فرعی"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "جمع شدن"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "اِعمال مشخصه‌ها"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "درج"
diff --git a/source/fa/fpicker/messages.po b/source/fa/fpicker/messages.po
index 15c606cdfe9..4447c2538fc 100644
--- a/source/fa/fpicker/messages.po
+++ b/source/fa/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-26 09:36+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/fa/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "تاریخ تغییر"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_باز کردن"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_پخش"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_نام پرونده:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "نو_ع پرونده:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_فقط خواندنی"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "ذخیره با گذرواژه"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "پسوند _خودکار برای نام پرونده"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ویرایش تنظیمات _فیلتر"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "رمز کردن با کلیدِ GPG"
diff --git a/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
index 86761c6dcf0..d624a79eb2d 100644
--- a/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-03 18:39+0000\n"
"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fa/>\n"
@@ -1260,6 +1260,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "به برگهٔ قبلی"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10774,15 +10784,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "توزیع یکسان سطرها "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21596,14 +21606,14 @@ msgctxt ""
msgid "~Image"
msgstr "تصویر"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26520,15 +26530,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "تغییر لنگر"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26541,6 +26551,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "لنگر"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -31335,6 +31355,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34467,14 +34497,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~بند اول"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34497,14 +34537,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "افزایش مقدار تورفتگی"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/fa/sc/messages.po b/source/fa/sc/messages.po
index b58b505c0f9..eed1fda5bcf 100644
--- a/source/fa/sc/messages.po
+++ b/source/fa/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fa/>\n"
@@ -17327,1659 +17327,1697 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "انتخاب برگه"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "برگه‌های ~انتخاب شده"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "خط‌کش"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "این خط‌کش اشیاء را در موقعیت‌های ثابت نگه می‌دارد."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "پیش‌نمایش"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "این برگه نشان می‌دهد چگونه داده‌ها در نوشتار چیده خواهند شد."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "نمای نوشتار"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "برگهٔ %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "سلول‌ی %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "ناحیهٔ چپ"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "پیش‌نمایش صفحه"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "ناحیهٔ وسط"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "ناحیهٔ راست"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "سرصفحهٔ صفحهٔ %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "پاصفحهٔ صفحهٔ %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "سطر ورودی"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "اینجا جایی است که متن، اعداد و فرمول‌ها را وارد یا ویرایش می‌کنید."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "پخش رسانه‌ای"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "دکمهٔ موس فشرده شده است"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "نوار ابزار فرمول"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "صفحه‌گسترده %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(فقط خواندنی)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(حالت پیش‌نمایش)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "محاسب A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "اکسل A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "اکسل R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "محدوده حاوی بر~جسب‌های ستون‌هاست"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "محدوده حاوی برچسب‌های س~طرهاست"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "مقدار نامعتبر"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "اضافه کردن قالب‌بندی خودکار"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "تغییر نام قالب‌بندی خودکار"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "نام"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "حذف قالب‌بندی خودکار"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "واقعاً می‌خواهید مدخل # را حذف کنید؟"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "بس~تن"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "ژانویه"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "فوریه"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "مارس"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "شمال"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "وسط"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "جنوب"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "مجموع"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "تغییر لنگر"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "شرایط "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "محتویات"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "برگه‌ها"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "نام محدوده‌ها"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "محدوده‌های پایگاه داده"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
#, fuzzy
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "تصاویر!"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "اشیاء OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "یادداشت‌ها"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "ناحیه‌های پیوند شده"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "اشیاء نقاشی"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "فعال"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "غیرفعال"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "پنهان"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "پنجرهٔ فعال"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "نام سناریو"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "یادداشت‌ها"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "مرتب‌سازی صعودی"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "مرتب‌سازی نزولی"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "مرتب‌سازی سفارشی"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "جعبهٔ نام"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "سطر ورودی"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "راهنمای گام به گام تابع"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "پذیرش"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "انصراف"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "فرمول‌ها"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "کاربر ناشناخته"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "ستون درج شد"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "ردیف درج شد "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "برگه درج شد "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "ستون حذف شد"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "ردیف حذف شد"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "برگه حذف شد"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "محدوده منتقل شد"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "محتویات تغییر یافت"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "محتویات تغییر یافت"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "تغییر به "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "اصلی"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "تغییرات رد شد"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "تأیید شد"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "رد شد"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "بدون ورودی"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<خالی>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "محافظت نشده"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "محافظت نشده با گذرواژه"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "درهم‌سازی ناسازگار"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "درهم‌سازی سازگار"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "نوشتن مجدد"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "گروه کردن"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "مجموع"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "میانگین"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "حالت"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "متغیر"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "محدوده"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "~حداقل"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "~حداکثر"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "مجموع"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "تعداد"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "عادی"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "~حداقل"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "~حداکثر"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "میانگین"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "سیگما"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
#, fuzzy
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "آلفا"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "متغیر"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "متغیر"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "لگاریتم"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "توان"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "اینترنت"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -24029,6 +24067,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -31712,45 +31780,39 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "زبان"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "گزینه‌ها"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "گزینه‌های نمودار"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -32788,26 +32850,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "مرتب‌سازی"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -33249,346 +33299,340 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "پررنگ‌سازی ~مقدار"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "لنگر"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "نمایش"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "نوار لغزان افقی"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "نوار لغزان عمودی"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "~پنجره"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "زوم"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "شکست صفحه"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "خط‌های دور سلول‌ها"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "نشان دادن"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "مخفی کردن"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "رنگی را برای خط‌های دور سلول‌ها این فایل انتخاب کنید."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "اشیاء نقاشی"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "نشان دادن"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "مخفی کردن"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "نشان دادن"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "مخفی کردن"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "نشان دادن"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "مخفی کردن"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "آشیاء"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/fa/sd/messages.po b/source/fa/sd/messages.po
index 4d4390726b7..85093f351c5 100644
--- a/source/fa/sd/messages.po
+++ b/source/fa/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fa/>\n"
@@ -663,11 +663,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "پایان خط"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "لطفاً نامی برای سرپیکان جدید وارد کنید:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/fa/sfx2/messages.po b/source/fa/sfx2/messages.po
index 80f472ee85a..dffd0af771c 100644
--- a/source/fa/sfx2/messages.po
+++ b/source/fa/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-26 09:36+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/fa/>\n"
@@ -2236,6 +2236,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3290,92 +3298,86 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "امضای دیجیتال..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "اندازه:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "نامعلوم"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "مکان:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "نوع:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_تعویض رمز عبور"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "قالب‌ها"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/fa/starmath/messages.po b/source/fa/starmath/messages.po
index ec007891232..68810cad286 100644
--- a/source/fa/starmath/messages.po
+++ b/source/fa/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/fa/>\n"
@@ -2864,7 +2864,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/fa/svtools/messages.po b/source/fa/svtools/messages.po
index 2d3f31bfd44..32200103fc9 100644
--- a/source/fa/svtools/messages.po
+++ b/source/fa/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fa/>\n"
@@ -1361,404 +1361,412 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "~شناسایی"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "کد مبدأ"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "پروندهٔ نشانک"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "گرافیک"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "پروندهٔ پیکربندی"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "برنامه"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "جدول پایگاه‌داده"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "سیستم پرونده‌ای"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "نوشتار وُرد مایکروسافت"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "پروندهٔ راهنما"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "نوشتار HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "پروندهٔ آرشیو"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "پروندهٔ ثبتی"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "قالب استارآفیس 5.0"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "نوشتار اصلی استاررایتر 4.0/5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "قالب استارآفیس 5.0"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "پروندهٔ متنی"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "پیوند"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
#, fuzzy
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "قالب استارآفیس 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "نوشتار اِکسل مایکروسافت"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "قالب اِکسل مایکروسافت"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "پروندهٔ دسته‌ای"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "پرونده"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "پوشه"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "نوشتار متنی"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "صفحه‌گسترده"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "ارائه"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "نقاشی"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "نوشتار HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "نوشتار اصلی"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "فرمول"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "پایگاه داده"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
#, fuzzy
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "صفحه‌گسترده اپن‌آفیس.ارگ 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
#, fuzzy
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "ارائه اپن‌آفیس.ارگ 1.0 (فشرده)"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
#, fuzzy
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "سند متنی اپن‌آفیس.ارگ 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "دیسک‌گردان محلی"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "دیسک گردان"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "سی‌دی گردان"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "اتصال شبکه"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "نوشتار پاورپوینت مایکروسافت"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "قالب پاورپوینت مایکروسافت"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "نمایش پاورپوینت مایکروسافت"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "فرمول اپن‌آفیس.ارگ 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "نمودار اپن‌آفیس.ارگ 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "طراحی اپن‌آفیس.ارگ 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "صفحه‌گسترده اپن‌آفیس.ارگ 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "ارائه اپن‌آفیس.ارگ 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "سند متنی اپن‌آفیس.ارگ 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "سند اصلی اپن‌آفیس.ارگ 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "نوشتار MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "پایگاه‌دادهٔ نوشتارباز"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "نقاشی نوشتارباز"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "فرمول نوشتارباز"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "نوشتار اصلی نوشتارباز"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "ارائهٔ نوشتارباز"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "صفحه‌گستردهٔ نوشتارباز"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "متن نوشتارباز"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "قالب صفحه‌گستردهٔ نوشتارباز"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "قالب نقاشی نوشتارباز"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "قالب ارائهٔ نوشتارباز"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "قالب متن نوشتارباز"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "ضمیمه %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5680,70 +5688,64 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "گزینه‌ها..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "نام"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "وضعیت:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "نوع"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "مکان:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "توضیح:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "ویژگی‌ها..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "چاپگر"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/fa/svx/messages.po b/source/fa/svx/messages.po
index 0b01e575105..672a15f5a9a 100644
--- a/source/fa/svx/messages.po
+++ b/source/fa/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/fa/>\n"
@@ -11991,17 +11991,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "کنارهٔ چپ بند"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "کنارهٔ راست بند"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17985,33 +17985,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "چارچوب"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
-#, fuzzy
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "متن: "
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/fa/sw/messages.po b/source/fa/sw/messages.po
index ff9f81cb153..f7419bdd983 100644
--- a/source/fa/sw/messages.po
+++ b/source/fa/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-26 09:37+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fa/>\n"
@@ -1739,302 +1739,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -10130,6 +10148,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
#, fuzzy
@@ -12818,65 +12850,101 @@ msgid "Options"
msgstr "گزینه‌ها"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14884,164 +14952,164 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "نوع"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "ماکرو..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "مقدار"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "نام"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr ""
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "جابه‌جایی به بالا"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "جابه‌جایی به پایین"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "نام"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -16174,10 +16242,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -16193,186 +16261,228 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-#, fuzzy
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<هیچ‌کدام>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-#, fuzzy
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<هیچ‌کدام>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr ""
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr ""
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "شرح"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "محتویات"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "موقعیت"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "اندازه"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "م~حافظت"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "بالا"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "وسط‌چین"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "پایین"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "چاپ"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "تصحیح متن"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "ویژگی‌ها"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+#, fuzzy
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<هیچ‌کدام>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+#, fuzzy
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<هیچ‌کدام>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17721,122 +17831,116 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "گزینه‌ها..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "گزینه‌ها"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "شماره‌گذاری"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "جداساز"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "موقعیت"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "مقوله"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "ویژگی‌ها"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "پیش‌نمایش"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[هیچ‌کدام]"
diff --git a/source/fi/cui/messages.po b/source/fi/cui/messages.po
index 8835bb7b155..efd5ae9ea1b 100644
--- a/source/fi/cui/messages.po
+++ b/source/fi/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fi/>\n"
"Language: fi\n"
@@ -1749,11 +1749,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Taulukko"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Anna uudelle nuolenkärjelle nimi:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -1849,7 +1849,7 @@ msgstr "Muotoile järjestyslukujen jälkiliitteet (1st -> 1^st)"
#: cui/inc/strings.hrc:338
msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
-msgstr ""
+msgstr "Translitteroi muinaisunkariin, mikäli tekstin suunta on oikealta vasemmalle"
#. CNtDd
#: cui/inc/strings.hrc:339
@@ -3174,10 +3174,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3359,10 +3359,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3516,10 +3516,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Haluatko, että Calcissa arvon syöttämisen jälkeen kohdistin siirtyy oikeanpuoleiseen soluun? Käytä sarkainnäppäintä Enterin sijaan."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3552,51 +3552,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME-ohje"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Lisätietoja"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Suorita tämä toiminto nyt..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Päivän vinkki %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Komento"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Optio"
@@ -6629,186 +6635,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Valitse käytettävä muotoilu."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Syötä tai valitse käytettävä fonttikoko. Skaalautuville fonteille voi antaa myös desimaaliarvoja."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Koko:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Kieli:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Asettaa oikoluvun kielen valitulle tai kirjoitettavalle tekstille. Käytettävissä olevien kielimoduulien edessä on pukkimerkki."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Ominaisuudet..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Kieli:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Asettaa oikoluvun kielen valitulle tai kirjoitettavalle tekstille. Käytettävissä olevien kielimoduulien edessä on pukkimerkki."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Valitse käytettävä muotoilu."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Koko:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Syötä tai valitse käytettävä fonttikoko. Skaalautuville fonteille voi antaa myös desimaaliarvoja."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Ominaisuudet..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Koko:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Kieli:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Valitse käytettävä muotoilu."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Syötä tai valitse käytettävä fonttikoko. Skaalautuville fonteille voi antaa myös desimaaliarvoja."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Asettaa oikoluvun kielen valitulle tai kirjoitettavalle tekstille. Käytettävissä olevien kielimoduulien edessä on pukkimerkki."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Ominaisuudet..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Asettaa oikoluvun kielen valitulle tai kirjoitettavalle tekstille. Käytettävissä olevien kielimoduulien edessä on pukkimerkki."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Koko:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Valitse käytettävä muotoilu."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Syötä tai valitse käytettävä fonttikoko. Skaalautuville fonteille voi antaa myös desimaaliarvoja."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Asettaa oikoluvun kielen valitulle tai kirjoitettavalle tekstille. Käytettävissä olevien kielimoduulien edessä on pukkimerkki."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Kieli:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Ominaisuudet..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Asettaa oikoluvun kielen valitulle tai kirjoitettavalle tekstille. Käytettävissä olevien kielimoduulien edessä on pukkimerkki."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Esikatselu"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Määritä käytettävä muotoilu ja fontti."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -8022,33 +7998,45 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Anna kuvalle nimi."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Vaihtoehtoinen teksti:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Kuvaus:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
#, fuzzy
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Kirjoitetaan valitun avainalueen kuvaus."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
#, fuzzy
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
@@ -13678,13 +13666,13 @@ msgstr "Kuvaus"
#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Text Alternative:"
-msgstr ""
+msgstr "Tekstivaihtoehto:"
#. Ge74Q
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Anna lyhyt kuvaus ei-tekstuaalisesta sisällöstä niitä varten, jotka eivät näe tätä objektia."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13703,7 +13691,7 @@ msgstr "Kuvaus:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Anna ei-tekstuaalisesta sisällöstä pidempi selitys, joka on liian monimutkainen ollakseen lyhyesti kuvailtavissa kohdassa ”Tekstivaihtoehto”."
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18838,23 +18826,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Luo lineaarisia- ja matriisikoodeja mistä tahansa tekstistä tai URL-osoitteesta."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Tallenna nuolenkärki?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Nuolenkärkeä on muutettu ilman tallennusta."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Haluatko tallentaa nuolenkärjen nyt?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18940,17 +18928,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Haluatko poistaa viivoituksen?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Poista nuolenkärki?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Haluatko varmasti poistaa nuolenkärjen?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21147,247 +21135,271 @@ msgid "Text Columns"
msgstr "Palstat"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomaattisesti"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Lisää automaattisesti tavuviivoja kappaleeseen tarpeen mukaan."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Anna peräkkäisten tavutettavien rivien enimmäismäärä."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Anna rivin alkuun tavuviivan jälkeen jäävien merkkien vähimmäismäärä."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Anna rivin loppuun tavuviivan eteen jäävien merkkien vähimmäismäärä."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Merkkejä rivin _lopussa"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Merkkejä rivin a_lussa"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Peräkkäisten tavuviivoja sisältävien rivien enimmäismäärä"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Älä tavuta ISOLLA kirjoitettuja sanoja"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Tavutus"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Lisää"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Valitse tämä valintaruutu ja sen jälkeen haluamasi vaihtotyyppi."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Sivutyylillä:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Valitse tämä valintaruutu ja sen jälkeen vaihdon jälkeisellä sivulla käytettävä sivutyyli."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Tyyppi:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Syötä vaihdon jälkeisen sivun sivunumero. Jos haluat jatkaa nykyistä sivunumerointia, jätä valintaruutu valitsematta."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Sivunumero:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Sijainti:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Sivutyyli"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Valitse vaihdon jälkeisellä sivulla käytettävä muotoilutyyli."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Sivunvaihto"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Palstanvaihto"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Valitse lisättävän vaihdon tyyppi."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Ennen"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Jälkeen"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Valitse, mihin vaihto lisätään."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Vaihdot"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Älä jaa kappaletta"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Siirtää koko kappaleen seuraavalle sivulle tai palstalle, kun vaihto lisätään."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Si_do seuraavaan kappaleeseen"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Pitää käsiteltävän kappaleen ja seuraavan kappaleen yhdessä, kun sivun- tai palstanvaihto lisätään."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "O_rporivien esto"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrittää sivunvaihtoa edeltävien kappaleen rivien vähimmäismäärän. Merkitse tämä valintaruutu ja syötä lukumäärä riviä-ruutuun."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Leskirivien ohjaus"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrittää kappaleen rivien vähimmäismäärän sivunvaihtoa seuraavalla sivulla. Merkitse tämä valintaruutu ja syötä lukumäärä riviä-ruutuun."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrittää sivunvaihtoa edeltävien kappaleen rivien vähimmäismäärän. Merkitse tämä valintaruutu ja syötä lukumäärä riviä-ruutuun."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Määrittää kappaleen rivien vähimmäismäärän sivunvaihtoa seuraavalla sivulla. Merkitse tämä valintaruutu ja syötä lukumäärä riviä-ruutuun."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "riviä"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "riviä"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Asetukset"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Määritä tavutus- ja sivutusasetukset."
diff --git a/source/fi/dictionaries/ckb.po b/source/fi/dictionaries/ckb.po
index c147e6db20f..9dd9b740adb 100644
--- a/source/fi/dictionaries/ckb.po
+++ b/source/fi/dictionaries/ckb.po
@@ -4,14 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-02-18 12:38+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
+"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
+"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesckb/fi/>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. UGHNx
#: description.xml
@@ -20,4 +22,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Central Kurdish (Sorani) spelling dictionary"
-msgstr ""
+msgstr "Soranîn oikolukusanasto"
diff --git a/source/fi/editeng/messages.po b/source/fi/editeng/messages.po
index a88548ed8f6..ad8b9ab14bf 100644
--- a/source/fi/editeng/messages.po
+++ b/source/fi/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-09-05 11:22+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/fi/>\n"
@@ -1320,393 +1320,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 yhdysmerkkiä"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Sivutyyli: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Parivälistys "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "lukittu "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Tiivistetty "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafiikka"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ei mitään"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Pisteet "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Ympyrä "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Täytetty ympyrä "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Aksentti "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Yläpuolella"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Alapuolella"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Kaksoisrivit poissa käytöstä"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Kaksoisrivit"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Ei automaattista merkkiväliä"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Ei automaattista merkkiväliä"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Ei riippuvia välimerkkejä rivin loppuun"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Riippuvat välimerkit rivin lopussa"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Käytä rivien alussa ja lopussa kiellettyjen merkkien luetteloa"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Älä käytä kiellettyjen merkkien luetteloa rivien alussa ja lopussa"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Ei kierrettyjä merkkejä"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Merkkiä kierretty $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Sovita riville"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Tekstiä ei ole kierretty"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Tekstiä on kierretty $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Merkkejä skaalattu $(ARG1) %"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Ei skaalattuja merkkejä"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Ei korkokuvaa"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Korkokuva"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Kaiverrettu"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automaattinen tekstin tasaus"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Tekstin tasaus peruslinjaan"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Tekstin tasaus yläreunan mukaan"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Tekstin tasaus keskikohdan mukaan"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Tekstin tasaus alareunan mukaan"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Tekstin suunta vasemmalta oikealle (vaaka)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Tekstin suunta oikealta vasemmalle (vaaka)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Tekstin suunta oikealta vasemmalle (pysty)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Tekstin suunta vasemmalta oikealle (pysty)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Käytä ensisijaisen objektin tekstin suunta-asetusta"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Tekstin suunta vasemmalta oikealle (pysty, alhaalta ylös)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Kappaleen kohdistus tekstiruudukkoon (jos käytössä)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Kappale ei kohdistu tekstiruudukkoon"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Ei piilotettu"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Piilotettu"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Paperilokero"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Tulostinasetuksien mukaan]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Poista"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Siirrä"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Lisää"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Korvaa"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Käytä määritteitä"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Palauta määritteet"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sisennä"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Käytä tyylejä"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Vaihda kirjainkokoa"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Sanan kieli on %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Kappaleen kieli on %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automaattinen"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Kuvallinen luettelomerkki kappaleessa"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Kuvallinen luettelomerkki"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Kappale: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Jatketaanko tarkistusta asiakirjan alusta?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Jatketaanko tarkistusta asiakirjan lopusta?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1716,43 +1740,43 @@ msgstr ""
"tuntemattoman virheen vuoksi."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Sanasto on jo täynnä."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Sanasto on kirjoitussuojattu."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sisennä"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Näytä alipisteet"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Pienennä"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Käytä määritteitä"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Lisää"
diff --git a/source/fi/fpicker/messages.po b/source/fi/fpicker/messages.po
index f4f4f032dca..2ff6378c388 100644
--- a/source/fi/fpicker/messages.po
+++ b/source/fi/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-13 13:36+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/fi/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Muokattu"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "Avaa"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Toista"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Tiedoston nimi:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Tiedoston tyyppi:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Kirjoitussuojattu"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Tallenna salasanalla"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Automaattinen tiedoston tunniste"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Muokkaa suodattimen asetuksia"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Salaa GPG-avaimella"
diff --git a/source/fi/helpcontent2/source/text/scalc/01.po b/source/fi/helpcontent2/source/text/scalc/01.po
index 0de64895163..8fd304f784f 100644
--- a/source/fi/helpcontent2/source/text/scalc/01.po
+++ b/source/fi/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-24 16:17+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/fi/>\n"
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr ""
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/sdraw.po b/source/fi/helpcontent2/source/text/sdraw.po
index c10f5bafcab..2f661c76eb5 100644
--- a/source/fi/helpcontent2/source/text/sdraw.po
+++ b/source/fi/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-25 10:45+0000\n"
"Last-Translator: Ville Toivanen <ville.toivanen@elisanet.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/fi/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr ""
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Kuva</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Lisää kuva"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/shared/00.po b/source/fi/helpcontent2/source/text/shared/00.po
index 6c4e5d78e9c..a8cf68b5b16 100644
--- a/source/fi/helpcontent2/source/text/shared/00.po
+++ b/source/fi/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-10-12 13:06+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/fi/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "OLE-objektit voidaan linkittää kohdeasiakirjaan, tai ne voidaan myös upottaa. Upottaminen lisää objektin kopion ja lähdeohjelman tietoja kohdeasiakirjaan. Kun objektia muutetaan, lähdeohjelma aktivoidaan yksinkertaisesti objektin kaksoisnapsautuksella. (Object Linking and Embedding = objektin linkittäminen ja upottaminen)"
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,22 +7918,22 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Ääni tai video"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
msgstr ""
#. KYEEp
@@ -7954,13 +7963,13 @@ msgctxt ""
msgid "OLE Object"
msgstr "OLE-objekti"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
msgstr ""
#. kQdhV
@@ -7999,13 +8008,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
msgstr ""
#. hhpAU
@@ -8017,13 +8026,13 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
msgstr ""
#. C5X5B
@@ -8035,22 +8044,22 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr ""
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
msgstr ""
#. hEeJz
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "Alareuna"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Muuta ankkuri"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/fi/helpcontent2/source/text/shared/01.po b/source/fi/helpcontent2/source/text/shared/01.po
index fb7b6a5793f..17a43a9580f 100644
--- a/source/fi/helpcontent2/source/text/shared/01.po
+++ b/source/fi/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-09-24 21:36+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/fi/>\n"
@@ -9052,13 +9052,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HvC9Q
@@ -15373,32 +15373,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Kuvien lisääminen"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Kuvien lisääminen\">Kuvien lisääminen</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Kehyksen tyyli"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15409,6 +15409,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Valitaan kuvan kehystyyli.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15445,41 +15463,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Ruutu merkittynä voidaan esikatsella valittua kuvatiedostoa.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objekti"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"Objekti\">Muokkaa objektia</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Kaava</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26290,13 +26308,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Lisätään varjo valittuun tekstiin tai, jos kohdistin on sanan kohdalla, sanaan.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
+msgid "Distribute Rows Evenly"
msgstr ""
#. E24fs
@@ -26308,13 +26326,13 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr ""
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
msgstr ""
#. 7meG8
@@ -26326,13 +26344,13 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Sovitetaan valittujen rivien korkeus valinnan korkeimman rivin mukaiseksi.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
msgstr ""
#. CbTaH
@@ -26353,14 +26371,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Tasauskuvake, jossa kaksi vaakaruuturiviä ja alanuoli</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Jaa rivit tasaisesti"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26884,14 +26902,14 @@ msgctxt ""
msgid "Description"
msgstr "Kuvaus"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>objektit;otsikot ja kuvaukset</bookmark_value> <bookmark_value>objektien kuvaus</bookmark_value> <bookmark_value>otsikot;objektien</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26902,32 +26920,32 @@ msgctxt ""
msgid "Description"
msgstr "Kuvaus"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Annetaan valitulle objektille otsikko ja kuvaus. Nämä näkyvät saavutettavuustyökaluille ja vaihtoehtoisina muotoilukoodeina asiakirjaa vietäessä.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Otsikko"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Kirjoita otsikkoteksti. Tämä lyhyt nimi näkyy vaihtoehtoisena muotoilukoodina HTML-tiedostomuodossa. Saavutettavuustyökalut voivat lukea tätä tekstiä.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26938,14 +26956,32 @@ msgctxt ""
msgid "Description"
msgstr "Kuvaus"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Kirjoitetaan kuvailuteksti. Monimutkaisille objekteille tai ryhmäobjekteille voidaan antaa pitkä kuvaus näytönlukuohjelman käyttäjiä varten. Kuvaus näkyy vaihtoehtoisena muotoilukoodina saavutettavuustyökaluille.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27559,32 +27595,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Muokataan tai luodaan nuolityylejä.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Järjestä viivatyylit"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Järjestellään nykyistä nuolityylien luetteloa."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Otsikko"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27631,14 +27676,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Kun määritetään mukautettu nuolityyli, valitaan ensin piirrosobjekti asiakirjasta ja sitten napsautetaan tästä.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Muuta"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30988,23 +31033,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ankkuri"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Ankkurointi\">Ankkuri</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Tehdään valitun objektin ankkurointiasetukset.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31033,23 +31078,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"Sivulle\">Sivulle</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ankkuroidaan valittu kohde nykyiselle sivulle.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
-#. mKSuE
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
+
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "Ankkuroitu kohde säilyy nykyisellä sivulla vaikka tekstiä lisättäisiin tai poistettaisiin."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31078,14 +31141,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Kappaleeseen\">Kappaleeseen</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ankkuroidaan valittu kohde kohdistettuun kappaleeseen.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31114,31 +31186,31 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Merkkiin\">Merkkiin</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ankkuroidaan valittu kohde merkkiin.</ahelp> Tämä komento on käytettävissä vain kuvaobjekteille."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "Ankkuri esitetään merkin edessä."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
msgstr ""
#. 3kEAV
@@ -31186,14 +31258,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Kehyksiin\">Kehyksiin</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ankkuroidaan valittu kohde ympyröivään kehykseen.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31213,14 +31285,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Merkkinä\">Merkkinä</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ankkuroidaan valittu kohde merkkinä nykyiseen tekstiin. Jos kohteen korkeus on suurempi kuin käytössä oleva fonttikoko, kohteen sisältävän rivin korkeutta korotetaan.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/fi/helpcontent2/source/text/shared/02.po b/source/fi/helpcontent2/source/text/shared/02.po
index b37c3fcd7c9..ad98d07f3c7 100644
--- a/source/fi/helpcontent2/source/text/shared/02.po
+++ b/source/fi/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-31 00:07+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/fi/>\n"
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr ""
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Muuta ankkuria"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,22 +11869,22 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>ankkurit;muuttaminen</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Muuta ankkuri\">Muuta ankkuri</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
msgstr ""
#. 7Rrur
diff --git a/source/fi/helpcontent2/source/text/shared/05.po b/source/fi/helpcontent2/source/text/shared/05.po
index 6f14249b1a7..ef28341b5d8 100644
--- a/source/fi/helpcontent2/source/text/shared/05.po
+++ b/source/fi/helpcontent2/source/text/shared/05.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-11-16 12:09+0100\n"
-"PO-Revision-Date: 2021-11-20 17:38+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textshared05/fi/>\n"
"Language: fi\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1540152953.000000\n"
#. WPTtk
@@ -266,7 +266,7 @@ msgctxt ""
"par_id3150699\n"
"help.text"
msgid "The Help references the default settings of the program on a system that is set to defaults. Descriptions of colors, mouse actions, or other configurable items can be different for your program and system."
-msgstr "Ohje viittaa ohjelman oletusasetuksiin perustilassa olevassa järjestelmässä. Värit, hiiren toiminnot ja muut muokattavat tekijät voivat olla erilaisia ohjelmaa käytettäessä."
+msgstr "Ohje viittaa ohjelman oletusasetuksiin perustilassa olevassa järjestelmässä. Värit, hiiren toiminnot ja muut muokattavat tekijät voivat olla erilaisia ohjelmaa käytettäessä."
#. XnEMC
#: 00000100.xhp
diff --git a/source/fi/helpcontent2/source/text/shared/guide.po b/source/fi/helpcontent2/source/text/shared/guide.po
index 09dbeb8f1e6..a6627f923e4 100644
--- a/source/fi/helpcontent2/source/text/shared/guide.po
+++ b/source/fi/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/fi/>\n"
@@ -14218,14 +14218,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>grafiikka, katso myös valokuvat</bookmark_value><bookmark_value>kuvat, katso myös valokuvat</bookmark_value><bookmark_value>kuvat; bittikarttojen lisääminen ja muokkaaminen</bookmark_value><bookmark_value>kuvitus, katso valokuvat</bookmark_value><bookmark_value>bittikartat; lisääminen ja muokkaaminen</bookmark_value><bookmark_value>pikseligrafiikka; lisääminen ja muokkaaminen</bookmark_value><bookmark_value>vienti; bittikartat</bookmark_value><bookmark_value>tuonti; bittikartat</bookmark_value><bookmark_value>valokuvat; muokkaaminen</bookmark_value><bookmark_value>muokkaaminen; valokuvat</bookmark_value><bookmark_value>kääntösuodatin</bookmark_value><bookmark_value>pehmennyssuodatin</bookmark_value><bookmark_value>terävöintisuodatin</bookmark_value><bookmark_value>kohinan poiston suodatin</bookmark_value><bookmark_value>solarisaatiosuodatin</bookmark_value><bookmark_value>vanhentamissuodatin</bookmark_value><bookmark_value>posterointisuodatin</bookmark_value><bookmark_value>pop-taide -suodatin</bookmark_value><bookmark_value>hiilipiirrossuodatin</bookmark_value><bookmark_value>mosaiikkisuodatin</bookmark_value><bookmark_value>valokuvat;suodattimet</bookmark_value><bookmark_value>suodattimet;valokuvat</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Bittikarttakuvien lisääminen, muokkaaminen ja tallennus\">Bittikarttakuvien lisääminen, muokkaaminen ja tallennus</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14245,14 +14245,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Bittikarttakuva voidaan lisätä $[officename] Writerin, $[officename] Calcin, $[officename] Draw'n ja $[officename] Impressin asiakirjoihin."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Valitse <emph>Lisää - Kuva - Tiedostosta</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14263,6 +14263,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Valitse tiedosto. <emph>Tiedoston tyyppi</emph> -ruudussa voit rajoittaa valinnan tiettyihin tiedostotyyppeihin."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21580,6 +21589,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr ""
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/shared/help.po b/source/fi/helpcontent2/source/text/shared/help.po
index 9ebd89b4a24..f5c805231f0 100644
--- a/source/fi/helpcontent2/source/text/shared/help.po
+++ b/source/fi/helpcontent2/source/text/shared/help.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2020-06-02 11:50+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
-"Language-Team: Finnish <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedhelp/fi/>\n"
+"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedhelp/fi/>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1542029857.000000\n"
#. jdDhb
@@ -140,7 +140,7 @@ msgctxt ""
"par_id211591971675557\n"
"help.text"
msgid "<variable id=\"noscriptmsg\">Enable JavaScript in the browser to display %PRODUCTNAME Help pages.</variable>"
-msgstr ""
+msgstr "<variable id=\"noscriptmsg\">Ota JavaScript käyttöön selaimessasi %PRODUCTNAMEn ohjesivujen näyttämistä varten.</variable>"
#. DXqYQ
#: browserhelp.xhp
@@ -869,7 +869,7 @@ msgctxt ""
"hd_id471652287598699\n"
"help.text"
msgid "<variable id=\"externalvideo\">External video</variable>"
-msgstr ""
+msgstr "<variable id=\"externalvideo\">Ulkoinen video</variable>"
#. CKGLp
#: browserhelp.xhp
@@ -887,7 +887,7 @@ msgctxt ""
"par_id501644407795954\n"
"help.text"
msgid "<variable id=\"ytbutton\">Accept YouTube Content</variable>"
-msgstr ""
+msgstr "<variable id=\"ytbutton\">Hyväksy YouTube-sisältö</variable>"
#. jDvUs
#: browserhelp.xhp
@@ -896,4 +896,4 @@ msgctxt ""
"par_id91644338793051\n"
"help.text"
msgid "<variable id=\"ytprivacy\">YouTube Privacy Policy</variable>"
-msgstr ""
+msgstr "<variable id=\"ytprivacy\">YouTuben tietosuojakäytäntö</variable>"
diff --git a/source/fi/helpcontent2/source/text/shared/optionen.po b/source/fi/helpcontent2/source/text/shared/optionen.po
index cd73f164899..5f0883f1a93 100644
--- a/source/fi/helpcontent2/source/text/shared/optionen.po
+++ b/source/fi/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-15 11:38+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/fi/>\n"
@@ -916,14 +916,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Määritetään, että <item type=\"productname\">%PRODUCTNAME</item> tallentaa kaikki avoimet asiakirjat tallentaessaan automaattisen palautuksen tietoja. Tallennusväli on sama kuin palautuksessakin.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "URL-osoitteen tallennus suhteessa tiedostojärjestelmään"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/fi/helpcontent2/source/text/simpress/guide.po b/source/fi/helpcontent2/source/text/simpress/guide.po
index f8035c513f3..f9009515683 100644
--- a/source/fi/helpcontent2/source/text/simpress/guide.po
+++ b/source/fi/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-11-06 12:35+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/fi/>\n"
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Valitse dia, jonka jälkeen haluat kopioitavan dian tulevan ja valitse sitten <emph>Muokkaa - Liitä</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Väri-, liukuvärjäys ja viivoitusluetteloiden lataaminen"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>värit;luetteloiden lataaminen</bookmark_value><bookmark_value>liukuvärjäykset;luetteloiden lataaminen</bookmark_value><bookmark_value>viivoitukset;luetteloiden lataaminen</bookmark_value><bookmark_value>lataaminen;värit/liukuvärjäykset/viivoitukset</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Väri-, liukuvärjäys ja viivoitusluetteloiden lataaminen\">Väri-, liukuvärjäys ja viivoitusluetteloiden lataaminen</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Luetteloita voidaan käyttää värien, liukuvärjäysten ja viivoituskuvioiden järjestelemiseen. $[officename] tarjoaa useita luetteloita, jotka voidaan ladata ja käyttää asiakirjassa. Tarvittaessa luettelon osia voidaan lisätä tai poistaa tai jopa luoda mukautettuja luetteloita."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Väriluettelon lataaminen"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Valitse <emph>Muotoilu - Alue</emph> ja napsauta sitten <emph>Värit</emph>-välilehteä."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Napsauta <emph>Lataa väriluettelo</emph> -painiketta."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Paikallista käytettävä väriluettelo ja napsauta sitten <emph>Avaa</emph>. Väriluettelo on muotoa [tiedostonimi].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Väriluettelon tallentamiseksi napsautetaan <emph>Tallenna väriluettelo</emph> -painiketta, kirjoitetaan tiedostonimi ja napsautetaan sitten <emph>Tallenna</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr ""
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr ""
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Liukuväriluettelon lataaminen"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Valitse <emph>Muotoilu - Alue</emph> ja napsauta sitten <emph>Liukuvärit</emph>-välilehteä."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Napsauta <emph>Lataa gradienttiluettelo</emph> -painiketta."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Paikallista käytettävä liukuvärjäysluettelo ja napsauta sitten <emph>Avaa</emph>. Liukuvärjäysluettelo on muotoa [tiedostonimi].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Liukuvärjäysluettelon tallentamiseksi napsautetaan <emph>Tallenna gradienttiluettelo</emph> -painiketta, kirjoitetaan tiedostonimi ja napsautetaan sitten <emph>Tallenna</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Viivoitusluettelon lataaminen"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Valitse <emph>Muotoilu - Alue</emph> ja napsauta sitten <emph>Viivoitus</emph>-välilehteä."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Napsauta <emph>Lataa viivoitusluettelo</emph> -painiketta."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Paikallista käytettävä viivoitusluettelo ja napsauta sitten <emph>Avaa</emph>. Viivoitusluettelo on muotoa [tiedostonimi].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Viivoitusluettelon tallentamiseksi napsautetaan <emph>Tallenna viivoitusluettelo</emph> -painiketta, kirjoitetaan tiedostonimi ja napsautetaan sitten <emph>Tallenna</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Muotoilu - Alue\">Muotoilu - Alue</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Siirry dialla lisättävän laskentataulukon paikalle."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Valitse <emph>Lisää - OLE-objekti</emph>. Merkitse <emph>Luo uusi</emph> -valinta ja valitse %PRODUCTNAME Spreadsheet. Hyväksy OK:lla. Napsauta laskentataulukkoa aineiston lisäämiseksi."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Siirry dialla lisättävän laskentataulukon paikalle."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Valitse <emph>Lisää - Objekti - OLE-objekti</emph>"
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Muotoilu - Dian asettelu\">Muotoilu - Dian asettelu</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Lisää - Objekti - OLE-objekti\">Lisää - Objekti - OLE-objekti</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/fi/helpcontent2/source/text/swriter/00.po b/source/fi/helpcontent2/source/text/swriter/00.po
index 0139610119b..c7b2c8cbab1 100644
--- a/source/fi/helpcontent2/source/text/swriter/00.po
+++ b/source/fi/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-11 22:36+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/fi/>\n"
@@ -2032,6 +2032,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr ""
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2302,13 +2311,13 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimaalinen rivikorkeus"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
msgstr ""
#. anxFF
@@ -2320,23 +2329,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr ""
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Jaa rivit tasaisesti"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/fi/helpcontent2/source/text/swriter/01.po b/source/fi/helpcontent2/source/text/swriter/01.po
index f47a9d7b6e4..6655bc44c54 100644
--- a/source/fi/helpcontent2/source/text/swriter/01.po
+++ b/source/fi/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-05-05 13:37+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/fi/>\n"
@@ -4390,23 +4390,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr ""
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Piilotetut kappaleet"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Piilotetut kappaleet\">Piilotetut kappaleet</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -15011,14 +15011,14 @@ msgctxt ""
msgid "Heading rows"
msgstr ""
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Määrätään otsikon rivimäärä.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18269,40 +18269,103 @@ msgctxt ""
msgid "Vertical"
msgstr "Pystytasossa"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Jos objekti ankkuroidaan kehykseen, jolla on muuttumaton korkeus, vain \"Alareuna\"- ja \"Keskellä\"-kohdistusvalinnat ovat käytettävissä."
+msgid "by"
+msgstr "etäisyys"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "etäisyys"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
+
+#. FHLAM
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id491652926402414\n"
+"help.text"
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
-#. vYDyu
+#. 6ThGZ
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id41652926572150\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
msgstr ""
#. XCyaK
@@ -18314,13 +18377,13 @@ msgctxt ""
msgid "to"
msgstr "kohde"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
msgstr ""
#. 5GxHP
@@ -18359,13 +18422,13 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr ""
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
msgstr ""
#. DLwXg
@@ -18413,6 +18476,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr ""
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Jos objekti ankkuroidaan kehykseen, jolla on muuttumaton korkeus, vain \"Alareuna\"- ja \"Keskellä\"-kohdistusvalinnat ovat käytettävissä."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20357,32 +20429,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Asetukset\">Asetukset</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nimi"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Määritetään valitun kohteen nimi ja siihen liittyvät linkit."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20411,23 +20474,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Annetaan objektille, kuvalle tai kehykselle merkityksellinen nimi, niin että se voidaan sujuvasti paikallistaa pitkästäkin asiakirjasta myöhemmin."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Vaihtoehtoinen teksti (vain irralliset kehykset, kuvat ja objektit)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Annetaan teksti, joka esitetään nettiselaimessa, kun kohde ei ole saatavilla. Vaihtoehtoinen teksti voi auttaa myös vammaisia.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20438,14 +20501,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Edellinen linkki"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Näytetään kohde (objekti, kuva tai kehys), joka tulee ennen käsillä olevaa kohdetta linkitetyssä järjestyksessä. Edellisen linkin lisäämiseksi tai muuttamiseksi valitaan nimi luettelosta. Jos linkitetään kehyksiä, käsiteltävän kehyksen ja kohdekehyksen pitää olla tyhjiä.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20456,14 +20519,14 @@ msgctxt ""
msgid "Next link"
msgstr "Seuraava linkki"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Näytetään kohde (objekti, kuva tai kehys), joka tulee käsillä olevan kohteen jälkeen linkitetyssä järjestyksessä. Seuraavan linkin lisäämiseksi tai muuttamiseksi valitaan nimi luettelosta. Jos linkitetään kehyksiä, kohdekehyksen pitää olla tyhjä.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/fi/helpcontent2/source/text/swriter/guide.po b/source/fi/helpcontent2/source/text/swriter/guide.po
index e3024c067c7..2c875d4dd76 100644
--- a/source/fi/helpcontent2/source/text/swriter/guide.po
+++ b/source/fi/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-09-15 15:36+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/fi/>\n"
@@ -43,22 +43,22 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Objektien sijoittelu\">Objektien sijoittelu</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
msgstr ""
#. czeNu
@@ -196,22 +196,49 @@ msgctxt ""
msgid "To frame"
msgstr "Kehykseen"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ankkuroidaan valittu kohde ympäröivään kehykseen."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
+
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
-#. qbj2P
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
msgstr ""
#. EkgCv
@@ -9232,14 +9259,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Kuvan lisääminen tiedostosta"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>kuvat; lisääminen valintaikkunassa</bookmark_value><bookmark_value>lisääminen;kuvat valintaikkunassa</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9250,33 +9277,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Kuvan lisääminen tiedostosta\">Kuvan lisääminen tiedostosta</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Napsauta asiakirjaa kohdasta, johon lisäät kuvan."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Valitse <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Lisää - Kuva - Tiedostosta</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Paikallista lisättävä kuvatiedosto ja napsauta sitten <emph>Avaa</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19276,14 +19276,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Valitse <item type=\"menuitem\">Työkalut - Automaattisen korjauksen asetukset - Sanan täydennys</item> -välilehti."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Tyhjennä <emph>Sanojen täydennys</emph> -valintaruutu."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
index c73cf3968f0..ad8b90a1b93 100644
--- a/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fi/>\n"
"Language: fi\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Edelliseen taulukkoon"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimaalinen rivin korkeus"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Jaa rivit tasaisesti "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -20727,7 +20737,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert OLE Object"
-msgstr ""
+msgstr "Lisää OLE-objekti"
#. gB86r
#: GenericCommands.xcu
@@ -20737,7 +20747,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~OLE Object..."
-msgstr ""
+msgstr "OLE-objekti..."
#. zKjoT
#: GenericCommands.xcu
@@ -20747,7 +20757,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open dialog to insert OLE object"
-msgstr ""
+msgstr "Avaa valintaikkuna OLE-objektin lisäämistä varten"
#. 6B9a2
#: GenericCommands.xcu
@@ -20997,7 +21007,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "OLE Ob~ject"
-msgstr ""
+msgstr "OLE-objekti"
#. o5DE2
#: GenericCommands.xcu
@@ -21007,7 +21017,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Menu for editing or saving OLE objects"
-msgstr ""
+msgstr "Valikko OLE-objektien muokkaamista tai tallentamista varten"
#. WQPXj
#: GenericCommands.xcu
@@ -21379,15 +21389,15 @@ msgctxt ""
msgid "~Image"
msgstr "Kuva"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "Objekti ja muoto"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26240,15 +26250,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Kierrä tai käännä"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Muuta ankkuria"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26260,6 +26270,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "Ankkuri"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -26768,7 +26788,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "Lisää kuvaukset ei-tekstuaaliselle sisällölle (saavutettavuutta varten)"
#. YwMhY
#: GenericCommands.xcu
@@ -30951,6 +30971,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34051,15 +34081,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Ensimmäinen kappale"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimoi sarakkeen leveys"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34081,15 +34121,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Kasvata sisennysarvoa"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimoi rivin korkeus"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/fi/sc/messages.po b/source/fi/sc/messages.po
index b7bd3d4cf05..ce932175940 100644
--- a/source/fi/sc/messages.po
+++ b/source/fi/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-04-25 17:33+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fi/>\n"
"Language: fi\n"
@@ -16952,1622 +16952,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Valitse taulukot"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Valitut taulukot"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Viivain"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Viivain hallitsee kiinteissä paikoissa olevia objekteja."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Esikatselu"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Tämä taulukko näyttää kuinka tiedot järjestetään asiakirjaan."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Asiakirjan näyttö"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Taulukko %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Solu %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Vasen alue"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Sivun esikatselu"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Keskialue"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Oikea alue"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Sivun %1 ylätunniste"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Sivun %1 alatunniste"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Syöttörivi"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Tällä rivillä voit syöttää ja muokata tekstiä, numeroita ja kaavoja."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Mediasoitin"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Hiiren painiketta painettu"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Kaavatyökalurivi"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME-laskentataulukot"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(kirjoitussuojattu)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Esikatselutila)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Sivut:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Älä tulosta tyhjiä sivuja"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Tulosta kaikki taulukot"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Tulosta valitut taulukot"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Tulosta valitut solut"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Mistä:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Kaikki ~sivut"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Si~vut:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Päivittäminen seuraavasta DDE-lähteestä ei onnistunut. Tämä saattaa johtua siitä, ettei lähdeasiakirja ollut avattuna. Avaa lähdeasiakirja ja yritä uudelleen."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Seuraavaa ulkoista tiedostoa ei voitu avata. Kyseisestä tiedostosta linkitettyjä tietoja ei päivitetty."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Päivitetään ulkoisia linkkejä."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Alue sisältää sarake~otsikoita"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Alue sisältää ~riviotsikoita"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Virheellinen arvo"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Kaavaa ei ole määritetty."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Riviä tai saraketta ei ole määritetty."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Määrittämätön nimi tai alue."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Määrittämätön nimi tai virheellinen soluviite."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Kaavat eivät muodosta saraketta."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Kaavat eivät muodosta riviä."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Lisää automaattinen muotoilu"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Nimeä automaattinen muotoilu uudelleen"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nimi"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Poista automaattinen muotoilu"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Haluatko varmasti poistaa automaattisen muotoilun #?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Sulje"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Tam"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Hel"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Maa"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Pohjoinen"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Keski"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Etelä"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Yhteensä"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Sivuankkuri"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Soluankkuri"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Ehto "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Sisältö"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Taulukot"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Alueiden nimet"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Tietokanta-alueet"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Kuvat"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objektit"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Huomautukset"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Linkitetyt alueet"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Piirrosobjektit"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "käytössä"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ei käytössä"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "piilotettu"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiivinen ikkuna"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Skenaarion nimi"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Huomautus"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Nouseva lajittelu"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Laskeva lajittelu"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Mukautettu lajittelu"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Nimi"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Syöttörivi"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Ohjattu funktion luonti"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Hyväksy"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Peruuta"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Valitse funktio"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Kaava"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Laajenna kaavarivi"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Supista kaavarivi"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Tuntematon käyttäjä"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Sarake lisätty"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Rivi lisätty "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Taulukko lisätty "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Sarake poistettu"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Rivi poistettu"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Taulukko poistettu"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Aluetta siirretty"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Sisältö muutettu"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Sisältö muutettu"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Uusi "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Alkuperäinen"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Muutokset hylätty"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Hyväksytty"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Hylätty"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Ei syötettä"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<tyhjä>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Ei suojattu"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Ei suojattu salasanalla"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hajautusarvo ei ole yhteensopiva"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hajautusarvo on yhteensopiva"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Anna uudestaan"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Liukuva keskiarvo"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponentiaalinen tasoitus"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Varianssianalyysi"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Varianssianalyysi (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - yksisuuntainen"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - kaksisuuntainen"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Ryhmät"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Ryhmien välillä"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Ryhmien sisällä"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Variaation lähde"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Merkitsevyys F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-arvo"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "Kriittinen F"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Yhteensä"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelaatio"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelaatiot"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kovarianssi"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kovarianssit"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Kuvailevat tunnusluvut"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Keskiarvo"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Keskivirhe"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Moodi"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediaani"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Varianssi"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Keskihajonta"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtoosi"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Vinous"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Vaihteluvälin pituus"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimi"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimi"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Summa"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Lukumäärä"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Ensimmäinen kvartiili"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Kolmas kvartiili"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Satunnainen ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Tasainen"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Tasainen kokonaisluku"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaali"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomi"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatiivinen binomi"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Khiin neliö"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrinen"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimi"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimi"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Keskiarvo"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Keskihajonta"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediaani"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p-arvo"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Koeyritysten määrä"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu-arvo"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Otanta"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-testi"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-testi"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Parittainen t-testi"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Parittainen t-testi"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-testi"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-testi"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Riippumattomuustesti (khiin neliö)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regressio"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regressio"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier-analyysi"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier-analyysi"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Sarake %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Rivi %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Muuttuja 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Muuttuja 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Hypoteesin mukainen keskiarvojen erotus"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Havainnot"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Havaittu keskiarvojen erotus"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Korjattu R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "Vapausaste"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-arvo"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Kriittinen arvo"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Testimuuttuja"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Ala"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Ylä"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineaarinen"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritminen"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Potenssi"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Riippumattoman muuttujan/muuttujien alue ei kelpaa."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Riippuvan muuttujan/muuttujien alue ei kelpaa."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Luottamustason täytyy olla välillä (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Y-muuttujan alueeseen ei voi kuulua enempää kuin yksi sarake."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Y-muuttujan alueeseen ei voi kuulua enempää kuin yksi rivi."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Yhden muuttujan regressio: X:n ja Y:n havaintojen lukumäärän täytyy täsmätä."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Usean muuttujan regressio: X:n ja Y:n havaintojen lukumäärän täytyy täsmätä."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regressiomalli"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Jäännöstermi"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Luottamustaso"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Kertoimet"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-tunnusluku"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Leikkauspiste"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Ennustettu Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINREGR-raakatulostus"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) oikea häntä"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "Kriittinen F oikea häntä"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) vasen häntä"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "Kriittinen F vasen häntä"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P kaksisuuntainen"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "Kriittinen F kaksisuuntainen"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearsonin korrelaatio"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Erotusten varianssi"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t-arvo"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) yksisuuntainen"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "Kriittinen t yksisuuntainen"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) kaksisuuntainen"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "Kriittinen t kaksisuuntainen"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Tunnettu varianssi"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) yksisuuntainen"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "Kriittinen z yksisuuntainen"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) kaksisuuntainen"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "Kriittinen z kaksisuuntainen"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier-muunnos"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Käänteinen Fourier-muunnos"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Reaali"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginaari"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Salli päivittäminen"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Soluun"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Soluun (koko muuttuu solun mukana)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Sivuun"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Tietoja käyttäjästä ei ole saatavilla."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(ei-jaettu käyttö)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Hiusviiva (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Hyvin ohut (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Ohut (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Keskivahva (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Paksu (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Erikoispaksu (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Kaksinkertainen hiusviiva (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Ohut/keskivahva (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Keskivahva/hiusviiva (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Keskivahva/keskivahva (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Määrittää, että pieni suorakulmio solun oikeassa yläkulmassa ilmoittaa huomautuksesta. Itse huomautus näkyy vain, jos vihjeet sallitaan Asetukset-valintaikkunan %PRODUCTNAME - Yleistä -lehdellä."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23455,6 +23493,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30750,7 +30818,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:112
msgctxt "sortcriteriapage|lbDirection"
msgid "Direction:"
-msgstr ""
+msgstr "Suunta:"
#. 6YQSB
#: sc/uiconfig/scalc/ui/sortcriteriapage.ui:122
@@ -30932,44 +31000,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Mukautettu lajittelujärjestys"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Kieli"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Asetukset"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Lajittelun asetukset"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31976,26 +32038,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Mukautettu lajittelujärjestys"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Lajittele"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Määritä välisummien laskemisen ja esittämisen asetukset."
@@ -32426,234 +32476,228 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Huomautusilmaisin"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Arvojen korostus"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Arvojen korostus -asetuksen valitseminen näyttää solujen sisällön eri väreissä tyypin mukaisesti. Korostusvärit ovat: musta teksteille, vihreä kaavoille, sininen luvuille ja vaaleanharmaa taustaväri suojatuille soluille riippumatta niiden näyttömuotoilusta."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Ankkuri"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Määrittää, näytetäänkö ankkurikuvake, kun lisätty objekti, kuten kuva, valitaan."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Tekstin ylivuoto"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Jos solu sisältää solun leveyttä leveämmän tekstin, teksti jatkuu saman rivin tyhjien solujen yli. Jos vieressä ei ole tyhjää solua, pieni kolmio solun reunalla ilmoittaa tekstin jatkumisesta."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Näytä viitteet värillisinä"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Määrittää, että kaavassa kukin viittaus on korostettu värillä. Solualue myös rajataan värillisellä reunalla, kun viittauksen sisältävän solun kaava on muokattavana."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Näytä"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Sarake- ja rivitunnisteet"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
#, fuzzy
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Merkitsemällä ruutu määrätään rivinumerot ja saraketunnukset esille."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Vaakavierityspalkki"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Määrittää, näytetäänkö asiakirjaikkunan alalaidassa vaakavierityspalkki."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Pystyvierityspalkki"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Määrittää, näytetäänkö asiakirjaikkunan oikeassa laidassa pystyvierityspalkki."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Taulukkovälilehdet"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Määrittää, näytetäänkö laskentataulukkoasiakirjan alalaidassa taulukkovälilehdet."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Jäsennyssymbolit"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
#, fuzzy
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Kun on määritelty jäsentäminen, Jäsennyssymbolit-merkinnällä määrätään jäsennysmerkit näkyviksi taulukon reunoilla."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Haun yhteenveto"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Ikkuna"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Synkronoi taulukot"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
#, fuzzy
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Merkinnällä määrätään, että kaikki taulukot esitetään samalla suurennussuhteella. Jos valintaa ei merkitä, kussakin taulukossa voi olla oma zoomauskerroin."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoomaa"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Sivunvaihdot"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Määrittää, näkyvätkö sivunvaihdot määritetyllä tulostusalueella."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Apuviivat siirrettäessä"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Määrittää, näkyvätkö apuviivat siirrettäessä piirroksia, kehyksiä, kuvia tai muita objekteja."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Ruudukko:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "Väri:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Näytä"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Näytä värjätyissä soluissa"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Piilota"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
#, fuzzy
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Merkinnällä solut muodostavat näytölle tutun laskentaruudukon. Oletuksena ruudukko näkyy vain taustavärittömissä soluissa. Soluruudukon voi myös valita näkyväsi taustavärin kanssa."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Määrittää käsiteltävän asiakirjan ruudukolle värin."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Osoitin:"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
@@ -32661,13 +32705,13 @@ msgstr ""
"mukainen"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr "Näytä kuvaketeemassa määritetty osoitin (tyypillisesti paksu risti)."
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
@@ -32675,97 +32719,97 @@ msgstr ""
"mukainen"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr "Näytä järjestelmän oletusosoitin (tyypillisesti nuoli)."
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Visuaaliset aputyökalut"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Objektit/kuvat:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "Kaaviot:"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Piirrosobjektit:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Näytä"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Piilota"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Määrittää näytetäänkö vai piilotetaanko objektit ja kuvat."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Näytä"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Piilota"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Määrittää näytetäänkö tai piilotetaanko asiakirjan kaaviot."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Näytä"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Piilota"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Määrittää, näytetäänkö vai piilotetaanko asiakirjan piirrosobjektit."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objektit"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/fi/sd/messages.po b/source/fi/sd/messages.po
index 537ce6fa5ce..0c2e5096f36 100644
--- a/source/fi/sd/messages.po
+++ b/source/fi/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-03 12:41+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fi/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564952922.000000\n"
#. WDjkB
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Viivanpäät"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Anna uudelle nuolenkärjelle nimi:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/fi/sfx2/classification.po b/source/fi/sfx2/classification.po
index a640dc304b0..cf7cfad38e7 100644
--- a/source/fi/sfx2/classification.po
+++ b/source/fi/sfx2/classification.po
@@ -4,14 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-07-01 17:54+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
+"Last-Translator: Ville Toivanen <ville.toivanen@elisanet.fi>\n"
+"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2classification/fi/>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
#. example TSCP xml file - see https://wiki.documentfoundation.org/TSCP-classification
#. TEpY4
@@ -71,7 +73,7 @@ msgctxt ""
"BusinessAuthorizationCategory_Conf\n"
"LngText.text"
msgid "Confidential"
-msgstr ""
+msgstr "Luottamuksellinen"
#. example TSCP xml file - see https://wiki.documentfoundation.org/TSCP-classification
#. vDZtm
@@ -101,7 +103,7 @@ msgctxt ""
"BAC_VisualMarkingPart_Conf_Watermark\n"
"LngText.text"
msgid "Confidential"
-msgstr ""
+msgstr "Luottamuksellinen"
#. example TSCP xml file - see https://wiki.documentfoundation.org/TSCP-classification
#. uajcr
diff --git a/source/fi/sfx2/messages.po b/source/fi/sfx2/messages.po
index 3cb5a383814..953bc0f03f4 100644
--- a/source/fi/sfx2/messages.po
+++ b/source/fi/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-04 10:51+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/fi/>\n"
@@ -2268,6 +2268,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Kyllä tai ei"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Tallentaa käyttäjän koko nimen tiedostoon. Nimeä voi muokata kohdasta Työkalut - Asetukset - %PRODUCTNAME - Käyttäjän tiedot."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3310,86 +3318,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Käytä _käyttäjätietoja"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Palauta ominaisuudet"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Asettaa muokkausajan nollaksi, luomispäivämäärän nykyhetkeksi ja versionumeron 1:ksi. Myös muokkaus- ja tulostuspäivämäärät poistetaan."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Sähköiset allekirjoitukset..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Koko:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "tuntematon"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Sijainti:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Tyyppi:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Vaihda salasana"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Malli:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Näyttää tiedoston nimen."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Tallenna esikatselukuva tämän asiakirjan mukana"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Sisältää tiedoston perustietoja."
diff --git a/source/fi/starmath/messages.po b/source/fi/starmath/messages.po
index 18179cd7dfb..3e1f82f0262 100644
--- a/source/fi/starmath/messages.po
+++ b/source/fi/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/fi/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Avaa Symbolit-valintaikkunan, jossa voi valita symbolin kaavaan lisättäväksi."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Elementtikategoriat"
diff --git a/source/fi/svtools/messages.po b/source/fi/svtools/messages.po
index 460c4e91d5d..2e3034c1318 100644
--- a/source/fi/svtools/messages.po
+++ b/source/fi/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-02 13:39+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fi/>\n"
@@ -1341,398 +1341,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE on viallinen"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Lähdekoodi"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Kirjanmerkkitiedosto"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafiikka"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Kokoonpanotiedosto"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Sovellus"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Tietokantataulukko"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Järjestelmätiedosto"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word -asiakirja"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Ohjetiedosto"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-asiakirja"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Arkistotiedosto"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Lokitiedosto"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice-tietokanta"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 -perusasiakirja"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice-kuva"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekstitiedosto"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Linkki"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 – 5.0 -malli"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel -asiakirja"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel -malli"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Eräajotiedosto"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Tiedosto"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Kansio"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Tekstiasiakirja"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Laskentataulukko"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Esitys"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Piirros"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-asiakirja"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Perusasiakirja"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Kaava"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Tietokanta"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 -laskentataulukkomalli"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 -piirrosmalli"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 -esitysmalli"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 -tekstimalli"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Paikallinen asema"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Levyasema"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM-asema"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Verkkoyhteys"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint -asiakirja"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint -malli"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint -esitys"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 -kaava"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 -kaavio"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 -piirros"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 -laskentataulukko"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 -esitys"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 -tekstiasiakirja"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 -perusasiakirja"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-asiakirja"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument-tietokanta"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument-piirros"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument-kaava"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument-perusasiakirja"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument-esitys"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument-laskentataulukko"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument-teksti"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument-laskentataulukkomalli"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument-piirrosmalli"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument-esitysmalli"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument-tekstimalli"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME-lisäosa"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell-oikoluku"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen-tavutus"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Mythes-synonyymisanasto"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Ohitettujen sanojen luettelo"
@@ -5636,68 +5644,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Asetukset..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nimi:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Tila:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Tyyppi:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Sijainti:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Huomautus:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Ominaisuudet..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Luettelee käyttöjärjestelmään asennetut tulostimet. Oletustulostinta voi vaihtaa valitsemalla tulostimen nimen luettelosta."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Tulostin"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/fi/svx/messages.po b/source/fi/svx/messages.po
index 0df107829ed..337aa168948 100644
--- a/source/fi/svx/messages.po
+++ b/source/fi/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-09 10:00+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/fi/>\n"
"Language: fi\n"
@@ -9578,13 +9578,13 @@ msgstr "Nabatealainen"
#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
-msgstr "Vanha pohjoisarabia"
+msgstr "muinaispohjoisarabialainen"
#. EZADa
#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
-msgstr "Vanha permiläinen"
+msgstr "muinaispermiläinen"
#. 9oFL2
#: include/svx/strings.hrc:1708
@@ -9627,7 +9627,7 @@ msgstr "Muotoilun ohjausmerkkejä (lyhenteitä)"
#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
-msgstr "Siddham"
+msgstr "siddham-tavukirjoitus"
#. GwT8c
#: include/svx/strings.hrc:1715
@@ -9699,7 +9699,7 @@ msgstr "Multani"
#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
-msgstr "Unkarilaiset riimut"
+msgstr "muinaisunkarilainen"
#. aVhdm
#: include/svx/strings.hrc:1727
@@ -9831,19 +9831,19 @@ msgstr "Shakkisymbolit"
#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
-msgstr ""
+msgstr "Dogri"
#. xDvRL
#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
-msgstr ""
+msgstr "gondin gunjala"
#. uzq7e
#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
-msgstr ""
+msgstr "Hanifilaisen rohingyan numerot"
#. FAwvP
#: include/svx/strings.hrc:1751
@@ -9873,13 +9873,13 @@ msgstr "medefaidrin"
#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
-msgstr "vanha sogdi"
+msgstr "muinaissogdialainen"
#. rUG8e
#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
-msgstr "sogdi"
+msgstr "sogdialainen"
#. B6UKP
#: include/svx/strings.hrc:1757
@@ -9897,13 +9897,13 @@ msgstr ""
#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
-msgstr ""
+msgstr "nandinagari"
#. 8A7FD
#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
-msgstr ""
+msgstr "hmongin nyiakeng puachue"
#. DajDi
#: include/svx/strings.hrc:1761
@@ -9939,7 +9939,7 @@ msgstr ""
#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
-msgstr ""
+msgstr "horemzi"
#. EH9Xf
#: include/svx/strings.hrc:1767
@@ -9957,7 +9957,7 @@ msgstr ""
#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
-msgstr ""
+msgstr "kitaanin pieni merkistö"
#. onKAu
#: include/svx/strings.hrc:1770
@@ -9981,7 +9981,7 @@ msgstr ""
#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
-msgstr ""
+msgstr "jesidi"
#. 9UAmW
#: include/svx/strings.hrc:1774
@@ -9993,7 +9993,7 @@ msgstr ""
#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
-msgstr ""
+msgstr "kypro-minolainen"
#. CYEeS
#: include/svx/strings.hrc:1776
@@ -10023,19 +10023,19 @@ msgstr ""
#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
-msgstr ""
+msgstr "vanha uiguurilainen"
#. JGVtT
#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
-msgstr ""
+msgstr "tangsa"
#. pkBYF
#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Toto"
-msgstr ""
+msgstr "toto"
#. SEVKT
#: include/svx/strings.hrc:1783
@@ -10047,7 +10047,7 @@ msgstr ""
#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
-msgstr ""
+msgstr "vithkuqi"
#. ssh5F
#: include/svx/strings.hrc:1785
@@ -11828,17 +11828,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Kappaleen vasen reuna"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Kappaleen oikea reuna"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17696,33 +17696,39 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Kehys:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Teksti:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
#, fuzzy
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Kuvakartta esitetään niin, että avainkohtia voi napsauttaa ja muokata."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/fi/sw/messages.po b/source/fi/sw/messages.po
index 3cb490fbaff..61ac1f9df43 100644
--- a/source/fi/sw/messages.po
+++ b/source/fi/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fi/>\n"
"Language: fi\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9960,6 +9978,21 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+#, fuzzy
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Avataan toinen Kuvaotsikko-valintaikkuna. Siinä on samat tiedot kuin Asetukset-valintaikkunan %PRODUCTNAME Writer - Automaattiotsikointi -lehdellä."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -11527,7 +11560,7 @@ msgstr "Puhelin/Matkapuhelin:"
#: sw/uiconfig/swriter/ui/businessdatapage.ui:475
msgctxt "businessdatapage|phone-atkobject"
msgid "Title"
-msgstr "Tehtävä"
+msgstr "Titteli"
#. Cbfw6
#: sw/uiconfig/swriter/ui/businessdatapage.ui:476
@@ -12484,61 +12517,61 @@ msgstr "10. jäsennystaso"
#: sw/uiconfig/swriter/ui/conditionpage.ui:243
msgctxt "conditionpage|filter"
msgid " 1st List Level"
-msgstr ""
+msgstr " 1. luettelotaso"
#. sGSZA
#: sw/uiconfig/swriter/ui/conditionpage.ui:244
msgctxt "conditionpage|filter"
msgid " 2nd List Level"
-msgstr ""
+msgstr " 2. luettelotaso"
#. FGGC4
#: sw/uiconfig/swriter/ui/conditionpage.ui:245
msgctxt "conditionpage|filter"
msgid " 3rd List Level"
-msgstr ""
+msgstr " 3. luettelotaso"
#. kne44
#: sw/uiconfig/swriter/ui/conditionpage.ui:246
msgctxt "conditionpage|filter"
msgid " 4th List Level"
-msgstr ""
+msgstr " 4. luettelotaso"
#. Wjkzx
#: sw/uiconfig/swriter/ui/conditionpage.ui:247
msgctxt "conditionpage|filter"
msgid " 5th List Level"
-msgstr ""
+msgstr " 5. luettelotaso"
#. R7zrU
#: sw/uiconfig/swriter/ui/conditionpage.ui:248
msgctxt "conditionpage|filter"
msgid " 6th List Level"
-msgstr ""
+msgstr " 6. luettelotaso"
#. A4QuR
#: sw/uiconfig/swriter/ui/conditionpage.ui:249
msgctxt "conditionpage|filter"
msgid " 7th List Level"
-msgstr ""
+msgstr " 7. luettelotaso"
#. RiFQb
#: sw/uiconfig/swriter/ui/conditionpage.ui:250
msgctxt "conditionpage|filter"
msgid " 8th List Level"
-msgstr ""
+msgstr " 8. luettelotaso"
#. AoCPE
#: sw/uiconfig/swriter/ui/conditionpage.ui:251
msgctxt "conditionpage|filter"
msgid " 9th List Level"
-msgstr ""
+msgstr " 9. luettelotaso"
#. gLAFZ
#: sw/uiconfig/swriter/ui/conditionpage.ui:252
msgctxt "conditionpage|filter"
msgid "10th List Level"
-msgstr ""
+msgstr "10. luettelotaso"
#. AniaD
#: sw/uiconfig/swriter/ui/conditionpage.ui:273
@@ -12547,65 +12580,101 @@ msgid "Options"
msgstr "Asetukset"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14551,157 +14620,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Anna siirrosarvo, jota haluat käyttää sivunumerokentässä, esimerkiksi \"+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Luettelee saatavilla olevat kenttätyypit. Kentän lisäämiseksi asiakirjaan napsauta kenttätyyppiä, napsauta kenttää Valitse-luettelossa ja napsauta sitten Lisää-painiketta."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Tyyppi"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "Valitse"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Napsauta muotoilua, jota haluat käyttää valitussa kentässä tai napsauta \"Lisämuotoilut\"-riviä muotoilun mukauttamiseksi."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "Muotoilu"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Avaa Makron valinta -valintaikkunan, jossa voi valita valittua asiakirjan kenttää napsautettaessa suoritettavan makron."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Arvo"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Nimi"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Sitten"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Muutoin"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Kohta"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Syötä uusi kohta."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Lisää kohdan luetteloon."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Kohdat luettelossa"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Luettelee kohdat. Ylin kohta näkyy asiakirjassa."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Poistaa valitun kohteen luettelosta."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Siirrä ylemmäs"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Siirtää valittua kohdetta luettelossa ylemmäs."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Siirrä alemmas"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Siirtää valittua kohdetta luettelossa alemmas."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Nimi"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
#, fuzzy
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
@@ -15723,7 +15792,7 @@ msgstr "Kehys"
#: sw/uiconfig/swriter/ui/framedialog.ui:111
msgctxt "framedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Sijainti ja koko"
#. PGiYy
#: sw/uiconfig/swriter/ui/framedialog.ui:134
@@ -15779,11 +15848,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Anna valitulle kohteelle nimi."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Anna teksti, joka näytetään nettiselaimessa, kun valittu kohde ei ole saatavilla. Vaihtoehtoinen teksti auttaa myös vammaisia."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15797,176 +15866,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Ei mitään>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Näyttää kohteen (objektin, kuvan tai kehyksen), joka edeltää käsiteltävää kohdetta linkitetyssä sarjassa. Edellisen linkin lisäämiseksi tai muuttamiseksi valitse nimi luettelosta. Jos linkität kehyksiä, käsiteltävän kehyksen ja kohdekehyksen pitää olla tyhjiä."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Ei mitään>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Näyttää kohteen (objektin, kuvan tai kehyksen), joka seuraa käsiteltävää kohdetta linkitetyssä sarjassa. Seuraavan linkin lisäämiseksi tai muuttamiseksi valitse nimi luettelosta. Jos linkität kehyksiä, käsiteltävän kehyksen ja kohdekehyksen pitää olla tyhjiä."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "Edellinen linkki:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Seuraava linkki:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Kuvaus:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
-msgstr ""
+msgstr "Saavutettavuus"
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Sisältö"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Estää valitun kohteen sisällön muutokset."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Sijainti"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Lukitsee valitun kohteen sijainnin käsiteltävässä asiakirjassa."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Koko"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Lukitsee valitun kohteen koon."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Suojaa"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
-msgstr ""
+msgstr "Pystytasaus:"
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Yläreuna"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Keskitetty"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Alareuna"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Määrittää kehyksen sisällön pystysuuntaisen tasauksen. Pääasiassa se tarkoittaa tekstisisältöä, mutta se vaikuttaa myös taulukoihin ja muihin tekstialueeseen ankkuroituihin objekteihin (merkkinä, merkkiin tai kappaleeseen ankkuroituihin) kuten esimerkiksi kehyksiin, kuviin tai piirroksiin."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Sisällön tasaus"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Muokattavissa kirjoitussuojatussa asiakirjassa"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Antaa muokata kehyksen sisältöä vain luettavassa (kirjoitussuojatussa) asiakirjassa."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Tulosta"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Sisällyttää valitun kohteen asiakirjan tulostamiseen."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Määrittää halutun tekstin kirjoitussuunnan kehyksessä. Käyttääksesi sivun kirjoitussuunnan oletusasetuksia, valitse luettelosta Käytä ensisijaista objektiasetusta."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Tekstin suunta:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Ominaisuudet"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "Edellinen linkki:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Ei mitään>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Seuraava linkki:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Ei mitään>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17278,118 +17389,112 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automaattiset otsikot..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Asetukset..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Kuvaotsikko"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numerointi:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Erotin:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Sijainti:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Valitse kuvatekstissä käytettävä numerointitapa."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Syötä valinnaisia merkkejä, jotka tulevat numeron ja kuvatekstin väliin."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Numerointierotin:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
#, fuzzy
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Kirjoitetaan seliteteksti, joka tulee kuvanumeron jälkeen."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Lisää kuvatekstin valitun kohteen ylä- tai alapuolelle. Tämä asetus on käytettävissä vain joillekin objekteille."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Luokka:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
#, fuzzy
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Valitaan kuvatekstin eli -otsikon luokka tai kirjoitetaan uuden luotavan luokan nimi. Luokkateksti näkyy kuvatekstissä oletuksena ennen kuvan numeroa. Kukin esimääritelty kuvatekstin luokka on muotoilut saman nimisellä kappaletyylillä. "
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Ominaisuudet"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Esikatselu"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Ei mitään]"
@@ -22440,13 +22545,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "OLE Object"
-msgstr ""
+msgstr "OLE-objekti"
#. eRTnb
#: sw/uiconfig/swriter/ui/objectdialog.ui:109
msgctxt "objectdialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Sijainti ja koko"
#. ADJiB
#: sw/uiconfig/swriter/ui/objectdialog.ui:132
@@ -24763,7 +24868,7 @@ msgstr "Kuva"
#: sw/uiconfig/swriter/ui/picturedialog.ui:136
msgctxt "picturedialog|type"
msgid "Position and Size"
-msgstr ""
+msgstr "Sijainti ja koko"
#. AJHDA
#: sw/uiconfig/swriter/ui/picturedialog.ui:183
@@ -24787,7 +24892,7 @@ msgstr "Hyperlinkki"
#: sw/uiconfig/swriter/ui/picturedialog.ui:327
msgctxt "picturedialog|picture"
msgid "Rotation"
-msgstr ""
+msgstr "Kierto"
#. ggt23
#: sw/uiconfig/swriter/ui/picturedialog.ui:375
diff --git a/source/fr/cui/messages.po b/source/fr/cui/messages.po
index 5f70822b3c0..65b0d5b2493 100644
--- a/source/fr/cui/messages.po
+++ b/source/fr/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-03-12 00:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fr/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Table"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Veuillez saisir un nom pour la nouvelle extrémité :"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Transposer un tableau Writer ? Copier-coller dans Calc, transposer avec copier/coller spécial puis copier/coller spécial ▸ Texte formaté dans Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Pour obtenir l'outil « Texte vertical » dans la barre d'outils Dessin, cochez Outils ▸ Options ▸ Paramètres linguistiques ▸ Langues ▸ Langues par défaut des documents ▸ Asiatique (et rendez le bouton visible avec un clic droit)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Vous pouvez créer un diagramme basé sur un tableau Writer en cliquant dans le tableau et en choisissant Insérer ▸ Diagramme."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Sélectionnez les options dans Outils ▸ Options ▸ %PRODUCTNAME Writer ▸ Aides au formatage ▸ Formatage de l'affichage pour spécifier quels caractères non imprimables sont affichés."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Vous voulez que le curseur aille dans la cellule à droite, après avoir entré une valeur dans Calc ? Utilisez la touche Tabulation au lieu de Entrée."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Pour afficher la barre de défilement à gauche, activez Outils ▸ Options ▸ Paramètres linguistiques ▸ Langues ▸ Texte complexe puis cochez Feuille ▸ De droite à gauche."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Aide de %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Plus d'informations"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Exécuter cette action maintenant..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Astuce du jour : %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6607,186 +6613,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Sélectionnez ou ajoutez le répertoire du certificat Network Security Services à utiliser dans les signatures numériques."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Sélectionnez le formatage que vous souhaitez appliquer."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Saisissez ou sélectionnez la taille de police à appliquer. Pour les polices vectorielles, vous pouvez également saisir une valeur décimale."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Taille :"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Langue :"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Définit la langue utilisée par le correcteur orthographique pour corriger le texte sélectionné ou celui que vous saisissez. Les modules de langue disponibles sont précédés d'une coche."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Fonctionnalités..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Langue :"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Définit la langue utilisée par le correcteur orthographique pour corriger le texte sélectionné ou celui que vous saisissez. Les modules de langue disponibles sont précédés d'une coche."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Sélectionnez le formatage que vous souhaitez appliquer."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Taille :"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Saisissez ou sélectionnez la taille de police à appliquer. Pour les polices vectorielles, vous pouvez également saisir une valeur décimale."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Fonctionnalités..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Taille :"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Langue :"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Sélectionnez le formatage que vous souhaitez appliquer."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Saisissez ou sélectionnez la taille de police à appliquer. Pour les polices vectorielles, vous pouvez également saisir une valeur décimale."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Définit la langue utilisée par le correcteur orthographique pour corriger le texte sélectionné ou celui que vous saisissez. Les modules de langue disponibles sont précédés d'une coche."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Fonctionnalités..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Définit la langue utilisée par le correcteur orthographique pour corriger le texte sélectionné ou celui que vous saisissez. Les modules de langue disponibles sont précédés d'une coche."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Taille :"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Sélectionnez le formatage que vous souhaitez appliquer."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Saisissez ou sélectionnez la taille de police à appliquer. Pour les polices vectorielles, vous pouvez également saisir une valeur décimale."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Définit la langue utilisée par le correcteur orthographique pour corriger le texte sélectionné ou celui que vous saisissez. Les modules de langue disponibles sont précédés d'une coche."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Langue :"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Fonctionnalités..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Définit la langue utilisée par le correcteur orthographique pour corriger le texte sélectionné ou celui que vous saisissez. Les modules de langue disponibles sont précédés d'une coche."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Aperçu"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Spécifiez le formatage et la police à appliquer."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7997,32 +7973,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Saisissez un nom pour l'image."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Texte alternatif :"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Saisissez le texte à afficher lorsque la souris reste immobile sur le point actif dans un navigateur."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Description :"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Saisissez une description pour le point actif."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Répertorie les propriétés du point actif sélectionné."
@@ -18772,23 +18760,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Générez des codes linéaires et matriciels pour tout texte ou URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Enregistrer la pointe de flèche ?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "La pointe de flèche a été modifiée sans enregistrement."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Voulez-vous enregistrer la pointe de flèche maintenant ?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18874,17 +18862,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Voulez-vous supprimer la hachure ?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Supprimer la pointe de flèche ?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Voulez-vous vraiment supprimer la pointe de flèche ?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21071,247 +21059,271 @@ msgid "Text Columns"
msgstr "Colonnes de texte"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomatiquement"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Insère automatiquement les tirets nécessaires dans un paragraphe."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr "Saisissez le nombre maximal de lignes consécutives pouvant être coupées."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Saisissez le nombre minimal de caractères à laisser en début de ligne après une césure."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr "Saisissez le nombre minimal de caractères à laisser en fin de ligne avant une césure."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Caractères en _fin de ligne"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Caractères en _début de ligne"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Nombre _maximum de lignes consécutives avec trait d'union"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Ne pas couper les mots en _MAJUSCULES avec un trait d'union"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Coupure des mots"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Insérer"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Cochez cette case et sélectionnez le type de saut à utiliser."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Avec le st_yle de page :"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Cochez cette case et sélectionnez le style de page à appliquer à la première page qui suit le saut."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Type :"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Saisissez le numéro de page pour la première page suivant le saut. Si vous voulez continuer la numérotation courante, laissez la case non cochée."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Numér_o de page :"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Position :"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Style de page"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Sélectionnez le style de formatage que vous souhaitez appliquer à la première page se trouvant après le saut."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Page"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Colonne"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Sélectionnez le type de saut à insérer."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Avant"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Après"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Sélectionnez l'endroit où vous souhaitez insérer le saut."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Sauts"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Ne pas scinder le paragraphe"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Le paragraphe entier est placé au début de la page ou de la colonne suivante après l'insertion d'un saut."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Conserver avec le paragraphe suivant"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Ne sépare pas les deux paragraphes situés de part et d'autre d'un saut de page ou de colonne."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Traitement des _orphelines"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Spécifie le nombre minimal de lignes que doit contenir un paragraphe avant un saut de page. Activez cette case à cocher, puis saisissez le nombre de lignes souhaité dans la zone Lignes."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Traitement des _veuves"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Spécifie le nombre minimal de lignes que doit contenir un paragraphe en haut de la page qui suit un saut de page. Activez cette case à cocher, puis saisissez le nombre de lignes souhaité dans la zone Lignes."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Spécifie le nombre minimal de lignes que doit contenir un paragraphe avant un saut de page. Activez cette case à cocher, puis saisissez le nombre de lignes souhaité dans la zone Lignes."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Spécifie le nombre minimal de lignes que doit contenir un paragraphe en haut de la page qui suit un saut de page. Activez cette case à cocher, puis saisissez le nombre de lignes souhaité dans la zone Lignes."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "lignes"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "lignes"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Options"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Spécifie les options de pagination et de coupure de mots."
diff --git a/source/fr/editeng/messages.po b/source/fr/editeng/messages.po
index 05c6236771b..fdd1536bbe1 100644
--- a/source/fr/editeng/messages.po
+++ b/source/fr/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-04-26 17:37+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/fr/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 tirets"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Style de page : "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Crénage "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "verrouillé "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensé "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Image"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "aucun(e)"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Points "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cercle "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Cercle plein "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Accent "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Au-dessus"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "En dessous"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Deux lignes en une désactivé"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Deux lignes en une"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Pas d'espacement automatique des caractères"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Pas d'espacement automatique des caractères"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Pas de ponctuation en retrait en fin de ligne"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Ponctuation en retrait en fin de ligne"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Appliquer la liste des caractères interdits en début et en fin de lignes"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Ne pas appliquer la liste des caractères interdits en début et en fin de lignes"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Sans rotation des caractères"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Rotation des caractères par $(ARG1)"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Adapter à la ligne"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Le texte n'est pas pivoté"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Le texte est pivoté de $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Graduation des caractères par $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Sans graduation des caractères"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Sans relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Empreinte"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Alignement automatique du texte"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Texte aligné sur la ligne de base"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Texte aligné en haut"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Texte aligné au milieu"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Texte aligné en bas"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Direction du texte de gauche à droite (horizontale)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Direction du texte de droite à gauche (horizontale)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Direction du texte de droite à gauche (verticale)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Direction du texte de gauche à droite (verticale)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Utiliser le paramètre d'enchaînement de l'objet supérieur"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Direction du texte de gauche à droite (vertical à partir du bas)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Capture du paragraphe à la grille du texte (si activée)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Pas de capture du paragraphe à la grille du texte"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Non masqué"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Masqué"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Bac d'alimentation"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[D'après les paramètres de l'imprimante]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Supprimer"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Déplacer"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Insérer"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Remplacer"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Appliquer les attributs"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Rétablir les attributs"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Retrait"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Appliquer les styles"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Modifier la casse"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Le mot est %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Le paragraphe est %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatique"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Puce picto dans le paragraphe"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Puce picto"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragraphe : $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Continuer la vérification au début du document ?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Continuer la vérification à la fin du document ?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"il est impossible d'insérer le mot dans le dictionnaire."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Le dictionnaire est plein."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Le dictionnaire est en lecture seule."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Retrait"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Afficher les sous-points"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Réduire"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Appliquer les attributs"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Insérer"
diff --git a/source/fr/extensions/messages.po b/source/fr/extensions/messages.po
index 0f1c19c00b4..1e539e2239c 100644
--- a/source/fr/extensions/messages.po
+++ b/source/fr/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2021-12-06 02:38+0000\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/fr/>\n"
"Language: fr\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1557680922.000000\n"
#. cBx8W
@@ -3166,7 +3166,7 @@ msgstr "Rendre ce carnet d'adresses accessible à tous les modules de %PRODUCTNA
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:134
msgctxt "datasourcepage|extended_tip|available"
msgid "Registers the newly created database file in the office suite. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file."
-msgstr ""
+msgstr "Enregistre le fichier de base de données nouvellement créé dans la suite bureautique. La base de données sera alors répertoriée dans le volet Sources de données (Ctrl+Maj+F4). Si cette case est décochée, la base de données sera disponible uniquement en ouvrant le fichier de base de données."
#. jbrum
#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:162
@@ -3484,13 +3484,13 @@ msgstr ""
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:77
msgctxt "selecttablepage|extended_tip|table"
msgid "Specifies the table that is to serve as the address book for the office suite templates."
-msgstr ""
+msgstr "Spécifie la table qui doit servir de carnet d'adresses pour les modèles de la suite bureautique."
#. K8W3u
#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:90
msgctxt "selecttablepage|extended_tip|SelectTablePage"
msgid "Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in the office suite."
-msgstr ""
+msgstr "Spécifie une table de la source du carnet d'adresses Seamonkey / Netscape qui est utilisée comme carnet d'adresses dans la suite bureautique."
#. bCndk
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:15
@@ -3586,7 +3586,7 @@ msgstr "Autre source de données externe"
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:171
msgctxt "selecttypepage|extended_tip|other"
msgid "Select this option if you want to register another data source as address book in the office suite."
-msgstr ""
+msgstr "Sélectionnez cette option si vous voulez enregistrer une autre source de données comme carnet d'adresses dans la suite bureautique."
#. HyBth
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:184
@@ -3598,7 +3598,7 @@ msgstr "Sélectionnez le type du carnet d'adresses externe :"
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:207
msgctxt "selecttypepage|extended_tip|SelectTypePage"
msgid "This wizard registers an existing address book as a data source in the office suite."
-msgstr ""
+msgstr "Cet assistant enregistre un carnet d'adresses existant comme source de données dans la suite bureautique."
#. f33Eh
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:56
diff --git a/source/fr/fpicker/messages.po b/source/fr/fpicker/messages.po
index 456f924e583..65c4b4a7433 100644
--- a/source/fr/fpicker/messages.po
+++ b/source/fr/fpicker/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/fr/>\n"
"Language: fr\n"
@@ -189,19 +189,19 @@ msgstr "Créer un nouveau dossier"
#: fpicker/uiconfig/ui/explorerfiledialog.ui:261
msgctxt "explorerfiledialog|places"
msgid "Places"
-msgstr "Emplacements"
+msgstr "Favoris"
#. CnQhU
#: fpicker/uiconfig/ui/explorerfiledialog.ui:296
msgctxt "explorerfiledialog|add"
msgid "Add current folder to Places"
-msgstr ""
+msgstr "Ajouter le dossier actuel aux favoris"
#. wP2nq
#: fpicker/uiconfig/ui/explorerfiledialog.ui:311
msgctxt "explorerfiledialog|add"
msgid "Remove selected folder from Places"
-msgstr ""
+msgstr "Retirer le dossier sélectionné des favoris"
#. Upnsg
#: fpicker/uiconfig/ui/explorerfiledialog.ui:365
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Date de modification"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Ouvrir"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Jouer"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "_Nom de fichier :"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Type de fichier :"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "En _lecture seule"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Enregistrer avec mot de passe"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Extension automatique du nom de fichier"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Éditer les _paramètres de filtre"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Chiffrer avec une clé GPG"
diff --git a/source/fr/helpcontent2/source/text/scalc/01.po b/source/fr/helpcontent2/source/text/scalc/01.po
index 00d7facfab3..61e39d901ba 100644
--- a/source/fr/helpcontent2/source/text/scalc/01.po
+++ b/source/fr/helpcontent2/source/text/scalc/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
-"PO-Revision-Date: 2022-05-03 12:46+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565208174.000000\n"
#. sZfWF
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Liste les feuilles du document actif. Pour sélectionner une feuille, appuyez sur les touches fléchées vers le haut ou vers le bas afin de passer à une feuille dans la liste. Pour ajouter une feuille à la sélection, maintenez la touche<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline> <defaultinline>Ctrl</defaultinline></switchinline> enfoncée en appuyant sur les touches fléchées et appuyez ensuite sur la barre d'espace. Pour sélectionner une plage de feuilles, maintenez la touche Maj enfoncée et appuyez sur les touches fléchées.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -8285,7 +8357,7 @@ msgctxt ""
"par_id9841608\n"
"help.text"
msgid "The type of the operating system: <br/>\"AIX\" for Advanced Interactive Executive IBM computer operating systems<br/>\"ANDROID\" for Google mobile operating system<br/>\"DRAGONFLY\" for DragonFly operating system forked from FreeBSD<br/>\"EMSCRIPTEN\" for browser WebAssembly system<br/>\"FREEBSD\", \"OPENBSD\" or \"NETBSD\" for operating systems based on the Berkeley Software Distribution (BSD)<br/>\"HAIKU\" for BeOS compatible operating system<br/>\"iOS\" for Apple mobile operating system <br/>\"LINUX\" for GNU/Linux based operating systems<br/>\"MACOSX\" for Apple Mac OS X<br/>\"SOLARIS\" for Oracle Solaris operating system<br/>\"WNT\" for Microsoft Windows"
-msgstr ""
+msgstr "Le type de système d'exploitation : <br/>\"AIX\" pour les systèmes d'exploitation informatiques IBM Advanced Interactive Executive<br/>\"ANDROID\" pour le système d'exploitation mobile Google<br/>\"DRAGONFLY\" pour le système d'exploitation DragonFly dérivé de FreeBSD<br/>\"EMSCRIPTEM\" pour le navigateur WebAssembly system<br/>\"FREEBSD\", \"OPENBSD\" ou \"NETBSD\" pour les systèmes d'exploitation basés sur Berkeley Software Distribution (BSD)<br/>\"HAIKU\" pour le système d'exploitation compatible BeOS<br/>\"iOS\" pour le système d'exploitation mobile Apple <br/>\"LINUX\" pour les systèmes d'exploitation basés sur GNU/Linux<br/>\"MACOSX\" pour Apple Mac OS X<br/>\"SOLARIS\" pour le système d'exploitation Oracle Solaris<br/>\"WNT\" pour Microsoft Windows"
#. zcvAx
#: 04060104.xhp
@@ -10958,7 +11030,7 @@ msgctxt ""
"hd_id3147124\n"
"help.text"
msgid "<variable id=\"math_functions_h1\"><link href=\"text/scalc/01/04060106.xhp\" name=\"math_link\">Mathematical Functions</link></variable>"
-msgstr ""
+msgstr "<variable id=\"math_functions_h1\"><link href=\"text/scalc/01/04060106.xhp\" name=\"math_link\">Fonctions mathématiques</link></variable>"
#. jjDha
#: 04060106.xhp
@@ -12839,7 +12911,7 @@ msgctxt ""
"hd_id561641930400206\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_trunc.xhp\" name=\"trunc_link\">TRUNC</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_trunc.xhp\" name=\"trunc_link\">TRONQUE</link>"
#. MQVNf
#: 04060106.xhp
@@ -13694,7 +13766,7 @@ msgctxt ""
"hd_id561641930400105\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_rounddown.xhp\" name=\"rounddown_link\">ROUNDDOWN</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_rounddown.xhp\" name=\"rounddown_link\">ARRONDI.INF</link>"
#. HBbDL
#: 04060106.xhp
@@ -15242,7 +15314,7 @@ msgctxt ""
"par_id91590242400917\n"
"help.text"
msgid "Returns an non-volatile integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive). A non-volatile function is not recalculated at new input events or pressing <keycode>F9</keycode>. However, the function is recalculated when pressing <keycode>F9</keycode> with the cursor on the cell containing the function, when opening the file, when using the <link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>) and when <emph>Top</emph> or <emph>Bottom</emph> are recalculated."
-msgstr ""
+msgstr "Renvoie un nombre entier aléatoire non volatil entre les entiers <emph>Bas</emph> et <emph>Haut</emph> (tous deux inclus). Une fonction non volatile n'est pas recalculée lors de nouveaux événements d'entrée ou en appuyant sur <keycode>F9</keycode>. Cependant, la fonction est recalculée lors de l'appui sur <keycode>F9</keycode> avec le curseur sur la cellule contenant la fonction, lors de l'ouverture du fichier, lors de l'utilisation de la commande <link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\"><menuitem>Recalculer sans conditions</menuitem></link> (<keycode>Maj</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande </keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>) et quand <emph>Haut</emph> ou <emph>Bas</emph> sont recalculés."
#. AngvN
#: 04060106.xhp
@@ -15395,7 +15467,7 @@ msgctxt ""
"par_id271590239748534\n"
"help.text"
msgid "This function produces a non-volatile random number on input. A non-volatile function is not recalculated at new input events. The function does not recalculate when pressing <keycode>F9</keycode>, except when the cursor is on the cell containing the function or using the <link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>). The function is recalculated when opening the file."
-msgstr ""
+msgstr "Cette fonction produit un nombre aléatoire non volatile en entrée. Une fonction non volatile n'est pas recalculée lors de nouveaux événements d'entrée. La fonction ne recalcule pas en appuyant sur <keycode>F9</keycode>, sauf lorsque le curseur est sur la cellule contenant la fonction ou en utilisant la commande <link href=\"text/scalc/01/recalculate_hard.xhp\" name=\"recalculate hard\"><menuitem>Recalcule inconditionnel</menuitem></link> (<keycode>Maj</keycode>+<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode> </caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>). La fonction est recalculée à l'ouverture du fichier."
#. sCwno
#: 04060106.xhp
@@ -19625,7 +19697,7 @@ msgctxt ""
"par_idN11800\n"
"help.text"
msgid "If you use the optional <emph>CellValue</emph> parameter, the formula locates the URL, and then displays the text or number."
-msgstr ""
+msgstr "Si vous utilisez le paramètre facultatif <emph>ValeurCellule</emph>, la formule localise l'URL et affiche le texte ou le nombre."
#. 7DGBz
#: 04060109.xhp
@@ -19643,7 +19715,7 @@ msgctxt ""
"par_idN1180E\n"
"help.text"
msgid "HYPERLINK(\"URL\" [; CellValue])"
-msgstr ""
+msgstr "LIEN_HYPERTEXTE(\"URL\"[;ValeurCellule])"
#. weY4K
#: 04060109.xhp
@@ -19652,7 +19724,7 @@ msgctxt ""
"par_idN11811\n"
"help.text"
msgid "<emph>URL</emph> specifies the link target. The optional <emph>CellValue</emph> parameter is the text or a number that is displayed in the cell and will be returned as the result. If the <emph>CellValue</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and will be returned as the result."
-msgstr ""
+msgstr "<emph>URL</emph> spécifie la cible du lien. Le paramètre facultatif <emph>ValeurCellule</emph> est le texte qui est affiché dans la cellule et le résultat de la fonction. Si le paramètre <emph>ValeurCellule</emph> n'est pas spécifié, l'<emph>URL</emph> est affichée dans le texte de la cellule et dans le résultat de la fonction."
#. GdBa8
#: 04060109.xhp
@@ -22883,7 +22955,7 @@ msgctxt ""
"par_id3151387\n"
"help.text"
msgid "<emph>StartDate</emph> is the start date in the interval."
-msgstr ""
+msgstr "<emph>DateDébut</emph> est la date de début dans l'intervalle."
#. AGYKD
#: 04060111.xhp
@@ -22892,7 +22964,7 @@ msgctxt ""
"par_id3146324\n"
"help.text"
msgid "<emph>EndDate</emph> is the end date in the interval. The end date must be greater than the start date, or else an error is returned."
-msgstr ""
+msgstr "<emph>DateFin</emph> est la date de fin dans l'intervalle. La date de fin doit être postérieure à la date de début, sinon une erreur est renvoyée."
#. PcBbC
#: 04060111.xhp
@@ -22901,7 +22973,7 @@ msgctxt ""
"par_id3166467\n"
"help.text"
msgid "<emph>Type</emph> specifies the type of difference to be calculated. Possible values are 0 (time interval) or 1 (calendar weeks)."
-msgstr ""
+msgstr "<emph>Type</emph> spécifie le type de différence à calculer. Les valeurs possibles sont 0 (intervalle de temps) ou 1 (semaines calendaires)."
#. QaW6B
#: 04060111.xhp
@@ -22910,7 +22982,7 @@ msgctxt ""
"par_id81641990941192\n"
"help.text"
msgid "If <emph>Type = 0</emph> the function will assume that 7 days is equivalent to one week without considering any specific day to mark the beginning of a week."
-msgstr ""
+msgstr "Si <emph>Type = 0</emph> la fonction supposera que 7 jours équivaut à une semaine sans tenir compte d'un jour spécifique pour marquer le début d'une semaine."
#. geCV7
#: 04060111.xhp
@@ -22919,7 +22991,7 @@ msgctxt ""
"par_id31641991010650\n"
"help.text"
msgid "If <emph>Type = 1</emph> the function will consider Monday to be the first day of the week. Therefore, except for the start date, each occurrence of a Monday in the interval is counted as an additional week."
-msgstr ""
+msgstr "Si <emph>Type = 1</emph> la fonction considérera le lundi comme le premier jour de la semaine. Par conséquent, à l'exception de la date de début, chaque occurrence d'un lundi dans l'intervalle est comptée comme une semaine supplémentaire."
#. CF4K3
#: 04060111.xhp
@@ -22928,7 +23000,7 @@ msgctxt ""
"par_id971641990480242\n"
"help.text"
msgid "This function considers Monday to be the first day of the week regardless of the current locale settings."
-msgstr ""
+msgstr "Cette fonction considère le lundi comme le premier jour de la semaine, quels que soient les paramètres régionaux actuels."
#. H2Gpc
#: 04060111.xhp
@@ -22937,7 +23009,7 @@ msgctxt ""
"par_id671641994821992\n"
"help.text"
msgid "In the following examples, dates are passed as strings. However, they can also be stored in separate cells and be passed as references."
-msgstr ""
+msgstr "Dans les exemples suivants, les dates sont transmises sous forme de chaînes. Cependant, ils peuvent également être stockés dans des cellules séparées et être transmis comme références."
#. SyEBP
#: 04060111.xhp
@@ -22946,7 +23018,7 @@ msgctxt ""
"par_id71641991391639\n"
"help.text"
msgid "<input>=WEEKS(\"01/12/2022\",\"01/17/2022\",0)</input> returns 0 because <emph>Type</emph> was set to 0 and there are only 5 days in the interval."
-msgstr ""
+msgstr "<input>=SEMAINES(\"12/01/2022\",\"17/01/2022\",0)</input> renvoie 0 car <emph>Type</emph> a été défini sur 0 et il n'y a que 5 jours dans l'intervalle."
#. zVfY3
#: 04060111.xhp
@@ -56113,14 +56185,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Pour un nombre positif, la fonction arrondit (loin de zéro). Pour un nombre négatif, la fonction arrondit (vers zéro). Le signe de la valeur de précision est ignoré."
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
-msgstr "Cette fonction calcule des résultats identiques à la fonction <link href=\"#Section312\" name=\"isoceiling\">ISO.PLAFOND</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
+msgstr ""
#. BASfr
#: func_ceiling.xhp
@@ -56401,14 +56473,14 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr "Pour un nombre positif, la fonction arrondit (loin de zéro). Pour un nombre négatif, la fonction arrondit (vers zéro). Le signe de la valeur de précision est ignoré."
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
-msgstr "Cette fonction calcule des résultats identique à la fonction <link href=\"#Section311\" name=\"ceilingprecise\">PLAFOND.PRECIS</link>."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
+msgstr ""
#. GRocX
#: func_ceiling.xhp
@@ -63997,14 +64069,14 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr "<emph>Texte</emph> : un texte ou une référence à une cellule auxquels l'expression régulière doit être appliquée."
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
-msgstr "<emph>Expression</emph> : un texte représentant l'expression régulière, utilisant les <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">expressions régulières ICU</link>. S'il n'y a pas de correspondance et si <emph>Remplacement</emph> n'est pas indiqué, #N/D est renvoyé."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgstr ""
#. ZBTYi
#: func_regex.xhp
@@ -67642,14 +67714,14 @@ msgctxt ""
msgid "Solver settings"
msgstr "Paramètres du solveur"
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
-msgstr "Les paramètres de la boîte de dialogues sont préservés jusqu'à la fermeture du document actif."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
+msgstr ""
#. GgVk7
#: solver.xhp
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr "<link href=\"http://lpsolve.sourceforge.net/\">guide de référence lp_solve sur sourceforge.net</link>"
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/sdraw.po b/source/fr/helpcontent2/source/text/sdraw.po
index 39af9dac0bf..3219d6593fc 100644
--- a/source/fr/helpcontent2/source/text/sdraw.po
+++ b/source/fr/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-09 04:43+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/fr/>\n"
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Ce menu permet d'insérer des éléments, par exemple des images et des guides, dans des documents Draw."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Insérer une image"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/shared/00.po b/source/fr/helpcontent2/source/text/shared/00.po
index 7d9725f259f..e6b85fbc8b5 100644
--- a/source/fr/helpcontent2/source/text/shared/00.po
+++ b/source/fr/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:41+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/fr/>\n"
@@ -2663,6 +2663,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Les objets OLE (Object Linking and Embedding, liaison et incorporation d'objets) peuvent être liés à un document cible ou y être incorporés. Lorsque vous incorporez un objet, une copie de l'objet ainsi que les détails du programme source sont insérés dans le document cible. Pour éditer l'objet incorporé, il vous suffit de double-cliquer dessus pour activer le programme source."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7910,23 +7919,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Audio ou vidéo"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Choisissez <emph>Insertion - Objet</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Objet OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7955,14 +7964,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Objet OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Formule</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -8000,14 +8009,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Choisissez <emph>Format - Type de diagramme</emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Diagramme</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8018,14 +8027,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Choisissez <emph>Format - Type de diagramme</emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Diagramme</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8036,23 +8045,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Choisissez <emph>Format - Type de diagramme</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Diagramme</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Diagramme</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12212,23 +12221,32 @@ msgctxt ""
msgid "Bottom"
msgstr "En bas"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
-msgstr "Choisissez <emph>Format - Ancrage</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
+msgstr ""
+
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
-#. Dtr9P
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
-msgstr "Dans la barre de <emph>Ébauche de formulaire</emph>, cliquez sur"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
+msgstr ""
#. DcsgR
#: 00040501.xhp
@@ -12239,68 +12257,68 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icône Ancrer</alt></image>"
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Modifier l'ancre"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
-msgstr "<variable id=\"anseite\">Choisissez <emph>Format - Ancrage - À la page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
-msgstr "<variable id=\"amabsatz\">Choisissez <emph>Format - Ancrage - Au paragraphe</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
-msgstr "<variable id=\"amzeichen\">Choisissez <emph>Format - Ancrage - Au caractère</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
-msgstr "<variable id=\"alszeichen\">Choisissez <emph>Format - Ancrage - Comme caractère</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
-msgstr "<variable id=\"amrahmen\">Choisissez <emph>Format - Ancrage - Au cadre</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
-msgstr "<variable id=\"anderzelle\">Choisissez <emph>Format - Ancrage - À la cellule</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgstr ""
#. DFDf3
#: 00040502.xhp
@@ -12473,14 +12491,59 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr "<variable id=\"linienstile\">Choisissez l'onglet <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Zone de texte et forme - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objet - </menuitem></caseinline></switchinline><menuitem>Ligne - Styles de ligne</menuitem>.</variable>"
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienenden\">Choisissez l'onglet <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Zone de texte et forme - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objet - </menuitem></caseinline></switchinline><menuitem>Ligne - Styles de flèche</menuitem>.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
#. 9zBMS
#: 00040502.xhp
@@ -12986,14 +13049,23 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr "Ouvrez le menu contextuel de l'objet - choisissez <menuitem>Nom</menuitem>."
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
-msgstr "Ouvrez le menu contextuel de l'objet - choisissez <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
+msgstr ""
#. Bhmkm
#: 00040502.xhp
diff --git a/source/fr/helpcontent2/source/text/shared/01.po b/source/fr/helpcontent2/source/text/shared/01.po
index cdd45e69694..33024b4bf8d 100644
--- a/source/fr/helpcontent2/source/text/shared/01.po
+++ b/source/fr/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-12-22 16:58+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/fr/>\n"
@@ -9053,14 +9053,14 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr "Représente un caractère majuscule si l'option <emph>Respecter la casse</emph> est sélectionnée dans la zone <emph>Options</emph>."
-#. 3VCa9
+#. Ezagm
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
-msgstr "Pour une liste complète des métacaractères pris en charge et leur syntaxe, voir la <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">Documentation des expressions régulières ICU</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgstr ""
#. HvC9Q
#: 02100001.xhp
@@ -15371,32 +15371,32 @@ msgctxt ""
msgid "Inserting Pictures"
msgstr "Insertion d'images"
-#. 2UykA
+#. JJBRu
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"Insertion d’images\">Insertion d’images</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Image</link>"
+msgstr ""
-#. GjcBZ
+#. qtoD9
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
"help.text"
-msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
-msgstr "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Insère une image dans le document actif <switchinline select=\"appl\"><caseinline select=\"WRITER\">avec renvoi dynamique à la page et centrée sur la ligne</caseinline><caseinline select=\"CALC\">à la position de la cellule active</caseinline><defaultinline>centrée sur la page ou la diapo</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable>"
+msgstr ""
-#. Ez338
+#. rkLGz
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
"help.text"
-msgid "Frame Style"
-msgstr "Style de cadre"
+msgid "Style"
+msgstr ""
#. bzFsD
#: 04140000.xhp
@@ -15407,6 +15407,24 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Sélectionnez le style de cadre à appliquer à l'image.</ahelp>"
+#. Jr7sP
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"hd_id721654336786322\n"
+"help.text"
+msgid "Anchor"
+msgstr ""
+
+#. DCFVT
+#: 04140000.xhp
+msgctxt ""
+"04140000.xhp\n"
+"par_id501654336810460\n"
+"help.text"
+msgid "Select the anchor type for the image at the current cell position."
+msgstr ""
+
#. cnRdY
#: 04140000.xhp
msgctxt ""
@@ -15443,41 +15461,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Affiche un aperçu du fichier graphique sélectionné.</ahelp>"
-#. mXSNG
+#. 794ZA
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Object"
-msgstr "Objet"
+msgid "OLE Object (Insert Menu)"
+msgstr ""
-#. XQTfD
+#. hq7i8
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Objet</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">OLE Object</link>"
+msgstr ""
-#. C8o3X
+#. s2t34
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
-msgstr "<ahelp hid=\".\">Insère un objet incorporé dans votre document, qui peut être une formule, un modèle 3D, un diagramme ou un objet OLE.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp>"
+msgstr ""
-#. JDEXJ
+#. PuimY
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"Formule\">Formule</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula Object</link>"
+msgstr ""
#. mRZCQ
#: 04150000.xhp
@@ -26288,14 +26306,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Shadowed\">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp>"
msgstr "<ahelp hid=\".uno:Shadowed\">Ajoute une ombre au texte sélectionné, ou, si le curseur se trouve sur un mot, au mot entier.</ahelp>"
-#. cQSFa
+#. TZuos
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"tit\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Répartir les lignes régulièrement"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. E24fs
#: 05110600m.xhp
@@ -26306,14 +26324,14 @@ msgctxt ""
msgid "<bookmark_value>table rows;distribute height equally</bookmark_value> <bookmark_value>row height;distribute equally</bookmark_value>"
msgstr "<bookmark_value>Tableau; répartir régulièrement les lignes</bookmark_value><bookmark_value>Hauteur de ligne; répartir les lignes régulièrement</bookmark_value>"
-#. EDCBD
+#. 3XJPh
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"hd_id3149871\n"
"help.text"
-msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Equally</link>"
-msgstr "<link href=\"text/shared/01/05110600m.xhp\" name=\"Répartir régulièrement\">Répartir les lignes régulièrement</link>"
+msgid "<link href=\"text/shared/01/05110600m.xhp\" name=\"Distribute Equally\">Distribute Rows Evenly</link>"
+msgstr ""
#. 7meG8
#: 05110600m.xhp
@@ -26324,14 +26342,14 @@ msgctxt ""
msgid "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Adjusts the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable>"
msgstr "<variable id=\"verteilentext\"><ahelp hid=\".uno:DistributeRows\">Ajuste la hauteur des lignes sélectionnées pour s'adapter à la hauteur de la plus haute ligne de la sélection.</ahelp></variable>"
-#. UCnxK
+#. yiRQV
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Size - Distribute Rows Equally</emph>"
-msgstr "Choisissez <emph>Tableau - Taille - Répartir les lignes régulièrement</emph>"
+msgid "Choose <emph>Table - Size - Distribute Rows Evenly</emph>"
+msgstr ""
#. CbTaH
#: 05110600m.xhp
@@ -26351,14 +26369,14 @@ msgctxt ""
msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icon</alt></image>"
msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3155994\">Icône</alt></image>"
-#. e8cDC
+#. yiFAJ
#: 05110600m.xhp
msgctxt ""
"05110600m.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Répartir les lignes régulièrement"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. r4N82
#: 05110700.xhp
@@ -26882,14 +26900,14 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. rGbE4
+#. yesKa
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"bm_id3147366\n"
"help.text"
-msgid "<bookmark_value>objects;titles and descriptions</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>titles;objects</bookmark_value>"
-msgstr "<bookmark_value>Objets;titres et descriptions</bookmark_value><bookmark_value>Descriptions des objets</bookmark_value><bookmark_value>Titres;objets</bookmark_value>"
+msgid "<bookmark_value>objects;text alternative and description</bookmark_value> <bookmark_value>descriptions for objects</bookmark_value> <bookmark_value>text alternative;objects</bookmark_value>"
+msgstr ""
#. BmXdA
#: 05190100.xhp
@@ -26900,32 +26918,32 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. PLzEV
+#. FCHnA
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id3140354\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>"
-msgstr "<ahelp hid=\".\">Assigne un titre et une description à l'objet sélectionné. Ceux-ci sont accessibles aux outils d'accessibilité et comme balises alternatives lors de l'export du document.</ahelp>"
+msgid "<ahelp hid=\".\">Assigns a text alternative and a description to the selected object. These texts are available as alternative tags in your document for use by accessibility tools. They are also available as tags for images when you export the document.</ahelp>"
+msgstr ""
-#. Q5vQw
+#. CBSaQ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"hd_id2576982\n"
"help.text"
-msgid "Title"
-msgstr "Titre"
+msgid "Text Alternative"
+msgstr ""
-#. JEb9M
+#. uQ5RY
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id1283608\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>"
-msgstr "<ahelp hid=\".\">Saisissez un texte de titre. Ce nom court est visible en tant que balise alternative au format HTML. Les outils d'accessibilité peuvent lire ce texte.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies.</ahelp>"
+msgstr ""
#. Mxbmi
#: 05190100.xhp
@@ -26936,14 +26954,32 @@ msgctxt ""
msgid "Description"
msgstr "Description"
-#. v9XLJ
+#. GAzeZ
#: 05190100.xhp
msgctxt ""
"05190100.xhp\n"
"par_id693685\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>"
-msgstr "<ahelp hid=\".\">Saisissez une description. La saisie de ce texte long décrit à l'utilisateur un objet complexe ou un groupe d'objets à l'aide d'un programme de lecture d'écran. La description est visible en tant que balise alternative pour les outils d'accessibilité.</ahelp>"
+msgid "<ahelp hid=\".\">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies."
+msgstr ""
+
+#. toUVu
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id561653440782428\n"
+"help.text"
+msgid "For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\" name=\"Link to PDF/UA\"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export)."
+msgstr ""
+
+#. 5h9FB
+#: 05190100.xhp
+msgctxt ""
+"05190100.xhp\n"
+"par_id731653238967459\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options in Object Properties</link>"
+msgstr ""
#. ehBwb
#: 05200000.xhp
@@ -27557,32 +27593,41 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Edit or create arrow styles.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/LineEndPage\">Éditez ou créez des styles de flèche.</ahelp>"
-#. cHB3u
+#. aCyvx
+#: 05200300.xhp
+msgctxt ""
+"05200300.xhp\n"
+"par_id711654765705735\n"
+"help.text"
+msgid "You can add arrow styles to the start or end of a line using the <link href=\"text/shared/01/05200100.xhp\" name=\"Line tab\"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog."
+msgstr ""
+
+#. FLeSj
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3153551\n"
"help.text"
-msgid "Organize arrow styles"
-msgstr "Gérer les styles de flèche"
+msgid "Manage Arrow Styles"
+msgstr ""
-#. kFZTX
+#. eNpRg
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"par_id3154398\n"
"help.text"
-msgid "Lets you organize the current list of arrow styles."
-msgstr "Permet de gérer la liste active des styles de flèche."
+msgid "Lets you add, rename, delete, save and load arrow styles."
+msgstr ""
-#. bEcSR
+#. Ur69B
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3155552\n"
"help.text"
-msgid "Title"
-msgstr "Titre"
+msgid "Style name"
+msgstr ""
#. ESzub
#: 05200300.xhp
@@ -27629,14 +27674,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">To define a custom arrow style, select a drawing object in the document, and then click here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/lineendstabpage/BTN_ADD\">Pour définir un style de flèche personnalisé, sélectionnez un objet de dessin dans le document, puis cliquez ici.</ahelp>"
-#. FwURJ
+#. 3huXp
#: 05200300.xhp
msgctxt ""
"05200300.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Modify"
-msgstr "Modifier"
+msgid "Rename"
+msgstr ""
#. sQktA
#: 05200300.xhp
@@ -30986,23 +31031,23 @@ msgctxt ""
msgid "Anchor"
msgstr "Ancrer"
-#. YAaFP
+#. jomkE
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"hd_id3155913\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Ancrage\">Ancre</link>"
+msgid "<variable id=\"anchorh1\"><link href=\"text/shared/01/05260000.xhp\" name=\"Anchoring\">Anchor</link></variable>"
+msgstr ""
-#. ePkvS
+#. PMQ8n
#: 05260000.xhp
msgctxt ""
"05260000.xhp\n"
"par_id3145356\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the anchoring options for the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">Définit les options d'ancrage pour l'objet sélectionné.</ahelp>"
+msgid "<ahelp hid=\".\">Shows anchoring options for the selected object.</ahelp>"
+msgstr ""
#. JKHGT
#: 05260000.xhp
@@ -31031,23 +31076,41 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260100.xhp\" name=\"To Page\">To Page</link>"
msgstr "<link href=\"text/shared/01/05260100.xhp\" name=\"À la page\">À la page</link>"
-#. CJAET
+#. 4FEeX
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected item to the current page.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPage\">Ancre l'élément sélectionné à la page active.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPage\">Anchors the selected object so that it always remains on the current page.</ahelp>"
+msgstr ""
+
+#. EN8t8
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id781653782304845\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the entire page or in relation to the page’s text area."
+msgstr ""
-#. mKSuE
+#. 37QmE
#: 05260100.xhp
msgctxt ""
"05260100.xhp\n"
"par_id3149987\n"
"help.text"
-msgid "The anchored item remains on the current page even if you insert or delete text."
-msgstr "L'élément ancré reste dans la page active même si vous insérez ou supprimez du texte."
+msgid "The position of the anchored object on the current page does not change as content and pages are added or removed from the document."
+msgstr ""
+
+#. Z2EuY
+#: 05260100.xhp
+msgctxt ""
+"05260100.xhp\n"
+"par_id11653782256765\n"
+"help.text"
+msgid "The current page remains in the document, with its current position in the sequence of pages, as long as the object is anchored to that page."
+msgstr ""
#. LJDRP
#: 05260100.xhp
@@ -31076,14 +31139,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260200.xhp\" name=\"To Paragraph\">To Paragraph</link>"
msgstr "<link href=\"text/shared/01/05260200.xhp\" name=\"Au paragraphe\">Au paragraphe</link>"
-#. 2Zdki
+#. BJCWw
#: 05260200.xhp
msgctxt ""
"05260200.xhp\n"
"par_id3155271\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected item to the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Ancre l'élément sélectionné dans le paragraphe actif.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToPara\" visibility=\"visible\">Anchors the selected object to the current paragraph.</ahelp>"
+msgstr ""
+
+#. MjKEz
+#: 05260200.xhp
+msgctxt ""
+"05260200.xhp\n"
+"par_id271653783242132\n"
+"help.text"
+msgid "Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area."
+msgstr ""
#. RSrcL
#: 05260200.xhp
@@ -31112,32 +31184,32 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260300.xhp\" name=\"To Character\">To Character</link>"
msgstr "<link href=\"text/shared/01/05260300.xhp\" name=\"Au caractère\">Au caractère</link>"
-#. 339Ai
+#. sxXLc
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3147069\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item to a character.</ahelp> This command is only available for graphic objects."
-msgstr "<ahelp hid=\".\">Ancre l'élément sélectionné à un caractère.</ahelp> Cette commande n'est disponible que pour les objets graphiques."
+msgid "<ahelp hid=\".\">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character."
+msgstr ""
-#. DfutF
+#. M6XDP
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3146067\n"
"help.text"
-msgid "The anchor is displayed in front of the character."
-msgstr "L'ancre s'affiche devant le caractère."
+msgid "The character immediately before the anchor position is used for positioning in relation to the <menuitem>Character</menuitem> region and the <menuitem>Line of text</menuitem> reference line."
+msgstr ""
-#. NxF9c
+#. CTnAd
#: 05260300.xhp
msgctxt ""
"05260300.xhp\n"
"par_id3152924\n"
"help.text"
-msgid "To align a graphic relative to the character that it is anchored to, right-click the graphic, and then choose <emph>Properties</emph>. Click the <emph>Type</emph> tab, and in the <emph>Position</emph> area, select <emph>Character</emph> in the <emph>to</emph> boxes."
-msgstr "Pour aligner une image avec le caractère auquel elle est ancrée, cliquez avec le bouton droit de la souris sur l'image et choisissez <emph>Propriétés</emph>. Cliquez sur l'onglet <emph>Type</emph> puis, dans la zone <emph>Position</emph>, sélectionnez <emph>Caractère</emph> dans les zones <emph>pour</emph>."
+msgid "To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose <menuitem>Properties</menuitem>. Click the <menuitem>Position and Size</menuitem> tab, and in the <menuitem>Position</menuitem> area, select <menuitem>Character</menuitem> in the <menuitem>to</menuitem> boxes."
+msgstr ""
#. 3kEAV
#: 05260400.xhp
@@ -31184,14 +31256,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260500.xhp\" name=\"To Frame\">To Frame</link>"
msgstr "<link href=\"text/shared/01/05260500.xhp\" name=\"Au cadre\">Au cadre</link>"
-#. nEExA
+#. tdWAR
#: 05260500.xhp
msgctxt ""
"05260500.xhp\n"
"par_id3159242\n"
"help.text"
-msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected item to the surrounding frame.</ahelp>"
-msgstr "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Ancre l'élément sélectionné sur le cadre qui l'entoure.</ahelp>"
+msgid "<ahelp hid=\".uno:SetAnchorToFrame\" visibility=\"visible\">Anchors the selected object to a surrounding frame.</ahelp>"
+msgstr ""
#. 3SWzP
#: 05260600.xhp
@@ -31211,14 +31283,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05260600.xhp\" name=\"As Character\">As Character</link>"
msgstr "<link href=\"text/shared/01/05260600.xhp\" name=\"Comme caractère\">Comme caractère</link>"
-#. PjfoC
+#. fUwJp
#: 05260600.xhp
msgctxt ""
"05260600.xhp\n"
"par_id3146946\n"
"help.text"
-msgid "<ahelp hid=\".\">Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased.</ahelp>"
-msgstr "<ahelp hid=\".\">Ancre l'élément sélectionné comme caractère dans le texte actif. Si la hauteur de cet élément est supérieure à la taille de police utilisée, la ligne contenant l'élément est agrandie en conséquence.</ahelp>"
+msgid "<ahelp hid=\".\">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp>"
+msgstr ""
#. cGCk8
#: 05270000.xhp
diff --git a/source/fr/helpcontent2/source/text/shared/02.po b/source/fr/helpcontent2/source/text/shared/02.po
index a544f6b2578..b7b97635b48 100644
--- a/source/fr/helpcontent2/source/text/shared/02.po
+++ b/source/fr/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-04 12:42+0200\n"
-"PO-Revision-Date: 2021-11-25 16:38+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/fr/>\n"
"Language: fr\n"
@@ -68,7 +68,7 @@ msgctxt ""
"par_id721649333208955\n"
"help.text"
msgid "<image src=\"cmd/lc_printdefault.svg\" id=\"img_id561649333208955\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161649333208955\">Print File Directly Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_printdefault.svg\" id=\"img_id561649333208955\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161649333208955\">Icône Impression rapide</alt></image>"
#. UDgk9
#: 01110000.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id891649333208955\n"
"help.text"
msgid "Print File Directly"
-msgstr ""
+msgstr "Impression rapide"
#. 9hSsM
#: 01110000.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id3155341\n"
"help.text"
msgid "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150943\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icône Sélectionner</alt></image>"
#. Dbydo
#: 01170000.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_idN10C50\n"
"help.text"
msgid "To create a square control, hold down the <keycode>Shift</keycode> key while you drag."
-msgstr ""
+msgstr "Pour créer un champ de contrôle carré, maintenez la touche <keycode>Maj</keycode> enfoncée pendant que vous glissez la souris."
#. muefe
#: 01170000.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icon Select</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153516\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icône Sélectionner</alt></image>"
#. G4itx
#: 01170000.xhp
@@ -869,7 +869,7 @@ msgctxt ""
"par_idN11B65\n"
"help.text"
msgid "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon Toggle Form Control Wizards</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id6128727\" src=\"cmd/lc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icône (Dés)activer les assistants de contrôle de formulaire</alt></image>"
#. ySzEv
#: 01170000.xhp
@@ -905,7 +905,7 @@ msgctxt ""
"par_id671646965582973\n"
"help.text"
msgid "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Icon Form Design Tools</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_formdesigntools.svg\" id=\"img_id1001646965582975\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641646965582976\">Icône Outils d'ébauche de formulaire</alt></image>"
#. vxxz2
#: 01170000.xhp
@@ -959,7 +959,7 @@ msgctxt ""
"par_id3163665\n"
"help.text"
msgid "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153266\" src=\"cmd/lc_edit.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icône Zone de texte</alt></image>"
#. p3BAw
#: 01170000.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3148483\n"
"help.text"
msgid "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156380\" src=\"cmd/lc_checkbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icône Case à cocher</alt></image>"
#. fbJjh
#: 01170000.xhp
@@ -1013,7 +1013,7 @@ msgctxt ""
"par_id3152971\n"
"help.text"
msgid "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152999\" src=\"cmd/lc_radiobutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icône Bouton d'options</alt></image>"
#. DJdqY
#: 01170000.xhp
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3154326\n"
"help.text"
msgid "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154135\" src=\"cmd/lc_listbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icône Zone de liste</alt></image>"
#. Dbwav
#: 01170000.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3149981\n"
"help.text"
msgid "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148817\" src=\"cmd/lc_combobox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icône Zone combinée</alt></image>"
#. bUeTF
#: 01170000.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3145801\n"
"help.text"
msgid "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_pushbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icône Bouton</alt></image>"
#. KTA7G
#: 01170000.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id3159622\n"
"help.text"
msgid "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154378\" src=\"cmd/lc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icône bouton d'image</alt></image>"
#. B9Era
#: 01170000.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3154836\n"
"help.text"
msgid "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143277\" src=\"cmd/lc_formattedfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icône Champ formaté</alt></image>"
#. W4Jis
#: 01170000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"par_id3149423\n"
"help.text"
msgid "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon Date Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150096\" src=\"cmd/lc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icône Champ de date</alt></image>"
#. sSv2y
#: 01170000.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3149396\n"
"help.text"
msgid "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon Numerical Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153012\" src=\"cmd/lc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icône Champ numérique</alt></image>"
#. 3jPvp
#: 01170000.xhp
@@ -1274,7 +1274,7 @@ msgctxt ""
"par_id3159334\n"
"help.text"
msgid "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153790\" src=\"cmd/lc_groupbox.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icône Zone de groupe</alt></image>"
#. 3Suwy
#: 01170000.xhp
@@ -1328,7 +1328,7 @@ msgctxt ""
"par_id3153687\n"
"help.text"
msgid "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon Time Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155949\" src=\"cmd/lc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icône Champ horaire</alt></image>"
#. 7apBh
#: 01170000.xhp
@@ -1364,7 +1364,7 @@ msgctxt ""
"par_id3145324\n"
"help.text"
msgid "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon Currency Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152866\" src=\"cmd/lc_currencyfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icône Champ monétaire</alt></image>"
#. dc7AD
#: 01170000.xhp
@@ -1391,7 +1391,7 @@ msgctxt ""
"par_id3149742\n"
"help.text"
msgid "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon Pattern Field</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148924\" src=\"cmd/lc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icône Champ de motif</alt></image>"
#. 4SYQW
#: 01170000.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3156402\n"
"help.text"
msgid "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146324\" src=\"cmd/lc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icône Contrôle de table</alt></image>"
#. YNpAD
#: 01170000.xhp
@@ -1463,7 +1463,7 @@ msgctxt ""
"par_idN11B2C\n"
"help.text"
msgid "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id5074922\" src=\"cmd/lc_navigationbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icône Barre de navigation</alt></image>"
#. dmjpG
#: 01170000.xhp
@@ -1499,7 +1499,7 @@ msgctxt ""
"par_id3155869\n"
"help.text"
msgid "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152381\" src=\"cmd/lc_objectcatalog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icône Contrôle d'image</alt></image>"
#. ZJDNH
#: 01170000.xhp
@@ -1535,7 +1535,7 @@ msgctxt ""
"par_id3150531\n"
"help.text"
msgid "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154344\" src=\"cmd/lc_filecontrol.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icône Sélection de fichier</alt></image>"
#. 4CELT
#: 01170000.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"par_idN11A64\n"
"help.text"
msgid "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon Spin Button</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7816400\" src=\"cmd/lc_spinbutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icône Compteur</alt></image>"
#. rY5Pe
#: 01170000.xhp
@@ -1598,7 +1598,7 @@ msgctxt ""
"par_idN11ACA\n"
"help.text"
msgid "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon Scrollbar</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id8203985\" src=\"cmd/lc_scrollbar.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icône Barre de navigation</alt></image>"
#. RNigC
#: 01170000.xhp
@@ -9275,7 +9275,7 @@ msgctxt ""
"bm_id871647297744020\n"
"help.text"
msgid "<bookmark_value>database field;add to form</bookmark_value><bookmark_value>forms;add database field</bookmark_value><bookmark_value>database field;add to report</bookmark_value><bookmark_value>report;add database field</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Champ de base de données;ajouter au formulaire</bookmark_value><bookmark_value>Formulaire;ajouter un champ de base de données</bookmark_value><bookmark_value>Champ de base de données;ajouter au rapport</bookmark_value><bookmark_value>Rapport;ajouter un champ de base de données</bookmark_value>"
#. AmADg
#: 01170400.xhp
@@ -10499,7 +10499,7 @@ msgctxt ""
"par_id3153750\n"
"help.text"
msgid "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Icon Display Grid</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153049\" src=\"cmd/lc_gridvisible.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153049\">Icône Afficher la grille</alt></image>"
#. UKBCB
#: 01171200.xhp
@@ -10544,7 +10544,7 @@ msgctxt ""
"par_id3156027\n"
"help.text"
msgid "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Icon Snap to Grid</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157896\" src=\"cmd/lc_griduse.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157896\">Icône Capturer à la grille</alt></image>"
#. Fb5KQ
#: 01171300.xhp
@@ -10580,7 +10580,7 @@ msgctxt ""
"par_id3149549\n"
"help.text"
msgid "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Icon Helplines While Moving</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149760\" src=\"cmd/sc_helplinesmove.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149760\">Icône Lignes d'aide lors du déplacement</alt></image>"
#. AFaA2
#: 01171400.xhp
@@ -11851,14 +11851,14 @@ msgctxt ""
msgid "For more information, see the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> section in the Help."
msgstr "Pour plus d'informations, reportez-vous à la section <link href=\"text/shared/01/05030500.xhp\" name=\"Bordures\"><emph>Bordures</emph></link> de l'Aide."
-#. Ns5E6
+#. A48cq
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"tit\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Modifier l'ancre"
+msgid "Anchor (menu)"
+msgstr ""
#. n59sV
#: 03200000.xhp
@@ -11869,23 +11869,23 @@ msgctxt ""
msgid "<bookmark_value>anchors; changing</bookmark_value>"
msgstr "<bookmark_value>Ancres;modification</bookmark_value>"
-#. YCiYu
+#. BEMJf
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"hd_id3153323\n"
"help.text"
-msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Change Anchor</link>"
-msgstr "<link href=\"text/shared/02/03200000.xhp\" name=\"Changer d'ancrage\">Changer d'ancrage</link>"
+msgid "<link href=\"text/shared/02/03200000.xhp\" name=\"Change Anchor\">Anchor</link>"
+msgstr ""
-#. jiASD
+#. e4cEL
#: 03200000.xhp
msgctxt ""
"03200000.xhp\n"
"par_id3150499\n"
"help.text"
-msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <emph>Change Anchor</emph> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
-msgstr "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Permet de passer d'une option d'ancrage à une autre.</ahelp></variable> L'icône <emph>Changer d'ancrage</emph> n'est visible que si un objet, tel qu'une image ou un champ de contrôle <switchinline select=\"appl\"><caseinline select=\"WRITER\"> ou un cadre</caseinline></switchinline> est sélectionné."
+msgid "<variable id=\"verankerungtext\"><ahelp hid=\".uno:ToggleAnchorType\">Allows you to switch between anchoring options.</ahelp></variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select=\"appl\"><caseinline select=\"WRITER\">or frame</caseinline></switchinline> is selected."
+msgstr ""
#. 7Rrur
#: 03200000.xhp
@@ -12137,7 +12137,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Demote Outline Level"
-msgstr ""
+msgstr "Abaisser le niveau de plan"
#. wGfZQ
#: 06050000.xhp
@@ -12146,7 +12146,7 @@ msgctxt ""
"hd_id3148983\n"
"help.text"
msgid "<link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Demote<switchinline select=\"appl\"><caseinline select=\"WRITER\"> Outline Level</caseinline></switchinline></link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/06050000.xhp\" name=\"Demote One Level\">Abaisser<switchinline select=\"appl\"><caseinline select=\"WRITER\">le niveau de plan</caseinline></switchinline></link>"
#. Sfgf2
#: 06050000.xhp
@@ -12155,7 +12155,7 @@ msgctxt ""
"par_id3147285\n"
"help.text"
msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Moves a chapter heading where the cursor is located, or selected chapter headings, down one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, down one list level.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Déplace un titre de chapitre où se trouve le curseur, ou des titres de chapitre sélectionnés, vers le bas d'un niveau hiérarchique. </caseinline></switchinline>Déplace un paragraphe de liste où se trouve le curseur, ou des paragraphes de liste sélectionnés, vers le bas d'un niveau de liste.</ahelp>"
#. CFARy
#: 06050000.xhp
@@ -12164,7 +12164,7 @@ msgctxt ""
"par_id3149549\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select=\"IMPRESS\">The <menuitem>Demote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Right Arrow</keycode>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">L'icône <menuitem>Abaisser le niveau de plan</menuitem> se trouve sur la barre <link href=\"text/swriter/main0206.xhp\" name=\"BulletNumberingBar\"> <menuitem>Puces et numérotation</menuitem></link>, qui apparaît lorsque le curseur est positionné sur un titre de chapitre numéroté ou un paragraphe de liste.</caseinline><caseinline select=\"IMPRESS\">L'icône<menuitem>Abaisser</menuitem> se trouve sur la barre <menuitem>Plan</menuitem>, qui apparaît lorsque vous travaillez dans la vue Plan. Cette fonction peut également être appelée en appuyant sur <keycode>Alt+Maj+Flèche droite</keycode>.</caseinline></switchinline>"
#. MsnjV
#: 06050000.xhp
diff --git a/source/fr/helpcontent2/source/text/shared/guide.po b/source/fr/helpcontent2/source/text/shared/guide.po
index 3b9a9c2e133..b9e054134af 100644
--- a/source/fr/helpcontent2/source/text/shared/guide.po
+++ b/source/fr/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-03-31 22:24+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/fr/>\n"
"Language: fr\n"
@@ -5757,7 +5757,7 @@ msgctxt ""
"par_id3150276\n"
"help.text"
msgid "An inserted drawing object is anchored to the current paragraph. You can change the anchor by selecting the object and clicking the <emph>Change Anchor</emph> icon on the <emph>OLE Object</emph> toolbar or the <emph>Frame</emph> toolbar. This opens a popup menu where you can select the anchor type."
-msgstr ""
+msgstr "Un objet de dessin inséré est ancré au paragraphe actif. Vous pouvez modifier l'ancrage en sélectionnant l'objet et en cliquant sur l'icône <emph>Changer d'ancrage</emph> dans la barre d'outils <emph>Objet OLE</emph> ou dans la barre d'outils <emph>Cadre</emph>. Cela ouvre un menu contextuel dans lequel sélectionner le type d'ancrage."
#. TTFkG
#: copy_drawfunctions.xhp
@@ -6108,7 +6108,7 @@ msgctxt ""
"par_id371634735705688\n"
"help.text"
msgid "CSV Import"
-msgstr ""
+msgstr "Import CSV"
#. hzBqc
#: csv_params.xhp
@@ -6117,7 +6117,7 @@ msgctxt ""
"par_id681634735710417\n"
"help.text"
msgid "<emph>N</emph> Line number to start reading. Example: 3 (start from third line)."
-msgstr ""
+msgstr "<emph>N</emph> numéro de ligne à partir duquel commencer la lecture. Exemple : 3 (commencer à la troisième ligne)."
#. BeXqG
#: csv_params.xhp
@@ -14219,14 +14219,14 @@ msgctxt ""
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
msgstr "<bookmark_value>Graphiques, voir aussi images</bookmark_value><bookmark_value>Images, voir aussi graphiques</bookmark_value><bookmark_value>Images;insertion et édition de bitmaps</bookmark_value><bookmark_value>Illustrations, voir aussi Images</bookmark_value><bookmark_value>Bitmaps;insertion et édition</bookmark_value><bookmark_value>Images en pixels;insertion et édition</bookmark_value><bookmark_value>Export;Bitmaps</bookmark_value><bookmark_value>Import;Bitmaps</bookmark_value><bookmark_value>Images;édition</bookmark_value><bookmark_value>Édition;images</bookmark_value><bookmark_value>Filtre Inverser les couleurs</bookmark_value><bookmark_value>Filtre Adoucir</bookmark_value><bookmark_value>Filtre Augmenter la netteté</bookmark_value><bookmark_value>Filtre Supprimer les interférences</bookmark_value><bookmark_value>Filtre Solarisation</bookmark_value><bookmark_value>Filtre Vieillissement</bookmark_value><bookmark_value>Filtre Poster</bookmark_value><bookmark_value>Filtre Pop-art</bookmark_value><bookmark_value>Filtre Dessin au fusain</bookmark_value><bookmark_value>Filtre Mosaïque</bookmark_value><bookmark_value>Images;filtres</bookmark_value><bookmark_value>Filtres;images</bookmark_value>"
-#. trhAV
+#. wND7N
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps</link></variable>"
-msgstr "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Insertion, édition et enregistrement de bitmaps\">Insertion, édition et enregistrement de bitmaps</link></variable>"
+msgid "<variable id=\"insert_bitmap\"><link href=\"text/shared/guide/insert_bitmap.xhp\" name=\"Inserting, Editing, Saving Bitmaps\">Inserting, Editing, Saving Bitmaps Images</link></variable>"
+msgstr ""
#. acbbz
#: insert_bitmap.xhp
@@ -14246,14 +14246,14 @@ msgctxt ""
msgid "A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents."
msgstr "Il est possible d'insérer des images bitmap dans les documents de $[officename] Writer, $[officename] Calc, $[officename] Draw et $[officename] Impress."
-#. yoXrE
+#. GV9Zi
#: insert_bitmap.xhp
msgctxt ""
"insert_bitmap.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>."
-msgstr "Choisissez <emph>Insertion - Image - À partir d'un fichier</emph>."
+msgid "Choose <emph>Insert - Image</emph>."
+msgstr ""
#. 7dhJW
#: insert_bitmap.xhp
@@ -14264,6 +14264,15 @@ msgctxt ""
msgid "Select the file. In the <emph>File type</emph> box you can restrict the selection to certain file types."
msgstr "Sélectionnez le fichier. La zone <emph>Type de fichier</emph> permet de restreindre la sélection à certains types de fichier."
+#. Gmwtg
+#: insert_bitmap.xhp
+msgctxt ""
+"insert_bitmap.xhp\n"
+"par_id361654339227514\n"
+"help.text"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Select the frame style for the image.</caseinline><caseinline select=\"CALC\">Select the anchor type for the image at the current cell position.</caseinline><defaultinline>Check below.</defaultinline></switchinline>"
+msgstr ""
+
#. 3stNZ
#: insert_bitmap.xhp
msgctxt ""
@@ -21581,6 +21590,240 @@ msgctxt ""
msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog."
msgstr "Copie la mise en forme des cellules spécifiée à l'aide de la boîte de dialogue <menuitem>Format - Cellules</menuitem>."
+#. Sigiv
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"tit\n"
+"help.text"
+msgid "Loading Color, Gradient, and Hatching Palettes"
+msgstr ""
+
+#. fj5SB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3154510\n"
+"help.text"
+msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
+msgstr ""
+
+#. K56V8
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3154510\n"
+"help.text"
+msgid "<variable id=\"palette_files\"><link href=\"text/shared/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching palettes\">Loading Color, Gradient, and Hatching Palettes</link></variable>"
+msgstr ""
+
+#. wCTT3
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3156385\n"
+"help.text"
+msgid "You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists."
+msgstr ""
+
+#. ZCUF9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3155961\n"
+"help.text"
+msgid "To load a color palette:"
+msgstr ""
+
+#. Eczt9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id451653832000113\n"
+"help.text"
+msgid "Directly from the Extension Manager"
+msgstr ""
+
+#. b9ojA
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id951653832957956\n"
+"help.text"
+msgid "If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:"
+msgstr ""
+
+#. E5GkG
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id31653832012564\n"
+"help.text"
+msgid "Open the <link href=\"text/shared/01/packagemanager.xhp\" name=\"Extension Manager\">Extension Manager</link>."
+msgstr ""
+
+#. UMGbj
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id251653832314161\n"
+"help.text"
+msgid "Click <widget>Add</widget>"
+msgstr ""
+
+#. X9Ryk
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id131653832320577\n"
+"help.text"
+msgid "Select the extension file (usually a file with <literal>oxt</literal> file extension)"
+msgstr ""
+
+#. G96ns
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id711653832326219\n"
+"help.text"
+msgid "Click <widget>OK</widget>. You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. ri65P
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id481653832380062\n"
+"help.text"
+msgid "From the Area dialog box"
+msgstr ""
+
+#. 7CbVF
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id871653833259427\n"
+"help.text"
+msgid "Loading color palettes from the Area dialog box brings a dialog with all color palettes available in the %PRODUCTNAME Extension Website."
+msgstr ""
+
+#. 5yi7U
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3154656\n"
+"help.text"
+msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
+msgstr ""
+
+#. v8FEC
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3152896\n"
+"help.text"
+msgid "Click the <emph>Add color palette via extensions</emph> button. A dialog with all available color palettes in the %PRODUCTNAME extension site will appear."
+msgstr ""
+
+#. XafCz
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3151239\n"
+"help.text"
+msgid "Locate the color list that you want to load, and then click <emph>Install</emph>."
+msgstr ""
+
+#. XbjUS
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id891653833998608\n"
+"help.text"
+msgid "Close the Extension dialog.You will be asked to restart %PRODUCTNAME."
+msgstr ""
+
+#. EDN4C
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"bm_id3149871\n"
+"help.text"
+msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; %PRODUCTNAME colors</bookmark_value><bookmark_value>%PRODUCTNAME colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
+msgstr ""
+
+#. ELMea
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id691653835138200\n"
+"help.text"
+msgid "About the Default Color palettes:"
+msgstr ""
+
+#. rDWo9
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3149871\n"
+"help.text"
+msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing."
+msgstr ""
+
+#. DtCSD
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id991653835058847\n"
+"help.text"
+msgid "The colors in the Compatibility and HTML palettes are optimized for displays using a resolution of 256 colors."
+msgstr ""
+
+#. t6FmY
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id751653835074137\n"
+"help.text"
+msgid "The palettes “LibreOffice” and “Material” contain the official %PRODUCTNAME and Material Design palettes respectively."
+msgstr ""
+
+#. LHAim
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id441653835085498\n"
+"help.text"
+msgid "The \"tonal\" palette provides a set of colors organized by luminance contrast that work across different hardware."
+msgstr ""
+
+#. qcFBB
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"hd_id3150435\n"
+"help.text"
+msgid "To load a gradient and hatching palette:"
+msgstr ""
+
+#. tEhw5
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id961653834430135\n"
+"help.text"
+msgid "<link href=\"https://extensions.libreoffice.org/\" name=\"Extensions website\">Extensions Website</link>."
+msgstr ""
+
+#. 6drbu
+#: palette_files.xhp
+msgctxt ""
+"palette_files.xhp\n"
+"par_id3155437\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
+msgstr ""
+
#. LFKkc
#: pasting.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/shared/help.po b/source/fr/helpcontent2/source/text/shared/help.po
index 5c686e92f02..76ba74332e9 100644
--- a/source/fr/helpcontent2/source/text/shared/help.po
+++ b/source/fr/helpcontent2/source/text/shared/help.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-03-20 12:48+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedhelp/fr/>\n"
"Language: fr\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1559140855.000000\n"
#. jdDhb
@@ -869,7 +869,7 @@ msgctxt ""
"hd_id471652287598699\n"
"help.text"
msgid "<variable id=\"externalvideo\">External video</variable>"
-msgstr ""
+msgstr "<variable id=\"externalvideo\">Vidéo externe</variable>"
#. CKGLp
#: browserhelp.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id311644338760624\n"
"help.text"
msgid "<variable id=\"ytaccept\">Please accept this video. By accepting you will be accessing content from YouTube, a service provided by an external third party.</variable>"
-msgstr ""
+msgstr "<variable id=\"ytaccept\">Veuillez accepter cette vidéo. En acceptant, vous accéderez au contenu de YouTube, un service fourni par un tiers externe.</variable>"
#. BvoqF
#: browserhelp.xhp
@@ -896,4 +896,4 @@ msgctxt ""
"par_id91644338793051\n"
"help.text"
msgid "<variable id=\"ytprivacy\">YouTube Privacy Policy</variable>"
-msgstr ""
+msgstr "<variable id=\"ytprivacy\">Politique de confidentialité de YouTube</variable>"
diff --git a/source/fr/helpcontent2/source/text/shared/optionen.po b/source/fr/helpcontent2/source/text/shared/optionen.po
index d744a148687..56fec24a614 100644
--- a/source/fr/helpcontent2/source/text/shared/optionen.po
+++ b/source/fr/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-31 22:24+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/fr/>\n"
@@ -917,14 +917,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Specifies that <item type=\"productname\">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/optsavepage/userautosave\">Spécifie que <item type=\"productname\">%PRODUCTNAME</item> enregistre tous les documents ouverts lors de l'enregistrement de récupération automatique des informations. Utilise le même intervalle de temps que pour la récupération automatique.</ahelp>"
-#. mo7Ek
+#. BFvqF
#: 01010200.xhp
msgctxt ""
"01010200.xhp\n"
"hd_id3153575\n"
"help.text"
-msgid "Save URLs relative to file system"
-msgstr "Enregistrer les URL relatifs au système de fichiers"
+msgid "<variable id=\"relative_saving_option\">Save URLs relative to file system</variable>"
+msgstr ""
#. URbep
#: 01010200.xhp
diff --git a/source/fr/helpcontent2/source/text/simpress/guide.po b/source/fr/helpcontent2/source/text/simpress/guide.po
index d6f3e93460a..5d8b3f8450d 100644
--- a/source/fr/helpcontent2/source/text/simpress/guide.po
+++ b/source/fr/helpcontent2/source/text/simpress/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-25 12:49+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-03 10:36+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/fr/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.8.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559911552.000000\n"
#. S83CC
@@ -4336,204 +4336,6 @@ msgctxt ""
msgid "Select the slide that you want the copied slide to follow, and then choose <emph>Edit - Paste</emph>."
msgstr "Sélectionnez la diapo devant se situer après la diapo à copier et choisissez <emph>Édition - Coller</emph>."
-#. uGXHy
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"tit\n"
-"help.text"
-msgid "Loading Color, Gradient, and Hatching Lists"
-msgstr "Chargement de palettes de couleurs, dégradés et hachures"
-
-#. fj5SB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3154510\n"
-"help.text"
-msgid "<bookmark_value>colors;loading lists</bookmark_value><bookmark_value>gradients;loading lists</bookmark_value><bookmark_value>hatching;loading lists</bookmark_value><bookmark_value>loading;colors/gradients/hatchings</bookmark_value>"
-msgstr "<bookmark_value>Couleurs;chargement de listes</bookmark_value><bookmark_value>Dégradés;chargement de listes</bookmark_value><bookmark_value>Hachures;chargement de listes</bookmark_value><bookmark_value>Chargement;couleurs/dégradés/hachures</bookmark_value>"
-
-#. szCGB
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3154510\n"
-"help.text"
-msgid "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Loading Color, Gradient, and Hatching Lists\">Loading Color, Gradient, and Hatching Lists</link></variable>"
-msgstr "<variable id=\"palette_files\"><link href=\"text/simpress/guide/palette_files.xhp\" name=\"Chargement de palettes de couleurs, de dégradés et de hachures\">Chargement de palettes de couleurs, de dégradés et de hachures</link></variable>"
-
-#. 6FeGK
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3156385\n"
-"help.text"
-msgid "You can use lists to organize colors, gradients, or hatching patterns. $[officename] provides several lists that you can load and use in your document. If you want, you can add or delete elements from a list, or even create custom lists."
-msgstr "Vous pouvez utiliser des listes afin d'organiser les couleurs, les dégradés ou les motifs de hachures. $[officename] fournit plusieurs listes que vous pouvez charger et utiliser dans le document. Si vous le souhaitez, vous pouvez ajouter ou supprimer des éléments dans une palette et même créer des palettes personnalisées."
-
-#. Bm4tE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3155961\n"
-"help.text"
-msgid "To load a color list:"
-msgstr "Pour charger une palette de couleurs :"
-
-#. 5yi7U
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154656\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab."
-msgstr "Choisissez <emph>Format - Remplissage</emph> et cliquez sur l'onglet <emph>Couleurs</emph>."
-
-#. oerUd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3152896\n"
-"help.text"
-msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Cliquez sur le bouton <emph>Charger la palette de couleurs</emph>."
-
-#. TNKUC
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
-msgstr "Localisez la palette de couleurs à charger et cliquez sur <emph>Ouvrir</emph>. Le format d'un fichier de palette de couleurs est [nom de fichier].soc."
-
-#. hgANf
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154762\n"
-"help.text"
-msgid "To save a color list, click the <emph>Save Color List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pour enregistrer une palette de couleurs, cliquez sur le bouton <emph>Enregistrer la palette de couleurs</emph>, saisissez un nom de fichier et cliquez sur <emph>Enregistrer</emph>."
-
-#. xANXJ
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"bm_id3149871\n"
-"help.text"
-msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; HLC colors</bookmark_value><bookmark_value>Material Design colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; freieFarbe</bookmark_value>"
-msgstr "<bookmark_value>Couleurs;couleur par défaut</bookmark_value><bookmark_value>Couleurs;couleur de LibreOffice</bookmark_value><bookmark_value>Couleurs de LibreOffice</bookmark_value><bookmark_value>Couleurs;couleurs HLC</bookmark_value><bookmark_value>Couleurs Material Design</bookmark_value><bookmark_value>Couleurs;Web</bookmark_value><bookmark_value>Couleurs;freieFarbe</bookmark_value>"
-
-#. eBU5D
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149871\n"
-"help.text"
-msgid "The freieFarbe HLC color list is based on the CIELAB model and is optimized for professional CMYK printing. The colors in the Compatibility and HTML lists are optimized for displays using a resolution of 256 colors. The palettes “LibreOffice” and “Material” contain the official LibreOffice and Material Design palettes respectively. The tonal.soc palette provides a set of colors organized by luminance contrast that work across different hardware."
-msgstr "La liste de couleurs freieFarbe HLC est basée sur le modèle CIELAB et est optimisée pour l'impression CMJN professionnelle. Les couleurs des listes Compatibilité et HTML sont optimisées pour les affichages utilisant une résolution de 256 couleurs. Les palettes « LibreOffice » et « Material » contiennent respectivement les palettes officielles LibreOffice et Material Design. La palette tonal.soc fournit un ensemble de couleurs organisées par contraste de luminance qui fonctionnent sur différents matériels."
-
-#. zAWpj
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3150435\n"
-"help.text"
-msgid "To load a gradient list:"
-msgstr "Pour charger une palette de dégradés :"
-
-#. ADuDF
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150393\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Gradients</emph> tab."
-msgstr "Choisissez <emph>Format - Remplissage</emph> et cliquez sur l'onglet <emph>Dégradés</emph>."
-
-#. HkDsv
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3146322\n"
-"help.text"
-msgid "Click the <emph>Load Gradients List</emph> button."
-msgstr "Cliquez sur le bouton <emph>Charger la palette de dégradés</emph>."
-
-#. czyHE
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "Locate the gradient list that you want to load, and then click <emph>Open</emph>. A gradient list file has the format [filename].sog."
-msgstr "Localisez la palette de dégradés à charger et cliquez sur <emph>Ouvrir</emph>. Le format d'un fichier de palette de dégradés est [nom de fichier].sog."
-
-#. Do8DY
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3150740\n"
-"help.text"
-msgid "To save a gradients list, click the <emph>Save Gradients List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pour enregistrer une palette de dégradés, cliquez sur le bouton <emph>Enregistrer la palette de dégradés</emph>, saisissez un nom de fichier et cliquez sur <emph>Enregistrer</emph>."
-
-#. VEGCM
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"hd_id3153036\n"
-"help.text"
-msgid "To load a hatching list:"
-msgstr "Pour charger une palette de hachures :"
-
-#. f5Q9N
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155255\n"
-"help.text"
-msgid "Choose <emph>Format - Area</emph>, and then click the <emph>Hatching</emph> tab."
-msgstr "Choisissez <emph>Format - Remplissage</emph> et cliquez sur l'onglet <emph>Hachures</emph>."
-
-#. X9vSm
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3153004\n"
-"help.text"
-msgid "Click the <emph>Load Hatches List</emph> button."
-msgstr "Cliquez sur le bouton <emph>Charger la palette de hachures</emph>."
-
-#. FGRAd
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3154505\n"
-"help.text"
-msgid "Locate the hatches list that you want to load, and then click <emph>Open</emph>. A hatches list file has the format [filename].soh."
-msgstr "Localisez la palette de hachures à charger et cliquez sur <emph>Ouvrir</emph>. Le format d'un fichier de palette de hachures est [nom de fichier].soh."
-
-#. CJfVg
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3149881\n"
-"help.text"
-msgid "To save a hatches list, click the <emph>Save Hatches List</emph> button, enter a filename, and then click <emph>Save</emph>."
-msgstr "Pour enregistrer une palette de hachures, cliquez sur le bouton <emph>Enregistrer la palette de hachures</emph>, saisissez un nom de fichier et cliquez sur <emph>Enregistrer</emph>."
-
-#. 6drbu
-#: palette_files.xhp
-msgctxt ""
-"palette_files.xhp\n"
-"par_id3155437\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Area\">Format - Area</link>"
-msgstr "<link href=\"text/shared/01/05210000.xhp\" name=\"Format - Remplissage\">Format - Remplissage</link>"
-
#. vf3R9
#: photo_album.xhp
msgctxt ""
@@ -6091,14 +5893,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Allez à la diapo où vous souhaitez insérer le classeur."
-#. DDV5N
+#. kuE78
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "Choose <emph>Insert - OLE- Object</emph>. Click <emph>Create new</emph> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
-msgstr "Choisissez <emph>Insertion - Objet OLE</emph>. Cliquez sur <emph>Création d'un nouvel objet</emph> et sélectionnez le classeur %PRODUCTNAME. Cliquez sur OK. Cliquez dans la feuille de calcul pour y saisir les données."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data."
+msgstr ""
#. 6WivQ
#: table_insert.xhp
@@ -6145,14 +5947,14 @@ msgctxt ""
msgid "Go to the slide where you want to insert the spreadsheet."
msgstr "Allez à la diapo où vous souhaitez insérer le classeur."
-#. LS4oM
+#. A3AFG
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3153075\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Choisissez <emph>Insertion - Objet - Objet OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. GDkX7
#: table_insert.xhp
@@ -6199,14 +6001,14 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Slide Layout\">Format - Slide Layout</link>"
msgstr "<link href=\"text/simpress/01/05130000.xhp\" name=\"Format - Mise en page des diapos\">Format - Mise en page des diapos</link>"
-#. EFiSp
+#. WbMPU
#: table_insert.xhp
msgctxt ""
"table_insert.xhp\n"
"par_id3150335\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - Object - OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"Insertion - Objet - Objet OLE\">Insertion - Objet - Objet OLE</link>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"Insert - Object - OLE Object\">Insert - OLE Object - OLE Object</link>"
+msgstr ""
#. xQ5JW
#: text2curve.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter.po b/source/fr/helpcontent2/source/text/swriter.po
index f331a717a23..3674050aaa3 100644
--- a/source/fr/helpcontent2/source/text/swriter.po
+++ b/source/fr/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/fr/>\n"
"Language: fr\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1546876370.000000\n"
@@ -2598,7 +2598,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "OLE Object Bar"
-msgstr ""
+msgstr "Barre Objets OLE"
#. iiqD4
#: main0216.xhp
@@ -2607,7 +2607,7 @@ msgctxt ""
"hd_id3150726\n"
"help.text"
msgid "<link href=\"text/swriter/main0216.xhp\" name=\"OLE Object Bar\">OLE Object Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0216.xhp\" name=\"OLE Object Bar\">Barre Objet OLE</link>"
#. phgBb
#: main0216.xhp
@@ -2616,7 +2616,7 @@ msgctxt ""
"par_id3150746\n"
"help.text"
msgid "<ahelp hid=\"HID_OLE_TOOLBOX\">The <emph>OLE Object</emph> bar appears when objects are selected, and contains the most important functions for formatting and positioning objects.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_OLE_TOOLBOX\">La barre <emph>Objets OLE</emph> apparaît lorsque des objets sont sélectionnés ; elle contient les principales fonctions de formatage et de positionnement des objets.</ahelp>"
#. FGEsG
#: main0216.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter/00.po b/source/fr/helpcontent2/source/text/swriter/00.po
index ae2142e7b05..c09789ac699 100644
--- a/source/fr/helpcontent2/source/text/swriter/00.po
+++ b/source/fr/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-12 11:50+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/fr/>\n"
@@ -2033,6 +2033,15 @@ msgctxt ""
msgid "Choose <emph>Insert - Frame - Frame - Options</emph> tab."
msgstr "Choisissez l'onglet <emph>Insertion - Cadre - Options</emph>."
+#. vcB57
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id31509223529635\n"
+"help.text"
+msgid "Right-click selected object, choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
#. k2JDN
#: 00000405.xhp
msgctxt ""
@@ -2303,14 +2312,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Hauteur de ligne optimale"
-#. SKLB2
+#. rYvBh
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153569\n"
"help.text"
-msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>."
-msgstr "Choisissez <emph>Tableau - Adaptation - Répartir les lignes régulièrement</emph>."
+msgid "Choose <emph>Table - Autofit - Distribute Rows Evenly</emph>."
+msgstr ""
#. anxFF
#: 00000405.xhp
@@ -2321,23 +2330,23 @@ msgctxt ""
msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> bar, click"
msgstr "Ouvrez la barre d'outils <emph>Optimiser la taille</emph> à partir de la barre d'outils <emph>Tableau</emph>, cliquez sur"
-#. S6W6h
+#. G9F4N
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3145297\n"
"help.text"
-msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>"
-msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icône Répartir les lignes régulièrement</alt></image>"
+msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Evenly</alt></image>"
+msgstr ""
-#. KuUhp
+#. mcGuL
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3153206\n"
"help.text"
-msgid "Distribute Rows Equally"
-msgstr "Répartir les lignes régulièrement"
+msgid "Distribute Rows Evenly"
+msgstr ""
#. sa4Tg
#: 00000405.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter/01.po b/source/fr/helpcontent2/source/text/swriter/01.po
index e71b518d1b2..0ee20d2231c 100644
--- a/source/fr/helpcontent2/source/text/swriter/01.po
+++ b/source/fr/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-05-22 12:50+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/fr/>\n"
"Language: fr\n"
@@ -4391,23 +4391,23 @@ msgctxt ""
msgid "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Displays how the document will look when you print it.</ahelp></variable>"
msgstr "<variable id=\"normal_layout_text\"><ahelp hid=\".\">Montre comment le document apparaîtra quand vous l'imprimerez.</ahelp></variable>"
-#. PpUYz
+#. XffAc
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "Hidden Paragraphs"
-msgstr "Paragraphes masqués"
+msgid "Field Hidden Paragraphs"
+msgstr ""
-#. eKEYp
+#. Nn7pr
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"hd_id3155959\n"
"help.text"
-msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Hidden Paragraphs</link>"
-msgstr "<link href=\"text/swriter/01/03140000.xhp\" name=\"Paragraphes masqués\">Paragraphes masqués</link>"
+msgid "<link href=\"text/swriter/01/03140000.xhp\" name=\"Hidden Paragraphs\">Field Hidden Paragraphs</link>"
+msgstr ""
#. CUGiA
#: 03140000.xhp
@@ -4461,7 +4461,7 @@ msgctxt ""
"bm_id991649682491332\n"
"help.text"
msgid "<bookmark_value>manual break;next full line</bookmark_value><bookmark_value>manual break;right</bookmark_value><bookmark_value>manual break;clear right</bookmark_value><bookmark_value>clear right;manual break</bookmark_value><bookmark_value>manual break;clear left</bookmark_value><bookmark_value>manual break;left</bookmark_value><bookmark_value>clear left;manual break</bookmark_value><bookmark_value>manual break;next line</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Saut manuel;prochaine ligne entière</bookmark_value><bookmark_value>Saut manuel;droit</bookmark_value><bookmark_value>Saut manuel;effacer à droite</bookmark_value><bookmark_value>Effacer à droite;saut manuel</bookmark_value><bookmark_value>Saut manuel;effacer à gauche</bookmark_value><bookmark_value>Saut manuel;gauche</bookmark_value><bookmark_value>Effacer à gauche;saut manuel</bookmark_value><bookmark_value>Saut manuel;ligne suivante</bookmark_value>"
#. FuBqy
#: 04010000.xhp
@@ -15011,14 +15011,14 @@ msgctxt ""
msgid "Heading rows"
msgstr "Lignes d'en-tête"
-#. 2tkGH
+#. C3bL5
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_idN10758\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Sélectionnez le nombre de lignes à utiliser pour l'en-tête.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/inserttable/repeatheaderspin\">Select the number of rows that you want to use for the heading.</ahelp> The spinbox accepts values up to one less than the number of rows being inserted."
+msgstr ""
#. kw4EB
#: 04150000.xhp
@@ -18269,41 +18269,104 @@ msgctxt ""
msgid "Vertical"
msgstr "Vertical"
-#. cATrk
+#. uBumw
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3150161\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp>"
-msgstr "<ahelp hid=\".\">Sélectionnez l'option d'alignement vertical pour l'objet.</ahelp>"
+msgid "<ahelp hid=\".\">Select the vertical alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list."
+msgstr ""
-#. uAuov
+#. knMYP
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3150463\n"
+"hd_id3154724\n"
"help.text"
-msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
-msgstr "Si vous ancrez un objet à un cadre avec une hauteur fixe, seules les options d'alignement \"En bas\" et \"Centre\" sont disponibles."
+msgid "by"
+msgstr "à"
-#. knMYP
+#. Y6mTm
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"hd_id3154724\n"
+"par_id911652710121127\n"
"help.text"
-msgid "by"
-msgstr "à"
+msgid "Enter the amount of space to leave from the top edge of the object to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is active only when the following combinations of <menuitem>Vertical</menuitem> and <menuitem>Anchor</menuitem> are selected. For these combinations, you can specify the amount of space to leave from:"
+msgstr ""
+
+#. MKMgj
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id101652926402414\n"
+"help.text"
+msgid "Vertical"
+msgstr ""
+
+#. oifcH
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id511652926402414\n"
+"help.text"
+msgid "with Anchor"
+msgstr ""
+
+#. pAEJw
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id621652926402414\n"
+"help.text"
+msgid "<menuitem>From top</menuitem>"
+msgstr ""
+
+#. qECoA
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id321652926777383\n"
+"help.text"
+msgid "Top edge of selected region.<br/> Positive values move the object down, negative values up."
+msgstr ""
-#. vYDyu
+#. FHLAM
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
-"par_id3156130\n"
+"par_id491652926402414\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the <emph>To</emph> box.</ahelp> This option is only available if you select \"From Top\" or \"From Bottom\" (as character) in the <emph>Vertical</emph> box."
-msgstr "<ahelp hid=\".\">Saisissez l'espace à laisser entre le bord supérieur de l'objet sélectionné et le point de référence que vous avez indiqué dans la zone <emph>pour</emph>.</ahelp> Cette option n'est disponible que si vous avez sélectionné \"Du haut\" ou \"Du bas\" (ancrage comme caractère) dans la zone <emph>Vertical</emph>."
+msgid "<menuitem>To page</menuitem>, <menuitem>To paragraph</menuitem>, <menuitem>To character</menuitem> or <menuitem>To frame</menuitem>"
+msgstr ""
+
+#. KNJTn
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id561652926613710\n"
+"help.text"
+msgid "<menuitem>From bottom</menuitem>"
+msgstr ""
+
+#. BCKHf
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id691652964127818\n"
+"help.text"
+msgid "Selected reference line.<br/> Positive values move the object up, negative values down."
+msgstr ""
+
+#. 6ThGZ
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id41652926572150\n"
+"help.text"
+msgid "<menuitem>To character</menuitem> or <menuitem>As character</menuitem>"
+msgstr ""
#. XCyaK
#: 05060100.xhp
@@ -18314,14 +18377,14 @@ msgctxt ""
msgid "to"
msgstr "pour"
-#. gbkWP
+#. f7AKV
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id3155075\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the region or reference point for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference points:"
-msgstr "<ahelp hid=\".\">Sélectionnez la région ou le point de référence de l'alignement vertical.</ahelp> L'objet peut être positionné par rapport aux régions ou points de référence suivants :"
+msgid "<ahelp hid=\".\">Select the region or reference line for the vertical alignment.</ahelp> The object can be positioned in relation to the following regions or reference lines:"
+msgstr ""
#. 5GxHP
#: 05060100.xhp
@@ -18359,14 +18422,14 @@ msgctxt ""
msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins."
msgstr "<emph>Zone de texte de la page :</emph> l'objet est positionné en tenant compte de toute la hauteur disponible pour le texte, des marges de haut en bas."
-#. R8syf
+#. oJVt5
#: 05060100.xhp
msgctxt ""
"05060100.xhp\n"
"par_id951629212020860\n"
"help.text"
-msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character."
-msgstr "<emph>Caractère :</emph> l'objet est positionné en tenant compte de l'espace vertical utilisé par le caractère."
+msgid "<menuitem>Character</menuitem>: available only for \"To character\" or \"As character\" anchoring, the object is positioned relative to the region between the top border and bottom border of the character immediately before where the anchor is placed. A character formatted with a common border with other characters or objects uses the region for the highest character or object in the common border."
+msgstr ""
#. DLwXg
#: 05060100.xhp
@@ -18413,6 +18476,15 @@ msgctxt ""
msgid "<menuitem>Frame text area</menuitem>: available only for \"To frame\" anchoring, the text area of the frame."
msgstr "<menuitem>Zone de texte du cadre</menuitem> : disponible uniquement pour l'ancrage \"Au cadre\", la zone de texte du cadre."
+#. uAuov
+#: 05060100.xhp
+msgctxt ""
+"05060100.xhp\n"
+"par_id3150463\n"
+"help.text"
+msgid "If you anchor an object to a frame with a fixed height, only the \"Bottom\" and \"Center\" alignment options are available."
+msgstr "Si vous ancrez un objet à un cadre avec une hauteur fixe, seules les options d'alignement \"En bas\" et \"Centre\" sont disponibles."
+
#. bQXrs
#: 05060100.xhp
msgctxt ""
@@ -20357,32 +20429,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/05060900.xhp\" name=\"Options\">Options</link>"
-#. VDRPB
+#. BsZAB
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149708\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Spécifie les propriétés de l'objet, de l'image ou du cadre sélectionné.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specify properties for the selected image, frame or OLE object.</ahelp>"
+msgstr ""
-#. Fa7YA
+#. kgCFv
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3151183\n"
"help.text"
-msgid "Name"
-msgstr "Nom"
-
-#. rxBwR
-#: 05060900.xhp
-msgctxt ""
-"05060900.xhp\n"
-"par_id3147568\n"
-"help.text"
-msgid "Specifies the name of the selected item, and associated links."
-msgstr "Spécifie le nom de l'élément sélectionné et les liens associés à cet élément."
+msgid "Accessibility"
+msgstr ""
#. XPcB4
#: 05060900.xhp
@@ -20411,23 +20474,23 @@ msgctxt ""
msgid "Assign an object, graphic or frame a meaningful name, so that you can quickly locate it afterwards in long documents."
msgstr "Assignez un nom évocateur à cet élément (objet, image ou cadre) afin de pouvoir ensuite le retrouver facilement dans des documents comportant de nombreuses pages."
-#. c5ACh
+#. XuRbe
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"hd_id3153674\n"
"help.text"
-msgid "Alternative text (floating frames, graphics, and objects only)"
-msgstr "Texte alternatif (cadres flottants, images et objets uniquement)"
+msgid "Text Alternative (images and OLE objects only)"
+msgstr ""
-#. ZFNbX
+#. 2g5Pt
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
-"par_id3150977\n"
+"hd_id131652489268586\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/altname\">Entrez le texte à afficher dans un navigateur Web lorsque l'élément sélectionné n'est pas disponible. Le texte alternatif constitue une aide utile pour les personnes handicapées.</ahelp>"
+msgid "Sequences (frames only)"
+msgstr ""
#. x4uAe
#: 05060900.xhp
@@ -20438,14 +20501,14 @@ msgctxt ""
msgid "Previous link"
msgstr "Lien précédent"
-#. AE5Q6
+#. Mt4bj
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3154192\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Affiche l'élément (objet, image ou cadre) qui précède l'élément actif dans une séquence liée. Pour ajouter ou changer le lien précédent, sélectionnez un nom dans la liste. S'il s'agit de cadres liés, le cadre actif et le cadre cible doivent être vides.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/prev\">Displays the frame that comes before the selected frame in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the selected frame and the target frame must be empty.</ahelp>"
+msgstr ""
#. 8PUQ5
#: 05060900.xhp
@@ -20456,14 +20519,14 @@ msgctxt ""
msgid "Next link"
msgstr "Lien suivant"
-#. FeLCD
+#. cZDRk
#: 05060900.xhp
msgctxt ""
"05060900.xhp\n"
"par_id3149485\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Affiche l'élément (objet, image ou cadre) qui suit l'élément actif dans une séquence liée. Pour ajouter ou changer le lien suivant, sélectionnez un nom dans la liste. S'il s'agit de cadres liés, le cadre cible doit être vide.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/next\">Displays the frame that comes after the selected frame in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</ahelp>"
+msgstr ""
#. AkGAN
#: 05060900.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter/guide.po b/source/fr/helpcontent2/source/text/swriter/guide.po
index c67bf8d60fc..15ac72310ae 100644
--- a/source/fr/helpcontent2/source/text/swriter/guide.po
+++ b/source/fr/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
-"PO-Revision-Date: 2022-03-31 22:24+0000\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 18:31+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/fr/>\n"
"Language: fr\n"
@@ -44,23 +44,23 @@ msgctxt ""
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positionnement des objets\">Positionnement des objets</link></variable>"
-#. ZQbRG
+#. MDGBe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id181634295881266\n"
"help.text"
-msgid "An object, such as an image, is positioned within a document using anchors attached to other elements."
-msgstr "Un objet, tel qu'une image, est positionné à l'intérieur d'un document en utilisant des ancres attachées à d'autres éléments."
+msgid "An object, such as an image or frame, is positioned within a document using anchors attached to other elements."
+msgstr ""
-#. rrmfz
+#. FAyRX
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id41634291500513\n"
"help.text"
-msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point."
-msgstr "Une ancre détermine le point de référence d'un objet. Le point de référence peut être la page ou un cadre où se situe l'objet, un paragraphe ou même un caractère. Une image a toujours une ancre et donc un point de référence."
+msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor."
+msgstr ""
#. czeNu
#: anchor_object.xhp
@@ -197,23 +197,50 @@ msgctxt ""
msgid "To frame"
msgstr "Au cadre"
-#. sHfSc
+#. TnDjZ
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
"help.text"
-msgid "Anchors the selected item to the surrounding frame."
-msgstr "Ancre l'élément sélectionné au cadre qui l'entoure."
+msgid "Anchors the selected object to the surrounding frame."
+msgstr ""
-#. qbj2P
+#. J6QFR
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id341653868751593\n"
+"help.text"
+msgid "Moving an Anchor"
+msgstr ""
+
+#. 6DYVe
#: anchor_object.xhp
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
-msgstr "Lorsque vous insérez un objet, une image ou un cadre, une icône d'ancrage apparaît à l'endroit où l'objet est ancré. Vous pouvez déplacer une ancre ou, en gardant à l'esprit d'autres contraintes d'objet, positionner un objet par rapport au point de référence de l'ancre en faisant glisser l'objet. Pour modifier les options d'ancrage d'un élément, cliquez avec le bouton droit sur l'élément, puis choisissez une option dans le sous-menu <item type=\"menuitem\">Ancrer</item>."
+msgid "When you insert a shape, textbox, OLE object, image, or frame in your document, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object."
+msgstr ""
+
+#. eH7Gv
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"hd_id841653869348328\n"
+"help.text"
+msgid "Changing an Anchor"
+msgstr ""
+
+#. iWVDA
+#: anchor_object.xhp
+msgctxt ""
+"anchor_object.xhp\n"
+"par_id711653869372168\n"
+"help.text"
+msgid "To change the anchoring options of an object, right-click the object, and then choose an option from the <link href=\"text/shared/01/05260000.xhp\" name=\"Anchor submenu link\"><menuitem>Anchor</menuitem></link> submenu."
+msgstr ""
#. EkgCv
#: arrange_chapters.xhp
@@ -1617,7 +1644,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "Click the <emph>Borders</emph> icon on the <emph>OLE Object</emph> toolbar or <emph>Frame</emph> toolbar to open the <emph>Borders</emph> window."
-msgstr ""
+msgstr "Pour ouvrir la fenêtre <emph>Bordures</emph>, cliquez sur l'icône <emph>Bordures</emph> dans la barre d'outils <emph>Objets OLE</emph> ou dans la barre d'outils <emph>Cadre</emph>."
#. 2ZzA5
#: border_object.xhp
@@ -9233,14 +9260,14 @@ msgctxt ""
msgid "Inserting a Graphic From a File"
msgstr "Insertion d'une image à partir d'un fichier"
-#. sG8ey
+#. FBBrD
#: insert_graphic_dialog.xhp
msgctxt ""
"insert_graphic_dialog.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value> <bookmark_value>inserting; pictures, by dialog</bookmark_value>"
-msgstr "<bookmark_value>Images;insertion via une boîte de dialogue</bookmark_value><bookmark_value>Insertion;images via une boîte de dialogue</bookmark_value>"
+msgid "<bookmark_value>pictures; inserting by dialog</bookmark_value><bookmark_value>inserting; pictures, by dialog</bookmark_value>"
+msgstr ""
#. necx9
#: insert_graphic_dialog.xhp
@@ -9251,33 +9278,6 @@ msgctxt ""
msgid "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Inserting a Graphic From a File\">Inserting a Graphic From a File</link></variable>"
msgstr "<variable id=\"insert_graphic_dialog\"><link href=\"text/swriter/guide/insert_graphic_dialog.xhp\" name=\"Insertion d'une image à partir d'un fichier\">Insertion d'une image à partir d'un fichier</link></variable>"
-#. J7yE4
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155914\n"
-"help.text"
-msgid "Click in the document where you want to insert the graphic."
-msgstr "Cliquez dans le document à l'endroit où vous voulez insérer l'image."
-
-#. f4F4p
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3155864\n"
-"help.text"
-msgid "Choose <link href=\"text/shared/01/04140000.xhp\" name=\"Insert - Image - From File\"><emph>Insert - Image - From File</emph></link>."
-msgstr "Choisissez <link href=\"text/shared/01/04140000.xhp\" name=\"Insertion - Image - À partir d'un fichier\"><emph>Insertion - Image - À partir d'un fichier</emph></link>."
-
-#. XZGBV
-#: insert_graphic_dialog.xhp
-msgctxt ""
-"insert_graphic_dialog.xhp\n"
-"par_id3156021\n"
-"help.text"
-msgid "Locate the graphic file that you want to insert, and then click <emph>Open</emph>."
-msgstr "Localisez et sélectionnez le fichier graphique à insérer, puis cliquez sur <emph>Ouvrir</emph>."
-
#. Wz9DW
#: insert_graphic_dialog.xhp
msgctxt ""
@@ -19277,14 +19277,14 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "Choisissez <item type=\"menuitem\">Outils - AutoCorrection - Options d'AutoCorrection - Insertion automatique</item>."
-#. MasxC
+#. d8W5b
#: word_completion.xhp
msgctxt ""
"word_completion.xhp\n"
"par_idN107AD\n"
"help.text"
-msgid "Clear <emph>Enable word completion</emph> ."
-msgstr "Décochez la case <emph>Compléter les mots</emph>."
+msgid "Uncheck <emph>Enable word completion</emph>."
+msgstr ""
#. CRACd
#: word_completion.xhp
diff --git a/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
index 936299ed6c6..6fec3926997 100644
--- a/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:32+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fr/>\n"
@@ -1247,6 +1247,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "À la feuille précédente"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10677,15 +10687,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Hauteur de ligne optimale"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Répartir les lignes proportionnellement "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21379,15 +21389,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Image"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objet et forme"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26239,15 +26249,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Pi~voter ou retourner"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Modifier l'ancre"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26259,6 +26269,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "An~cre"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30949,6 +30969,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34049,15 +34079,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Premier paragraphe"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimiser la largeur de colonne"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34079,15 +34119,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Augmenter la valeur de retrait"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimiser la hauteur de ligne"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/fr/sc/messages.po b/source/fr/sc/messages.po
index 42e03ed6303..1f8d2f8e1aa 100644
--- a/source/fr/sc/messages.po
+++ b/source/fr/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-12 04:38+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fr/>\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Sélectionner des feuilles"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Feuilles sélectionnées"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Règle"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Cette règle gère les objets à des positions fixes."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Aperçu"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Cette feuille montre la disposition des données dans le document."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Affichage du document"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Feuille %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cellule %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Zone gauche"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Aperçu de page"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Zone centrale"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Zone droite"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "En-tête de la page %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Pied de page de la page %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Ligne de saisie"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Saisie et édition des textes, nombres et formules."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Lecture de média"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Bouton de la souris enfoncé"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barre d'outils Formule"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Classeurs %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(lecture seule)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Mode aperçu)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Pages :"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "~Ignorer les pages vides pour l'impression"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Imprimer toutes les feuilles"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Imprimer les feuilles sélectionnées"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Imprimer les cellules sélectionnées"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Dont :"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Toutes les ~pages"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Pa~ges :"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "La source DDE suivante ne peut pas être actualisée sans doute parce que le document source n'est pas ouvert. Veuillez lancer le document source et essayer de nouveau."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Le fichier externe suivant ne peut pas être chargé. Les données liées à ce fichier n'ont pas été actualisées."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Actualiser les liens externes."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel L1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "La plage contient des étiquettes de ~colonne"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "La plage contient des étiquettes de ~ligne"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Valeur incorrecte"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Aucune formule n'a été spécifiée."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Ni ligne ni colonne n'ont été spécifiées."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Nom ou plage indéfini(e)."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Nom indéfini ou référence de cellule incorrecte."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Les formules ne forment pas une colonne."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Les formules ne forment pas une ligne."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Ajouter un AutoFormat"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Renommer l'AutoFormat"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Nom"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Supprimer l'AutoFormat"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Voulez-vous vraiment supprimer l'AutoFormat # ?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Fermer"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Janv."
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Févr."
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mars"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Nord"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Milieu"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Sud"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Total"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Ancrer à la page"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Ancrer à la cellule"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Condition "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Contenu"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Feuilles"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Noms de plage"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Plages de base de données"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Images"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Objets OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Commentaires"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Plages liées"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Objets de dessin"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "actif"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "inactif"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "masqué"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Fenêtre active"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Nom du scénario"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Commentaire"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Tri croissant"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Tri décroissant"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Tri personnalisé"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Zone de nom"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Ligne de saisie"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Assistant Fonctions"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Accepter"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Annuler"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Sélectionner la fonction"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formule"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Étendre la barre Formule"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Réduire la barre Formule"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Utilisateur inconnu"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Colonne insérée"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Ligne insérée "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Feuille insérée "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Colonne supprimée"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ligne supprimée"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Feuille supprimée"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Plage déplacée"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Contenu modifié"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Contenu modifié"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Modifié dans "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Original"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Modification rejetées"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Acceptées"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Rejetées"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Pas d'entrée"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<vide>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Non protégé"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Non protégé par un mot de passe"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Incompatible au hachage"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Compatible au hachage"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Ressaisir"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Moyenne glissante"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Lissage exponentiel"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Analyse de la variance"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Analyse de la Variance (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - facteur unique"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - deux facteurs"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groupes"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Entre les groupes"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "À travers les groupes"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Source de la variation"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Précision F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Valeur P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "Critique F"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Total"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Corrélation"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Corrélations"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Covariance"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Covariances"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Statistiques descriptives"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Moyenne"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Erreur type"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mode"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Médiane"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Variance"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Écart type"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Asymétrie"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Plage"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maximum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Somme"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Compter"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Premier quartile"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Troisième quartile"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Aléatoire ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Uniforme"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Uniforme entière"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normale"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiale"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Binomiale négative"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Khideux"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Géométrique"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maximum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Moyenne"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Écart type"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Médiane"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Valeur p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Nombre de tentatives"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Valeur nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Échantillonnage"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Test F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Test F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Test-t apparié"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Test-t apparié"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Test z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Test z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Test d'indépendance (Khi-deux)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Régression"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Régression"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Analyse de Fourier"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Analyse de Fourier"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "%NUMBER% colonne"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "%NUMBER% ligne"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alpha"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Variable 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Variable 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Différence de moyenne supposée"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observations"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Différence de moyenne observée"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R^2 ajusté"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Nombre de variables X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Valeur P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Valeur critique"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Statistique du test"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Inférieur"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Supérieur"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "La plage d'entrée n'est pas valide."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "La plage de sortie n'est pas valide."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Linéaire"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logarithmique"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Puissance"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "La plage de variable(s) indépendante(s) n'est pas valide."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "La plage de variable(s) dépendante(s) n'est pas valide."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Le niveau de confiance doit être dans l'intervalle (0,1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "La plage de variable Y ne doit pas avoir plus d'une colonne."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "La plage de variable Y ne doit pas avoir plus d'une ligne."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Régression monovariable : les nombres d'observations en X et en Y doivent être identiques."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Régression multivariable : les nombres d'observations en X et en Y doivent être identiques."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Modèle de régression"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Statistiques de régression"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Résidu"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Niveau de confiance"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Coefficients"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Statistique de Student"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Intercepter"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Y prédit"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Sortie DROITEREG brute"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) latéral droit"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F latéral droit critique"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) latéral gauche"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F critique latéral gauche"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P bilatéral"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F critique bilatéral"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Corrélation Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Variance des différences"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "Stat t"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) unilatéral"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t unilatéral critique"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) bilatéral"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t bilatéral critique"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Variance connue"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) unilatéral"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z critique unilatéral"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) bilatéral"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z critique bilatéral"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Transformée de Fourier"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Transformée de Fourier inverse"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Réel"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Imaginaire"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Amplitude"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Phase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Il y a plus de 2 colonnes sélectionnées avec le mode groupé par colonnes."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Il y a plus de 2 lignes sélectionnées avec le mode groupé par lignes."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Il n'y a pas de données dans la plage d'entrée."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "La sortie est trop longue pour être écrite dans la feuille."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Plage de données d'entrée"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Autoriser la mise à jour"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "À la cellule"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "À la cellule (redimensionner avec la cellule)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "À la page"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Données utilisateur non disponibles."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(accès exclusif)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Il n'y a aucune plage nommée disponible dans le document sélectionné"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Extrafin (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Très fin (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Fin (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Moyen (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Épais (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Très épais (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Double extrafin (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Fin / moyen (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Moyen / extrafin (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Moyen / moyen (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr "Utilise l'ordre de tri personnalisé que vous avez défini dans la boîte de dialogue Options sous %PRODUCTNAME Calc - Listes de tri."
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr "Spécifie qu'un petit rectangle dans le coin supérieur droit de la cellule indique qu'un commentaire existe. Le commentaire sera affiché uniquement si vous activez les infobulles sous %PRODUCTNAME - Général dans la boîte de dialogue Options."
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Ouvre une boîte de dialogue permettant de résoudre une équation à l'aide d'une variable."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Ordre de tri personnalisé"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Langue"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Options"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr "Sélectionnez une option de tri pour la langue."
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr "Sélectionnez la langue souhaitée pour les règles de tri."
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Options de tri"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr "Définit des options de tri supplémentaires."
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Ordre de tri _personnalisé"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Trier"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr "Spécifiez les paramètres de calcul et de présentation des sous-totaux."
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Indicateur de _commentaire"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "_Mise en évidence des valeurs"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr "Cochez la case Mise en évidence des valeurs pour afficher le contenu des cellules de différentes couleurs en fonction de leur type. Les cellules de texte sont formatées en noir, les formules en vert et les cellules de nombre en bleu, peu importe la façon dont leur affichage est formaté."
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Ancrer"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr "Indique si l'icône Ancre s'affiche lorsque vous sélectionnez un objet inséré, tel qu'une image."
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "_Débordement de texte"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr "Si une cellule contient davantage de texte qu'elle ne peut en afficher et si la cellule située à sa droite n'est pas vide, le texte s'affiche dans les cellules voisines vides de la même ligne. Si aucune cellule voisine n'est vide, un petit triangle s'affiche sur la bordure de la cellule pour indiquer que le texte continue."
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "Afficher les _références en couleur"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr "Indique que chaque référence est mise en évidence par une couleur dans la formule. Dès qu'une cellule contenant une référence est sélectionnée en vue d'une édition, une bordure de couleur s'affiche également autour de la plage de cellules."
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Afficher"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "En-têtes de _lignes et colonnes"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr "Spécifie si les en-têtes de colonne et de ligne doivent être affichés."
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Barre de défilement hori_zontale"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr "Indique si une barre de défilement horizontale s'affiche au bas de la fenêtre de document."
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Barre de défilement _verticale"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr "Indique si une barre de défilement verticale s'affiche sur la droite de la fenêtre de document."
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Onglets des _feuilles"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr "Indique si les onglets des feuilles s'affichent au bas du classeur."
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Symboles du plan"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr "Si vous avez défini un plan, l'option Symboles du plan spécifie si les symboles du plan doivent s'afficher au niveau de la bordure de la feuille."
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Récapitulatif de la recherche"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Fenêtre"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "_Synchroniser les feuilles"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr "Si cochée, toutes les pages sont affichées avec le même facteur de zoom. Si non cochée, chaque feuille peut avoir son propre facteur de zoom."
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoom"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Sauts de _page"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr "Spécifie si les sauts de page doivent être affichées à l'intérieur d'une zone d'impression définie."
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Lignes d'aide _lors du déplacement"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr "Spécifie si des repères doivent s'afficher lorsque des dessins, des cadres, des images et autres objets sont déplacés."
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Lignes de la _grille :"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Couleur :"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Afficher"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Afficher dans les cellules colorées"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Masquer"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr "Indique quand les lignes de la grille seront affichées. Par défaut, les lignes de la grille sont affichées uniquement sur les cellulles qui n'ont pas de couleurs d'arrière-plan. Vous pouvez choisir d'afficher également les lignes de la grille sur les cellules qui ont une couleur d'arrière-plan ou bien de les cacher."
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr "Spécifie une couleur pour les lignes de la grille dans le document actif."
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr "Pointeu_r :"
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr "T_hème"
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr "S_ystème"
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Aides visuelles"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "_Objets/images :"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr "_Diagrammes :"
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Objets de d_essin :"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Afficher"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Masquer"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr "Définit si les objets et les images sont affichés ou masqués."
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Afficher"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Masquer"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr "Définit si les diagrammes sont affichés ou masqués dans le document."
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Afficher"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Masquer"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr "Définit si les objets de dessin sont affichés ou masqués dans le document."
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objets"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/fr/sd/messages.po b/source/fr/sd/messages.po
index 95ed0eca6d3..42269081a5e 100644
--- a/source/fr/sd/messages.po
+++ b/source/fr/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-12-16 02:38+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fr/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Extrémité de ligne"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Saisissez un nom pour la nouvelle extrémité de ligne :"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/fr/sfx2/messages.po b/source/fr/sfx2/messages.po
index 71ddd8fa61a..2c300dc3646 100644
--- a/source/fr/sfx2/messages.po
+++ b/source/fr/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-04 09:50+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/fr/>\n"
@@ -2276,6 +2276,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Oui ou non"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr "Enregistre le nom complet de l'utilisateur avec le fichier. Vous pouvez éditer le nom en choisissant Outils - Options - %PRODUCTNAME - Données d'identité."
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3316,86 +3324,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Utiliser les données d'identité"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Réinitialiser les propriétés"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr "Remet la durée d'édition à zéro, assigne la date et l'heure actuelles comme date et heure de création et attribue le numéro de version 1. Les dates de modification et d'impression sont en outre supprimées."
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Si_gnatures numériques..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Taille :"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "inconnu"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Emplacement :"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Type :"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Modifier le _mot de passe"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Modèle :"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr "Affiche le nom du fichier."
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Enregistrer l'image d'aperçu avec ce document"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr "Contient des informations de base concernant le fichier actif."
diff --git a/source/fr/starmath/messages.po b/source/fr/starmath/messages.po
index 4a9a6c9ca4b..12fd1b6a5ad 100644
--- a/source/fr/starmath/messages.po
+++ b/source/fr/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-25 15:38+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/fr/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Ouvre la boîte de dialogue Symboles dans laquelle sélectionner un symbole à insérer dans la formule."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Catégories d'éléments"
diff --git a/source/fr/svtools/messages.po b/source/fr/svtools/messages.po
index 930c35778a4..29d58d32495 100644
--- a/source/fr/svtools/messages.po
+++ b/source/fr/svtools/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2022-01-19 07:30+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
+"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE est défectueux"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Ouvre la boîte de dialogue Options d'impression dans laquelle vous pouvez, pour le document actif, passer outre les options globales d'impression définies dans Outils - Options - %PRODUCTNAME Writer/Web - Impression."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Code source"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Fichier de marque-pages"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Images"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Fichier de configuration"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Application"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Table de base de données"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Fichier système"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Document MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Fichier d'aide"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Document HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Fichier archive"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Fichier journal"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Base de données StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Document maître StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Image StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Fichier texte"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Lier"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Modèle StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Document MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Modèle MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Fichier de traitement par lots"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Fichier"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Dossier"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Texte"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Classeur"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Présentation"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Dessin"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Document HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Document maître"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formule"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Base de données"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Modèle de classeur OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Modèle de dessin OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Modèle de présentation OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Modèle de document texte OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Unité locale"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Unité de disque"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Unité CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Connexion réseau"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Document MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Modèle MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Diaporama MS PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Formule OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Diagramme OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Dessin OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Classeur OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Présentation OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Document texte OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Document maître OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Document MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Base de données OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Dessin OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Formule OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Document maître OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Présentation OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Classeur OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Texte OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Modèle de classeur OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Modèle de dessin OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Modèle de présentation OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Modèle de texte OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Extension %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Vérificateur orthographique Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Coupeur de mots Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Dictionnaire des synonymes MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Liste des mots ignorés"
@@ -5032,7 +5040,7 @@ msgstr "Interslave cyrillique"
#: svtools/inc/langtab.hrc:441
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pennsylvania Dutch"
-msgstr ""
+msgstr "Néerlandais de Pennsylvanie"
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
@@ -5260,19 +5268,19 @@ msgstr "Profondeur de couleur"
#: svtools/uiconfig/ui/graphicexport.ui:385
msgctxt "graphicexport|losslesscb"
msgid "Lossless"
-msgstr ""
+msgstr "Sans perte"
#. QKNme
#: svtools/uiconfig/ui/graphicexport.ui:394
msgctxt "graphicexport|extended_tip|losslesscb"
msgid "Lossless images do not lose quality but result in larger files."
-msgstr ""
+msgstr "Les images sans perte ne perdent pas en qualité mais conduisent à des fichiers plus volumineux."
#. 5Gv5x
#: svtools/uiconfig/ui/graphicexport.ui:413
msgctxt "graphicexport|extended_tip|compressionjpgwebpnf"
msgid "Sets the quality for the export. Choose from a low quality with minimal file size, up to a high quality and big file size."
-msgstr ""
+msgstr "Définit la qualité de l'exportation. Faites un choix dans un intervalle entre une qualité faible avec une taille de fichier minimale et une qualité élevée avec une taille de fichier importante."
#. Tk5y2
#: svtools/uiconfig/ui/graphicexport.ui:442
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Options..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Nom :"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "État :"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Type :"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Emplacement :"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Commentaire :"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Propriétés..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Modifie, pour le document actif, le paramétrage de l'imprimante fourni par votre système d'exploitation."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Répertorie les imprimantes installées sur le système d'exploitation. Pour changer d'imprimante par défaut, sélectionnez le nom d'une autre imprimante dans la liste."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Imprimante"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Sélectionnez l'imprimante par défaut à utiliser pour le document actif."
diff --git a/source/fr/svx/messages.po b/source/fr/svx/messages.po
index 0c1dca97c77..34f8977435d 100644
--- a/source/fr/svx/messages.po
+++ b/source/fr/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-01-17 16:38+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/fr/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Bordure de paragraphe gauche"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Bordure de paragraphe droite"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17642,32 +17642,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Cadre :"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Saisissez le texte à afficher lorsque la souris reste immobile sur le point actif dans un navigateur."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
+msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Texte :"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr "Insérez dans cette zone de texte l'URL à charger au moment où un clic sera effectué sur cette zone."
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr "Affiche l'image map afin que vous puissiez cliquer sur les points actifs et les éditer."
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr "Permet d'attacher des URL à des zones spécifiques, appelées points actifs, dans une image ou un groupe d'images. Une image map est un groupe d'un ou plusieurs points actifs."
diff --git a/source/fr/sw/messages.po b/source/fr/sw/messages.po
index da7970a396d..87177486010 100644
--- a/source/fr/sw/messages.po
+++ b/source/fr/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2022-04-11 13:37+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fr/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Paragraphe Césure pas de majuscule"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Paragraphe Interop fourre-tout"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Paragraphe est Indentation auto première ligne"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Paragraphe est Distance de caractère"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Paragraphe est Bordure connectée"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Paragraphe est Règles interdites"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Paragraphe est Ponctuation suspendue"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Paragraphe est Césure"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Paragraphe est Redémarrage numérotation"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Paragraphe est Garder ensemble"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Paragraphe Dernière ligne ajustée"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Paragraphe Marge gauche"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Paragraphe Marge gauche relative"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Paragraphe Numéro lIgne compte"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Paragraphe Numéro ligne valeur initiale"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Paragraphe Interligne"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Paragraphe Orphelines"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Paragraphe Register mode actif"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Paragraphe Marge droite"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Paragraphe Marge droite relative"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Paragraphe Ombre format"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Paragraphe Division"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Paragraphe Nom de style"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Paragraphe Tabulation stops"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Paragraphe Marge haut"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Paragraphe Marge haut relative"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Paragraphe Attributs définis par utilisateur"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Paragraphe Alignement vertical"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Paragraphe Veuves"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Référence Marque"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Bordure Droite"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Bordure Droite distance"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby Ajuster"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby Caractère Style Nom"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby est en haut"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby Position"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby Texte"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Aligner sur la grille"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Style Interop fourre-tout"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Texte Champ"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Texte Cadre"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Texte Paragraphe"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Texte Section"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Texte Tableau"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Texte Attributs définis par utilisateur"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Bordure Haut"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Bordure Haut distance"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Nom de style de caractère non visité"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Nom de style de caractère visité"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Mode Écriture"
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "Ouvre la boîte de dialogue Légende. Elle contient les mêmes informations que la boîte de dialogue que vous obtenez par le menu %PRODUCTNAME - Légende automatique dans la boîte de dialogue Options."
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Options"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Saisissez le décalage à appliquer à un champ de numéro de page, \"+1\" par exemple."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Liste les types de champs disponibles. Pour ajouter un champ au document, cliquez sur le type de champ, cliquez sur un champ dans la liste Sélectionner et cliquez ensuite sur Insérer."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Type"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "_Sélectionner"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Cliquez sur le format à appliquer au champ sélectionné, ou sur \"Autres formats\" pour définir un format personnalisé."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Format"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Ouvre le sélecteur de macro, qui permet de sélectionner la macro à exécuter lorsque vous cliquez sur le champ sélectionné dans le document."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Va_leur"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Spécifiez ici les valeurs des paramètres de fonction supplémentaires. Le type de paramètre dépend de la fonction sélectionnée."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "N_om"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Alors"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Dans la zone Alors, entrez le texte à afficher lorsque la condition est remplie. Dans la zone Sinon, entrez le texte à afficher lorsque la condition n'est pas remplie."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Sinon"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Dans la zone Alors, entrez le texte à afficher lorsque la condition est remplie. Dans la zone Sinon, entrez le texte à afficher lorsque la condition n'est pas remplie."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Élé_ment"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Entrez un nouvel élément."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Ajoute l'élément à la liste."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Éléments _de la liste"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Liste les éléments disponibles. Le premier élément de la liste s'affiche dans le document."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Supprime l'élément sélectionné de la liste."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Déplacer vers le _haut"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Déplace l'élément sélectionné d'un niveau vers le haut dans la liste."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Déplacer vers le _bas"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Déplace l'élément sélectionné d'un niveau vers le bas dans la liste."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "N_om"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Attribuez un nom unique à la liste de saisie."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Attribuez un nom à l'élément sélectionné."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Entrez le texte à afficher dans un navigateur Web lorsque l'élément sélectionné n'est pas disponible. Le texte alternatif constitue une aide utile pour les personnes handicapées."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<aucun>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Affiche l'élément (objet, image ou cadre) qui précède l'élément actif dans une séquence liée. Pour ajouter ou changer le lien précédent, sélectionnez un nom dans la liste. S'il s'agit de cadres liés, le cadre actif et le cadre cible doivent être vides."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<aucun>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Affiche l'élément (objet, image ou cadre) qui suit l'élément actif dans une séquence liée. Pour ajouter ou changer le lien suivant, sélectionnez un nom dans la liste. S'il s'agit de cadres liés, le cadre cible doit être vide."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Lien précédent :"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "Lien _suivant :"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Description :"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Contenu"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Empêche la modification du contenu de l'élément sélectionné."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "_Position"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Verrouille la position de l'élément sélectionné dans le document actif."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Taille"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Verrouille la taille de l'élément sélectionné."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Protéger"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Haut"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Centré"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Bas"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Indique l'alignement vertical du contenu du cadre. Cela signifie principalement le contenu de texte, mais cela affecte également les tableaux et les autres objets ancrés à la zone de texte (ancrés comme caractère, au caractère ou au paragraphe), par exemple les cadres, les images et les dessins."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Alignement du contenu"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "É_ditable dans le document en lecture seule"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Autorise l'édition du contenu d'un cadre dans un document en lecture seule (protégé en écriture)."
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Im_primer"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Inclut l'élément sélectionné dans l'impression du document."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Spécifie l'orientation du texte contenu dans un cadre. Pour utiliser les paramètres d'enchaînements par défaut de la page, sélectionnez Utiliser les paramètres de l'objet supérieur dans la liste."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Direction du texte :"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Propriétés"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Lien précédent :"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<aucun>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "Lien _suivant :"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<aucun>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Spécifie les propriétés de l'objet, de l'image ou du cadre sélectionné."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Auto..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Options..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Légende"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Numérotation :"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Séparateur :"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Position :"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Sélectionnez le type de numérotation à appliquer à la légende."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr " : "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Si vous le souhaitez, saisissez des caractères qui devront apparaître entre le numéro et le texte de la légende."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Séparateur de numérotation :"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Saisissez le texte que vous souhaitez voir apparaître après le numéro de la légende."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Ajoute la légende au-dessus ou en dessous de l'élément sélectionné. Cette option n'est disponible que pour certains objets."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Catégorie :"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Sélectionnez une catégorie de légende ou tapez un nom pour en créer une nouvelle. Le nom de la catégorie sélectionnée est indiqué avant le numéro de légende dans l'étiquette de la légende. Chaque catégorie de légende prédéfinie est formatée avec un style de paragraphe du même nom."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Propriétés"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Aperçu"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Ajoute une légende numérotée à l'image, au tableau, au cadre, au cadre texte ou à l'objet de dessin que vous avez sélectionné."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Aucun(e)]"
diff --git a/source/fr/vcl/messages.po b/source/fr/vcl/messages.po
index c0f42ad7d64..f97a722a01d 100644
--- a/source/fr/vcl/messages.po
+++ b/source/fr/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-03-21 12:33+0100\n"
-"PO-Revision-Date: 2021-11-25 15:38+0000\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/fr/>\n"
"Language: fr\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562266983.000000\n"
#. k5jTM
@@ -1085,31 +1085,31 @@ msgstr ""
#: vcl/inc/strings.hrc:120
msgctxt "STR_GBU"
msgid "Graphics Backend used: %1"
-msgstr ""
+msgstr "Backend graphique utilisé : %1"
#. FBgmu
#: vcl/inc/strings.hrc:121
msgctxt "STR_PASSED"
msgid "Passed Tests: %1"
-msgstr ""
+msgstr "Tests réussis : %1"
#. 3nqZp
#: vcl/inc/strings.hrc:122
msgctxt "STR_QUIRKY"
msgid "Quirky Tests: %1"
-msgstr ""
+msgstr "Tests douteux : %1"
#. KhjFD
#: vcl/inc/strings.hrc:123
msgctxt "STR_FAILED"
msgid "Failed Tests: %1"
-msgstr ""
+msgstr "Tests échoués : %1"
#. uKGQi
#: vcl/inc/strings.hrc:124
msgctxt "STR_SKIPPED"
msgid "Skipped Tests: %1"
-msgstr ""
+msgstr "Tests ignorés : %1"
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
diff --git a/source/fur/cui/messages.po b/source/fur/cui/messages.po
index cd755667c74..86542d5de75 100644
--- a/source/fur/cui/messages.po
+++ b/source/fur/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-09-05 11:21+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fur/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabele"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Inserìs un non pe estremitât de linie:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3170,11 +3170,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Vûstu trasponi une tabele di Writer? Copie e tache in Calc, trasponi cun copie/tache speciâl daspò copie/tache speciâl ▸ Test formatât in Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Par vê il strument “Test verticâl” inte sbare dai struments di dissen, segne Struments ▸ Opzions ▸ Impostazions lenghe ▸ Lenghis ▸ Lenghis predefinidis ▸ Asiatiche (e rint visibil il boton cul clic diestri dal mouse)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3355,11 +3355,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Tu puedis creâ un grafic basât suntune tabele di Writer fasint clic inte tabele e sielzint Inserìs ▸ Grafic."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Selezione opzions in Struments ▸ Opzions ▸ %PRODUCTNAME Writer ▸ Jutoris di formatazion ▸ Visualize par specificâ cuâi caratars di no stampâ a àn di sei visualizâts."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3512,11 +3512,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Vûstu che il cursôr al ledi inte cele a diestre, dopo vê inserît un valôr in Calc? Dopre il tast Tab invezit di Invie."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Par mostrâ la sbare di scoriment a çampe, abilite Struments ▸ Opzions ▸ Impostazions lenghe ▸ Lenghis ▸ Test complès e segne Sfuei ▸ Di-diestre-a-çampe."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3548,51 +3548,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Jutori di %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Plui informazions"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Eseguìs cheste azion cumò..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Consei dal dì: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6608,186 +6614,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Selezione o zonte la juste cartele dai certificâts dai servizis di sigurece di rêt (NSS) di doprâ pes firmis digjitâls."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Selezione la formatazion che tu desideris aplicâ."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Scrîf o selezione la dimension dal caratar che tu desideris aplicâ. Pai caratars che si puedin scjalâ tu puedis ancje inserî valôrs decimâi."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Dimension:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Lenghe:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Al stabilìs la lenghe doprade dal coretôr ortografic pal test selezionât o pal test che tu scrivis. I modui des lenghis disponibilis a àn denant un segn di verifiche."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Carateristichis..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Lenghe:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Al stabilìs la lenghe doprade dal coretôr ortografic pal test selezionât o pal test che tu scrivis. I modui des lenghis disponibilis a àn denant un segn di verifiche."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Selezione la formatazion che tu desideris aplicâ."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Dimension:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Scrîf o selezione la dimension dal caratar che tu desideris aplicâ. Pai caratars che si puedin scjalâ, tu puedis ancje inserî valôrs decimâi."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Carateristichis..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Dimension:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Lenghe:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Selezione la formatazion che tu desideris aplicâ."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Scrîf o selezione la dimension che tu desideris aplicâ. Pai caratars che si puedin scjalâ, tu puedis inserî ancje valôrs decimâi."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Al stabilìs la lenghe doprade dal coretôr ortografic pal test selezionât o pal test che tu scrivis. I modui des lenghis disponibilis a àn denant un segn di verifiche."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Carateristichis..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Al stabilìs la lenghe doprade dal coretôr ortografic pal test selezionât o pal test che tu scrivis. I modui des lenghis disponibilis a àn denant un segn di verifiche."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Dimension:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Selezione la formatazion che tu desideris aplicâ."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Scrîf o selezione la dimension che tu desideris aplicâ. Pai caratars che si puedin scjalâ, tu puedis inserî ancje valôrs decimâi."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Al stabilìs la lenghe doprade dal coretôr ortografic pal test selezionât o pal test che tu scrivis. I modui des lenghis disponibilis a àn denant un segn di verifiche."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Lenghe:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Carateristichis..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Al stabilìs la lenghe doprade dal coretôr ortografic pal test selezionât o pal test che tu scrivis. I modui des lenghis disponibilis a àn denant un segn di verifiche."
+
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Anteprime"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Specifiche la formatazion e il gjenar di caratar che tu desideris aplicâ."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7998,32 +7974,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Inserî un non pe imagjin."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Test alternatîf:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Inserî il test di visualizâ cuant che il mouse al ven plaçât su pe aree ative intun navigadôr."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Descrizion:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Inserî une descrizion pe aree ative."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Al liste lis proprietâts de aree ative selezionade."
@@ -18769,22 +18757,22 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
+msgid "Save Arrow Style?"
msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
+msgid "The arrow style was modified without saving."
msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
+msgid "Would you like to save the arrow style now?"
msgstr ""
#. cew2A
@@ -18871,16 +18859,16 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr ""
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
+msgid "Delete Arrow Style?"
msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
+msgid "Do you really want to delete the arrow style?"
msgstr ""
#. 4AubG
@@ -21068,247 +21056,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr ""
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr ""
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr ""
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr ""
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr ""
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr ""
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr ""
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr ""
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr ""
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr ""
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr ""
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr ""
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/fur/editeng/messages.po b/source/fur/editeng/messages.po
index c1f124f8367..08e24a4f410 100644
--- a/source/fur/editeng/messages.po
+++ b/source/fur/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-07-01 16:17+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/fur/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr ""
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr ""
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr ""
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr ""
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr ""
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr ""
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr ""
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr ""
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr ""
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr ""
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr ""
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr ""
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr ""
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr ""
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1709,43 +1733,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Strenz"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr ""
diff --git a/source/fur/fpicker/messages.po b/source/fur/fpicker/messages.po
index 6cba5b3e151..0215f5f31d3 100644
--- a/source/fur/fpicker/messages.po
+++ b/source/fur/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/fur/>\n"
@@ -224,55 +224,55 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr ""
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr ""
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr ""
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr ""
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr ""
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr ""
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
diff --git a/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po
index 492661e8fbc..5063ee44b4d 100644
--- a/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fur/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr ""
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10678,14 +10688,14 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr ""
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
+msgid "Distribute Rows Evenly"
msgstr ""
#. tjGQ2
@@ -21380,14 +21390,14 @@ msgctxt ""
msgid "~Image"
msgstr ""
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
+msgid "Text B~ox and Shape"
msgstr ""
#. zFyfF
@@ -26240,14 +26250,14 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr ""
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
+msgid "Anchor Menu"
msgstr ""
#. oNBG8
@@ -26260,6 +26270,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr ""
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30950,6 +30970,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34050,14 +34080,24 @@ msgctxt ""
msgid "~First Paragraph"
msgstr ""
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
msgstr ""
#. vGAT7
@@ -34080,14 +34120,24 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr ""
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
msgstr ""
#. 9RUey
diff --git a/source/fur/sc/messages.po b/source/fur/sc/messages.po
index d7759fae8aa..0fe17a7e0c4 100644
--- a/source/fur/sc/messages.po
+++ b/source/fur/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fur/>\n"
@@ -16857,1623 +16857,1661 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr ""
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr ""
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr ""
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr ""
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
#, fuzzy
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Anteprime"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr ""
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr ""
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr ""
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr ""
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr ""
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr ""
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr ""
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr ""
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr ""
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr ""
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr ""
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr ""
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr ""
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr ""
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr ""
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr ""
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr ""
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr ""
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr ""
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr ""
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr ""
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr ""
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr ""
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr ""
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr ""
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr ""
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr ""
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr ""
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr ""
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr ""
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr ""
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr ""
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr ""
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr ""
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr ""
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr ""
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr ""
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr ""
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr ""
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr ""
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr ""
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr ""
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr ""
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr ""
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr ""
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr ""
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr ""
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr ""
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr ""
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr ""
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr ""
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr ""
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr ""
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr ""
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr ""
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr ""
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr ""
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr ""
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr ""
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr ""
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr ""
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr ""
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr ""
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr ""
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr ""
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr ""
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr ""
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr ""
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr ""
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr ""
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr ""
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr ""
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr ""
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr ""
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr ""
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr ""
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr ""
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr ""
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr ""
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr ""
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr ""
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr ""
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr ""
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr ""
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr ""
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr ""
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr ""
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr ""
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr ""
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr ""
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr ""
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr ""
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr ""
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr ""
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr ""
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr ""
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr ""
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr ""
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr ""
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr ""
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr ""
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr ""
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr ""
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr ""
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr ""
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr ""
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr ""
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr ""
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr ""
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr ""
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr ""
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr ""
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr ""
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23356,6 +23394,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30822,44 +30890,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr ""
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr ""
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr ""
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31866,26 +31928,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr ""
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32316,338 +32366,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr ""
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr ""
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr ""
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr ""
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr ""
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr ""
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr ""
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr ""
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr ""
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr ""
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr ""
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr ""
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr ""
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr ""
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr ""
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr ""
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr ""
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr ""
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/fur/sd/messages.po b/source/fur/sd/messages.po
index 28e4c7e66fa..1a2f0d58689 100644
--- a/source/fur/sd/messages.po
+++ b/source/fur/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fur/>\n"
@@ -647,10 +647,10 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr ""
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
+msgid "Please enter a name for the new arrow style:"
msgstr ""
#. 7y2Si
diff --git a/source/fur/sfx2/messages.po b/source/fur/sfx2/messages.po
index f6f87eece79..2598f09402b 100644
--- a/source/fur/sfx2/messages.po
+++ b/source/fur/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/fur/>\n"
@@ -2197,6 +2197,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3237,86 +3245,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr ""
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr ""
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr ""
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr ""
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr ""
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr ""
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr ""
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/fur/starmath/messages.po b/source/fur/starmath/messages.po
index 1e6844ea355..533f7ef0ebd 100644
--- a/source/fur/starmath/messages.po
+++ b/source/fur/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/fur/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/fur/svtools/messages.po b/source/fur/svtools/messages.po
index c26fa1769a4..9bcf8c85140 100644
--- a/source/fur/svtools/messages.po
+++ b/source/fur/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fur/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr ""
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr ""
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr ""
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr ""
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr ""
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr ""
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr ""
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr ""
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr ""
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr ""
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr ""
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr ""
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr ""
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr ""
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr ""
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr ""
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr ""
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr ""
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr ""
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr ""
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr ""
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr ""
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr ""
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr ""
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr ""
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr ""
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr ""
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr ""
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr ""
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr ""
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr ""
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr ""
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr ""
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr ""
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr ""
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr ""
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5598,68 +5606,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr ""
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr ""
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr ""
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr ""
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr ""
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr ""
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr ""
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr ""
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/fur/svx/messages.po b/source/fur/svx/messages.po
index 6b7820ac0c1..e40a61ea358 100644
--- a/source/fur/svx/messages.po
+++ b/source/fur/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/fur/>\n"
@@ -11793,16 +11793,16 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
+msgid "Left of paragraph text area"
msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
+msgid "Right of paragraph text area"
msgstr ""
#. qvFns
@@ -17611,32 +17611,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr ""
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/fur/sw/messages.po b/source/fur/sw/messages.po
index 71a53bfe09d..d0937e7b036 100644
--- a/source/fur/sw/messages.po
+++ b/source/fur/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fur/>\n"
@@ -1730,302 +1730,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9950,6 +9968,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12526,65 +12558,101 @@ msgid "Options"
msgstr ""
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14522,157 +14590,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr ""
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr ""
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr ""
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr ""
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr ""
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr ""
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr ""
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr ""
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15745,10 +15813,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15763,176 +15831,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr ""
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr ""
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
+#. cdFEu
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
+msgctxt "frmaddpage|description_label"
+msgid "_Description:"
msgstr ""
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
msgstr ""
-#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
-msgctxt "frmaddpage|description_label"
-msgid "_Description:"
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr ""
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr ""
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr ""
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr ""
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr ""
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr ""
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr ""
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr ""
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr ""
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr ""
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr ""
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr ""
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr ""
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr ""
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17239,117 +17349,111 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr ""
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr ""
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr ""
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr ""
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr ""
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ""
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr ""
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr ""
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
#, fuzzy
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Anteprime"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr ""
diff --git a/source/fy/cui/messages.po b/source/fy/cui/messages.po
index 7bc6ee9f6d0..3f043e1bfb6 100644
--- a/source/fy/cui/messages.po
+++ b/source/fy/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2022-02-18 11:42+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fy/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabel"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Fier in namme foar de nije pylkpunt yn:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "In tabel yn Writer transponearje? Kopiearje yn Calc, Transponearje mei kopiearje/plakke spesjaal dan kopiearje/plakke spesjaal ▸ Net opmakke tekst yn Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Om mei ‘Fertikale tekst’ te wurkjen yn de Tekenje arkbalke, sette jo yn Ark ▸ Opsjes ▸ Taal ynstellingen ▸ Talen ▸ Standert talen foar dokuminten oan (en meitsje dizze knop sichtber mei rjochts klik)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Jo kinne in diagram oanmeitsje op basis fan in Writer tabel troch yn de tabel te klikken en ynfoegje ▸ Diagram te kiezen."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Selektearje opsjes yn Ark ▸ Opsjes ▸ %PRODUCTNAME Writer ▸ Opmaak helpmiddels ▸ Opmaak werjaan, om op te jaan hokker net te printsjen tekens werjûn wurde."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Wolle jo dat it rinnerke nei de sel rjochts giet, neidat jo in wearde yn Calc ynfierd ha? Brûk de Tab toets ynplak fan Enter."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Om de skowbalke links wer te jaan, Skeakelje jo Ark ▸ Opsjes ▸ Taal ynstellingen ▸ Talen ▸ Komplekse tekst yndieling yn en selektearje jo Blêd ▸ Fan rjochts nei links."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Help foar %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Mear ynformaasje"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Dizze aksje no útfiere..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tip dan de dei: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
@@ -6609,186 +6615,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Selektearje of heakje de juste Network Security Services Certificate map ta om te brûken foar digitale ûndertekeningen."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr "Selektearje de yndieling dy't jo tapasse wolle."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Grutte:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Taal:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Funksjes..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Taal:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr "Selektearje de yndieling dy't jo tapasse wolle."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Grutte:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Funksjes..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Westerske"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Grutte:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Taal:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr "Selektearje de yndieling dy't jo tapasse wolle."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Funksjes..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Aziatysk"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Grutte:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr "Selektearje de yndieling dy't jo tapasse wolle."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr "Fier de teken grutte yn dy't jo tapasse wolle of selektearje dizze. Jo kinne lettertypen dy't skaalber binne ek desimale wearden brûke."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Taal:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Funksjes..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Kompleks"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "Set de taal dy de staveringshifker brûkt foar de selektearre tekst of foar de tekst dy't jo ynfiere. Foar de beskikbere taalmodulen stean finkjes."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Lettertype"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Foarbyld"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Hjir kinst de yndieling en de lettertype ynstelle dy't jo tapasse wolle."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7999,32 +7975,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr "Fier in namme yn foar de ôfbylding."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Alternative _tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Fier de tekst dy jo wolle werjaan as it mûs rinnerke útrêste op de hotspot yn in sneuper."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Beskriuwing:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr "Fier in beskriuwing foar de hotspot yn."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr "Lit de eigenskippen sjen foar de selektearre hotspot."
@@ -18774,23 +18762,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Pylkkop bewarje?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "De pylkpunt is feroare sûnder it te bewarje."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Wolle jo de pylkbunt no bewarje?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18876,17 +18864,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Wolle jo de arsearing wiskje?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Pylkpunt wiskje?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Wolle jo de pylkpunt wiskje?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21073,247 +21061,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomatysk"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Tal _tekens oan rigel ein"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Tal te_kens oan rigel begjin"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Wurden yn _HAADLETTERS net ôfbrekke"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Wurdôfbrekking"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Ynfoegje"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Mei side st_yl:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Type:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Side_nûmer:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posysje:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Side styl"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Side"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolom"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Derfoar"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Dêrnei"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Rigeleinen"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Alinea's net spjalte"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_By folgjende alinea hâlde"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_Wêzen kontrôle"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_Widdo kontrôle"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "rigels"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "rigels"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opsjes"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/fy/editeng/messages.po b/source/fy/editeng/messages.po
index f4fcb819cc8..74df3c54fd5 100644
--- a/source/fy/editeng/messages.po
+++ b/source/fy/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-28 07:37+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/fy/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 ôfbrekstreekjes"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Side styl: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Ofspasjearje "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "beskoattele "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Fersmelle "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Ofbylding"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "gjint"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Punten "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Sirkel "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Folle sirkel "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Aksint "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Boppe"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Under"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dûbele rigels út"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dûbele rigels"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Gjin automatyske teken ôfstân"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Gjin automatyske teken ôfstân"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Gjin hingjende punktuaasje oan rigel ein"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hingjende punktuaasje oan rigel ein"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "List mei ferbeane tekens oan it begjin of ein fan rigels tapasse"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "List mei ferbeane tekens tapasse oan it begjin en ein fan rigels net tapasse"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Gjin draaide tekens"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Teken $(ARG1)° draaid"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Oanpasse oan rigel"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Tekst is net rotearre"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Tekst is rotearre troch $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Tekens $(ARG1)% skeale"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Gjin skeale tekens"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Gjin reliëf"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reliëf"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Grafearre"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Automatyske tekst rjochting"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Tekst rjochte op de basisrigel"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Tekst nei boppe rjochte"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Tekst nei it midden rjochte"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Tekst nei ûnder rjochte"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Tekstrjochting fan links nei rjochts (horizontaal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Tekstrjochting fan rjochts nei links (horizontaal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Tekstrjochting fan rjochts nei links (fertikaal)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Tekstrjochting fan links nei rjochts (fertikaal)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "De ynstelling foar de tekstrjochting brûke foar it hegere objekt"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Tekst rjochting links nei rjochts (fertikaal fan ûnderen)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Alinea kleeft oan tekstroaster (as aktyf)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Alinea net kleevje oan tekstroaster"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Net ferburgen"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Ferburgen"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Papierlade"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Fanút printer ynstellingen]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Wiskje"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Ferpleatse"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ynfoegje"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Ferfange"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Attributen tapasse"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Attributen werstelle"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Ynsprong"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Stilen tapasse"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Haadletter brûkme"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Wurd is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Alinea is %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatysk"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Ofbylding as opsommingsteken yn alinea"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Ofbylding as opsommingsteken"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Alinea: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "It hifkjen trochsette oan it begjin fan it dokumint?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "It hifkjen trochsette oan it ein fan it dokumint?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"net taheakke wurde oan de wurdlist."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "De wurdlist is al fol."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "De wurdlist is allinne-lêzen."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Ynsprong"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Sub punten sjen litte"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Ynfâldzje"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Attributen tapasse"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ynfoegje"
diff --git a/source/fy/fpicker/messages.po b/source/fy/fpicker/messages.po
index 20ed40581de..37c63e1c352 100644
--- a/source/fy/fpicker/messages.po
+++ b/source/fy/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-25 17:32+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/fy/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Oanpaste datum"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Iepenje"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "_Ofspylje"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Triem_namme:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Triem_type:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Allinne-lêzen"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Mei wachtwurd bewarje"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_Automatyske triem taheaksel"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "_Filter ynstellingen bewurkje"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Fersifere mei GPG kaai"
diff --git a/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
index 24e50913901..74670bd6c12 100644
--- a/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-02-13 04:51+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fy/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Nei foarich blêd"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10676,15 +10686,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Optimale rige hichte"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Rigen lykweardich ferdiele "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21378,15 +21388,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Ofbylding"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Objekt en foarm"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26238,15 +26248,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Dr~aaie of spegelje"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Anker wikselje"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26258,6 +26268,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "An~ker"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30948,6 +30968,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34048,15 +34078,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~Easte alinea"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Minimale kolom breedte"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34078,15 +34118,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Ynsprong om wearde te fergrutsjen"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Minimale rige hichte"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/fy/sc/messages.po b/source/fy/sc/messages.po
index 467adb4ff74..70ea4a471dc 100644
--- a/source/fy/sc/messages.po
+++ b/source/fy/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-11-19 08:37+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fy/>\n"
@@ -16949,1622 +16949,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Blêden selektearje"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Selektearre blêden"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Liniaal"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Dizze liniaal beheard objekten op fêste posysjes."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Foarbyld"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Dit blêd lit sjen hoe gegevens oardere wurde sille yn it dokumint."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumint werjefte"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Blêd %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Sel %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Linker gebiet"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Printalyk"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Sintraal gebiet"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Rjochter gebiet"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Koptekst fan side %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Fuottekst fan side %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Ynfier rigel"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Hjir meitsje of bewurkje jo tekst, getallen en formulen."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Media ôfspylje"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Mûsknop yndrukt"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Formulebalke"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME Rekkenblêd"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(allinne-lêzen)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Foarbyld modus)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Siden:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Utfier fan lege siden ûnder~drukke"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Alle blêden printsje"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Selektearre blêden printsje"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Selektearre sellen printsje"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "Fanôf:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "Alle ~siden"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Si~den:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "De folgjende DDE boarne koe net fernijd wurde omdat mooglik de boarne dokumint net iepen wie. Iepenje it boarne dokumint en besykje nochris."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "It folgjende eksterne triem koe net laden wurde. Keppele gegevens fan dizze triem binne net fernijd."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Eksterne keppelingen fernije."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Berik befettet kolomle~bels"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Berik befettet ~rigelebels"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Unjildige wearde"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Gjin formule oantsjutte."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Gjin rige en ek gjin kolom oantsjutte."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Namme of berik net beskaat."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Namme of ferkearde selferwizing fêststeld."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Formules foarmje gjin kolom."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Formules foarmje gjin rige."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "AutoYndieling taheakje"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "AutoYndieling omneame"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Namme"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "AutoYndieling wiskje"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Wolle jo AutoYndieling # wiskje?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Slute"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mar"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Noard"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Súd"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Totaal"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Side anker"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Sel anker"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Betingst "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Ynhâld"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Blêden"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Berik nammen"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Databank berik"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Ofbyldingen"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE objekten"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Notysjes"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Keppele gebieten"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Tekenobjekten"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktyf"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "ynaktyf"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "ferburgen"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktyf finster"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Senario namme"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Taljochting"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Oprinnend sortearje"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Ofrinnend sortearje"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Oanpast sortearje"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Namme fak"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Ynfier rigel"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funksje assistint"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Akseptearje"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Ofbrekke"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr "Funksje selektearje"
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formule"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Formule balke útfâldzje"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Formule balke ynfâldzje"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Unbekende brûker"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolom ynfoege"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Rige ynfoege "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Blêd ynfoege "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolom ynfoege"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Rige wiske"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Blêd wiske"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Berik ferpleatst"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Ynhâld feroaring"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Ynhâld feroaring"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Feroare nei "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Orizjineel"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Feroaringen ôfwiisd"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Akseptearre"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Ofwiisd"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Gjin ynfier"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<leech>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Net befeilige"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Net befeilige mei in wachtwurd"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Net kompatibel mei Hash"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Kompatibel mei Hash"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Op 'e nij ynfiere"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Ferpleatsende trochsneed"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Eksponinsjele ôfflakking"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Fariaasje analyze"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Fariaasje analyze (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Inkelde faktor"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Twa faktor"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groepen"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Tusken groepen"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Binnen groepen"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Fariaasje boarne"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Stap grutte F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P wearde"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F-kritysk"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Totaal"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Korrelaasje"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Korrelaasjes"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Kofariaasje"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Kofariaasjes"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Beskriuwende statistiken"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Trochsneed"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Standert flater"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Fariaasje"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standert ôfwiking"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Skeante"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Berik"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Minimum"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Maksimum"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Som"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Tal"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "Earste kwartiel"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "Tredde kwartiel"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Samar wat ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Unifoarm"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Unifoarm hiel getal"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaal"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Binomiaal"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Negatieve binominaal"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "Chi-kwadraat"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrysk"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Trochsneed"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Standert ôfwiking"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Mediaan"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p Wearde"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Tal testen"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "nu Wearde"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Stekproef"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-test"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-test"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Keppele t-test"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Keppele t-test"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-test"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-test"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Test fan ûnôfhinklikens (Chi-Square)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Regresje"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Regresje"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Fourier Analyze"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Fourier Analyze"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Kolom %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Rige %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Fariabele 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Fariabele 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Ferûndersteld middele _ferskil"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Observaasjes"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Observearre middele ferskil"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "Oanpaste R^2"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Tal X fariabelen"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P wearde"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Krityske wearde"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Test statistysk"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Underste"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Boppenste"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Ynfier berik is net jildich."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Utfier adres is net jildich."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Lineêr"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritmysk"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Macht"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "It berik fan ûnôfhinklike fariabele(n) is net jildich."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "It berik fan ôfhinklike fariabele(n) is net jildich."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "It betrouberens nivo moat yn it ynterfal (0, 1) lizze."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Fariabele berik Y mei net mear as 1 kolom befetsje."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Fariabele berik Y mei net mear as 1 rige befetsje."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Uny fariaasje regresje : De observaasje teller yn X en Y moat oerienkomme."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Meardere fariaasje regresje : De observaasje teller yn X en Y moat oerienkomme."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Regresje model"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Regresje statistiken"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Rest"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Betrouberens nivo"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Koëffisjinten"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Statistiken"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Underskeppe"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Foarspelde Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "LINEST rûge útfier"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) rjochterkant"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Krityske rjochterkant"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) linkerkant"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Krityske linkerkant"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P twa twasidich"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Kritysk, twasidich"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Pearson korrelaasje"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Fariaasje fan de ferskillen"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) iensidich"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Kritysk, iensidich"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) twasidich"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Kritysk, twasidich"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Bekende fariaasje"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) iensidich"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Kritysk, iensidich"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (z<=z) twasidich"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Kritysk, twasidich"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Fourier Transformaasje"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Omkeerde Fourier transformaasje"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Werklik"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Tinkbyldig"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Grutte"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Fase"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Mear dan twa kolommen selekteare yn modus groepearje neffens kolommen."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Mear dan twa rigen selektearre yn modus groepjearjen op rijen."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Gjin gegevens yn ynfier berik."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Ufier berik is te langfoar it rekkenblêd"
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Gegevens berik foar ynfier"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr "Fernijen tastean"
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Oan sel"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Oan sel (grutte feroarje mei sel)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Oan side"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Gjin brûker gegevens beskikber."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(eksklusive tagong)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Gjin neamde berikken beskikber yn it selektearre dokumint"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr "Hierline (%s pt)"
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr "Hiel tin (%s pt)"
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr "Tin (%s pt)"
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr "Medium (%s pt)"
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr "Dik (%s pt)"
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr "Ekstra dik (%s pt)"
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr "Dûbel hierline (%s pt)"
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr "Tin/medium (%s pt)"
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr "Medium/hierline (%s pt)"
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr "Medium/medium (%s pt)"
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23449,6 +23487,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr "Iepenet in dialoochskerm wêr jo in doel wearde foar in selektearre sel oantsjutte kinne."
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30915,44 +30983,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Oanpaste oarder fan sortearjen"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Taal"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opsjes"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Opsjes fan sortearjen"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31959,26 +32021,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Oan_paste oarder fan sortearjen"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sortearje"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32409,338 +32459,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Notysje oantsjutter"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Wearde markearr_ing"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Anker"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Te_kst oerrin"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Referinsjes yn kleur sjen litte"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Werjaan"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Kolo_m-/rige kopteksten"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Hori_zontale skowbalke"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "_Fertikale skowbalke"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "R_ekkenblêd ljeppers"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "_Oersicht tekens"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "Gearfetting fa_n 't sykjen"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Finster"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "Rekkenblêden syngronisearje"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoom"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Side einen"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Helplinen by it _ferpleatsen"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Roaster linen:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Kleur:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Sjen litte"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Op kleurde sellen sjen litte"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Ferbergje"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Fisuele helpmiddels"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Ob_jekten/ôfbyldingen:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "_Tekenobjekten:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Sjen litte"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Ferbergje"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Sjen litte"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Ferbergje"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Sjen litte"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Ferbergje"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekten"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/fy/sd/messages.po b/source/fy/sd/messages.po
index fbe709b73ca..129955a1a7d 100644
--- a/source/fy/sd/messages.po
+++ b/source/fy/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fy/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Line einen"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Fier in namme foar de nije pylkpunt yn:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/fy/sfx2/messages.po b/source/fy/sfx2/messages.po
index 7b8db34fbe9..dbaf67ea1d0 100644
--- a/source/fy/sfx2/messages.po
+++ b/source/fy/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-10-26 21:41+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/fy/>\n"
@@ -2274,6 +2274,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ja of nee"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3314,86 +3322,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Brûkers gegevens tapasse"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Eigenskippen weromsette"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Di_gitaal ûndertekeningen..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Grutte:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "unbekend"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Lokaasje:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Type:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Wachtwurd _feroarje"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Sjabloan:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Foarbyld ôfbylding mei dit dokumint bewarje"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/fy/starmath/messages.po b/source/fy/starmath/messages.po
index 333041d1a3e..f6f71c7adc3 100644
--- a/source/fy/starmath/messages.po
+++ b/source/fy/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/fy/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr "Iepenet it dialoochskerm Symboalen, wêr jo in symboal selektearje kinne om yn de formule yn te foegjen."
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Elemint kategoryen"
diff --git a/source/fy/svtools/messages.po b/source/fy/svtools/messages.po
index 278fd250016..6d6e69a8044 100644
--- a/source/fy/svtools/messages.po
+++ b/source/fy/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-09-21 10:46+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fy/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "Defekte JRE"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr "Iepenet it dialoochskerm Printer opsjes wêr jo de globale printer ynstellingen foar it aktive dokumint, dy ynsteld binne ûnder Ark - Opsjes - %Productname Writer/Web - Printsje - feroarje kinne."
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Boarne koade"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Blêdwizer triem"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Ofbyldingen"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Konfiguraasje triem"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Programma"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Gegevensbank tabel"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Systeem triem"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word dokumint"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Help triem"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML dokumint"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Argyf triem"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Lochboek triem"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice gegevensbank"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 haad dokumint"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice byld"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekst triem"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Keppeling"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 sjabloan"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel dokumint"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel sjabloan"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch triem"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Triem"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Map"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Tekst dokumint"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Rekkenblêd"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Presintaasje"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tekening"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML dokumint"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Haad dokumint"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formule"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Gegevensbank"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 rekkenblêd sjabloan"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 tekenjen sjabloan"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 presintaasje sjabloan"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 tekstdokumint sjabloan"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Lokaal stasjon"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Diskette stasjon"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Kompaktskiif stasjon"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Netwurk ferbining"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint dokumint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint sjabloan"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Ms PowerPoint presintaasje"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 Formule"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Diagram"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 Tekening"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 Rekkenblêd"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 Presintaasje"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 Tekstdokumint"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 haad dokumint"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML dokumint"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument gegevensbank"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument Tekening"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument Formule"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument Haad dokumint"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument presintaasje"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument Rekkenblêd"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument Tekst"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument Rekkenblêd sjabloan"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument Tekening sjabloan"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument Presintaasje sjabloan"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument Tekst sjabloan"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME Tafoeging"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell staveringshifker"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen keppelteken"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "MyThes synonimenlist"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "List mei negearre wurden"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opsjes..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Namme:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Tastân:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Type:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Lokaasje:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Taljochtingen:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Eigenskippen..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr "Feroaret de printer ynstellingen fan jo bestjoeringssysteem foar it aktive dokumint."
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr "Lit de ynstallearre printers fan jo bestjoeringssysteem sjen. Om de standert printer te feroarjen, selektearje jo in printer út de list."
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Printer"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr "Selektearje de standert printer foar jo aktive dokumint."
diff --git a/source/fy/svx/messages.po b/source/fy/svx/messages.po
index d479cb9ca48..9889d2f52dc 100644
--- a/source/fy/svx/messages.po
+++ b/source/fy/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-09-21 10:46+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/fy/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Alinea râne links"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Alinea râne rjochts"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17639,32 +17639,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Ramt:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Tekst:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/fy/sw/messages.po b/source/fy/sw/messages.po
index b5251d4cb8d..0578cb526e1 100644
--- a/source/fy/sw/messages.po
+++ b/source/fy/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-11-25 15:38+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fy/>\n"
@@ -1732,302 +1732,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr "Alinea: wurden yn HAADLETTERS net ôfbrekke"
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Alinea: ynteroperabiliteit lok pûde"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Alinea: ynsprong earste rigel is automatysk"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Alinea: is teken ôfstân"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Alinea: is râne ferbine"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Alinea: is ferbeane regels"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Alinea: is ynterpunksje"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Alinea: is wurdôfbrekking"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Alinea:is nûmering op 'e nij starte"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Alinea: by inoar hâlde"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Alinea: lêste rigel oanpasse"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Alinea: linker marzje"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Alinea: relative linker marzje"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Alinea: tal rigel nûmers"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Alinea: begjinwearde rigel nûmer"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Alinea: rigelôfstân"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Alinea: wezen"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Alinea: registraasje modus aktyf"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Alinea: rjochter marzje"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Alinea: relative rjochter marzje"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Alinea: skaad styl"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Alinea: spjalte"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Alinea: styl namme"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Alinea: tab stops"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Alinea: boppe marzje"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Alinea: relative boppe marzje"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Alinea: brûker definiearre attributen"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Alinea: fertikale rjochting"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Alinea: finsters"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Referinsje markearring"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Rjochter râne"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Rjochter râne ôfstân"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Robyn: hâlding"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Robyn: teken styl namme"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Robyn: is boppe"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Robyn: posysje"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Robyn: tekst"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Kleevje oan roaster"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Styl: ynteroperabiliteit lok pûde"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Tekst: fjild"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Tekst: ramt"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Tekst: alinea"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Tekst: diel"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Tekst: tabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Tekst: brûker definiearre attributen"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Boppe râne"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Boppe râne ôfstân"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Unbesochte teken styl namme"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Besochte teken styl namme"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Skriuw modus"
@@ -9958,6 +9976,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr "iepenet it dialoochskerm Byskrift. it hat deselde ynformaasje as it dialoochskerm dat jo krije mei it menu %PRODUCTNAME Writer - Automatysk byskrift yn it dialoochskerm Opsjes"
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12533,65 +12565,101 @@ msgid "Options"
msgstr "Opsjes"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14529,157 +14597,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr "Fier de ferskowing wearde yn dy't jo op in sidenûmer fjild tapasse wolle, bygelyks '+1\"."
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr "Lit de beskikbere fjild typen sjen. Klik op fjild type, klik op in fjild yn de list Seleksje en klik dan op ynfoegje om in fjild oan jo dokumint ta te foegjen."
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Type"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr "S_elektearje"
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr "Klik op de notaasje dy jo op it selektearre fjild tapasse wolle, of klik op \"Oare notaasjes\" foar it fêststellen fan in oanpaste notaasje."
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr "_Yndieling"
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Makro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr "Iepenet de Makro selekteur, wêr jo beskiede kin hokker makro útfierd wurdt wannear jo op it selektearre fjild yn it dokumint klikke."
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Wearde"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr "Set ekstra funksje parameters foar de fjilden. It type parameter is ôfhinklik fan it fjild type dat jo selektearje."
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Na_mme"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Dan"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Fier de tekst yn dy werjûn moat wurde wannear foldien wurdt oan de betingst yn it fak Dan, en de tekst dy werjûn moat wurde wannear dit bart yn it fak Oars."
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Oars"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr "Fier de tekst yn dy werjûn moat wurde wannear foldien wurdt oan de betingst yn it fak Dan, en de tekst dy werjûn moat wurde wannear dit bart yn it fak Oars."
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "It_em"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr "Fier in nij item yn."
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr "Foegje it item ra oan de list."
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Items op de _list"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr "Lit de items sjen. It boppeste item wurdt yn it dokumint werjûn."
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr "Sil it selektearre fjild fan de list wiskje."
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Omheech _ferpleatse"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr "Sil it selektearre fjild omheech ferpleatse yn de list."
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Omleec_h ferpleatse"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr "Sil it selektearre fjild omleech ferpleatse yn de list."
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Na_mme"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr "Fier in unike namme yn foar de ynfier list."
@@ -15752,11 +15820,11 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr "Fier in namme yn foar it selektearre item."
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
-msgstr "Fier te tekst yn dy't yn in websneuper te sjen is wannear it selektearre item net beskikber is. Ferfangende tekst wurdt ek brûkt om minsken mei in beheining te stypjen."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
#. kJNV9
#: sw/uiconfig/swriter/ui/frmaddpage.ui:81
@@ -15770,176 +15838,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Gjint>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr "Lit it item (objekt, ôfbylding, of ramt) sjen dy foar it aktive item komt yn in keppele searje. Wolle jo de foarige keppeling taheakje of bewurkje, selektearje in namme fan út de list. As jo ramten keppelje, moatte de aktive ramt en de doel ramt leech wêze."
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Gjint>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
-msgstr "Lit it item (objekt, ôfbylding, of ramt) sjen dy foar it aktive item komt yn in keppele searje. Wolle jo de folgjende keppeling taheakje of bewurkje, selektearje in namme fan út de list. As jo ramten keppelje, moatte de aktive ramt en de doel ramt leech wêze."
-
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "_Foarige keppeling:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "_Folgjende keppeling:"
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
+msgstr ""
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Beskriuwing:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Ynhâld"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr "Foarkomt ynhâld feroaringen fan it selektearre item."
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "P_osysje"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr "Beskoattelet de posysje fan it selektearre item yn it aktive dokumint."
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Grutte"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr "Beskoattelet de grutte fan it selektearre item."
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Befeiligje"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Boppe"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Sintrearre"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Under"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr "Tsjut de fertikale rjochting fan de ynhâld fan it ramt. It jout foaral tekst oan, mar it hat ek effekt op tabellen en oare objekten dy ferankere binne oan it tekst gebiet ( ferankere as teken, oan teken of oan alinea), bygelyks ramten, ôfbyldingen of tekeningen."
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Ynhâld rjochtsje"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "T_e bewurkjen yn allinne lêzen dokumint"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr "Hjirmei kinne jo de ynhâld fan in ramt bewurkje yn in allinne lêze dokumint (befeilige tsjin skriuwen.)"
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Prin_tsje"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr "Nimt ek it selektearre item mei as jo it dokumint printsje."
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr "Jout de winske rjochting foar it tekst ferrin yn in ramt oan. Om de standert tekst ferrin te brûken, selektearje de ynstellingen fan it hegere objekt út de list."
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Tekstrjochting:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Eigenskippen"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "_Foarige keppeling:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Gjint>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "_Folgjende keppeling:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Gjint>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr "Jout eigenskippen foar it selektearre objekt, ôfbylding of ramt oan."
@@ -17246,116 +17356,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Automatysk..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opsjes..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Byskrift"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Nûmering:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Skiedingsteken:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posysje:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr "Selektearje it type nûmering dat jo brûke wolle yn de byskrift."
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr "Fier opsjonele tekst tekens yn dy tusken it nûmer en de byskrift tekst ferskine moatte."
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Nûmering skiedingsteken:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr "Typ de tekst dy jo ha wolle nei it nûmer fan it byskrift."
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr "Foeget it byskrift ûnder of boppe it selektearre item yn. Dizze opsje is allinne beskikber foar beskiede objekten."
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategory:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr "Selektearje de byskrift kategory of fier in namme yn om in nije kategory oan te meitsjen. De kategory tekst ferskynt boppe it byskrift nûmer yn it byskrift lebel. Elk foarôf ynstelde byskrift kategory wurdt opmakke mei in alinea styl dat deselde namme hat."
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Eigenskippen"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Foarbyld"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr "Foeget in nûmere byskrift ta oan in selektearre ôfbylding, tabel, ramt, tekst ramt of teken objekt."
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Gjint]"
diff --git a/source/ga/cui/messages.po b/source/ga/cui/messages.po
index 82f8753f14e..3d4dfc1c40e 100644
--- a/source/ga/cui/messages.po
+++ b/source/ga/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ga/>\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tábla"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Cuir an t-ainm ar an cheann saighde nua:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3169,10 +3169,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3354,10 +3354,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3511,10 +3511,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Méid:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Teanga:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Gnéithe..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Teanga:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Méid:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Gnéithe..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Méid:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Teanga:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Gnéithe..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Méid:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Teanga:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Gnéithe..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Réamhamharc"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Téacs mar mhalairt:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Cur Síos:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18770,23 +18758,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Sábháil an Ceann Saighde?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Athraíodh an ceann saighde gan sábháil."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "An bhfuil fonn ort an ceann saighde a shábháil anois?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18872,17 +18860,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "An bhfuil fonn ort an haisteáil a scriosadh?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "An bhfuil fonn ort an ceann saighde a scriosadh?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "An bhfuil tú cinnte gur mhaith leat an ceann saighde a scriosadh?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21069,247 +21057,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "Go h_Uathoibríoch"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Carac_htair ag deireadh na líne"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Ca_rachtair ag tosach na líne"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Fleiscíniú"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Ionsáigh"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Le s_tíl leathanaigh:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Cineál:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Uimhir leathanaigh:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Ionad:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Stíl Leathanaigh"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Leathanach"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Colún"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Roimh"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Tar éis"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Bristeacha"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Ná roinn alt"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Coinnigh leis an chéad alt eile"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Rialú _dílleachtaí"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Rialú _baintreacha"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "línte"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "línte"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Roghanna"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/ga/editeng/messages.po b/source/ga/editeng/messages.po
index e43e4ccd26c..a648449b04c 100644
--- a/source/ga/editeng/messages.po
+++ b/source/ga/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-03-08 13:46+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ga/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 fleiscín"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Stíl Leathanaigh: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Coirneáil "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "faoi ghlas "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Comhdhlúite "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafach"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "gan bhéim"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Poncanna "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Ciorcal "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Ciorcal líonta "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Aiceann "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Thuas"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Thíos"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Gan délíneáil"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Délíneáil"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Gan spásáil uathoibríoch carachtar"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Gan spásáil uathoibríoch carachtar"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Gan poncaíocht chrochta ag deireadh na líne"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Poncaíocht chrochta ag deireadh na líne"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Cuir liosta na gcarachtar toirmiscthe i bhfeidhm ag tús agus deireadh na línte"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Ná cuir liosta na gcarachtar toirmiscthe i bhfeidhm ag tús agus deireadh na línte"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Gan carachtair rothlaithe"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Carachtar rothlaithe trí $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Oiriúnaigh don líne"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Níl an téacs rothlaithe"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Tá an téacs rothlaithe $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Carachtair scálaithe $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Gan carachtair scálaithe"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Gan rilíf"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Rilíf"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Greanta"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Ailíniú uathoibríoch téacs"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Téacs ailínithe le bonnlíne"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Téacs ailínithe ag an mbarr"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Téacs ailínithe sa lár"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Téacs ailínithe ag an mbun"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Treo an téacs: clé-go-deas (cothrománach)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Treo an téacs: deas-go-clé (cothrománach)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Treo an téacs: deas-go-clé (ingearach)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Treo an téacs: clé-go-deas (ingearach)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Bain úsáid as treo an téacs ón réad uachtarach"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Treo an téacs clé go deas (ingearach ón mbun aníos)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Léimeann an t-alt go dtí an ghreille téacs (má tá sí gníomhach)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Ní léimeann an t-alt go dtí an ghreille téacs"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Gan folach"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Folaithe"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Tráidire páipéir"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Óna socruithe phriontála]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Scrios"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Bog"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ionsáigh"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Ionadaigh"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Cuir tréithe i bhfeidhm"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Athshocraigh tréithe"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Eangaigh"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Cuir Stíleanna i bhFeidhm"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Athraigh an Cás"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Is é %x an focal"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Is é %x an t-alt"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Uathoibríoch"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Urchar íomhá in alt"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Urchar íomhá"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Alt: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Lean de sheiceáil ag tús na cáipéise?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Lean ar aghaidh ón deireadh?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"Níl a fhios cén fáth."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Tá an foclóir lán cheana."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Tá an foclóir inléite amháin."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Eangaigh"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Taispeáin fophointí"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Laghdaigh"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Cuir tréithe i bhfeidhm"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ionsáigh"
diff --git a/source/ga/fpicker/messages.po b/source/ga/fpicker/messages.po
index e776fab2a77..e13ca9c6ba2 100644
--- a/source/ga/fpicker/messages.po
+++ b/source/ga/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/ga/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Dáta a mionathraíodh é"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Ai_nm comhaid:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Cineál _comhaid:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Inléite amháin"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Sábháil le focal faire"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Iarmhír u_athoibríoch ar ainm comhaid"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Cuir na socruithe _scagaire in eagar"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Criptigh le heochair GPG"
diff --git a/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po
index d690a10c2d5..7cdb36f09b9 100644
--- a/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LO\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ga/>\n"
@@ -1246,6 +1246,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Go dtí an Bhileog Roimhe Seo"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10677,15 +10687,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "Airde Optamach Ró"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Leag Rónna Amach Go Cothrom "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21379,15 +21389,15 @@ msgctxt ""
msgid "~Image"
msgstr "Í~omhá"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Réad agus Cruth"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26239,15 +26249,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Rothl~aigh nó Smeach"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Athraigh an tAncaire"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26259,6 +26269,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "An~caire"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30949,6 +30969,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34049,15 +34079,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "An ~Chéad Alt"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Íoslaghdaigh Leithead an Cholúin"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34079,15 +34119,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Incrimintigh an Luach Eangaithe"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Íoslaghdaigh Airde an Ró"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/ga/sc/messages.po b/source/ga/sc/messages.po
index 6726547c2e7..a0b26f21daa 100644
--- a/source/ga/sc/messages.po
+++ b/source/ga/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ga/>\n"
@@ -16951,1622 +16951,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Roghnaigh Bileoga"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~Bileoga roghnaithe"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Rialóir"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Bainistíonn an rialóir seo réada in áiteanna seasta."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Réamhamharc"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Taispeánann an bhileog seo an chaoi a leagfar na sonraí amach sa cháipéis."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Amharc cáipéise"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Bileog %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cill %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Limistéar ar chlé"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Réamhamharc"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Limistéar sa lár"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Limistéar ar dheis"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Ceanntásc de leathanach %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Buntásc de leathanach %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Líne an ionchuir"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Is í seo an áit ina n-iontrálann tú téacs, uimhreacha agus foirmlí."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Athsheinm Meán"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Cnaipe luiche brúite"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Barra Foirmlí"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Scarbhileoga %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(inléite amháin)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Mód Réamhamhairc)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Leathanaigh:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Ná ha~schuir leathanaigh fholmha"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Priontáil gach bileog"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Priontáil na bileoga roghnaithe"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Priontáil cilliní roghnaithe"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr ""
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr ""
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr ""
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Ní fhéadfaí an foinse DDE seo a leanas a thabhairt cothrom le dáta, b'fhéidir toisc nach raibh an cháipéis fhoinse féin ar oscailt. Oscail an cháipéis fhoinse agus bain triail as arís, led' thoil."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Níorbh fhéidir an comhad seachtrach seo a leanas a luchtú. Níor nuashonraíodh na sonraí nasctha ón gcomhad seo."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Naisc sheachtracha á nuashonrú."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Tá li~péid cholúin sa raon"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Tá lipéid ró sa ~raon"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Luach neamhbhailí"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Níor sonraíodh foirmle."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Níor sonraíodh ró ná colún."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Ainm nó raon gan sainmhíniú."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Ainm gan sainmhíniú nó tagairt neamhbhailí do chill."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Ní cuid de cholún iad na foirmlí."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Ní chuid de ró iad na foirmlí."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Cuir UathFhormáidiú Leis"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Athainmnigh UathFhormáidiú"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Ainm"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Scrios UathFhormáidiú"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "An bhfuil tú cinnte gur mian leat an # UathFhormáidiú a scriosadh?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Dún"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Ean"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Fea"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Már"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Tuaisceart"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Meán"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Deisceart"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Iomlán"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Ancaire an leathanaigh"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Ancaire na cille"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Coinníoll "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Clár Ábhair"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Bileoga"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Ainmneacha na raonta"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Raonta na mbunachar sonraí"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Íomhánna"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Réada OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Nótaí"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Limistéir nasctha"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Réada líníochta"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "gníomhach"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "neamhghníomhach"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "folaithe"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Fuinneog Ghníomhach"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Ainm an Chnámhscéil"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Nóta"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sórtáil in ord Ardaitheach"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sórtáil in ord Íslitheach"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Sórtáil Shaincheaptha"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Ainmbhosca"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Líne an ionchuir"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Treoraí Feidhme"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Glac Leis"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Cealaigh"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Foirmle"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Leathnaigh an Barra Foirmle"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Laghdaigh an Barra Foirmle"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Úsáideoir Anaithnid"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Colún ionsáite"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Ró ionsáite "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Bileog ionsáite "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Colún scriosta"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ró scriosta"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Bileog scriosta"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Raon bogtha"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Athraíodh an t-ábhar"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Athraíodh an t-ábhar"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Athraithe go "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Bunúsach"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Diúltaíodh na hathruithe"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Glactha"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Diúltaithe"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Gan Iontráil"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<folamh>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Gan chosaint"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Gan chosaint ag focal faire"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hais-neamh-chomhoiriúnach"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hais-comhoiriúnach"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Clóscríobh é arís"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Meán Gluaisteach"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Smúdáil Easpónantúil"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Anailís ar Athraitheas"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Anailís ar Athraitheas (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA - Fachtóir Amháin"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA - Dhá Fhachtóir"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Grúpaí"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Idir Grúpaí"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Laistigh de Ghrúpaí"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Foinse athraitheachta"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Beachtas"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-luach"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F criticiúil"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Iomlán"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Comhghaolú"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Comhghaoluithe"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Comhathraitheas"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Comhathraithis"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Staitisticí Tuairisciúla"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Meánluach"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Earráid Chaighdeánach"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Mód"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Airmheán"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Athraitheas"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Diall Caighdeánach"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Curtóis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Sceabhacht"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Raon"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Íosluach"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Uasluach"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suim"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Líon"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "An Chéad Cheathairíl"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "An Tríú Ceathairíl"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Randamach ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Aonfhoirmeach"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Slánuimhir Aonfhoirmeach"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Gnách"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Déthéarmach"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Déthéarmach Diúltach"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "χ Cearnaithe"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Céimseatúil"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Íosluach"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Uasluach"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Meánluach"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Diall Caighdeánach"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Airmheán"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigme"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Luach p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Líon na dTrialacha"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "Luach nú"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Sampláil"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-thástáil"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-thástáil"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "T-thástáil phéireáilte"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "T-thástáil phéireáilte"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-thástáil"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-thástáil"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Tástáil Neamhspleáchais (χ-chearnaithe)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Cúlú"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Cúlú"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr ""
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr ""
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Colún %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Ró %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Athróg 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Athróg 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Meándifríocht Hipitéisithe"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Breanuithe"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Meándifríocht Breathnaithe"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R²"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R² coigeartaithe"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Líon na n-athróg X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-luach"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Luach Criticiúil"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Staitistic na Tástála"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "In Íochtar"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "In Uachtar"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr ""
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr ""
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Líneach"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logartamach"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Cumhacht"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr ""
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr ""
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr ""
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr ""
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr ""
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr ""
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr ""
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Samhail den Chúlú"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Staitisticí Cúlaithe"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Iarmharach"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Leibhéal muiníne"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Comhéifeachtaí"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "t-Staitistic"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Idirlíne"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Y tuartha"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "amh-aschur LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) deasfhoircneach"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Criticiúil deasfhoircneach"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "(F<=f) cléfhoircneach"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Criticiúil cléfhoircneach"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P défhoircneach"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Criticiúil défhoircneach"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Comhghaolú Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Athraitheas na nDifríochtaí"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Staitistic"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) aonfhoircneach"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t Criticiúil aonfhoircneach"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) défhoircneach"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t Criticiúil défhoircneach"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Athraitheas Aitheanta"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) aonfhoircneach"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z Criticiúil aonfhoircneach"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) défhoircneach"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z Criticiúil défhoircneach"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr ""
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr ""
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr ""
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr ""
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr ""
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr ""
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr ""
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr ""
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr ""
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr ""
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr ""
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Go cill"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Leis an gcill (méid a athrú leis an gcill)"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Go leathanach"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Níl aon sonraí úsáideora ar fáil."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(rochtain eisiach)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr ""
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23451,6 +23489,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30917,44 +30985,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Ord sórtála saincheaptha"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Teanga"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Roghanna"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Roghanna Sórtála"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31961,26 +32023,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Ord _saincheaptha sórtála"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sórtáil"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32411,338 +32461,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "Tás_caire nóta"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Aibhs_iú luacha"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Ancaire"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Téa_cs thar maoil"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Taispeáin tagairtí i ndath"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Taispeáin"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "Ceanntásca colúi_n/ró"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Scrollbharra _cothrománach"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Scrollbharra _ingearach"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Cluaisíní bil_eoga"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Si_ombailí imlíneacha"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr ""
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Fuinneog"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_ioncronaigh na bileoga"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zúmáil"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Bristeacha leathanaigh"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Línte treoracha le linn _bogtha"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "Línte _greille:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Dath:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Taispeáin"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Taispeáin ar chealla dathaithe"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Folaigh"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Áiseanna Amhairc"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Réa_da/Íomhánna:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Réada _líníochta:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Taispeáin"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Folaigh"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Taispeáin"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Folaigh"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Taispeáin"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Folaigh"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Réada"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/ga/sd/messages.po b/source/ga/sd/messages.po
index 99c14979104..d6021535fe0 100644
--- a/source/ga/sd/messages.po
+++ b/source/ga/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ga/>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Deirí na Líne"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Cuir ainm ar an cheann saighde nua:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/ga/sfx2/messages.po b/source/ga/sfx2/messages.po
index f3214f1386c..ec84554d020 100644
--- a/source/ga/sfx2/messages.po
+++ b/source/ga/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ga/>\n"
@@ -2261,6 +2261,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Tá nó níl"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3301,86 +3309,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "_Cuir sonraí úsáideora i bhfeidhm"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Athshocraigh na hAiríonna"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Sínithe Di_giteacha..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_Méid:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "anaithnid"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_Suíomh:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_Cineál:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Athraigh _Focal Faire"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Teimpléad:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Sábháil íomhá réamhamhairc leis an gcáipéis seo"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/ga/starmath/messages.po b/source/ga/starmath/messages.po
index 93ba8fe6cc3..12c4fe5dd0d 100644
--- a/source/ga/starmath/messages.po
+++ b/source/ga/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ga/>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr ""
diff --git a/source/ga/svtools/messages.po b/source/ga/svtools/messages.po
index beee3ea0cea..e3caa5b7177 100644
--- a/source/ga/svtools/messages.po
+++ b/source/ga/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ga/>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE lochtach"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Bunchód"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Comhad leabharmharc"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafaic"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Comhad cumraíochta"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Feidhmchlár"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Tábla bunachair sonraí"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Comhad córais"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Cáipéis Microsoft Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Comhad cabhrach"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Cáipéis HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Comhad cartlainne"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Logchomhad"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Bunachar Sonraí StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Máistircháipéis StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Íomhá StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Comhad Téacs"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Nasc"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Teimpléad StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Cáipéis Microsoft Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Teimpléad Microsoft Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Baisc-chomad"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Comhad"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Fillteán"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Cáipéis Téacs"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Scarbhileog"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Láithreoireacht"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Líníocht"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Cáipéis HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Máistircháipéis"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Foirmle"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Bunachar Sonraí"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Teimpléad Scarbhileoige OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Teimpléad Líníochta OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Teimpléad Láithreoireachta OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Teimpléad Cáipéise Téacs OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Tiomántán logánta"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Tiomántán diosca"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Tiomántán CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Ceangal líonra"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Cáipéis Microsoft PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Teimpléad Microsoft PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "Seó Microsoft PowerPoint"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Foirmle OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Cairt OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Líníocht OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Scarbhileog OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Láithreoireacht OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Cáipéis Téacs OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Máistircháipéis OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Cáipéis MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Bunachar Sonraí OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Líníocht OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Foirmle OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Máistircháipéis OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Láithreoireacht OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Scarbhileog OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Téacs OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Teimpléad Scarbhileoige OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Teimpléad Líníochta OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Teimpléad Láithreoireachta OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Teimpléad Téacs OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Eisínteacht %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Litreoir Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Fleiscínitheoir Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Teasáras MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr ""
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Roghanna..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Ainm:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Stádas:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Cineál:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Suíomh:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Nóta:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Airíonna..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Printéir"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/ga/svx/messages.po b/source/ga/svx/messages.po
index 1695f63a67e..3d560e22b71 100644
--- a/source/ga/svx/messages.po
+++ b/source/ga/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ga/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Imlíne ailt ar chlé"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Imlíne ailt ar dheis"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17639,32 +17639,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Fráma:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Téacs:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/ga/sw/messages.po b/source/ga/sw/messages.po
index 86546ca8bd7..c5c52d4abf7 100644
--- a/source/ga/sw/messages.po
+++ b/source/ga/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ga/>\n"
@@ -1730,302 +1730,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9977,6 +9995,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12552,65 +12584,101 @@ msgid "Options"
msgstr "Roghanna"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14548,157 +14616,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Cineál"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macra..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Luach"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Ain_m"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "Ansin"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "Nó"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Mír"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Míreanna sa _liosta"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Bog S_uas"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Bog _Síos"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ain_m"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15771,10 +15839,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15789,176 +15857,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Tada>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Tada>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "An nasc _roimhe seo:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "A_n chéad nasc eile:"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Cur Síos:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Clár Ábhair"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "I_onad"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Méid"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Cosain"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Barr"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Láraithe"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Bun"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Ailíniú an Inneachair"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "In_eagarthóireachta i gcáipéis inléite amháin"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Prion_táil"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "_Treo an téacs:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Airíonna"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "An nasc _roimhe seo:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Tada>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "A_n chéad nasc eile:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Tada>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17265,116 +17375,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "UathThéacs..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Roghanna..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Foscríbhinn"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Uimhriú:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Deighilteoir:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Ionad:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Deighilteoir uimhrithe:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Catagóir:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Airíonna"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Réamhamharc"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Tada]"
diff --git a/source/gd/cui/messages.po b/source/gd/cui/messages.po
index 10cace7916d..4223d609f7c 100644
--- a/source/gd/cui/messages.po
+++ b/source/gd/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2019-08-21 12:42+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1742,11 +1742,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Clàr"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Cuir a-steach ainm airson a' chinn-saighde ùir:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -3167,10 +3167,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
msgstr ""
#. mmG7g
@@ -3352,10 +3352,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
@@ -3509,10 +3509,10 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
msgstr ""
#. gqs9W
@@ -3545,51 +3545,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr ""
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -6603,186 +6609,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr ""
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr ""
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr ""
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Meud:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Cànan:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Gleusan..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Cànan:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr ""
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Meud:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Gleusan..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Meud:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Cànan:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Gleusan..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr ""
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Meud:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr ""
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr ""
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr ""
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Cànan:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Gleusan..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr ""
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Ro-shealladh"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr ""
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7993,32 +7969,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr ""
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "Rogh_ainn teacsa eile:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Tuairisgeul:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr ""
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr ""
@@ -18768,23 +18756,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr ""
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "A bheil thu airson an ceann-saighde a shàbhaladh?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Chaidh an ceann-saighde atharrachadh ach cha deach a shàbhaladh."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "A bheil thu airson an ceann-saighde a shàbhaladh an-dràsta?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18870,17 +18858,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "A bheil thu airson an greannachadh a sguabadh às?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "A bheil thu airson an ceann-saighde a sguabadh às?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "A bheil thu cinnteach gu bheil thu airson an ceann-saighde a sguabadh às?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21067,247 +21055,271 @@ msgid "Text Columns"
msgstr ""
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "G_u fèin-obrachail"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr ""
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr ""
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr ""
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr ""
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Caractaran aig deiread_h na loidhne"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Ca_ractairean aig toiseach na loidhne"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr ""
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Tàthanachadh"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Cu_ir a-steach"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Le _stoidhle na duilleige:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "S_eòrsa:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Àireamh _na duilleige:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Ionad:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Stoidhle na duilleige"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Duilleag"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Colbh"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Roimhe"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "'Na dhèidh"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Brisidhean"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "_Na sgoilt am paragraf"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "C_um leis an ath-pharagraf"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Smachd air _dìlleachdanan"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Smachd air _banntraichean"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Loidhnichean"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Loidhnichean"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Roghainnean"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/gd/editeng/messages.po b/source/gd/editeng/messages.po
index 663f19125f8..17a6b3cb307 100644
--- a/source/gd/editeng/messages.po
+++ b/source/gd/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2019-04-23 00:43+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 tàthanan"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Stoidhle na duilleige: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Fo-ghearradh "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "glaiste "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Teannaichte "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafaig"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "chan eil gin"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Dotagan "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Cearcall "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Cearcall air a lìonadh "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Stràc "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Shuas"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Shìos"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Gun loidhne dhùbailte"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Loidhne dhùbailte"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Gun bheàrnadh fèin-obrachail nan caractaran"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Gun bheàrnadh fèin-obrachail nan caractaran"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Gun puingeachadh crochte aig deireadh na loidhne"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Puingeachadh crochte aig deireadh na loidhne"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Cleachd liosta nan caractaran toirmisgte aig deireadh is toiseach nan loidhne"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Na cleachd liosta nan caractaran toirmisgte aig deireadh is toiseach nan loidhne"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Gun charactaran cuairtichte"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Caractar air a chuairteachadh le $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Co-fhreagair gun loidhne"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Cha deach an teacsa a chuairteachadh"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Chaidh an teacsa a chuairteachadh le $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Caractaran air an sgèileadh $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Gun charactaran sgèilichte"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Gun rilif"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Rilif"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gràbhailte"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Co-thaobhadh teacsa fèin-obrachail"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Teacsa co-thaobhaichte a-rèir na bun-loidhne"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Teacsa co-thaobhaichte aig a’ bhàrr"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Teacsa co-thaobhaichte sa mheadhan"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Teacsa co-thaobhaichte aig a' bhonn"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Comhair an teacsa on chlì gun deas (air a chòmhnard)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Comhair an teacsa on deas gun chlì (air a chòmhnard)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Comhair an teacsa on deas gun chlì (inghearach)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Comhair an teacsa on chlì gun deas (inghearach)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Cleachd roghainn comhair an teacsa airson oibseact os-òrdanaichte"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Greimichidh am paragraf ri griod an teacsa (ma bhios seo an gnìomh)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Cha ghreimich am paragraf ri griod an teacsa"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Gun a chur am falach"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Air a chur am falach"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Treidhe a’ phàipeir"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[O roghainnean a' chlò-bhualadair]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Sguab às"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Gluais"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Cuir a-steach"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Cuir 'na àite"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Cuir na buadhan an sàs"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Ath-shuidhich na buadhan"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Eag"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Cuir na stoidhlean an sàs"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Atharraich litrichean mòra 's beaga"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Tha am facal sa chànan seo: %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Tha am paragraf sa chànan seo: %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Gu fèin-obrachail"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Peilear ìomhaighe sa pharagraf"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Peilear ìomhaighe"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragraf: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "A bheil thu airson leantainn air an dearbhadh air toiseach na sgrìobhainne?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "A bheil thu airson leantainn air adhart leis an dearbhadh aig deireadh na sgrìobhainne?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"ach chan eil fhios carson."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Tha am faclair làn mu thràth."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "'S e faclair a tha ri leughadh a-mhàin a tha ann."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Eag"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Seall na fo-phuingean"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Co-theannaich"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Cuir na buadhan an sàs"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Cuir a-steach"
diff --git a/source/gd/fpicker/messages.po b/source/gd/fpicker/messages.po
index 60508d4e7cd..6257e48f11c 100644
--- a/source/gd/fpicker/messages.po
+++ b/source/gd/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2018-10-02 16:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr ""
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr ""
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr ""
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Ai_nm an fhaidhle:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Seòrsa an fhaidhle:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Ri leughadh a-mhàin"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Sàbhail le facal-faire"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Leudachan _ainm an fhaidhle gu fèin-obrachail"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "_Deasaich roghainnean na criathraige"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Crioptaich le iuchair GPG"
diff --git a/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po b/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po
index 7ea84e084ba..fd05fd5eb66 100644
--- a/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-21 09:56+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
@@ -1247,6 +1247,16 @@ msgctxt ""
msgid "To Previous Sheet"
msgstr "Dhan t-siota roimhe"
+#. K8ZVi
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:JumpToTable\n"
+"Label\n"
+"value.text"
+msgid "~Go to Sheet..."
+msgstr ""
+
#. 79aNB
#: CalcCommands.xcu
msgctxt ""
@@ -10677,15 +10687,15 @@ msgctxt ""
msgid "Optimal Row Height"
msgstr "An àirde as fhearr dhan ràgh"
-#. PXfS6
+#. wppz5
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DistributeRows\n"
"Label\n"
"value.text"
-msgid "Distribute Rows Equally "
-msgstr "Sgaoil na ràghan gu cothromach "
+msgid "Distribute Rows Evenly"
+msgstr ""
#. tjGQ2
#: DrawImpressCommands.xcu
@@ -21379,15 +21389,15 @@ msgctxt ""
msgid "~Image"
msgstr "~Dealbh"
-#. MaZLP
+#. gX9YM
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Object and Shape"
-msgstr "~Oibseact is cruth"
+msgid "Text B~ox and Shape"
+msgstr ""
#. zFyfF
#: GenericCommands.xcu
@@ -26239,15 +26249,15 @@ msgctxt ""
msgid "Rot~ate or Flip"
msgstr "Cu~airtich no thoir flip"
-#. 5aTnd
+#. wxC2C
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "Change Anchor"
-msgstr "Atharraich an acair"
+msgid "Anchor Menu"
+msgstr ""
#. oNBG8
#: GenericCommands.xcu
@@ -26259,6 +26269,16 @@ msgctxt ""
msgid "Anc~hor"
msgstr "A~cair"
+#. CLNpa
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Select anchor for object"
+msgstr ""
+
#. vBrBs
#: GenericCommands.xcu
msgctxt ""
@@ -30949,6 +30969,16 @@ msgctxt ""
msgid "Insert Picture Content Control"
msgstr ""
+#. oxa64
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertDateContentControl\n"
+"Label\n"
+"value.text"
+msgid "Insert Date Content Control"
+msgstr ""
+
#. HxFAE
#: WriterCommands.xcu
msgctxt ""
@@ -34049,15 +34079,25 @@ msgctxt ""
msgid "~First Paragraph"
msgstr "~A' chiad pharagraf"
-#. kCyrV
+#. wTJvx
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
"Label\n"
"value.text"
-msgid "Minimize Column Width"
-msgstr "Fìor-lùghdaich leud a’ chuilbh"
+msgid "Minimal Column Width"
+msgstr ""
+
+#. TEEVY
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalColumnWidth\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Column Width: Adjust width of selected columns to fit content"
+msgstr ""
#. vGAT7
#: WriterCommands.xcu
@@ -34079,15 +34119,25 @@ msgctxt ""
msgid "Increment Indent Value"
msgstr "Ioncramaidich luach na h-eige"
-#. 8swqU
+#. 6or48
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
"Label\n"
"value.text"
-msgid "Minimize Row Height"
-msgstr "Fìor-lùghdaich àirde an ràigh"
+msgid "Minimal Row Height"
+msgstr ""
+
+#. wJUJV
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:SetMinimalRowHeight\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Minimal Row Height: Adjust height of selected rows to fit content"
+msgstr ""
#. 9RUey
#: WriterCommands.xcu
diff --git a/source/gd/sc/messages.po b/source/gd/sc/messages.po
index bbc85a99237..a6c85bd00bb 100644
--- a/source/gd/sc/messages.po
+++ b/source/gd/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-21 09:49+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16950,1622 +16950,1660 @@ msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Tagh siotaichean"
+#. GYoSL
+#: sc/inc/strings.hrc:90
+msgctxt "STR_DLG_SELECTTABLE_TITLE"
+msgid "Go to Sheet"
+msgstr ""
+
+#. iHTDF
+#: sc/inc/strings.hrc:91
+msgctxt "STR_DLG_SELECTTABLE_MASK"
+msgid "~Type a Sheet Name"
+msgstr ""
+
#. SEDS2
#. Select tables dialog listbox
-#: sc/inc/strings.hrc:91
+#: sc/inc/strings.hrc:93
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Na ~siotaichean a thagh thu"
+#. szfzF
+#: sc/inc/strings.hrc:94
+msgctxt "STR_DLG_SELECTTABLE_LBNAME"
+msgid "~Sheets"
+msgstr ""
+
#. SfEhE
-#: sc/inc/strings.hrc:92
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Rùilear"
#. 3VwsT
-#: sc/inc/strings.hrc:93
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Tha an rùilear seo a' stiùireadh oibseactan aig ionadan socraichte."
#. 7Ream
-#: sc/inc/strings.hrc:94
+#: sc/inc/strings.hrc:97
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Ro-shealladh"
#. uSKyF
-#: sc/inc/strings.hrc:95
+#: sc/inc/strings.hrc:98
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Seallaidh an siota seo dhut mar a thèid an dàta a chur air dòigh san sgrìobhainn."
#. MwTAm
-#: sc/inc/strings.hrc:96
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Sealladh sgrìobhainn"
#. NFaas
-#: sc/inc/strings.hrc:97
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Siota %1"
#. 2qRJG
-#: sc/inc/strings.hrc:98
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Cealla %1"
#. KD4PA
-#: sc/inc/strings.hrc:99
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "An taobh clì"
#. 56AkM
-#: sc/inc/strings.hrc:100
+#: sc/inc/strings.hrc:103
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Ro-shealladh na duilleige"
#. RA4AS
-#: sc/inc/strings.hrc:101
+#: sc/inc/strings.hrc:104
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Am meadhan"
#. 2hpwq
-#: sc/inc/strings.hrc:102
+#: sc/inc/strings.hrc:105
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "An àrainn dheas"
#. FrXgq
-#: sc/inc/strings.hrc:103
+#: sc/inc/strings.hrc:106
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Bann-cinn na duilleige %1"
#. BwF8D
-#: sc/inc/strings.hrc:104
+#: sc/inc/strings.hrc:107
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Bann-coise duilleige %1"
#. 9T4c8
-#: sc/inc/strings.hrc:105
+#: sc/inc/strings.hrc:108
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Loidhne a' chuir a-steach"
#. ejFak
-#: sc/inc/strings.hrc:106
+#: sc/inc/strings.hrc:109
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Seo far an cuir thu a-steach no far an deasaich thu teacsa, àireamhan is foirmlean."
#. XX585
-#: sc/inc/strings.hrc:107
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Ath-chluich mheadhanan"
#. SuAaA
-#: sc/inc/strings.hrc:108
+#: sc/inc/strings.hrc:111
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Thathar a' brùthadh putan na luchaige"
#. 4prfv
-#: sc/inc/strings.hrc:109
+#: sc/inc/strings.hrc:112
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Bàr-inneal nam foirmlean"
#. nAcNZ
-#: sc/inc/strings.hrc:110
+#: sc/inc/strings.hrc:113
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "Cliath-dhuilleagan %PRODUCTNAME"
#. 8UMap
-#: sc/inc/strings.hrc:111
+#: sc/inc/strings.hrc:114
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(ri leughadh a-mhàin)"
#. fDxgL
-#: sc/inc/strings.hrc:112
+#: sc/inc/strings.hrc:115
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Am modh ro-sheallaidh)"
#. ZwiH6
-#: sc/inc/strings.hrc:113
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages:"
msgstr "Duilleagan:"
#. FYjDY
-#: sc/inc/strings.hrc:114
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Na ceadaich à~s-chur de dhuilleagan bàna"
#. GQNVf
-#: sc/inc/strings.hrc:115
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "Print All Sheets"
msgstr "Clò-bhuail a h-uile siota"
#. xcKcm
-#: sc/inc/strings.hrc:116
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "Print Selected Sheets"
msgstr "Clò-bhuail na siotaichean a thagh thu"
#. e7kTj
-#: sc/inc/strings.hrc:117
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Print Selected Cells"
msgstr "Clò-bhuail na ceallan a thagh thu"
#. z4DB6
-#: sc/inc/strings.hrc:118
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which:"
msgstr "’S dhiubh seo:"
#. v5EK2
-#: sc/inc/strings.hrc:119
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_PRINTOPT_PRINTALLPAGES"
msgid "All ~Pages"
msgstr "A h-uile ~duilleag"
#. cvNuW
-#: sc/inc/strings.hrc:120
+#: sc/inc/strings.hrc:123
msgctxt "SCSTR_PRINTOPT_PRINTPAGES"
msgid "Pa~ges:"
msgstr "Duillea~gan:"
#. Pw9Pu
-#: sc/inc/strings.hrc:121
+#: sc/inc/strings.hrc:124
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 4BEKq
-#: sc/inc/strings.hrc:122
+#: sc/inc/strings.hrc:125
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "Cha b’ urrainn dhuinn an tùs DDE a leanas ùrachadh a chionn ’s nach robh an tùs-sgrìobhainn fosgailte. Cuir gu dol an tùs-sgrìobhainn agus feuch ris a-rithist."
#. kGmko
-#: sc/inc/strings.hrc:123
+#: sc/inc/strings.hrc:126
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "Cha b’ urrainn dhuinn am faidhle a leanas a luchdadh on taobh a-muigh. Cha deach an dàta co-cheangailte ris an fhaidhle ud ùrachadh."
#. BvtFc
-#: sc/inc/strings.hrc:124
+#: sc/inc/strings.hrc:127
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Ag ùrachadh nan ceanglaichean ris an taobh a-muigh."
#. MACSv
-#: sc/inc/strings.hrc:125
+#: sc/inc/strings.hrc:128
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
#. xEQCB
-#: sc/inc/strings.hrc:126
+#: sc/inc/strings.hrc:129
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
#. KLkBH
-#: sc/inc/strings.hrc:127
+#: sc/inc/strings.hrc:130
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
#. pr4wW
-#: sc/inc/strings.hrc:128
+#: sc/inc/strings.hrc:131
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Tha leu~bailean cuilbh san rainse"
#. mJyFP
-#: sc/inc/strings.hrc:129
+#: sc/inc/strings.hrc:132
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Tha leubailean ~ràigh san rainse"
#. ujjcx
-#: sc/inc/strings.hrc:130
+#: sc/inc/strings.hrc:133
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Luach mì-dhligheach"
#. SoLXN
-#: sc/inc/strings.hrc:131
+#: sc/inc/strings.hrc:134
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Cha deach foirmle a shònrachadh."
#. YFnCS
-#: sc/inc/strings.hrc:132
+#: sc/inc/strings.hrc:135
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "Cha deach ràgh no colbh a shònrachadh."
#. 6YQh2
-#: sc/inc/strings.hrc:133
+#: sc/inc/strings.hrc:136
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "Ainm no rainse gun mhìneachadh."
#. 4aHCG
-#: sc/inc/strings.hrc:134
+#: sc/inc/strings.hrc:137
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "Ainm gun socrachadh no reifreans cealla ceàrr."
#. G8KPr
-#: sc/inc/strings.hrc:135
+#: sc/inc/strings.hrc:138
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Chan eil na foirmlean a' dèanamh colbh."
#. uSxCb
-#: sc/inc/strings.hrc:136
+#: sc/inc/strings.hrc:139
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Chan eil na foirmlean a' dèanamh ràgh."
#. PknB5
-#: sc/inc/strings.hrc:137
+#: sc/inc/strings.hrc:140
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Cuir fèin-fhòrmatadh ris"
#. 7KuSQ
-#: sc/inc/strings.hrc:138
+#: sc/inc/strings.hrc:141
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Thoir ainm ùr air an fhèin-fhòrmatadh"
#. hqtgD
-#: sc/inc/strings.hrc:139
+#: sc/inc/strings.hrc:142
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Ainm"
#. L9jQU
-#: sc/inc/strings.hrc:140
+#: sc/inc/strings.hrc:143
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Sguab às am fèin-fhòrmataidh"
#. KCDoJ
-#: sc/inc/strings.hrc:141
+#: sc/inc/strings.hrc:144
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "A bheil thu cinnteach gu bheil thu airson am fèin-fhòrmat # a sguabadh às?"
#. GDdL3
-#: sc/inc/strings.hrc:142
+#: sc/inc/strings.hrc:145
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Dùin"
#. DAuNm
-#: sc/inc/strings.hrc:143
+#: sc/inc/strings.hrc:146
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Faoi"
#. WWzNg
-#: sc/inc/strings.hrc:144
+#: sc/inc/strings.hrc:147
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Gearr"
#. CCC3U
-#: sc/inc/strings.hrc:145
+#: sc/inc/strings.hrc:148
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Màrt"
#. cr7Jq
-#: sc/inc/strings.hrc:146
+#: sc/inc/strings.hrc:149
msgctxt "STR_NORTH"
msgid "North"
msgstr "Àirde a Tuath"
#. wHYPw
-#: sc/inc/strings.hrc:147
+#: sc/inc/strings.hrc:150
msgctxt "STR_MID"
msgid "Mid"
msgstr "Meadhan"
#. sxDHC
-#: sc/inc/strings.hrc:148
+#: sc/inc/strings.hrc:151
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Àirde a Deas"
#. CWcdp
-#: sc/inc/strings.hrc:149
+#: sc/inc/strings.hrc:152
msgctxt "STR_SUM"
msgid "Total"
msgstr "Iomlan"
#. MMCxb
-#: sc/inc/strings.hrc:150
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Acair duilleige"
#. fFFQ8
-#: sc/inc/strings.hrc:151
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "Acair cealla"
#. rTGKc
-#: sc/inc/strings.hrc:152
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Cumha "
#. 56Wmj
#. content description strings are also use d in ScLinkTargetsObj
-#: sc/inc/strings.hrc:155
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Susbaint"
#. wLN3J
-#: sc/inc/strings.hrc:156
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Siotaichean"
#. 3ZhJn
-#: sc/inc/strings.hrc:157
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Ainmean rainsean"
#. jjQeD
-#: sc/inc/strings.hrc:158
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Rainsean stòir-dhàta"
#. kbHfD
-#: sc/inc/strings.hrc:159
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Dealbhan"
#. 3imVs
-#: sc/inc/strings.hrc:160
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "Oibseactan OLE"
#. T28Cj
-#: sc/inc/strings.hrc:161
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Beachdan"
#. 5UcFo
-#: sc/inc/strings.hrc:162
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Àrainnean co-cheangailte"
#. HzVgF
-#: sc/inc/strings.hrc:163
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Oibseactan tarraing"
#. sCafb
-#: sc/inc/strings.hrc:164
+#: sc/inc/strings.hrc:167
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "gnìomhach"
#. q6EmB
-#: sc/inc/strings.hrc:165
+#: sc/inc/strings.hrc:168
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "neo-ghnìomhach"
#. Gr6xn
-#: sc/inc/strings.hrc:166
+#: sc/inc/strings.hrc:169
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "falaichte"
#. vnwQr
-#: sc/inc/strings.hrc:167
+#: sc/inc/strings.hrc:170
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Uinneag ghnìomhach"
#. yo3cD
-#: sc/inc/strings.hrc:168
+#: sc/inc/strings.hrc:171
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Ainm a’ chnàmh-sgeòil"
#. oWz3B
-#: sc/inc/strings.hrc:169
+#: sc/inc/strings.hrc:172
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Beachd"
#. tNLKD
-#: sc/inc/strings.hrc:171
+#: sc/inc/strings.hrc:174
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Seòrsaich a’ dìreadh"
#. S6kbN
-#: sc/inc/strings.hrc:172
+#: sc/inc/strings.hrc:175
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Seòrsaich a’ teàrnadh"
#. BDYHo
-#: sc/inc/strings.hrc:173
+#: sc/inc/strings.hrc:176
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Seòrsachadh gnàthaichte"
#. bpBbA
-#: sc/inc/strings.hrc:175
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Bogsa ainm"
#. GeNTF
-#: sc/inc/strings.hrc:176
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Loidhne a' chuir a-steach"
#. E6mnF
-#: sc/inc/strings.hrc:177
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Draoidh nam foincsean"
#. rU6xA
-#: sc/inc/strings.hrc:178
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Gabh ris"
#. NC6DB
-#: sc/inc/strings.hrc:179
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Sguir dheth"
#. 9JUCF
-#: sc/inc/strings.hrc:180
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Select Function"
msgstr ""
#. kFqE4
-#: sc/inc/strings.hrc:181
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Foirmle"
#. dPqKq
-#: sc/inc/strings.hrc:182
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Leudaich bàr nam foirmle"
#. ENx2Q
-#: sc/inc/strings.hrc:183
+#: sc/inc/strings.hrc:186
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Co-theannaich bàr nam foirmle"
#. nSD8r
-#: sc/inc/strings.hrc:185
+#: sc/inc/strings.hrc:188
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Cleachdaiche neo-aithnichte"
#. HDiei
-#: sc/inc/strings.hrc:187
+#: sc/inc/strings.hrc:190
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Colbh air a chur a-steach"
#. brecA
-#: sc/inc/strings.hrc:188
+#: sc/inc/strings.hrc:191
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Ràgh air a chur a-steach "
#. nBf8B
-#: sc/inc/strings.hrc:189
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Siota air a chur a-steach "
#. Td8iF
-#: sc/inc/strings.hrc:190
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Colbh air a sguabadh às"
#. 8Kopo
-#: sc/inc/strings.hrc:191
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ràgh air a sguabadh às"
#. DynWz
-#: sc/inc/strings.hrc:192
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Siota air a sguabadh às"
#. 6f9S9
-#: sc/inc/strings.hrc:193
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Rainse air a thoirt air falbh"
#. UpHkf
-#: sc/inc/strings.hrc:194
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Susbaint air atharrachadh"
#. cefNw
-#: sc/inc/strings.hrc:195
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Susbaint air atharrachadh"
#. DcsSq
-#: sc/inc/strings.hrc:196
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Air atharrachadh 'na "
#. naPuN
-#: sc/inc/strings.hrc:197
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Tùsail"
#. cbtSw
-#: sc/inc/strings.hrc:198
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Atharraichean air a dhiùltadh"
#. rGkvk
-#: sc/inc/strings.hrc:199
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Air aontachadh"
#. FRREF
-#: sc/inc/strings.hrc:200
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Air a dhiùltadh"
#. bG7Pb
-#: sc/inc/strings.hrc:201
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Gun innteart"
#. i2doZ
-#: sc/inc/strings.hrc:202
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<falamh>"
#. dAt5Q
-#: sc/inc/strings.hrc:204
+#: sc/inc/strings.hrc:207
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Gun dìon"
#. 3TDDs
-#: sc/inc/strings.hrc:205
+#: sc/inc/strings.hrc:208
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Gun dìon facail-fhaire"
#. qBe6G
-#: sc/inc/strings.hrc:206
+#: sc/inc/strings.hrc:209
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hais neo-chòrdail"
#. XoAEE
-#: sc/inc/strings.hrc:207
+#: sc/inc/strings.hrc:210
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hais cho-chòrdail"
#. MHDYB
-#: sc/inc/strings.hrc:208
+#: sc/inc/strings.hrc:211
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Cuir a-steach a-rithist"
#. bFjd9
#. MovingAverageDialog
-#: sc/inc/strings.hrc:211
+#: sc/inc/strings.hrc:214
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "Cuibheas-gluasaid"
#. ZUkPQ
#. ExponentialSmoothingDialog
-#: sc/inc/strings.hrc:213
+#: sc/inc/strings.hrc:216
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "Rèidheachadh easbonantail"
#. LAfqT
#. AnalysisOfVarianceDialog
-#: sc/inc/strings.hrc:215
+#: sc/inc/strings.hrc:218
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "Anailis na seachranachd"
#. 8v4W5
-#: sc/inc/strings.hrc:216
+#: sc/inc/strings.hrc:219
msgctxt "STR_LABEL_ANOVA"
msgid "Analysis of Variance (ANOVA)"
msgstr "Anailis na seachranachd (ANOVA)"
#. NY8WD
-#: sc/inc/strings.hrc:217
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "ANOVA – Factar singilte"
#. AFnEZ
-#: sc/inc/strings.hrc:218
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "ANOVA – Dà fhactar"
#. hBPGD
-#: sc/inc/strings.hrc:219
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Buidhnean"
#. DiUWy
-#: sc/inc/strings.hrc:220
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "Eadar buidhnean"
#. fBh3S
-#: sc/inc/strings.hrc:221
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "Am broinn bhuidhnean"
#. DFcw4
-#: sc/inc/strings.hrc:222
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "Tùs na seachranachd"
#. KYbb8
-#: sc/inc/strings.hrc:223
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
#. j7j6E
-#: sc/inc/strings.hrc:224
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
#. 6QJED
-#: sc/inc/strings.hrc:225
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
#. JcWo9
-#: sc/inc/strings.hrc:226
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
#. a43mP
-#: sc/inc/strings.hrc:227
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_SIGNIFICANCE_F"
msgid "Significance F"
msgstr "Brìghealachd F"
#. MMmsS
-#: sc/inc/strings.hrc:228
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "Luach P"
#. UoaCS
-#: sc/inc/strings.hrc:229
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F èiginneach"
#. oJD9H
-#: sc/inc/strings.hrc:230
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Iomlan"
#. kvSFC
#. CorrelationDialog
-#: sc/inc/strings.hrc:232
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "Co-dhàimh"
#. WC4SJ
-#: sc/inc/strings.hrc:233
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "Co-dhàimhean"
#. AAb7T
#. CovarianceDialog
-#: sc/inc/strings.hrc:235
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "Co-sheachranachd"
#. VyxUL
-#: sc/inc/strings.hrc:236
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "Co-sheachranachdan"
#. 8gmqu
#. DescriptiveStatisticsDialog
-#: sc/inc/strings.hrc:238
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "Stadastaireachd thuairisgeulach"
#. FGXC5
-#: sc/inc/strings.hrc:239
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Meadhan"
#. 2sHVR
-#: sc/inc/strings.hrc:240
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Mearachd stannardach"
#. KrDBB
-#: sc/inc/strings.hrc:241
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modh"
#. AAbEo
-#: sc/inc/strings.hrc:242
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Cuibheas meadhanach"
#. h2HaP
-#: sc/inc/strings.hrc:243
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Seachranachd"
#. 3uYMC
-#: sc/inc/strings.hrc:244
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "Claonadh stannardach"
#. JTx7f
-#: sc/inc/strings.hrc:245
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "Kurtosis"
#. EXJJt
-#: sc/inc/strings.hrc:246
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "Sgiubhachd"
#. HkRYo
-#: sc/inc/strings.hrc:247
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Rainse"
#. LHk8p
-#: sc/inc/strings.hrc:248
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Meud as lugha"
#. LtMJs
-#: sc/inc/strings.hrc:249
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Meud as motha"
#. Q5r5c
-#: sc/inc/strings.hrc:250
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Suim"
#. s8K23
-#: sc/inc/strings.hrc:251
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Cunnt"
#. pU8QG
-#: sc/inc/strings.hrc:252
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile"
msgstr "A’ chiad chairteal"
#. PGXzY
-#: sc/inc/strings.hrc:253
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "An treas cairteal"
#. gABRP
#. RandomNumberGeneratorDialog
-#: sc/inc/strings.hrc:255
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "Air thuaiream ($(DISTRIBUTION))"
#. A8Rc9
-#: sc/inc/strings.hrc:256
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Aon-fhoirmeach"
#. 9ke8L
-#: sc/inc/strings.hrc:257
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Àireamh shlàn aon-fhoirmeach"
#. GC2LH
-#: sc/inc/strings.hrc:258
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Àbhaisteach"
#. XjQ2x
-#: sc/inc/strings.hrc:259
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "Cauchy"
#. G5CqB
-#: sc/inc/strings.hrc:260
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "Bernoulli"
#. GpJUB
-#: sc/inc/strings.hrc:261
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "Dà-nòmach"
#. 6yJKm
-#: sc/inc/strings.hrc:262
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "Dà-nòmach àicheil"
#. zzpmN
-#: sc/inc/strings.hrc:263
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "χ ceàrnagaichte"
#. NGBzX
-#: sc/inc/strings.hrc:264
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geomatrach"
#. BNZPE
-#: sc/inc/strings.hrc:265
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Meud as lugha"
#. EThhi
-#: sc/inc/strings.hrc:266
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Meud as motha"
#. RPYEG
-#: sc/inc/strings.hrc:267
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Meadhan"
#. VeqrX
-#: sc/inc/strings.hrc:268
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "Claonadh stannardach"
#. ChwWE
-#: sc/inc/strings.hrc:269
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Cuibheas meadhanach"
#. SzgEb
-#: sc/inc/strings.hrc:270
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Sigma"
#. 94TBK
-#: sc/inc/strings.hrc:271
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "Luach p"
#. AfUsB
-#: sc/inc/strings.hrc:272
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "Àireamh de thriallan"
#. DdfR6
-#: sc/inc/strings.hrc:273
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "An luach nu"
#. gygpC
#. SamplingDialog
-#: sc/inc/strings.hrc:275
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "Samplachadh"
#. zLuBp
#. Names of dialogs
-#: sc/inc/strings.hrc:277
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "Deuchainn F"
#. bQEfv
-#: sc/inc/strings.hrc:278
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "Deuchainn F"
#. UdsVZ
-#: sc/inc/strings.hrc:279
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "Deuchainn-t phaidhrichte"
#. A7xTa
-#: sc/inc/strings.hrc:280
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "Deuchainn-t phaidhrichte"
#. dWPSe
-#: sc/inc/strings.hrc:281
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "Deuchainn z"
#. QvZ7V
-#: sc/inc/strings.hrc:282
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "Deuchainn z"
#. D6AqL
-#: sc/inc/strings.hrc:283
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "Deuchainn na neo-eisimeileachd (χ²)"
#. PvFSb
-#: sc/inc/strings.hrc:284
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "Ais-cheumnachadh"
#. NXrYh
-#: sc/inc/strings.hrc:285
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "Ais-cheumnachadh"
#. AM5WV
-#: sc/inc/strings.hrc:286
+#: sc/inc/strings.hrc:289
msgctxt "STR_FOURIER_ANALYSIS_UNDO_NAME"
msgid "Fourier Analysis"
msgstr "Anailis Fourier"
#. hd6yJ
-#: sc/inc/strings.hrc:287
+#: sc/inc/strings.hrc:290
msgctxt "STR_FOURIER_ANALYSIS"
msgid "Fourier Analysis"
msgstr "Anailis Fourier"
#. KNJ5s
#. Common
-#: sc/inc/strings.hrc:289
+#: sc/inc/strings.hrc:292
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "Colbh %NUMBER%"
#. aTAGd
-#: sc/inc/strings.hrc:290
+#: sc/inc/strings.hrc:293
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "Ràgh %NUMBER%"
#. nAbaC
-#: sc/inc/strings.hrc:291
+#: sc/inc/strings.hrc:294
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alpha"
#. FZZCu
-#: sc/inc/strings.hrc:292
+#: sc/inc/strings.hrc:295
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Caochlaideach 1"
#. pnyaa
-#: sc/inc/strings.hrc:293
+#: sc/inc/strings.hrc:296
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Caochlaideach 2"
#. LU4CC
-#: sc/inc/strings.hrc:294
+#: sc/inc/strings.hrc:297
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "Diofar meadhanach beachd-bharaileach"
#. sCNt9
-#: sc/inc/strings.hrc:295
+#: sc/inc/strings.hrc:298
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Coimheadachd"
#. arX5v
-#: sc/inc/strings.hrc:296
+#: sc/inc/strings.hrc:299
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "Diofar meadhanach a chunnacas"
#. dr3Gt
-#: sc/inc/strings.hrc:297
+#: sc/inc/strings.hrc:300
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
#. pnhCA
-#: sc/inc/strings.hrc:298
+#: sc/inc/strings.hrc:301
msgctxt "STR_LABEL_ADJUSTED_RSQUARED"
msgid "Adjusted R^2"
msgstr "R^2 gleusaichte"
#. ACsNA
-#: sc/inc/strings.hrc:299
+#: sc/inc/strings.hrc:302
msgctxt "STR_LABEL_XVARIABLES_COUNT"
msgid "Count of X variables"
msgstr "Cunntas nan caochladairean X"
#. kEPsb
-#: sc/inc/strings.hrc:300
+#: sc/inc/strings.hrc:303
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
#. FYUYT
-#: sc/inc/strings.hrc:301
+#: sc/inc/strings.hrc:304
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "Luach-P"
#. S3BHc
-#: sc/inc/strings.hrc:302
+#: sc/inc/strings.hrc:305
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "Luach èiginneach"
#. wgpT3
-#: sc/inc/strings.hrc:303
+#: sc/inc/strings.hrc:306
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "Cuir an stadastaig fo dheuchainn"
#. kTwBX
-#: sc/inc/strings.hrc:304
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_LOWER"
msgid "Lower"
msgstr "Ìosal"
#. GgFPs
-#: sc/inc/strings.hrc:305
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_Upper"
msgid "Upper"
msgstr "Àrd"
#. hkXzo
-#: sc/inc/strings.hrc:306
+#: sc/inc/strings.hrc:309
msgctxt "STR_MESSAGE_INVALID_INPUT_RANGE"
msgid "Input range is invalid."
msgstr "Tha rainse an ion-chuir mì-dhligheach."
#. rTFFF
-#: sc/inc/strings.hrc:307
+#: sc/inc/strings.hrc:310
msgctxt "STR_MESSAGE_INVALID_OUTPUT_ADDR"
msgid "Output address is not valid."
msgstr "Chan eil seòladh an às-chuir dligheach."
#. rtSox
#. RegressionDialog
-#: sc/inc/strings.hrc:309
+#: sc/inc/strings.hrc:312
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Loidhneach"
#. kVG6g
-#: sc/inc/strings.hrc:310
+#: sc/inc/strings.hrc:313
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Log-àireamhach"
#. wmyFW
-#: sc/inc/strings.hrc:311
+#: sc/inc/strings.hrc:314
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Cumhachd"
#. GabFM
-#: sc/inc/strings.hrc:312
+#: sc/inc/strings.hrc:315
msgctxt "STR_MESSAGE_XINVALID_RANGE"
msgid "Independent variable(s) range is not valid."
msgstr "Chan eil rainse nan caochladairean neo-eisimeileach dligheach."
#. 8x8DM
-#: sc/inc/strings.hrc:313
+#: sc/inc/strings.hrc:316
msgctxt "STR_MESSAGE_YINVALID_RANGE"
msgid "Dependent variable(s) range is not valid."
msgstr "Chan eil rainse nan caochladairean eisimeileach dligheach."
#. E7BD2
-#: sc/inc/strings.hrc:314
+#: sc/inc/strings.hrc:317
msgctxt "STR_MESSAGE_INVALID_CONFIDENCE_LEVEL"
msgid "Confidence level must be in the interval (0, 1)."
msgstr "Feumaidh ìre na h-earbsa a bhith san eadaramh (0, 1)."
#. ZdyQs
-#: sc/inc/strings.hrc:315
+#: sc/inc/strings.hrc:318
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_COLUMN"
msgid "Y variable range cannot have more than 1 column."
msgstr "Chan fhaod barrachd air aon cholbh a bhith aig rainse a’ chaochladair Y."
#. UpZqC
-#: sc/inc/strings.hrc:316
+#: sc/inc/strings.hrc:319
msgctxt "STR_MESSAGE_YVARIABLE_MULTI_ROW"
msgid "Y variable range cannot have more than 1 row."
msgstr "Chan fhaod barrachd air aon ràgh a bhith aig rainse a’ chaochladair Y."
#. DrsBe
-#: sc/inc/strings.hrc:317
+#: sc/inc/strings.hrc:320
msgctxt "STR_MESSAGE_UNIVARIATE_NUMOBS_MISMATCH"
msgid "Univariate regression : The observation count in X and Y must match."
msgstr "Ais-cheumnachadh aon-chaochladaireach: Feumaidh cunntas nan coimheadachd ann an X is Y a bhith co-ionnann."
#. KuttF
-#: sc/inc/strings.hrc:318
+#: sc/inc/strings.hrc:321
msgctxt "STR_MESSAGE_MULTIVARIATE_NUMOBS_MISMATCH"
msgid "Multivariate regression : The observation count in X and Y must match."
msgstr "Ais-cheumnachadh ioma-chaochladaireach: Feumaidh cunntas nan coimheadachd ann an X is Y a bhith co-ionnann."
#. 6Cghz
-#: sc/inc/strings.hrc:319
+#: sc/inc/strings.hrc:322
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Modail an ais-cheumhnachaidh"
#. bmR5w
-#: sc/inc/strings.hrc:320
+#: sc/inc/strings.hrc:323
msgctxt "STR_LABEL_REGRESSION_STATISTICS"
msgid "Regression Statistics"
msgstr "Stats an ais-cheumnachaidh"
#. RNHCx
-#: sc/inc/strings.hrc:321
+#: sc/inc/strings.hrc:324
msgctxt "STR_LABEL_RESIDUAL"
msgid "Residual"
msgstr "Iarmadach"
#. 4DANj
-#: sc/inc/strings.hrc:322
+#: sc/inc/strings.hrc:325
msgctxt "STR_LABEL_CONFIDENCE_LEVEL"
msgid "Confidence level"
msgstr "Ìre na h-earbsa"
#. 9LhbX
-#: sc/inc/strings.hrc:323
+#: sc/inc/strings.hrc:326
msgctxt "STR_LABEL_COEFFICIENTS"
msgid "Coefficients"
msgstr "Co-èifeachdan"
#. nyH7s
-#: sc/inc/strings.hrc:324
+#: sc/inc/strings.hrc:327
msgctxt "STR_LABEL_TSTATISTIC"
msgid "t-Statistic"
msgstr "Stadastaireachd-t"
#. PGno2
-#: sc/inc/strings.hrc:325
+#: sc/inc/strings.hrc:328
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Eadar-cheapadh"
#. oa4Cm
-#: sc/inc/strings.hrc:326
+#: sc/inc/strings.hrc:329
msgctxt "STR_LABEL_PREDICTEDY"
msgid "Predicted Y"
msgstr "Ro-innse air Y"
#. QFEjs
-#: sc/inc/strings.hrc:327
+#: sc/inc/strings.hrc:330
msgctxt "STR_LINEST_RAW_OUTPUT_TITLE"
msgid "LINEST raw output"
msgstr "Às-chur amh LINEST"
#. bk7FH
#. F Test
-#: sc/inc/strings.hrc:329
+#: sc/inc/strings.hrc:332
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) deas-earballach"
#. CkHJw
-#: sc/inc/strings.hrc:330
+#: sc/inc/strings.hrc:333
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F èiginneach deas-earballach"
#. J7yMZ
-#: sc/inc/strings.hrc:331
+#: sc/inc/strings.hrc:334
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) clì-earballach"
#. R3BNC
-#: sc/inc/strings.hrc:332
+#: sc/inc/strings.hrc:335
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F èiginneach clì-earballach"
#. Bve5D
-#: sc/inc/strings.hrc:333
+#: sc/inc/strings.hrc:336
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P dà-earballach"
#. 4YZrT
-#: sc/inc/strings.hrc:334
+#: sc/inc/strings.hrc:337
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F èiginneach dà-earballach"
#. qaf4N
#. t Test
-#: sc/inc/strings.hrc:336
+#: sc/inc/strings.hrc:339
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "Co-dhàimh Pearson"
#. C6BU8
-#: sc/inc/strings.hrc:337
+#: sc/inc/strings.hrc:340
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "Seachranachd nan diofaran"
#. j8NuP
-#: sc/inc/strings.hrc:338
+#: sc/inc/strings.hrc:341
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t Stat"
#. bKoeX
-#: sc/inc/strings.hrc:339
+#: sc/inc/strings.hrc:342
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) aon-earballach"
#. dub8R
-#: sc/inc/strings.hrc:340
+#: sc/inc/strings.hrc:343
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t èiginneach aon-earballach"
#. FrDDz
-#: sc/inc/strings.hrc:341
+#: sc/inc/strings.hrc:344
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) dà-earballach"
#. RQqAd
-#: sc/inc/strings.hrc:342
+#: sc/inc/strings.hrc:345
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t èiginneach dà-earballach"
#. kDCsZ
#. Z Test
-#: sc/inc/strings.hrc:344
+#: sc/inc/strings.hrc:347
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
#. CF8D5
-#: sc/inc/strings.hrc:345
+#: sc/inc/strings.hrc:348
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "Seachranachd aithnichte"
#. cYWDr
-#: sc/inc/strings.hrc:346
+#: sc/inc/strings.hrc:349
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=t) aon-earballach"
#. DmEVf
-#: sc/inc/strings.hrc:347
+#: sc/inc/strings.hrc:350
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z èiginneach aon-earballach"
#. G8PeP
-#: sc/inc/strings.hrc:348
+#: sc/inc/strings.hrc:351
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=t) dà-earballach"
#. rGBfK
-#: sc/inc/strings.hrc:349
+#: sc/inc/strings.hrc:352
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z èiginneach dà-earballach"
#. mCsCB
#. Fourier Analysis
-#: sc/inc/strings.hrc:351
+#: sc/inc/strings.hrc:354
msgctxt "STR_FOURIER_TRANSFORM"
msgid "Fourier Transform"
msgstr "Cruth-atharrachadh Fourier"
#. sc3hp
-#: sc/inc/strings.hrc:352
+#: sc/inc/strings.hrc:355
msgctxt "STR_INVERSE_FOURIER_TRANSFORM"
msgid "Inverse Fourier Transform"
msgstr "Cruth-atharrachadh Fourier mùiteach"
#. AtC94
-#: sc/inc/strings.hrc:353
+#: sc/inc/strings.hrc:356
msgctxt "STR_REAL_PART"
msgid "Real"
msgstr "Fìrinneach"
#. SoyPr
-#: sc/inc/strings.hrc:354
+#: sc/inc/strings.hrc:357
msgctxt "STR_IMAGINARY_PART"
msgid "Imaginary"
msgstr "Mac-meanmnach"
#. ymnyT
-#: sc/inc/strings.hrc:355
+#: sc/inc/strings.hrc:358
msgctxt "STR_MAGNITUDE_PART"
msgid "Magnitude"
msgstr "Meudachd"
#. NGmmD
-#: sc/inc/strings.hrc:356
+#: sc/inc/strings.hrc:359
msgctxt "STR_PHASE_PART"
msgid "Phase"
msgstr "Tamall"
#. E7Eez
-#: sc/inc/strings.hrc:357
+#: sc/inc/strings.hrc:360
msgctxt "STR_MESSAGE_INVALID_NUMCOLS"
msgid "More than two columns selected in grouped by column mode."
msgstr "Chaidh barrachd air dà cholbh a thaghadh ann am modh nan colbhan buidhnichte."
#. wF2RV
-#: sc/inc/strings.hrc:358
+#: sc/inc/strings.hrc:361
msgctxt "STR_MESSAGE_INVALID_NUMROWS"
msgid "More than two rows selected in grouped by row mode."
msgstr "Chaidh barrachd air dà ràgh a thaghadh ann am modh nan ràghan buidhnichte."
#. DRbrH
-#: sc/inc/strings.hrc:359
+#: sc/inc/strings.hrc:362
msgctxt "STR_MESSAGE_NODATA_IN_RANGE"
msgid "No data in input range."
msgstr "Chan eil dàta sam bith ann an rainse an ion-chuir."
#. gjC2w
-#: sc/inc/strings.hrc:360
+#: sc/inc/strings.hrc:363
msgctxt "STR_MESSAGE_OUTPUT_TOO_LONG"
msgid "Output is too long to write into the sheet."
msgstr "Tha an t-às-chur ro fhada agus cha ghabh a sgrìobhadh san t-siota."
#. SnGyL
-#: sc/inc/strings.hrc:361
+#: sc/inc/strings.hrc:364
msgctxt "STR_INPUT_DATA_RANGE"
msgid "Input data range"
msgstr "Rainse dàta an ion-chuir"
#. EaQGL
#. infobar for allowing links to update or not
-#: sc/inc/strings.hrc:363
+#: sc/inc/strings.hrc:366
msgctxt "STR_ENABLE_CONTENT"
msgid "Allow updating"
msgstr ""
#. aJDFG
#. tooltip for the "Allow updating" infobar button
-#: sc/inc/strings.hrc:365
+#: sc/inc/strings.hrc:368
msgctxt "STR_ENABLE_CONTENT_TOOLTIP"
msgid "Only allow updating if you trust this document."
msgstr ""
#. w5Gd7
#. Insert image dialog
-#: sc/inc/strings.hrc:367
+#: sc/inc/strings.hrc:370
msgctxt "STR_ANCHOR_TO_CELL"
msgid "To cell"
msgstr "Ris a’ chealla"
#. itvXY
-#: sc/inc/strings.hrc:368
+#: sc/inc/strings.hrc:371
msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
msgid "To cell (resize with cell)"
msgstr "Ris a’ chealla (atharraich a mheud leis a’ chealla}"
#. P8vG7
-#: sc/inc/strings.hrc:369
+#: sc/inc/strings.hrc:372
msgctxt "STR_ANCHOR_TO_PAGE"
msgid "To page"
msgstr "Ris an duilleag"
#. SSc6B
-#: sc/inc/strings.hrc:371
+#: sc/inc/strings.hrc:374
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "Chan eil dàta cleachdaiche ri fhaighinn."
#. FFnfu
-#: sc/inc/strings.hrc:372
+#: sc/inc/strings.hrc:375
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(inntrigeadh aonaranach)"
#. hitQA
-#: sc/inc/strings.hrc:373
+#: sc/inc/strings.hrc:376
msgctxt "STR_NO_NAMED_RANGES_AVAILABLE"
msgid "No named ranges available in the selected document"
msgstr "Chan eil rainse ainmichte ri làimh san sgrìobhainn a thagh thu"
#. hnAZx
-#: sc/inc/strings.hrc:374
+#: sc/inc/strings.hrc:377
msgctxt "STR_BORDER_HAIRLINE"
msgid "Hairline (%s pt)"
msgstr ""
#. E9Dhi
-#: sc/inc/strings.hrc:375
+#: sc/inc/strings.hrc:378
msgctxt "STR_BORDER_VERY_THIN"
msgid "Very thin (%s pt)"
msgstr ""
#. KGVAw
-#: sc/inc/strings.hrc:376
+#: sc/inc/strings.hrc:379
msgctxt "STR_BORDER_THIN"
msgid "Thin (%s pt)"
msgstr ""
#. V6PRY
-#: sc/inc/strings.hrc:377
+#: sc/inc/strings.hrc:380
msgctxt "STR_BORDER_MEDIUM"
msgid "Medium (%s pt)"
msgstr ""
#. GyeKi
-#: sc/inc/strings.hrc:378
+#: sc/inc/strings.hrc:381
msgctxt "STR_BORDER_THICK"
msgid "Thick (%s pt)"
msgstr ""
#. QvEAB
-#: sc/inc/strings.hrc:379
+#: sc/inc/strings.hrc:382
msgctxt "STR_BORDER_EXTRA_THICK"
msgid "Extra thick (%s pt)"
msgstr ""
#. v9kkb
-#: sc/inc/strings.hrc:380
+#: sc/inc/strings.hrc:383
msgctxt "STR_BORDER_DOUBLE_1"
msgid "Double Hairline (%s pt)"
msgstr ""
#. KzKEy
-#: sc/inc/strings.hrc:381
+#: sc/inc/strings.hrc:384
msgctxt "STR_BORDER_DOUBLE_2"
msgid "Thin/Medium (%s pt)"
msgstr ""
#. HD8tG
-#: sc/inc/strings.hrc:382
+#: sc/inc/strings.hrc:385
msgctxt "STR_BORDER_DOUBLE_3"
msgid "Medium/Hairline (%s pt)"
msgstr ""
#. ygGcU
-#: sc/inc/strings.hrc:383
+#: sc/inc/strings.hrc:386
msgctxt "STR_BORDER_DOUBLE_4"
msgid "Medium/Medium (%s pt)"
msgstr ""
+#. z9YGZ
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sc/inc/strings.hrc:390
+msgctxt "sortoptionspage|extended_tip|sortuserlb"
+msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. T5A7R
+#: sc/inc/strings.hrc:391
+msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
+msgid "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists."
+msgstr ""
+
+#. gbz6Y
+#: sc/inc/strings.hrc:392
+msgctxt "extended_tip|annot"
+msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box."
+msgstr ""
+
#. Et4zM
#: sc/inc/subtotals.hrc:28
msgctxt "subtotalgrppage|liststore1"
@@ -23450,6 +23488,36 @@ msgctxt "goalseekdlg|extended_tip|GoalSeekDialog"
msgid "Opens a dialog where you can solve an equation with a variable."
msgstr ""
+#. sPuNR
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:16
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Go to Sheet"
+msgstr ""
+
+#. ybsRg
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:103
+msgctxt "gotosheetdialog|extended_tip|entry-mask"
+msgid "Type some letters of sheet name to find it."
+msgstr ""
+
+#. Xuqh4
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:112
+msgctxt "gotosheetdialog|label-mask"
+msgid "_Type a sheet name"
+msgstr ""
+
+#. DpWr7
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:174
+msgctxt "gotosheetdialog|label-sheets"
+msgid "_Sheets"
+msgstr ""
+
+#. F6iSH
+#: sc/uiconfig/scalc/ui/gotosheetdialog.ui:197
+msgctxt "gotosheetdialog|GoToSheetDialog"
+msgid "Displays a list of all visible sheets in your spreadsheet document."
+msgstr ""
+
#. XMHEU
#: sc/uiconfig/scalc/ui/groupbydate.ui:27
msgctxt "groupbydate|PivotTableGroupByDate"
@@ -30916,44 +30984,38 @@ msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "Òrdugh seòrsachaidh gnàthaichte"
-#. fVvsb
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:210
-msgctxt "sortoptionspage|extended_tip|sortuserlb"
-msgid "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - Calc - Sort Lists ."
-msgstr ""
-
#. KJrPL
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:225
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:224
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Cànan"
#. dBv73
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:239
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:238
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Roghainnean"
#. ArfWB
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:254
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:253
msgctxt "sortoptionspage|extended_tip|algorithmlb"
msgid "Select a sorting option for the language."
msgstr ""
#. u52Ei
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:276
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:275
msgctxt "sortoptionspage|extended_tip|language"
msgid "Select the language for the sorting rules."
msgstr ""
#. aDahD
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:312
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:311
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Roghainnean an t-seòrsachaidh"
#. 7AH6P
-#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:326
msgctxt "sortoptionspage|extended_tip|SortOptionsPage"
msgid "Sets additional sorting options."
msgstr ""
@@ -31960,26 +32022,14 @@ msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "Òrd_ugh seòrsachaidh gnàthaichte"
-#. GKTUd
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:201
-msgctxt "subtotaloptionspage|extended_tip|btnuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
-#. UciWN
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:220
-msgctxt "subtotaloptionspage|extended_tip|lbuserdef"
-msgid "Uses a custom sorting order that you defined in the Options dialog box at Calc - Sort Lists."
-msgstr ""
-
#. fEyTF
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:235
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:225
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Seòrsaich"
#. ikECk
-#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:250
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:240
msgctxt "subtotaloptionspage|extended_tip|SubTotalOptionsPage"
msgid "Specify the settings for calculating and presenting subtotals."
msgstr ""
@@ -32410,338 +32460,332 @@ msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_Comharraiche nam beachdan"
-#. 5fRDu
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:77
-msgctxt "extended_tip|annot"
-msgid "Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under General in the Options dialog box."
-msgstr ""
-
#. G6GjE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:83
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "Soillseachadh luac_han"
#. Ve6Bg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:96
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:91
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
msgstr ""
#. ah84V
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:107
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:102
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_Acair"
#. B5SJi
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:110
msgctxt "extended_tip|anchor"
msgid "Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected."
msgstr ""
#. XBGqd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:126
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:121
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "Taosgadh tea_csa"
#. qSy8Z
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:134
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:129
msgctxt "extended_tip|clipmark"
msgid "If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues."
msgstr ""
#. aqEWS
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:145
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:140
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "_Seall reifreansan ann an dathan"
#. hSxKG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:153
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:148
msgctxt "extended_tip|rangefind"
msgid "Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing."
msgstr ""
#. qtccR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:168
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:163
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Taisbeanadh"
#. oCEpm
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:195
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:190
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "_Bannan-cinn nan colbhan/ràghan"
#. sF7Bk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:203
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "extended_tip|rowcolheader"
msgid "Specifies whether to display row and column headers."
msgstr ""
#. WAwjG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:214
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:209
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Am bàr-_sgrolaidh còmhnard"
#. EpixW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:222
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:217
msgctxt "extended_tip|hscroll"
msgid "Specifies whether to display a horizontal scrollbar at the bottom of the document window."
msgstr ""
#. PZvCk
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:233
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:228
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "A_m bàr-sgrolaidh inghearach"
#. yhyGB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:241
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:236
msgctxt "extended_tip|vscroll"
msgid "Specifies whether to display a vertical scrollbar at the right of the document window."
msgstr ""
#. rPmMd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:252
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:247
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "Tabaich_ean an t-siota"
#. aBrX6
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:260
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:255
msgctxt "extended_tip|tblreg"
msgid "Specifies whether to display the sheet tabs at the bottom of the spreadsheet document."
msgstr ""
#. WJSnC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:271
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "Samhlaidhean _oir-loidhneach"
#. hhB5n
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:279
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:274
msgctxt "extended_tip|outline"
msgid "If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet."
msgstr ""
#. jJ4uB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:290
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:285
msgctxt "tpviewpage|summary"
msgid "Summary o_n search"
msgstr "_Geàrr-chunntas an luirg"
#. Ws4Ev
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:309
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:304
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "Uinneag"
#. g4FQY
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:329
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:324
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "S_ioncronaich na siotaichean"
#. C5GAq
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:339
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:334
msgctxt "extended_tip|synczoom"
msgid "If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor."
msgstr ""
#. pEFjC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:348
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:343
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Sùm"
#. ShHLd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:376
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:371
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "_Brisidhean na duilleige"
#. Vc5tW
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:384
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:379
msgctxt "extended_tip|break"
msgid "Specifies whether to view the page breaks within a defined print area."
msgstr ""
#. xkuBL
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:396
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:391
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "Loidh_nichean cuideachaidh nuair a ghluaisear rud"
#. KGEQG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:404
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "extended_tip|guideline"
msgid "Specifies whether to view guides when moving drawings, frames, graphics and other objects."
msgstr ""
#. bF3Yr
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:418
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:413
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "_Loidhnichean a' ghriod:"
#. E2U6D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:431
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:426
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_Dath:"
#. BUibB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:445
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:440
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Seall"
#. GXPYd
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:441
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "Seall ann an ceallan dathte"
#. ucTDZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:447
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:442
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Falaich"
#. vFtNT
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:451
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:446
msgctxt "extended_tip|grid"
msgid "Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them."
msgstr ""
#. yajBD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:473
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:468
msgctxt "extended_tip|color"
msgid "Specifies a color for the grid lines in the current document."
msgstr ""
#. BpEmt
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:487
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:482
msgctxt "tpviewpage|labelCursor"
msgid "Pointe_r:"
msgstr ""
#. AmbjZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:499
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:494
msgctxt "tpviewpage|radiobuttonThemed"
msgid "T_hemed"
msgstr ""
#. xQTDE
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:503
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:498
msgctxt "tpviewpage|radiobuttonThemedTip"
msgid "Show the pointer as defined in the icon theme, typically as fat cross."
msgstr ""
#. 3HxpG
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:515
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:510
msgctxt "tpviewpage|radiobuttonSystem"
msgid "S_ystem"
msgstr ""
#. weVdC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:519
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:514
msgctxt "tpviewpage|radiobuttonSystemTip"
msgid "Show the pointer as system default, typically an arrow pointer."
msgstr ""
#. Cb4AM
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:535
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:530
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "Taic lèirsinneach"
#. Qd5Rp
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:566
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:561
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "_Oibseactan/Dealbhan:"
#. vLBFR
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:575
msgctxt "tpviewpage|diagram_label"
msgid "Char_ts:"
msgstr ""
#. q544D
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:594
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:589
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Oibseactan _tarraing:"
#. mpELg
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:604
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Seall"
#. Kx6yJ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:610
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:605
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Falaich"
#. oKpbX
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:614
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:609
msgctxt "extended_tip|objgrf"
msgid "Defines if objects and graphics are shown or hidden."
msgstr ""
#. wFBeZ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:623
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Seall"
#. H7MAB
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Falaich"
#. oVE9C
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:633
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:628
msgctxt "extended_tip|diagram"
msgid "Defines if charts in your document are shown or hidden."
msgstr ""
#. YaiTQ
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:642
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Seall"
#. DST5a
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:643
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Falaich"
#. FDGKD
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:652
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:647
msgctxt "extended_tip|draw"
msgid "Defines if drawing objects in your document are shown or hidden."
msgstr ""
#. E6GxC
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:667
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:662
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Oibseactan"
#. AnHPF
-#: sc/uiconfig/scalc/ui/tpviewpage.ui:691
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:686
msgctxt "extended_tip|TpViewPage"
msgid "Defines which elements of the Calc main window are displayed. You can also show or hide highlighting of values in tables."
msgstr ""
diff --git a/source/gd/sd/messages.po b/source/gd/sd/messages.po
index 2ffd1ea8ab9..9c3e133fd19 100644
--- a/source/gd/sd/messages.po
+++ b/source/gd/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-08-21 09:58+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -647,11 +647,11 @@ msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Deireadh na loidhne"
-#. dJQdj
+#. qJLT9
#: sd/inc/strings.hrc:67
msgctxt "STR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Cuir a-steach ainm airson a' chinn-shaighde:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. 7y2Si
#: sd/inc/strings.hrc:68
diff --git a/source/gd/sfx2/messages.po b/source/gd/sfx2/messages.po
index 8bf913904b7..fa4ce39c83b 100644
--- a/source/gd/sfx2/messages.po
+++ b/source/gd/sfx2/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-21 09:40+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2261,6 +2261,14 @@ msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Tha no chan eil"
+#. WzBG6
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sfx2/inc/dinfdlg.hrc:83
+msgctxt "documentinfopage|extended_tip|userdatacb"
+msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data."
+msgstr ""
+
#. AxhLy
#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
@@ -3301,86 +3309,80 @@ msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Cuir _an sàs dàta a' chleachdaiche"
-#. QR2RQ
-#: sfx2/uiconfig/ui/documentinfopage.ui:191
-msgctxt "documentinfopage|extended_tip|userdatacb"
-msgid "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - User Data."
-msgstr ""
-
#. JFxmP
-#: sfx2/uiconfig/ui/documentinfopage.ui:202
+#: sfx2/uiconfig/ui/documentinfopage.ui:197
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "Ath-shuidhich na roghainnean"
#. HrN2U
-#: sfx2/uiconfig/ui/documentinfopage.ui:209
+#: sfx2/uiconfig/ui/documentinfopage.ui:204
msgctxt "documentinfopage|extended_tip|reset"
msgid "Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted."
msgstr ""
#. qeWvU
-#: sfx2/uiconfig/ui/documentinfopage.ui:220
+#: sfx2/uiconfig/ui/documentinfopage.ui:215
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Soidhneachaidhean di_giteach..."
#. rEEgJ
-#: sfx2/uiconfig/ui/documentinfopage.ui:239
+#: sfx2/uiconfig/ui/documentinfopage.ui:234
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Me_ud:"
#. WNFYB
-#: sfx2/uiconfig/ui/documentinfopage.ui:252
+#: sfx2/uiconfig/ui/documentinfopage.ui:247
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "neo-aithnichte"
#. EgtLE
-#: sfx2/uiconfig/ui/documentinfopage.ui:267
+#: sfx2/uiconfig/ui/documentinfopage.ui:262
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Ài_te:"
#. 9xhwo
-#: sfx2/uiconfig/ui/documentinfopage.ui:280
+#: sfx2/uiconfig/ui/documentinfopage.ui:275
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "S_eòrsa:"
#. ZLmAo
-#: sfx2/uiconfig/ui/documentinfopage.ui:303
+#: sfx2/uiconfig/ui/documentinfopage.ui:298
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Atharraich am _facal-faire"
#. oqAZE
-#: sfx2/uiconfig/ui/documentinfopage.ui:321
+#: sfx2/uiconfig/ui/documentinfopage.ui:316
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Teamplaid:"
#. 5pXPV
-#: sfx2/uiconfig/ui/documentinfopage.ui:370
+#: sfx2/uiconfig/ui/documentinfopage.ui:365
msgctxt "documentinfopage|extended_tip|nameed"
msgid "Displays the file name."
msgstr ""
#. LCDUj
-#: sfx2/uiconfig/ui/documentinfopage.ui:401
+#: sfx2/uiconfig/ui/documentinfopage.ui:396
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Sàbhail dealbh ro-sheallaidh an cois na sgrìobhainne seo"
#. 2GKBr
-#: sfx2/uiconfig/ui/documentinfopage.ui:419
+#: sfx2/uiconfig/ui/documentinfopage.ui:414
msgctxt "documentinfopage|image-preferred-dpi-checkbutton"
msgid "Image preferred DPI"
msgstr ""
#. VWjRu
-#: sfx2/uiconfig/ui/documentinfopage.ui:483
+#: sfx2/uiconfig/ui/documentinfopage.ui:478
msgctxt "documentinfopage|extended_tip|DocumentInfoPage"
msgid "Contains basic information about the current file."
msgstr ""
diff --git a/source/gd/starmath/messages.po b/source/gd/starmath/messages.po
index 1140d6d429c..3bd1ff2e3a8 100644
--- a/source/gd/starmath/messages.po
+++ b/source/gd/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2019-08-21 09:35+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2819,7 +2819,7 @@ msgid "Opens the Symbols dialog, in which you can select a symbol to insert in t
msgstr ""
#. P3rFo
-#: starmath/uiconfig/smath/ui/dockingelements.ui:16
+#: starmath/uiconfig/smath/ui/dockingelements.ui:24
msgctxt "dockingelements|ElementCategories|tooltip_text"
msgid "Element categories"
msgstr "Roinnean-seòrsa eileamaidean"
diff --git a/source/gd/svtools/messages.po b/source/gd/svtools/messages.po
index 4660fa0d4cd..310ae96e8b2 100644
--- a/source/gd/svtools/messages.po
+++ b/source/gd/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-03-21 12:32+0100\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2019-08-21 09:32+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1337,398 +1337,406 @@ msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "Tha an JRE lochdach"
+#. BAnmG
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: include/svtools/strings.hrc:276
+msgctxt "printersetupdialog|extended_tip|options"
+msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
+msgstr ""
+
#. q7s6f
-#: include/svtools/strings.hrc:274
+#: include/svtools/strings.hrc:278
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "An còd tùsail"
#. PZmAB
-#: include/svtools/strings.hrc:275
+#: include/svtools/strings.hrc:279
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Faidhle nan comharra-lìn"
#. eNRzD
-#: include/svtools/strings.hrc:276
+#: include/svtools/strings.hrc:280
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafaigean"
#. Enc4X
-#: include/svtools/strings.hrc:277
+#: include/svtools/strings.hrc:281
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Am faidhle rèiteachaidh"
#. sP5AK
-#: include/svtools/strings.hrc:278
+#: include/svtools/strings.hrc:282
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Aplacaid"
#. jAA7S
-#: include/svtools/strings.hrc:279
+#: include/svtools/strings.hrc:283
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Clàr an stòir-dhàta"
#. CEhUy
-#: include/svtools/strings.hrc:280
+#: include/svtools/strings.hrc:284
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Faidhle an t-siostaim"
#. E2Kzj
-#: include/svtools/strings.hrc:281
+#: include/svtools/strings.hrc:285
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "Sgrìobhainn MS Word"
#. BU7Pw
-#: include/svtools/strings.hrc:282
+#: include/svtools/strings.hrc:286
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Faidhle na cobharach"
#. kBbwy
-#: include/svtools/strings.hrc:283
+#: include/svtools/strings.hrc:287
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "Sgrìobhainn HTML"
#. 6W6tY
-#: include/svtools/strings.hrc:284
+#: include/svtools/strings.hrc:288
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Faidhle na tasg-lainne"
#. c9WiE
-#: include/svtools/strings.hrc:285
+#: include/svtools/strings.hrc:289
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Faidhle an loga"
#. gBQzN
-#: include/svtools/strings.hrc:286
+#: include/svtools/strings.hrc:290
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "Stòr-dàta StarOffice"
#. J4Pki
-#: include/svtools/strings.hrc:287
+#: include/svtools/strings.hrc:291
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "Prìomh-sgrìobhainn StarWriter 4.0 / 5.0"
#. 33Dez
-#: include/svtools/strings.hrc:288
+#: include/svtools/strings.hrc:292
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "Ìomhaigh StarOffice"
#. pcLE6
-#: include/svtools/strings.hrc:289
+#: include/svtools/strings.hrc:293
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Faidhle teacsa"
#. 7bMJT
-#: include/svtools/strings.hrc:290
+#: include/svtools/strings.hrc:294
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Ceangal"
#. hDFtd
-#: include/svtools/strings.hrc:291
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "Teamplaid StarOffice 3.0 - 5.0"
#. Xcec2
-#: include/svtools/strings.hrc:292
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "Sgrìobhainn MS Excel"
#. FWiWT
-#: include/svtools/strings.hrc:293
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "Teamplaid MS Excel"
#. WBsxH
-#: include/svtools/strings.hrc:294
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Faidhle Batch"
#. SPQtV
-#: include/svtools/strings.hrc:295
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Faidhle"
#. Vh78a
-#: include/svtools/strings.hrc:296
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Pasgan"
#. ZK69j
-#: include/svtools/strings.hrc:297
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Sgrìobhainn teacsa"
#. p2aL6
-#: include/svtools/strings.hrc:298
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Cliath-dhuilleag"
#. SCtHH
-#: include/svtools/strings.hrc:299
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Taisbeanadh"
#. 5gtdF
-#: include/svtools/strings.hrc:300
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tarraing"
#. suagX
-#: include/svtools/strings.hrc:301
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "Sgrìobhainn HTML"
#. iLqe2
-#: include/svtools/strings.hrc:302
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Prìomh-sgrìobhainn"
#. FF4fa
-#: include/svtools/strings.hrc:303
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Foirmle"
#. t58zy
-#: include/svtools/strings.hrc:304
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Stòr-dàta"
#. DiNGB
-#: include/svtools/strings.hrc:305
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "Teamplaid cliath-dhuilleige OpenOffice.org 1.0"
#. FYKGV
-#: include/svtools/strings.hrc:306
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "Teamplaid tarraing OpenOffice.org 1.0"
#. CTUQg
-#: include/svtools/strings.hrc:307
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "Teamplaid taisbeanaidh OpenOffice.org 1.0"
#. Cbvtx
-#: include/svtools/strings.hrc:308
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "Teamplaid sgrìobhainn teacsa OpenOffice.org 1.0"
#. FBCWx
-#: include/svtools/strings.hrc:309
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Draibh ionadail"
#. MEF3h
-#: include/svtools/strings.hrc:310
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Draibh diosga"
#. 55Dof
-#: include/svtools/strings.hrc:311
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "Draibh CD-ROM"
#. 82Acc
-#: include/svtools/strings.hrc:312
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Ceangal lìonraidh"
#. 3CBfJ
-#: include/svtools/strings.hrc:313
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "Sgrìobhainn MS PowerPoint"
#. DS7CP
-#: include/svtools/strings.hrc:314
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "Teamplaid MS PowerPoint"
#. syag8
-#: include/svtools/strings.hrc:315
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#. fHGcD
-#: include/svtools/strings.hrc:316
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "Foirmle OpenOffice.org 1.0"
#. CFw78
-#: include/svtools/strings.hrc:317
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "Cairt OpenOffice.org 1.0"
#. tJhDC
-#: include/svtools/strings.hrc:318
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "Tarraing OpenOffice.org 1.0"
#. f9ZNL
-#: include/svtools/strings.hrc:319
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "Cliath-dhuilleag OpenOffice.org 1.0"
#. PCBqi
-#: include/svtools/strings.hrc:320
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "Taisbeanadh OpenOffice.org 1.0"
#. Npija
-#: include/svtools/strings.hrc:321
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "Sgrìobhainn teacsa OpenOffice.org 1.0"
#. tVnQQ
-#: include/svtools/strings.hrc:322
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "Prìomh-sgrìobhainn OpenOffice.org 1.0"
#. t6krU
-#: include/svtools/strings.hrc:323
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "Sgrìobhainn MathML"
#. ims8J
-#: include/svtools/strings.hrc:324
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "Stòr-dàta OpenDocument"
#. oEsdN
-#: include/svtools/strings.hrc:325
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "Tarraing OpenDocument"
#. Bt5dS
-#: include/svtools/strings.hrc:326
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "Foirmle OpenDocument"
#. sMAZA
-#: include/svtools/strings.hrc:327
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "Prìomh-sgrìobhainn OpenDocument"
#. ufLx7
-#: include/svtools/strings.hrc:328
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "Taisbeanadh OpenDocument"
#. TjbnG
-#: include/svtools/strings.hrc:329
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "Cliath-dhuilleag OpenDocument"
#. FbCGb
-#: include/svtools/strings.hrc:330
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "Teacsa OpenDocument"
#. JRP2W
-#: include/svtools/strings.hrc:331
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "Teamplaid cliath-dhuilleige OpenDocument"
#. 3QUto
-#: include/svtools/strings.hrc:332
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "Teamplaid tarraing OpenDocument"
#. 5CfAm
-#: include/svtools/strings.hrc:333
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "Teamplaid taisbeanadh OpenDocument"
#. PBGYD
-#: include/svtools/strings.hrc:334
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "Teamplaid teacsa OpenDocument"
#. RgRyf
-#: include/svtools/strings.hrc:335
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "Leudachan %PRODUCTNAME"
#. b8JK6
-#: include/svtools/strings.hrc:337
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Dearbhair-litreachaidh Hunspell"
#. do26f
-#: include/svtools/strings.hrc:338
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Tàthanaiche Libhyphen"
#. aGFNy
-#: include/svtools/strings.hrc:339
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "MyThes Thesaurus"
msgstr "Co-fhaclair MyThes"
#. RwS4n
-#: include/svtools/strings.hrc:340
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_IGNOREALLLIST"
msgid "List of Ignored Words"
msgstr "Liosta nam faclan a tha ’gan leigeil seachad"
@@ -5628,68 +5636,62 @@ msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Roghainnean..."
-#. dAZjP
-#: svtools/uiconfig/ui/printersetupdialog.ui:46
-msgctxt "printersetupdialog|extended_tip|options"
-msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - Writer/Web - Print panel for the current document."
-msgstr ""
-
#. NCVY4
-#: svtools/uiconfig/ui/printersetupdialog.ui:114
+#: svtools/uiconfig/ui/printersetupdialog.ui:109
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Ainm:"
#. utGE2
-#: svtools/uiconfig/ui/printersetupdialog.ui:128
+#: svtools/uiconfig/ui/printersetupdialog.ui:123
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Staid:"
#. GxvkC
-#: svtools/uiconfig/ui/printersetupdialog.ui:140
+#: svtools/uiconfig/ui/printersetupdialog.ui:135
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Seòrsa:"
#. amoGB
-#: svtools/uiconfig/ui/printersetupdialog.ui:152
+#: svtools/uiconfig/ui/printersetupdialog.ui:147
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ionad:"
#. B66Zc
-#: svtools/uiconfig/ui/printersetupdialog.ui:164
+#: svtools/uiconfig/ui/printersetupdialog.ui:159
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Beachd:"
#. 3uJUu
-#: svtools/uiconfig/ui/printersetupdialog.ui:222
+#: svtools/uiconfig/ui/printersetupdialog.ui:217
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Roghainnean..."
#. DFBtc
-#: svtools/uiconfig/ui/printersetupdialog.ui:228
+#: svtools/uiconfig/ui/printersetupdialog.ui:223
msgctxt "printersetupdialog|extended_tip|properties"
msgid "Changes the printer settings of your operating system for the current document."
msgstr ""
#. TrFGR
-#: svtools/uiconfig/ui/printersetupdialog.ui:244
+#: svtools/uiconfig/ui/printersetupdialog.ui:239
msgctxt "printersetupdialog|extended_tip|name"
msgid "Lists the installed printers on your operating system. To change the default printer, select a printer name from the list."
msgstr ""
#. XHe8U
-#: svtools/uiconfig/ui/printersetupdialog.ui:259
+#: svtools/uiconfig/ui/printersetupdialog.ui:254
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Clò-bhualadair"
#. sR2LP
-#: svtools/uiconfig/ui/printersetupdialog.ui:284
+#: svtools/uiconfig/ui/printersetupdialog.ui:279
msgctxt "printersetupdialog|extended_tip|PrinterSetupDialog"
msgid "Select the default printer for the current document."
msgstr ""
diff --git a/source/gd/svx/messages.po b/source/gd/svx/messages.po
index a9365c57e8c..56066ae1214 100644
--- a/source/gd/svx/messages.po
+++ b/source/gd/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Gaelic <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/gd/>\n"
@@ -11812,17 +11812,17 @@ msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right of page text area"
msgstr ""
-#. dCGE9
+#. MjjYE
#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Left paragraph border"
-msgstr "Iomall clì a’ pharagraf"
+msgid "Left of paragraph text area"
+msgstr ""
-#. 3pAVN
+#. DAEs9
#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
-msgid "Right paragraph border"
-msgstr "Iomall deas a’ pharagraf"
+msgid "Right of paragraph text area"
+msgstr ""
#. qvFns
#: svx/inc/swframeposstrings.hrc:42
@@ -17639,32 +17639,38 @@ msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Frèam:"
-#. iEBEB
+#. T6F5c
#: svx/uiconfig/ui/imapdialog.ui:495
msgctxt "imapdialog|extended_tip|text"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies"
msgstr ""
-#. 5BPAy
+#. b8MfH
#: svx/uiconfig/ui/imapdialog.ui:533
msgctxt "imapdialog|textft"
-msgid "Text:"
-msgstr "Teacsa:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. JnaCz
+#: svx/uiconfig/ui/imapdialog.ui:534
+msgctxt "imapdialog|textft"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
#. DoDLD
-#: svx/uiconfig/ui/imapdialog.ui:556
+#: svx/uiconfig/ui/imapdialog.ui:557
msgctxt "imapdialog|extended_tip|url"
msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
msgstr ""
#. CnDFH
-#: svx/uiconfig/ui/imapdialog.ui:596
+#: svx/uiconfig/ui/imapdialog.ui:597
msgctxt "imapdialog|extended_tip|container"
msgid "Displays the image map, so that you can click and edit the hotspots."
msgstr ""
#. FkpS8
-#: svx/uiconfig/ui/imapdialog.ui:624
+#: svx/uiconfig/ui/imapdialog.ui:625
msgctxt "imapdialog|extended_tip|ImapDialog"
msgid "Allows you to attach URLs to specific areas, called hotspots, on a graphic or a group of graphics. An image map is a group of one or more hotspots."
msgstr ""
diff --git a/source/gd/sw/messages.po b/source/gd/sw/messages.po
index ed089e9fc13..50e7515ed50 100644
--- a/source/gd/sw/messages.po
+++ b/source/gd/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:37+0200\n"
+"POT-Creation-Date: 2022-06-09 11:51+0200\n"
"PO-Revision-Date: 2021-10-09 20:01+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Gaelic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/gd/>\n"
@@ -1730,302 +1730,320 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation No Caps"
msgstr ""
-#. 4bemD
+#. 8BFum
#: sw/inc/inspectorproperties.hrc:209
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation No Last Word"
+msgstr ""
+
+#. 32PM5
+#: sw/inc/inspectorproperties.hrc:210
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Min Word Length"
+msgstr ""
+
+#. 4ZE3Y
+#: sw/inc/inspectorproperties.hrc:211
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Zone"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:212
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:210
+#: sw/inc/inspectorproperties.hrc:213
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:211
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:212
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
@@ -9970,6 +9988,20 @@ msgctxt "STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER"
msgid "Choose an item"
msgstr ""
+#. AQEZK
+#: sw/inc/strings.hrc:1434
+msgctxt "STR_DATE_CONTENT_CONTROL_PLACEHOLDER"
+msgid "Choose a date"
+msgstr ""
+
+#. eNMYS
+#. accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs
+#. in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible.
+#: sw/inc/strings.hrc:1438
+msgctxt "insertcaption|extended_tip|auto"
+msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
+msgstr ""
+
#. YiRsr
#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
@@ -12545,65 +12577,101 @@ msgid "Options"
msgstr "Roghainnean"
#. DCF97
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:18
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:26
msgctxt "contentcontroldlg|ContentControlDialog"
msgid "Content Control Properties"
msgstr ""
#. bHXzy
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:94
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:102
msgctxt "contentcontroldlg|showing_place_holder"
msgid "Content is placeholder text"
msgstr ""
+#. V44Fw
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:137
+msgctxt "contentcontroldlg|checkboxcheckedlabel"
+msgid "Checked character:"
+msgstr ""
+
+#. UFeRU
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:150
+msgctxt "contentcontroldlg|checkboxuncheckedlabel"
+msgid "Unchecked character:"
+msgstr ""
+
+#. YEsus
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+msgctxt "contentcontroldlg|btncheckboxchecked"
+msgid "Select..."
+msgstr ""
+
+#. SP7XX
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:173
+msgctxt "contentcontroldlg|btncheckboxunchecked"
+msgid "Select..."
+msgstr ""
+
+#. exBjP
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:209
+msgctxt "contentcontroldlg|lblcheckbox"
+msgid "Check Box:"
+msgstr ""
+
#. 79pkP
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:147
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:255
msgctxt "contentcontroldlg|displayname"
msgid "Display Name"
msgstr ""
#. qy8VG
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:161
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:269
msgctxt "contentcontroldlg|value"
msgid "Value"
msgstr ""
#. DmLzh
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:179
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:287
msgctxt "contentcontordlg|listitems"
msgid "List Items:"
msgstr ""
#. VPCgV
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:201
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:309
msgctxt "contentcontordlg|add"
msgid "Add"
msgstr ""
#. 9Dc6k
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:215
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:323
msgctxt "contentcontordlg|modify"
msgid "Modify"
msgstr ""
#. rpNb6
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:230
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:338
msgctxt "contentcontordlg|remove"
msgid "Remove"
msgstr ""
#. UDHfE
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:245
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:353
msgctxt "contentcontordlg|moveup"
msgid "Move Up"
msgstr ""
#. 6BRRB
-#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:260
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:368
msgctxt "contentcontordlg|movedown"
msgid "Move Down"
msgstr ""
+#. hCPKV
+#: sw/uiconfig/swriter/ui/contentcontroldlg.ui:453
+msgctxt "contentcontroldlg|lbldate"
+msgid "Date Format:"
+msgstr ""
+
#. 8yZAP
#: sw/uiconfig/swriter/ui/contentcontrollistitemdlg.ui:8
msgctxt "contentcontrollistitemdlg|ContentControlListItemDialog"
@@ -14541,157 +14609,157 @@ msgid "Enter the offset value that you want to apply to a page number field, for
msgstr ""
#. DMTgW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:79
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:87
msgctxt "fldfuncpage|extended_tip|type"
msgid "Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert."
msgstr ""
#. GvXix
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:90
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:98
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_Seòrsa"
#. vSCUW
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:153
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:161
msgctxt "fldfuncpage|label4"
msgid "_Select"
msgstr ""
#. b3UqC
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:210
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:218
msgctxt "fldfuncpage|extended_tip|format"
msgid "Click the format that you want to apply to the selected field, or click \"Additional formats\" to define a custom format."
msgstr ""
#. AYXG3
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:221
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:229
msgctxt "fldfuncpage|label2"
msgid "_Format"
msgstr ""
#. CGoTS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:246
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
#. pHLUT
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:254
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:262
msgctxt "fldfuncpage|extended_tip|macro"
msgid "Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document."
msgstr ""
#. cyE7z
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:274
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:282
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_Luach"
#. wUCw8
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:293
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:301
msgctxt "fldfuncpage|extended_tip|value"
msgid "Sets additional function parameters for fields. The type of parameter depends on the field type that you select."
msgstr ""
#. Wm4pw
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:319
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:327
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Ain_m"
#. KyA2D
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:359
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:367
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "An-sin"
#. bByDc
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:378
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:386
msgctxt "fldfuncpage|extended_tip|cond1"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. VjhuY
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:403
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:411
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "No"
#. EACKA
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:422
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:430
msgctxt "fldfuncpage|extended_tip|cond2"
msgid "Enter the text to display when the condition is met in the Then box, and the text to display when the condition is not met in the Else box."
msgstr ""
#. ALCUE
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:454
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:462
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "_Nì"
#. zERBz
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:473
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:481
msgctxt "fldfuncpage|extended_tip|item"
msgid "Enter a new item."
msgstr ""
#. F6LmM
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:498
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:506
msgctxt "fldfuncpage|extended_tip|add"
msgid "Adds the Item to the list."
msgstr ""
#. 4KX6H
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:517
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:525
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "Na nithean air an _liosta"
#. KegJr
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:560
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:568
msgctxt "fldfuncpage|extended_tip|listitems"
msgid "Lists the items. The topmost item is shown in the document."
msgstr ""
#. 2GZLS
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:588
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:596
msgctxt "fldfuncpage|extended_tip|remove"
msgid "Removes the selected item from the list."
msgstr ""
#. 4oMDF
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:600
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:608
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Gl_uais suas"
#. JwuHf
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:607
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:615
msgctxt "fldfuncpage|extended_tip|up"
msgid "Moves the selected item up in the list."
msgstr ""
#. 5EA2P
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:619
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:627
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "_Gluais sìos"
#. 8tg3f
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:626
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:634
msgctxt "fldfuncpage|extended_tip|down"
msgid "Moves the selected item down in the list."
msgstr ""
#. 52SQ6
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:652
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:660
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ain_m"
#. QGMno
-#: sw/uiconfig/swriter/ui/fldfuncpage.ui:671
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:679
msgctxt "fldfuncpage|extended_tip|listname"
msgid "Enter a unique name for the Input list."
msgstr ""
@@ -15764,10 +15832,10 @@ msgctxt "frmaddpage|extended_tip|name"
msgid "Enter a name for the selected item."
msgstr ""
-#. DFFRx
+#. DV6qH
#: sw/uiconfig/swriter/ui/frmaddpage.ui:68
msgctxt "frmaddpage|extended_tip|altname"
-msgid "Enter the text to display in a web browser when the selected item is unavailable. Alternate text is also used to assist people with disabilities."
+msgid "Enter a short description of the essential details of the selected object for a person who cannot see the object. This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
msgstr ""
#. kJNV9
@@ -15782,176 +15850,218 @@ msgctxt "frmaddpage|altname_label"
msgid "Text _Alternative:"
msgstr ""
-#. j25pX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
-msgctxt "frmaddpage|prev"
-msgid "<None>"
-msgstr "<Chan eil gin>"
-
-#. 453ri
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:115
-msgctxt "frmaddpage|extended_tip|prev"
-msgid "Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty."
-msgstr ""
-
-#. pwAz4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:130
-msgctxt "frmaddpage|next"
-msgid "<None>"
-msgstr "<Chan eil gin>"
-
-#. k9LmN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
-msgctxt "frmaddpage|extended_tip|next"
-msgid "Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty."
+#. WbwXe
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:96
+msgctxt "frmaddpage|altname_label|tooltip_text"
+msgid "Give a short description for users who do not see this object."
msgstr ""
-#. Da3D4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:147
-msgctxt "frmaddpage|prev_label"
-msgid "_Previous link:"
-msgstr "An _ceangal roimhe:"
-
-#. PcwqA
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:161
-msgctxt "frmaddpage|next_label"
-msgid "_Next link:"
-msgstr "An ath-cheanga_l:"
-
#. cdFEu
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:175
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:110
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_Tuairisgeul:"
+#. EsCvx
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:111
+msgctxt "frmaddpage|description_label"
+msgid "Give a longer explanation of the content if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
+#. rWZei
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:138
+msgctxt "frmaddpage|extended_tip|description"
+msgid "Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short “Text Alternative.” This text is available for use by assistive technologies. For images, this text is exported with an appropriate tag to HTML and PDF format."
+msgstr ""
+
#. DWCEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:214
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:155
msgctxt "frmaddpage|label1"
msgid "Accessibility"
msgstr ""
#. WCaFa
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:184
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_Susbaint"
#. FrDqV
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:251
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:192
msgctxt "frmaddpage|extended_tip|protectcontent"
msgid "Prevents changes to the contents of the selected item."
msgstr ""
#. tHFEc
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:262
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:203
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "I_onad"
#. skuDE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:270
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|extended_tip|protectframe"
msgid "Locks the position of the selected item in the current document."
msgstr ""
#. MJfL4
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:281
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:222
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_Meud"
#. FEkTC
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:230
msgctxt "frmaddpage|extended_tip|protectsize"
msgid "Locks the size of the selected item."
msgstr ""
#. JoBc6
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:304
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:245
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "Dìon"
#. E93Da
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:334
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:275
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment:"
msgstr ""
#. fzvfP
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:347
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:288
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Bàrr"
#. Mz6Ss
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:289
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Meadhanaichte"
#. qpZAw
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:349
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:290
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Bonn"
#. AAw2F
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:353
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:294
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
msgstr ""
#. 2weJX
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:309
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "Co-thaobhadh susbainte"
#. ikzFT
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:399
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:340
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "Gabhaidh a dh_easachadh ann an sgrìobhainn a tha ri leughadh a-mhàin"
#. GM7gD
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:407
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:348
msgctxt "frmaddpage|extended_tip|editinreadonly"
msgid "Allows you to edit the contents of a frame in a document that is read-only (write-protected)."
msgstr ""
#. vmiHE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:419
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:360
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Clò-b_huail"
#. URLpE
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:427
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:368
msgctxt "frmaddpage|extended_tip|printframe"
msgid "Includes the selected item when you print the document."
msgstr ""
#. ZSv3T
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:444
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:385
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
msgstr ""
#. ph8JN
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:457
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:398
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Com_hair an teacsa:"
#. MvNvt
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:473
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:414
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Roghainnean"
+#. 9qEg2
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:448
+msgctxt "frmaddpage|prev_label"
+msgid "Link this frame prior to current frame."
+msgstr ""
+
+#. Da3D4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
+msgctxt "frmaddpage|prev_label"
+msgid "_Previous link:"
+msgstr "An _ceangal roimhe:"
+
+#. j25pX
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:465
+msgctxt "frmaddpage|prev"
+msgid "<None>"
+msgstr "<Chan eil gin>"
+
+#. 24Gnc
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:469
+msgctxt "frmaddpage|extended_tip|prev"
+msgid "Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty."
+msgstr ""
+
+#. 6CXC7
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:482
+msgctxt "frmaddpage|next_label"
+msgid "Link this frame after the current frame."
+msgstr ""
+
+#. PcwqA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
+msgctxt "frmaddpage|next_label"
+msgid "_Next link:"
+msgstr "An ath-cheanga_l:"
+
+#. pwAz4
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:499
+msgctxt "frmaddpage|next"
+msgid "<None>"
+msgstr "<Chan eil gin>"
+
+#. WyGHY
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:503
+msgctxt "frmaddpage|extended_tip|next"
+msgid "Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty."
+msgstr ""
+
+#. s6AqL
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:518
+msgctxt "frmaddpage|labelSequence"
+msgid "Sequence"
+msgstr ""
+
+#. MbkfA
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:519
+msgctxt "frmaddpage|labelSequence"
+msgid "Specify the sequence for linked frames."
+msgstr ""
+
#. 7Eswq
-#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:534
msgctxt "frmaddpage|extended_tip|FrameAddPage"
msgid "Specifies properties for the selected object, graphic or frame."
msgstr ""
@@ -17258,116 +17368,110 @@ msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "Fèin-obrachail..."
-#. PfpPV
-#: sw/uiconfig/swriter/ui/insertcaption.ui:30
-msgctxt "insertcaption|extended_tip|auto"
-msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu Writer - AutoCaption in the Options dialog box."
-msgstr ""
-
#. CsBbW
-#: sw/uiconfig/swriter/ui/insertcaption.ui:42
+#: sw/uiconfig/swriter/ui/insertcaption.ui:37
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Roghainnean..."
#. goGzf
-#: sw/uiconfig/swriter/ui/insertcaption.ui:136
+#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Caipsean"
#. 8q2o6
-#: sw/uiconfig/swriter/ui/insertcaption.ui:171
+#: sw/uiconfig/swriter/ui/insertcaption.ui:166
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Àireamhachadh:"
#. wgBgg
-#: sw/uiconfig/swriter/ui/insertcaption.ui:185
+#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Sgaradair:"
#. ofzxE
-#: sw/uiconfig/swriter/ui/insertcaption.ui:199
+#: sw/uiconfig/swriter/ui/insertcaption.ui:194
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Ionad:"
#. 8tB3F
-#: sw/uiconfig/swriter/ui/insertcaption.ui:215
+#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
msgstr ""
#. JuwVi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:230
+#: sw/uiconfig/swriter/ui/insertcaption.ui:225
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
#. oYaak
-#: sw/uiconfig/swriter/ui/insertcaption.ui:234
+#: sw/uiconfig/swriter/ui/insertcaption.ui:229
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear between the number and the caption text."
msgstr ""
#. 3QKNx
-#: sw/uiconfig/swriter/ui/insertcaption.ui:248
+#: sw/uiconfig/swriter/ui/insertcaption.ui:243
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "Sgaradair an àireamhachaidh:"
#. BaojC
-#: sw/uiconfig/swriter/ui/insertcaption.ui:263
+#: sw/uiconfig/swriter/ui/insertcaption.ui:258
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
#. VTK2Z
-#: sw/uiconfig/swriter/ui/insertcaption.ui:267
+#: sw/uiconfig/swriter/ui/insertcaption.ui:262
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Type the text that you want to appear after the caption number."
msgstr ""
#. DS3Qi
-#: sw/uiconfig/swriter/ui/insertcaption.ui:283
+#: sw/uiconfig/swriter/ui/insertcaption.ui:278
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
msgstr ""
#. QAJ9Q
-#: sw/uiconfig/swriter/ui/insertcaption.ui:297
+#: sw/uiconfig/swriter/ui/insertcaption.ui:292
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Roinn-seòrsa:"
#. LySa4
-#: sw/uiconfig/swriter/ui/insertcaption.ui:320
+#: sw/uiconfig/swriter/ui/insertcaption.ui:315
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
msgstr ""
#. rJDNR
-#: sw/uiconfig/swriter/ui/insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:330
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Roghainnean"
#. Pg34D
-#: sw/uiconfig/swriter/ui/insertcaption.ui:382
+#: sw/uiconfig/swriter/ui/insertcaption.ui:377
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Ro-shealladh"
#. oeQRS
-#: sw/uiconfig/swriter/ui/insertcaption.ui:416
+#: sw/uiconfig/swriter/ui/insertcaption.ui:411
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
msgstr ""
#. 5k8HB
-#: sw/uiconfig/swriter/ui/insertcaption.ui:434
+#: sw/uiconfig/swriter/ui/insertcaption.ui:429
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Chan eil gin]"
diff --git a/source/gl/cui/messages.po b/source/gl/cui/messages.po
index 8f862e3639d..1d0164686d9 100644
--- a/source/gl/cui/messages.po
+++ b/source/gl/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:35+0200\n"
-"PO-Revision-Date: 2022-05-22 13:26+0000\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
+"PO-Revision-Date: 2022-06-06 17:37+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/gl/>\n"
"Language: gl\n"
@@ -1744,11 +1744,11 @@ msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Táboa"
-#. J6FBw
+#. s9ED3
#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINEEND"
-msgid "Please enter a name for the new arrowhead:"
-msgstr "Introduza un nome para a nova punta de frecha:"
+msgid "Please enter a name for the new arrow style:"
+msgstr ""
#. xD9BU
#: cui/inc/strings.hrc:323
@@ -2780,7 +2780,7 @@ msgstr "Co Navegador pode seleccionar e subir ou baixar títulos e o texto por b
#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to get a math object into Writer quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to convert the text."
-msgstr ""
+msgstr "Desexa obter un obxecto do Math rapidamente no Writer? Escriba a fórmula, selecciónea e empregue Inserir ▸ Obxecto OLE ▸ Fórmula para converter o texto."
#. Zj7NA
#: cui/inc/tipoftheday.hrc:153
@@ -3169,11 +3169,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Traspor unha táboa do Writer? Cópiea e péguea no Calc, traspóñaa con copiar/pegar especial e despois copiar/pegar especial ▸ Texto formatado no Writer."
-#. DKBCg
+#. JZD4S
#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
-msgstr "Para ter a ferramenta «Texto vertical» na barra de ferramentas Debuxo marque Ferramentas ▸ Opcións ▸ Configuración dos idiomas ▸ Idiomas ▸ Idiomas predeterminados ▸ Asiáticos (e torne o botón visíbel premendo co botón dereito do rato)."
+msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages for Documents ▸ Asian (and make the button visible with right-click and then Visible Buttons ▸ Vertical Text)."
+msgstr ""
#. mmG7g
#: cui/inc/tipoftheday.hrc:216
@@ -3354,11 +3354,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Pode crear unha gráfica baseada nunha táboa do Writer premendo na táboa e escollendo Inserir ▸ Gráfica."
-#. j4m6F
+#. cU6JB
#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
-msgstr "Seleccione opcións en Ferramentas ▸ Opcións ▸ Writer do %PRODUCTNAME ▸ Recursos de formato ▸ Mostrar formato para indicar que caracteres non imprimíbeis desexe mostrar."
+msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display Formatting to specify which non-printing characters are displayed."
+msgstr ""
#. 9cyVB
#: cui/inc/tipoftheday.hrc:246
@@ -3511,11 +3511,11 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Desexa que o cursor vaia á cela da dereita logo de introducir un valor no Calc? Empregue a tecla Tab no canto de Intro."
-#. UggLQ
+#. 5Cvhv
#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
-msgstr "Para mostrar a barra de ferramentas á esquerda, active Ferramentas ▸ Opcións ▸ Configuración dos idiomas ▸ Idiomas ▸ Texto complexo e marque Folla ▸ Dereita a esquerda."
+msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and right click a sheet in Sheet tabs above Status bar ▸ Right-To-Left."
+msgstr ""
#. gqs9W
#: cui/inc/tipoftheday.hrc:271
@@ -3547,51 +3547,57 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."
msgstr "Nunha emprega determinados estilos de frecha? Retíreos empregando o botón Eliminar da lapela Formato ▸ Caixa de texto e formas ▸ Liña ▸ Estilos de frecha."
+#. q5M6P
+#: cui/inc/tipoftheday.hrc:276
+msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."
+msgstr ""
+
#. hsZPg
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Axuda do %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Máis información"
#. sCREc
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:281
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Executar esta acción agora..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:282
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Suxestión do día: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:282
+#: cui/inc/tipoftheday.hrc:283
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Orde"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:283
+#: cui/inc/tipoftheday.hrc:284
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:284
+#: cui/inc/tipoftheday.hrc:285
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:285
+#: cui/inc/tipoftheday.hrc:286
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opc"
@@ -6605,186 +6611,156 @@ msgctxt "certdialog|extended_tip|CertDialog"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
msgstr "Seleccione ou engada o directorio de Certificados de Servizos de Seguranza de Rede axeitado para empregar coas sinaturas dixitais."
-#. xXVpD
-#: cui/uiconfig/ui/charnamepage.ui:238
-msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
-msgid "Select the formatting that you want to apply."
-msgstr " Seleccione o formato que desexa aplicar."
-
-#. MR6Nr
-#: cui/uiconfig/ui/charnamepage.ui:328
-msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
-msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
-msgstr " Introduza ou seleccione o tamaño da fonte que quere aplicar. Para fontes escalabades, tamén se pode inserir valores decimais."
-
-#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:358
-msgctxt "charnamepage|westsizeft-nocjk"
-msgid "Size:"
-msgstr "Tamaño:"
-
-#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:384
-msgctxt "charnamepage|westlangft-nocjk"
-msgid "Language:"
-msgstr "Idioma:"
-
-#. 63kyg
-#: cui/uiconfig/ui/charnamepage.ui:420
-msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr " Define o idioma que o verificador ortográfico emprega para o texto seleccionado ou o texto que escribe. Módulos de idiomas dispoñibles teñen unha marca de verificación diante deles."
-
-#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:439
-msgctxt "charnamepage|west_features_button-nocjk"
-msgid "Features..."
-msgstr "Funcionalidades..."
-
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:521
+#: cui/uiconfig/ui/charnamepage.ui:118
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Idioma:"
#. zCCrx
-#: cui/uiconfig/ui/charnamepage.ui:547
+#: cui/uiconfig/ui/charnamepage.ui:150
msgctxt "charnamepage|extended_tip|westlanglb-cjk"
msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
msgstr " Define o idioma que o verificador ortográfico emprega para o texto seleccionado ou o texto que escribe. Módulos de idiomas dispoñibles teñen unha marca de verificación diante deles."
#. PEg2a
-#: cui/uiconfig/ui/charnamepage.ui:591
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|extended_tip|weststylelb-cjk"
msgid "Select the formatting that you want to apply."
msgstr " Seleccione o formato que desexa aplicar."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:605
+#: cui/uiconfig/ui/charnamepage.ui:199
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Tamaño:"
#. 8quPQ
-#: cui/uiconfig/ui/charnamepage.ui:622
+#: cui/uiconfig/ui/charnamepage.ui:221
msgctxt "charnamepage|extended_tip|westsizelb-cjk"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr " Introduza ou seleccione o tamaño da fonte que quere aplicar. Para fontes escalabades, tamén se pode inserir valores decimais."
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:647
+#: cui/uiconfig/ui/charnamepage.ui:233
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "Funcionalidades..."
-#. UZL8k
-#: cui/uiconfig/ui/charnamepage.ui:684
-msgctxt "charnamepage|tab_western"
+#. 67pMm
+#: cui/uiconfig/ui/charnamepage.ui:277
+msgctxt "charnamepage|extended_tip|westfontnamelb-nocjk"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. a6gqN
+#: cui/uiconfig/ui/charnamepage.ui:334
+msgctxt "charnamepage|Tab_Western"
msgid "Western"
-msgstr "Occidental"
+msgstr ""
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:727
+#: cui/uiconfig/ui/charnamepage.ui:380
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Tamaño:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:741
+#: cui/uiconfig/ui/charnamepage.ui:394
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Idioma:"
#. BhQZB
-#: cui/uiconfig/ui/charnamepage.ui:771
+#: cui/uiconfig/ui/charnamepage.ui:416
msgctxt "charnamepage|extended_tip|eaststylelb"
msgid "Select the formatting that you want to apply."
msgstr " Seleccione o formato que desexa aplicar."
#. JSR99
-#: cui/uiconfig/ui/charnamepage.ui:788
+#: cui/uiconfig/ui/charnamepage.ui:438
msgctxt "charnamepage|extended_tip|eastsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr " Introduza ou seleccione o tamaño da fonte que quere aplicar. Para fontes escalabades, tamén se pode inserir valores decimais."
-#. KLJQT
-#: cui/uiconfig/ui/charnamepage.ui:819
-msgctxt "charnamepage|extended_tip|eastlanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr " Define o idioma que o verificador ortográfico emprega para o texto seleccionado ou o texto que escribe. Módulos de idiomas dispoñibles teñen unha marca de verificación diante deles."
-
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:858
+#: cui/uiconfig/ui/charnamepage.ui:464
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "Funcionalidades..."
-#. 9Ftgy
-#: cui/uiconfig/ui/charnamepage.ui:898
-msgctxt "charnamepage|tab_asian"
+#. 53eGE
+#: cui/uiconfig/ui/charnamepage.ui:522
+msgctxt "charnamepage|extended_tip|trCJKFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:570
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr " Define o idioma que o verificador ortográfico emprega para o texto seleccionado ou o texto que escribe. Módulos de idiomas dispoñibles teñen unha marca de verificación diante deles."
+
+#. 2A2Jj
+#: cui/uiconfig/ui/charnamepage.ui:610
+msgctxt "charnamepage|Tab_Asian"
msgid "Asian"
-msgstr "Asiático"
+msgstr ""
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:956
+#: cui/uiconfig/ui/charnamepage.ui:660
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Tamaño:"
#. 64NvC
-#: cui/uiconfig/ui/charnamepage.ui:986
+#: cui/uiconfig/ui/charnamepage.ui:682
msgctxt "charnamepage|extended_tip|ctlstylelb"
msgid "Select the formatting that you want to apply."
msgstr " Seleccione o formato que desexa aplicar."
#. CeMCG
-#: cui/uiconfig/ui/charnamepage.ui:1003
+#: cui/uiconfig/ui/charnamepage.ui:704
msgctxt "charnamepage|extended_tip|ctlsizelb"
msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
msgstr " Introduza ou seleccione o tamaño da fonte que quere aplicar. Para fontes escalabades, tamén se pode inserir valores decimais."
-#. zCKxL
-#: cui/uiconfig/ui/charnamepage.ui:1034
-msgctxt "charnamepage|extended_tip|ctllanglb"
-msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
-msgstr " Define o idioma que o verificador ortográfico emprega para o texto seleccionado ou o texto que escribe. Módulos de idiomas dispoñibles teñen unha marca de verificación diante deles."
-
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:1048
+#: cui/uiconfig/ui/charnamepage.ui:718
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Idioma:"
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1073
+#: cui/uiconfig/ui/charnamepage.ui:730
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "Funcionalidades..."
-#. aVc3Q
-#: cui/uiconfig/ui/charnamepage.ui:1113
-msgctxt "charnamepage|tab_complex"
-msgid "Complex"
-msgstr "Complexo"
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:763
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr " Define o idioma que o verificador ortográfico emprega para o texto seleccionado ou o texto que escribe. Módulos de idiomas dispoñibles teñen unha marca de verificación diante deles."
-#. Qju7H
-#: cui/uiconfig/ui/charnamepage.ui:1126
-msgctxt "charnamepage|label4"
-msgid "Text Font"
-msgstr "Tipo de letra do texto"
+#. 97Vwf
+#: cui/uiconfig/ui/charnamepage.ui:805
+msgctxt "charnamepage|extended_tip|trCTLFontName"
+msgid "Select the font that you want to apply."
+msgstr ""
+
+#. U2Qki
+#: cui/uiconfig/ui/charnamepage.ui:864
+msgctxt "charnamepage|Tab_Complex"
+msgid "Complex"
+msgstr ""
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1160
+#: cui/uiconfig/ui/charnamepage.ui:905
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Visualizar"
-#. kbQzU
-#: cui/uiconfig/ui/charnamepage.ui:1177
-msgctxt "charnamepage|extended_tip|CharNamePage"
-msgid "Specify the formatting and the font that you want to apply."
-msgstr "Especifique o formato ea fonte que quere aplicar."
-
#. CQrvm
#: cui/uiconfig/ui/colorconfigwin.ui:35
msgctxt "colorconfigwin|doccolor"
@@ -7995,32 +7971,44 @@ msgctxt "cuiimapdlg|extended_tip|nameentry"
msgid "Enter a name for the image."
msgstr " Introduza un nome para a imaxe."
-#. BAXQk
+#. dySdB
#: cui/uiconfig/ui/cuiimapdlg.ui:245
msgctxt "cuiimapdlg|label4"
-msgid "Alternative _text:"
-msgstr "_Texto alternativo:"
+msgid "_Text Alternative:"
+msgstr ""
+
+#. EP7Gk
+#: cui/uiconfig/ui/cuiimapdlg.ui:246
+msgctxt "cuiimapdlg|label4"
+msgid "Enter a short description of essential features of the image map for persons who do not see the image."
+msgstr ""
-#. m68ou
-#: cui/uiconfig/ui/cuiimapdlg.ui:265
+#. YrTXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|extended_tip|textentry"
-msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
-msgstr "Introduza o texto que desexa mostrar ao pousar o rato no punto de acceso nun navegador."
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies."
+msgstr ""
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:293
+#: cui/uiconfig/ui/cuiimapdlg.ui:294
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Descrición:"
+#. FpmdT
+#: cui/uiconfig/ui/cuiimapdlg.ui:295
+msgctxt "cuiimapdlg|label5"
+msgid "Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.”"
+msgstr ""
+
#. mF6Pw
-#: cui/uiconfig/ui/cuiimapdlg.ui:322
+#: cui/uiconfig/ui/cuiimapdlg.ui:324
msgctxt "cuiimapdlg|extended_tip|descTV"
msgid "Enter a description for the hotspot."
msgstr " Introduza unha descrición para o punto de acceso."
#. 7LsXB
-#: cui/uiconfig/ui/cuiimapdlg.ui:360
+#: cui/uiconfig/ui/cuiimapdlg.ui:362
msgctxt "cuiimapdlg|extended_tip|IMapDialog"
msgid "Lists the properties for the selected hotspot."
msgstr " Lista as propiedades para o punto de acceso seleccionado."
@@ -13632,7 +13620,7 @@ msgstr ""
#: cui/uiconfig/ui/objecttitledescdialog.ui:94
msgctxt "objecttitledescdialog|object_title_label|tooltip_text"
msgid "Give a short description of non-text content for users who do not see this object."
-msgstr ""
+msgstr "Indique unha descrición breve do contido non textual para usuarios/as que non vexan este obxecto."
#. mMZoM
#: cui/uiconfig/ui/objecttitledescdialog.ui:113
@@ -13650,7 +13638,7 @@ msgstr "_Descrición:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:129
msgctxt "objecttitledescdialog|desc_label|tooltip_text"
msgid "Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”"
-msgstr ""
+msgstr "Indique unha explanación máis detallada do contido non textual que sexa demasiado complexa para ser descrita brevemente en «Texto alternativo»."
#. vT3u9
#: cui/uiconfig/ui/objecttitledescdialog.ui:151
@@ -18770,23 +18758,23 @@ msgctxt "qr code dialog title"
msgid "Generate linear and matrix codes for any text or URL."
msgstr "Xere códigos lineares e matriciais para calquera texto ou URL."
-#. 3HNDZ
+#. CCsnn
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Save Arrowhead?"
-msgstr "Mostrar a punta da frecha?"
+msgid "Save Arrow Style?"
+msgstr ""
-#. Lr2rh
+#. CwxRp
#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "The arrowhead was modified without saving."
-msgstr "Modificouse a punta de frecha sen se gardar."
+msgid "The arrow style was modified without saving."
+msgstr ""
-#. KbgCe
+#. KR9rL
#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
-msgid "Would you like to save the arrowhead now?"
-msgstr "Desexa gardar a punta de frecha agora?"
+msgid "Would you like to save the arrow style now?"
+msgstr ""
#. cew2A
#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
@@ -18872,17 +18860,17 @@ msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Confirma que quere eliminar a trama?"
-#. Yu6Ve
+#. uCGs3
#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Delete Arrowhead?"
-msgstr "Eliminar a punta da frecha?"
+msgid "Delete Arrow Style?"
+msgstr ""
-#. r73GB
+#. x6t6L
#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
-msgid "Do you really want to delete the arrowhead?"
-msgstr "Confirma que desexa eliminar a punta da frecha?"
+msgid "Do you really want to delete the arrow style?"
+msgstr ""
#. 4AubG
#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
@@ -21069,247 +21057,271 @@ msgid "Text Columns"
msgstr "Columnas de texto"
#. N89ek
-#: cui/uiconfig/ui/textflowpage.ui:69
+#: cui/uiconfig/ui/textflowpage.ui:81
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "A_utomaticamente"
#. iKEC7
-#: cui/uiconfig/ui/textflowpage.ui:78
+#: cui/uiconfig/ui/textflowpage.ui:90
msgctxt "textflowpage|extended_tip|checkAuto"
msgid "Automatically inserts hyphens where they are needed in a paragraph."
msgstr "Insire automaticamente guións onde son necesarios nun parágrafo."
+#. rpKhj
+#: cui/uiconfig/ui/textflowpage.ui:111
+msgctxt "textflowpage|extended_tip|spinMinLen"
+msgid "Enter the minimum word length in characters that can be hyphenated."
+msgstr ""
+
#. MzDMB
-#: cui/uiconfig/ui/textflowpage.ui:99
+#: cui/uiconfig/ui/textflowpage.ui:131
msgctxt "textflowpage|extended_tip|spinMaxNum"
msgid "Enter the maximum number of consecutive lines that can be hyphenated."
msgstr " Introduza o número máximo de liñas consecutivas que poden ser separadas con guión."
#. zBD7h
-#: cui/uiconfig/ui/textflowpage.ui:119
+#: cui/uiconfig/ui/textflowpage.ui:151
msgctxt "textflowpage|extended_tip|spinLineBegin"
msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
msgstr "Introduza o número mínimo de caracteres que deben aparecer no inicio da liña despois do guión."
#. FFGUz
-#: cui/uiconfig/ui/textflowpage.ui:139
+#: cui/uiconfig/ui/textflowpage.ui:171
msgctxt "textflowpage|extended_tip|spinLineEnd"
msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
msgstr " Introduza o número mínimo de caracteres que deixar ao final da liña antes de inserir un guión."
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:153
+#: cui/uiconfig/ui/textflowpage.ui:185
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "Carac_teres no remate da liña"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:167
+#: cui/uiconfig/ui/textflowpage.ui:199
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "Ca_racteres no inicio da liña"
#. A3DE8
-#: cui/uiconfig/ui/textflowpage.ui:181
+#: cui/uiconfig/ui/textflowpage.ui:213
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum consecutive hyphenated lines"
msgstr "Número _máximo de liñas con guión consecutivas"
+#. JkHBB
+#: cui/uiconfig/ui/textflowpage.ui:227
+msgctxt "textflowpage|labelMinLen"
+msgid "_Minimum word length in characters"
+msgstr ""
+
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:192
+#: cui/uiconfig/ui/textflowpage.ui:238
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr "Non guionizar as palabras en _MAIÚSCULAS"
+#. jAmNy
+#: cui/uiconfig/ui/textflowpage.ui:253
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Don't hyphenate the last word"
+msgstr ""
+
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:292
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:211
+#: cui/uiconfig/ui/textflowpage.ui:315
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Guionización"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:240
+#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Inserir"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:249
+#: cui/uiconfig/ui/textflowpage.ui:353
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr " Marque esta caixa de opción e, a seguir, seleccione o tipo de quebra que desexe usar."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:364
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Co est_ilo de páxina:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:272
+#: cui/uiconfig/ui/textflowpage.ui:376
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Marque esta caixa de opción e, a seguir, seleccione o estilo de páxina que desexe utilizar para a primeira páxina tras a quebra."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:285
+#: cui/uiconfig/ui/textflowpage.ui:389
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Tipo:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:307
+#: cui/uiconfig/ui/textflowpage.ui:411
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Introduza o número de páxina da primeira páxina que segue á quebra. Se desexa continuar coa numeración de páxina actual, deixe a opción sen marcar."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:318
+#: cui/uiconfig/ui/textflowpage.ui:422
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Número de páxina:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:338
+#: cui/uiconfig/ui/textflowpage.ui:442
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posición:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:358
+#: cui/uiconfig/ui/textflowpage.ui:462
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilo de páxina"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:359
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Seleccione o estilo de formato a empregar para a primeira páxina tras a quebra."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:373
+#: cui/uiconfig/ui/textflowpage.ui:477
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Páxina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:374
+#: cui/uiconfig/ui/textflowpage.ui:478
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:378
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr " Seleccione o tipo de quebra que desexa inserir."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:392
+#: cui/uiconfig/ui/textflowpage.ui:496
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Antes"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:393
+#: cui/uiconfig/ui/textflowpage.ui:497
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Despois"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:397
+#: cui/uiconfig/ui/textflowpage.ui:501
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Seleccione onde desexa inserir a quebra."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:415
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Quebras"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:444
+#: cui/uiconfig/ui/textflowpage.ui:548
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Non _dividir parágrafo"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:453
+#: cui/uiconfig/ui/textflowpage.ui:557
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Despraza o parágrafo enteiro á seguinte páxina ou columna tras a inserción dunha quebra."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:465
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Manter co parágrafo seguinte"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:474
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Mantén o parágrafo actual e o parágrafo seguinte xuntos ao inserir unha quebra de páxina ou de columna."
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:486
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Control de liñas _illadas"
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:498
+#: cui/uiconfig/ui/textflowpage.ui:602
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica o número mínimo de liñas nun parágrafo antes dunha quebra de páxina. Marque esta caixa de opción e, a seguir, escriba un número na caixa Liñas."
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:509
+#: cui/uiconfig/ui/textflowpage.ui:613
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Control de liñas _viúvas"
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:521
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr " Especifica o número mínimo de liñas nun parágrafo na primeira páxina tras a quebra. Marque esta caixa de opción e, a seguir, escriba un número na caixa Liñas ."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:542
+#: cui/uiconfig/ui/textflowpage.ui:646
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica o número mínimo de liñas nun parágrafo antes dunha quebra de páxina. Marque esta caixa de opción e, a seguir, escriba un número na caixa Liñas."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:564
+#: cui/uiconfig/ui/textflowpage.ui:668
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr " Especifica o número mínimo de liñas nun parágrafo na primeira páxina tras a quebra. Marque esta caixa de opción e, a seguir, escriba un número na caixa Liñas ."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:577
+#: cui/uiconfig/ui/textflowpage.ui:681
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "liñas"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:589
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "liñas"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:603
+#: cui/uiconfig/ui/textflowpage.ui:707
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opcións"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:620
+#: cui/uiconfig/ui/textflowpage.ui:724
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Especifique as opcións de separación con guións e paxinación."
diff --git a/source/gl/dbaccess/messages.po b/source/gl/dbaccess/messages.po
index a68f89a038c..a98e35bfb6d 100644
--- a/source/gl/dbaccess/messages.po
+++ b/source/gl/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-05-25 12:36+0200\n"
-"PO-Revision-Date: 2022-03-31 22:31+0000\n"
+"PO-Revision-Date: 2022-06-06 17:38+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/gl/>\n"
"Language: gl\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1562229307.000000\n"
#. BiN6g
@@ -3067,7 +3067,7 @@ msgstr "Conectar usando JDBC (Java Database Connectivity)"
#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:93
msgctxt "dbwizmysqlintropage|directly"
msgid "Connect directly (using MariaDB C connector)"
-msgstr ""
+msgstr "Conectar directamente (empregando conector C de MariaDB)"
#. C9PFE
#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:112
@@ -3151,7 +3151,7 @@ msgstr "Executar instrución SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:99
msgctxt "directsqldialog|extended_tip|sql"
msgid "Enter the SQL administration command that you want to run."
-msgstr ""
+msgstr "Introduza a orde de administración en SQL que desexa executar."
#. QCHBC
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
@@ -3169,7 +3169,7 @@ msgstr "Executar orde SQL _directamente"
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
msgctxt "directsqldialog|extended_tip|directsql"
msgid "Execute the SQL command directly without escape processing."
-msgstr ""
+msgstr "Execute a orde en SQL directamente sen procesamento de escapes."
#. gpXeL
#: dbaccess/uiconfig/ui/directsqldialog.ui:154
@@ -3181,7 +3181,7 @@ msgstr "_Amosar a saída das instrucións «select»"
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Mostrar o resultado da orde SQL SELECT na caixa Saída."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3193,7 +3193,7 @@ msgstr "_Executar"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Lista as ordes en SQL executadas previamente. Para executar unha orde de novo, prema na orde e, a seguir, prema en Executar."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3211,7 +3211,7 @@ msgstr "Orde SQL"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Mostra os resultados, incluídos os erros, da orde SQL executada."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3223,7 +3223,7 @@ msgstr "Estado"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Mostra os resultados da orde SQL executada."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
diff --git a/source/gl/editeng/messages.po b/source/gl/editeng/messages.po
index 445aa101f5a..2b2b78a2840 100644
--- a/source/gl/editeng/messages.po
+++ b/source/gl/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-01-31 18:19+0100\n"
+"POT-Creation-Date: 2022-06-09 11:49+0200\n"
"PO-Revision-Date: 2021-01-23 08:03+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/gl/>\n"
@@ -1315,393 +1315,417 @@ msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 guións"
-#. zVxGk
+#. Lgnh3
#: include/editeng/editrids.hrc:233
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_TRUE"
+msgid "Not hyphenated CAPS"
+msgstr ""
+
+#. EnQvu
+#: include/editeng/editrids.hrc:234
+msgctxt "RID_SVXITEMS_HYPHEN_NO_CAPS_FALSE"
+msgid "Not hyphenated last word"
+msgstr ""
+
+#. gphfE
+#: include/editeng/editrids.hrc:235
+msgctxt "RID_SVXITEMS_HYPHEN_MINWORDLEN"
+msgid "%1 characters in words"
+msgstr ""
+
+#. imVah
+#: include/editeng/editrids.hrc:236
+msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
+msgid "Hyphenation zone "
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilo de páxina: "
#. JgaGz
-#: include/editeng/editrids.hrc:234
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Espazo entre caracteres "
#. A7tAE
-#: include/editeng/editrids.hrc:235
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "bloqueado "
#. P976r
-#: include/editeng/editrids.hrc:236
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensado "
#. TYEUj
-#: include/editeng/editrids.hrc:237
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Imaxe"
#. Mbwvx
-#: include/editeng/editrids.hrc:238
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ningún"
#. e7UvB
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Puntos "
#. sSTeu
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Círculo "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Círculo cheo "
#. CEGAg
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Destaque "
#. 2hqEA
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Arriba"
#. BY63q
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Abaixo"
#. Czxka
-#: include/editeng/editrids.hrc:246
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Liña dupla desactivada"
#. KL5gF
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Liña dupla"
#. kTzGA
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Sen espazamento automático entre caracteres"
#. wWgYZ
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Sen espazamento automático entre caracteres"
#. ziURW
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Sen puntuación fóra da marxe na fin da liña"
#. SgFE5
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Puntuación fóra da marxe na fin da liña"
#. mERAB
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplicar a lista de caracteres prohibidos no inicio e no remate da liña"
#. AJF69
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Non aplicar a lista de caracteres prohibidos no inicio e no remate da liña"
#. KCoyz
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Sen rotación de caracteres"
#. pMZnX
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Carácter xirado $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Axustar á liña"
#. 8DQGe
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "O texto non está xirado"
#. WSt2G
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "O texto está xirado $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Caracteres redimensionados $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Sen caracteres redimensionados"
#. DLNSs
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Sen relevo"
#. rq3Ma
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relevo"
#. M7Huc
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gravado"
#. jmM9f
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Aliñamento automático de texto"
#. HCEhG
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Texto aliñado á liña de base"
#. FBiBq
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Texto aliñado arriba"
#. KLkUY
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Texto aliñado no medio"
#. TTtYF
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Texto aliñado abaixo"
#. PQaAE
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Dirección do texto: da esquerda á dereita (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Dirección do texto: da dereita á esquerda (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Dirección do texto: da dereita á esquerda (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Dirección do texto: da esquerda á dereita (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Utilizar configuración de dirección do texto do obxecto superior"
#. waJEN
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Dirección do texto da esquerda para a dereita (vertical desde abaixo)"
#. Z9dAu
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "O parágrafo axústase á grade de texto (se está activa)"
#. nYY6v
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "O parágrafo non se axusta á grade de texto"
#. VGGHB
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Visíbel"
#. XTbkY
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Agochado"
#. QfjFx
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Bandexa de papel"
#. ULzBJ
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Desde a configuración da impresora]"
#. dAvTu
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:287
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Eliminar"
#. Ly5iC
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:288
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Mover"
#. mtncS
-#: include/editeng/editrids.hrc:285
+#: include/editeng/editrids.hrc:289
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Inserir"
#. yifiT
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Substituír"
#. zv9mN
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:291
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplicar atributos"
#. tys5a
-#: include/editeng/editrids.hrc:288
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reiniciar atributos"
#. 6mjB7
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sangrar"
#. CGrBx
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplicar estilos"
#. M7ADh
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Cambiar maiús/minús"
#. uqG6M
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:296
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "A palabra está en %x"
#. KeDg8
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:297
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "O parágrafo está en %x"
#. t99SR
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:298
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automático"
#. JWPVD
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:300
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Viñeta de imaxe no parágrafo"
#. hDfLN
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:301
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Viñeta de imaxe"
#. wVL8E
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:302
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Parágrafo: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:304
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Continuar buscando desde o principio do documento?"
#. ZDpxj
-#: include/editeng/editrids.hrc:301
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Continuar buscando desde o fin do documento?"
#. vi8uB
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1711,43 +1735,43 @@ msgstr ""
"debido a unha razón descoñecida."
#. 4HCL4
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "O dicionario xa está cheo."
#. 5G8FX
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "O dicionario só permite lectura."
#. SEotA
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:310
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sangrar"
#. CjGGD
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:311
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Amosar subpuntos"
#. egnVC
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:312
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Recoller"
#. kKFiE
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:313
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplicar atributos"
#. YECNh
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:314
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Inserir"
diff --git a/source/gl/formula/messages.po b/source/gl/formula/messages.po
index fc255752744..86be44a9d4f 100644
--- a/source/gl/formula/messages.po
+++ b/source/gl/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-01-31 18:19+0100\n"
-"PO-Revision-Date: 2022-01-31 19:18+0100\n"
+"PO-Revision-Date: 2022-06-09 12:58+0200\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/gl/>\n"
"Language: gl\n"
@@ -1738,19 +1738,19 @@ msgstr "MEDIANA"
#: formula/inc/core_resource.hrc:2569
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE"
-msgstr "MODO"
+msgstr "MODA"
#. unFXZ
#: formula/inc/core_resource.hrc:2570
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.SNGL"
-msgstr "MODO.UNICO"
+msgstr "MODA.UNICA"
#. MUvgH
#: formula/inc/core_resource.hrc:2571
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.MULT"
-msgstr "MODO.MULT"
+msgstr "MODA.MULT"
#. DYFQo
#: formula/inc/core_resource.hrc:2572
diff --git a/source/gl/fpicker/messages.po b/source/gl/fpicker/messages.po
index f2aed68701a..b93ee171dd0 100644
--- a/source/gl/fpicker/messages.po
+++ b/source/gl/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-05-25 12:36+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-31 22:30+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/gl/>\n"
@@ -228,55 +228,55 @@ msgid "Date modified"
msgstr "Data de modificación"
#. vQEZt
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:505
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:495
msgctxt "explorerfiledialog|open"
msgid "_Open"
msgstr "_Abrir"
#. JnE2t
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:552
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:542
msgctxt "explorerfiledialog|play"
msgid "_Play"
msgstr "Re_producir"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:590
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:580
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Nome do _ficheiro:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:616
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:606
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "_Tipo de ficheiro:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:680
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:670
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Só lectura"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:703
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:693
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Gardar con contrasinal"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:716
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:706
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Extensión _automática do nome do ficheiro"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:729
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:719
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Editar configuración de _filtro"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:746
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Cifrar con chave GPG"
diff --git a/source/gl/helpcontent2/source/text/scalc/01.po b/source/gl/helpcontent2/source/text/scalc/01.po
index c50367c7f27..332e56ee377 100644
--- a/source/gl/helpcontent2/source/text/scalc/01.po
+++ b/source/gl/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-11 15:28+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-05-03 12:46+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/gl/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565275147.000000\n"
#. sZfWF
@@ -2869,6 +2869,78 @@ msgctxt ""
msgid "<ahelp hid=\"SC_HID_SELECTTABLES\">Lists the sheets in the current document. To select a sheet, press the up or down arrow keys to move to a sheet in the list. To add a sheet to the selection, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while pressing the arrow keys and then press Spacebar. To select a range of sheets, hold down Shift and press the arrow keys. </ahelp>"
msgstr "<ahelp hid=\"SC_HID_SELECTTABLES\">Lista as follas do documento actual. Para seleccionar unha folla, prema as teclas de frecha para arriba ou para abaixo para moverse a unha folla da lista. Para engadir unha folla á selección, manteña premido <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctlr</defaultinline></switchinline> mentres preme as teclas de frecha e a seguir prema na barra espazadora. Para seleccionar un intervalo de follas, manteña Maiúsculas premido e perma nas teclas de frecha.</ahelp>"
+#. rMXgD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. W6vyo
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"bm_id781654171314500\n"
+"help.text"
+msgid "<bookmark_value>Go to sheet</bookmark_value><bookmark_value>jump; to given sheet</bookmark_value><bookmark_value>sheet; go to directly</bookmark_value><bookmark_value>sheet; search and go to</bookmark_value>"
+msgstr ""
+
+#. Af3Da
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3156025\n"
+"help.text"
+msgid "Go to Sheet"
+msgstr ""
+
+#. UmffC
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3147266\n"
+"help.text"
+msgid "<variable id=\"gototable\"><ahelp hid=\".uno:JumpToTable\" visibility=\"visible\">Go to a specified sheet.</ahelp></variable>"
+msgstr ""
+
+#. dPFgf
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125862\n"
+"help.text"
+msgid "Type a sheet name"
+msgstr ""
+
+#. hyRiU
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153975\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLEMASK\">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp>"
+msgstr ""
+
+#. aCw4F
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"hd_id3125866\n"
+"help.text"
+msgid "Sheets"
+msgstr ""
+
+#. XJVcD
+#: 02220000.xhp
+msgctxt ""
+"02220000.xhp\n"
+"par_id3153971\n"
+"help.text"
+msgid "<ahelp hid=\"SC_HID_GOTOTABLE\">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp>"
+msgstr ""
+
#. eomCF
#: 03070000.xhp
msgctxt ""
@@ -56113,13 +56185,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. EErBR
+#. 8gkPE
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id631586642933797\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section312\" name=\"isoceiling\">ISO.CEILING</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#isoceiling\" name=\"iso ceiling\">ISO.CEILING</link> function."
msgstr ""
#. BASfr
@@ -56401,13 +56473,13 @@ msgctxt ""
msgid "For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored."
msgstr ""
-#. qu8FG
+#. AAHCL
#: func_ceiling.xhp
msgctxt ""
"func_ceiling.xhp\n"
"par_id821586214265060\n"
"help.text"
-msgid "This function calculates identical results to the <link href=\"#Section311\" name=\"ceilingprecise\">CEILING.PRECISE</link> function."
+msgid "This function calculates identical results to the <link href=\"text/scalc/01/func_ceiling.xhp#ceilingprecise\" name=\"ceiling precise\">CEILING.PRECISE</link> function."
msgstr ""
#. GRocX
@@ -63997,13 +64069,13 @@ msgctxt ""
msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied."
msgstr ""
-#. aaDJc
+#. me5DX
#: func_regex.xhp
msgctxt ""
"func_regex.xhp\n"
"par_id211542232209275\n"
"help.text"
-msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
+msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned."
msgstr ""
#. ZBTYi
@@ -67642,13 +67714,13 @@ msgctxt ""
msgid "Solver settings"
msgstr ""
-#. 36mEY
+#. gMCQC
#: solver.xhp
msgctxt ""
"solver.xhp\n"
"par_id501589912905479\n"
"help.text"
-msgid "The dialog settings are retained until you close the current document."
+msgid "Solver settings are not saved to the file by %PRODUCTNAME Calc. Closing and reopening the file will reset the solver dialog to default settings."
msgstr ""
#. GgVk7
@@ -68650,6 +68722,330 @@ msgctxt ""
msgid "<link href=\"http://lpsolve.sourceforge.net/\">lp_solve reference guide in sourceforge.net</link>"
msgstr ""
+#. pbKdu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sparklines"
+msgstr ""
+
+#. 82qW9
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"bm_id901654173679276\n"
+"help.text"
+msgid "<bookmark_value>sparklines</bookmark_value>"
+msgstr ""
+
+#. KVEHr
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id721654173263812\n"
+"help.text"
+msgid "<variable id=\"sparklines\"><link href=\"text/scalc/01/sparklines.xhp\" name=\"Sparklines\">Sparklines</link></variable>"
+msgstr ""
+
+#. wUPfH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id981654173263817\n"
+"help.text"
+msgid "Sparklines are small data charts displayed inside a cell."
+msgstr ""
+
+#. Hwfhj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id341654174064080\n"
+"help.text"
+msgid "Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering."
+msgstr ""
+
+#. 5FwvG
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654173486733\n"
+"help.text"
+msgid "Choose <menuitem>Insert – Sparklines</menuitem>"
+msgstr ""
+
+#. 6ivXp
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id391654173530650\n"
+"help.text"
+msgid "Data"
+msgstr ""
+
+#. y498T
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id751654174462868\n"
+"help.text"
+msgid "<emph>Input range</emph>: enter the cell range of the data. Use the <emph>shrink</emph> button to select the data range with the mouse."
+msgstr ""
+
+#. uKmTQ
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174578218\n"
+"help.text"
+msgid "<emph>Output range</emph>: select the cell range to receive the sparkline. Use the <emph>shrink</emph> button to select the cell range with the mouse."
+msgstr ""
+
+#. GhzeC
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id651654174597644\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. mRxgt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id961654174732293\n"
+"help.text"
+msgid "<emph>Type</emph>: select the sparkline type in the drop-down list. Choices are:"
+msgstr ""
+
+#. wPWdA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191793887\n"
+"help.text"
+msgid "<emph>Line</emph>: draws a line between data values."
+msgstr ""
+
+#. eA77b
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id391654191798913\n"
+"help.text"
+msgid "<emph>Column</emph>: draws a bar for each data value."
+msgstr ""
+
+#. dUFBB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id481654191804474\n"
+"help.text"
+msgid "<emph>Stacked</emph>: also known as win/loss. Displays equally sized bars indicating positive and negative values."
+msgstr ""
+
+#. bsCDU
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id701654174850309\n"
+"help.text"
+msgid "<emph>Line width</emph>: enter the line width number manually or use the spin button."
+msgstr ""
+
+#. CAGGB
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id761654176569576\n"
+"help.text"
+msgid "<emph>Display empty cells as</emph>: choices are available in the drop-down list:"
+msgstr ""
+
+#. cnwYt
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id171654176533173\n"
+"help.text"
+msgid "<emph>Gap</emph>: the missing data is not displayed. The line type discontinues in the gap and the column is not displayed."
+msgstr ""
+
+#. PrmF8
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id81654176538165\n"
+"help.text"
+msgid "<emph>Zero</emph>: the missing data is displayed as value zero."
+msgstr ""
+
+#. G9ZDs
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654176544375\n"
+"help.text"
+msgid "<emph>Span</emph>: for line type only, draws a continuous line connecting the previous value to the next value."
+msgstr ""
+
+#. BNnGT
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id431654176711837\n"
+"help.text"
+msgid "<emph>Display hidden</emph>: check to show all columns or stacks in the range even when the data is in hidden cells. If unchecked, the hidden data is ignored."
+msgstr ""
+
+#. Y6kWv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id21654177035348\n"
+"help.text"
+msgid "<emph>Right-to-left</emph>: check to display the sparklines reverse order of the data."
+msgstr ""
+
+#. FhUrj
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id911654177186844\n"
+"help.text"
+msgid "Colors"
+msgstr ""
+
+#. sq3di
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id11654177765370\n"
+"help.text"
+msgid "<emph>Series</emph>: select the main color for the sparklines."
+msgstr ""
+
+#. ZAZbq
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id421654177770032\n"
+"help.text"
+msgid "<emph>Negative points</emph>: check and select the color for negative points."
+msgstr ""
+
+#. vJjrw
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id231654177773798\n"
+"help.text"
+msgid "<emph>High points</emph>: check and select the color for high points."
+msgstr ""
+
+#. XGDyn
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id371654177777479\n"
+"help.text"
+msgid "<emph>Low points</emph>: check and select the color for low points."
+msgstr ""
+
+#. wkzjv
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654177784536\n"
+"help.text"
+msgid "<emph>Marker</emph>: check and select the color for data points (line type only)."
+msgstr ""
+
+#. xJA6Q
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id181654177788533\n"
+"help.text"
+msgid "<emph>First point</emph>: check and select the color for first point."
+msgstr ""
+
+#. 2BLQa
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id241654177793144\n"
+"help.text"
+msgid "<emph>Last point</emph>: check and select the color for last point."
+msgstr ""
+
+#. KxQEE
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"hd_id251654180880861\n"
+"help.text"
+msgid "Axes"
+msgstr ""
+
+#. mRJUH
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id871654181525722\n"
+"help.text"
+msgid "<emph>Display X axis</emph>: check to show the X axis for sparklines."
+msgstr ""
+
+#. qmn7h
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id891654181533521\n"
+"help.text"
+msgid "<emph>Vertical minimum, Vertical maximum:</emph> check to set the minimum (maximum) value for the Y axis. Select one of following:"
+msgstr ""
+
+#. KnHCA
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id521654181404234\n"
+"help.text"
+msgid "<emph>Individual</emph>: sets automatically the minimum (maximum) value for each sparkline based on the sparkline data range values."
+msgstr ""
+
+#. mHjnu
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id821654181425448\n"
+"help.text"
+msgid "<emph>Group</emph>: sets the minimum (maximum) value based on the lower and higher values found in the group of sparklines."
+msgstr ""
+
+#. E6s55
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id51654181442414\n"
+"help.text"
+msgid "<emph>Custom:</emph> enter the minimum (maximum) value for the sparkline group."
+msgstr ""
+
+#. CNBDD
+#: sparklines.xhp
+msgctxt ""
+"sparklines.xhp\n"
+"par_id801654192214865\n"
+"help.text"
+msgid "<link href=\"https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html\" name=\"developer info\">Developer blog post on sparklines</link>"
+msgstr ""
+
#. Q6isn
#: stat_data.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/sdraw.po b/source/gl/helpcontent2/source/text/sdraw.po
index a3060093cc0..a599534619d 100644
--- a/source/gl/helpcontent2/source/text/sdraw.po
+++ b/source/gl/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2021-10-20 13:08+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-04-11 13:28+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/gl/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.11.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560458370.000000\n"
#. dHbww
@@ -1006,24 +1006,6 @@ msgctxt ""
msgid "This menu allows you to insert elements, such as graphics and guides, into Draw documents."
msgstr "Este menú permite inserir elementos, como imaxes e guías, nos documentos do Draw."
-#. B3uRE
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"hd_id591566076088696\n"
-"help.text"
-msgid "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Image</link>"
-msgstr "<link href=\"text/sdraw/guide/graphic_insert.xhp\" name=\"linkname\">Imaxe</link>"
-
-#. GDj6D
-#: main_insert.xhp
-msgctxt ""
-"main_insert.xhp\n"
-"par_id91566076127444\n"
-"help.text"
-msgid "Insert an image"
-msgstr "Inserir unha imaxe"
-
#. E9fwJ
#: main_insert.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/shared/00.po b/source/gl/helpcontent2/source/text/shared/00.po
index 6b911efa44a..85508aa8dfd 100644
--- a/source/gl/helpcontent2/source/text/shared/00.po
+++ b/source/gl/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-04-26 13:58+0200\n"
+"POT-Creation-Date: 2022-06-09 11:50+0200\n"
"PO-Revision-Date: 2022-03-20 12:48+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/gl/>\n"
@@ -2662,6 +2662,15 @@ msgctxt ""
msgid "Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object."
msgstr "Os obxectos OLE (Object Linking and Embedding) poden estar ligados a un documento de destino ou tamén poden estar incorporados. A incorporación insire unha copia do obxecto e detalles do programa de orixe no documento de destino. Se desexa editar o obxecto, basta activar o programa de orixe premendo dúas veces no obxecto."
+#. JFDxS
+#: 00000005.xhp
+msgctxt ""
+"00000005.xhp\n"
+"par_id781653403974567\n"
+"help.text"
+msgid "If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href=\"text/shared/optionen/01010200.xhp#relative_saving_option\" name=\"relative\"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href=\"text/shared/optionen/01010200.xhp\" name=\"General Load/Save Options\"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative saving\"><menuitem>relative</menuitem></link> to your filesystem."
+msgstr ""
+
#. 3YbnY
#: 00000005.xhp
msgctxt ""
@@ -7909,23 +7918,23 @@ msgctxt ""
msgid "Audio or Video"
msgstr "Son ou vídeo"
-#. yu6PA
+#. 7sGNP
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147242\n"
"help.text"
-msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph>.</variable>"
-msgstr "<variable id=\"objekteinf\">Escolla <emph>Inserir - Obxecto</emph>.</variable>"
+msgid "<variable id=\"insert_objects\">Choose <menuitem>Insert - OLE Object</menuitem>.</variable>"
+msgstr ""
-#. AWCgX
+#. EQ4fi
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>."
-msgstr "Escolla <emph>Inserir - Obxecto - Obxecto OLE</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>."
+msgstr ""
#. KYEEp
#: 00000404.xhp
@@ -7954,14 +7963,14 @@ msgctxt ""
msgid "OLE Object"
msgstr "Obxecto OLE"
-#. fRPjE
+#. UFnGc
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150393\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>."
-msgstr "Seleccione <emph>Inserir - Obxecto - Fórmula</emph>."
+msgid "Choose <menuitem>Insert - OLE Object - Formula Object</menuitem>."
+msgstr ""
#. kQdhV
#: 00000404.xhp
@@ -7999,14 +8008,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Escolla <emph>Formato - Tipo de gráfica </emph>."
-#. Vfm3s
+#. LSAP2
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147578\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>."
-msgstr "Escolla <emph>Inserir - Obxecto - Gráfica</emph>."
+msgid "Choose <menuitem>Insert - Chart </menuitem>."
+msgstr ""
#. hhpAU
#: 00000404.xhp
@@ -8017,14 +8026,14 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Escolla <emph>Formato - Tipo de gráfica </emph>."
-#. S7Tqw
+#. GNgT6
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153573\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Escolla <emph>Inserir - Obxecto - Gráfica</emph>."
+msgid "Choose <menuitem>Insert Chart</menuitem>."
+msgstr ""
#. C5X5B
#: 00000404.xhp
@@ -8035,23 +8044,23 @@ msgctxt ""
msgid "Choose <emph>Format - Chart Type</emph>."
msgstr "Escolla <emph>Formato - Tipo de gráfica</emph>."
-#. aCf7V
+#. iycFD
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Escolla <emph>Inserir - Obxecto - Gráfica</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
-#. hRHNm
+#. oRpSG
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
-msgstr "Escolla <emph>Inserir - Obxecto - Gráfica</emph>."
+msgid "Choose <menuitem>Insert - Chart</menuitem>."
+msgstr ""
#. hEeJz
#: 00000404.xhp
@@ -12211,22 +12220,31 @@ msgctxt ""
msgid "Bottom"
msgstr "Inferior"
-#. eJFUk
+#. U43HB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145197\n"
"help.text"
-msgid "Choose <emph>Format - Anchor</emph>."
+msgid "For a selected object, choose <menuitem>Format - Anchor</menuitem>."
msgstr ""
-#. Dtr9P
+#. pGQXt
+#: 00040501.xhp
+msgctxt ""
+"00040501.xhp\n"
+"par_id671653364659217\n"
+"help.text"
+msgid "Right-click on a selected object - choose <menuitem>Anchor</menuitem>."
+msgstr ""
+
+#. nazhG
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id2851649\n"
"help.text"
-msgid "On <emph>Form Design</emph> bar, click"
+msgid "On <menuitem>Drawing Object Properties</menuitem> bar<switchinline select=\"appl\"><caseinline select=\"CALC\">, <menuitem>Image</menuitem> bar</caseinline><caseinline select=\"WRITER\">, <menuitem>Frame</menuitem> bar, <menuitem>OLE Objects</menuitem> bar</caseinline></switchinline> or <menuitem>Form Design</menuitem> bar, click"
msgstr ""
#. DcsgR
@@ -12238,67 +12256,67 @@ msgctxt ""
msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
msgstr ""
-#. s4iPa
+#. MTXwp
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154763\n"
"help.text"
-msgid "Change Anchor"
-msgstr "Modificar áncora"
+msgid "Anchor"
+msgstr ""
-#. EgVrv
+#. Y2HFo
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3148899\n"
"help.text"
-msgid "<variable id=\"anseite\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
+msgid "<variable id=\"to-page\">Choose <emph>Format - Anchor - To Page</emph>.</variable>"
msgstr ""
-#. 3LTkv
+#. RW78d
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149342\n"
"help.text"
-msgid "<variable id=\"amabsatz\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
+msgid "<variable id=\"to-paragraph\">Choose <emph>Format - Anchor - To Paragraph</emph>.</variable>"
msgstr ""
-#. BCv2G
+#. HHMcF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155147\n"
"help.text"
-msgid "<variable id=\"amzeichen\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
+msgid "<variable id=\"to-character\">Choose <emph>Format - Anchor - To Character</emph>.</variable>"
msgstr ""
-#. uMGGv
+#. 6Fm2P
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153042\n"
"help.text"
-msgid "<variable id=\"alszeichen\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
+msgid "<variable id=\"as-character\">Choose <emph>Format - Anchor - As Character</emph>.</variable>"
msgstr ""
-#. kdJTA
+#. V2QAS
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "<variable id=\"amrahmen\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
+msgid "<variable id=\"to-frame\">Choose <emph>Format - Anchor - To Frame</emph>.</variable>"
msgstr ""
-#. KWNin
+#. qR6aB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150781\n"
"help.text"
-msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
+msgid "<variable id=\"to-cell\">Choose <emph>Format - Anchor - To Cell</emph>.</variable>"
msgstr ""
#. DFDf3
@@ -12472,13 +12490,58 @@ msgctxt ""
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
msgstr ""
-#. PgQAh
+#. eRYGg
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id811654761854632\n"
+"help.text"
+msgid "Choose <menuitem>Format - Line</menuitem>"
+msgstr ""
+
+#. Jn2jb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgid "<variable id=\"lineend\">Choose <menuitem>Format - Text Box and Shape - Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. Bs2oC
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id631649991449892\n"
+"help.text"
+msgid "<variable id=\"right-click-arrowhead\">Right-click a selected object - choose <menuitem>Line - Arrow Styles</menuitem> tab.</variable>"
+msgstr ""
+
+#. XRr6D
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id641654762186921\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. eG8ay
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id331654762248984\n"
+"help.text"
+msgid "On the <menuitem>Drawing Object Properties</menuitem> bar or <menuitem>Image</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
+msgstr ""
+
+#. bgwEt
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411654762306808\n"
+"help.text"
+msgid "On the <menuitem>Image</menuitem> bar or <menuitem>Line and Filling</menuitem> bar, choose <menuitem>Arrow Styles</menuitem> tab, after clicking"
msgstr ""
#. 9zBMS
@@ -12985,13 +13048,22 @@ msgctxt ""
msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. xBha8
+#. N7dZ7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgid "Right-click on a selected image, frame, or OLE object - choose <menuitem>Properties - Options</menuitem> tab."
+msgstr ""
+
+#. AMjWD
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id301652608714795\n"
+"help.text"
+msgid "For a selected object, choose <menuitem>Format - Description</menuitem>"
msgstr ""
#. Bhmkm
diff --git a/source/gl/helpcontent2/source/text/shared/01.po b/source/gl/helpcontent2/source/text/shared/01.po
index 207b046bf4a..17c38554652 100644
--- a/source/gl/helpcontent2/source/text/shared/01.po
+++ b/source/gl/helpcontent2/source/text/shared/01.po